Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 20c75560c217fc27b5a51c0fdc3646b4f6efdf57+bf41993ae39f966b0d993bd56432d2f66e6af597 (ac2e71f03c84d73d98ef7a210cbec72351e31246) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30945 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/24 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > 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 bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 Merge succeeded, producing 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 Checking out Revision 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 # timeout=10 Commit message: "Merge commit 'bf41993ae39f966b0d993bd56432d2f66e6af597' into HEAD" > git rev-list --no-walk 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:13:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:13:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:13:43 ========================================================= 22:13:43 EdgeX Global Pipelines Version Info 22:13:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:13:44 ------------------- 22:13:44 stable info: 22:13:44 ------------------- 22:13:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:13:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:13:44 Message: update stable to v1.0.186 22:13:45 ------------------- 22:13:45 experimental info: 22:13:45 ------------------- 22:13:45 Commited By: **** collab-it+edgex@linuxfoundation.org 22:13:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:13:45 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:13:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:13:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:13:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:13:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 22:13:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 22:13:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 22:13:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 [Pipeline] echo 22:13:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ecb2f6 [Pipeline] echo 22:13:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:13:48 provisioning config files... 22:13:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config6511966959014207303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:13:49 ---> docker-login.sh 22:13:49 nexus3.edgexfoundry.org:10001 22:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:49 Configure a credential helper to remove this warning. See 22:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:49 22:13:49 Login Succeeded 22:13:49 nexus3.edgexfoundry.org:10002 22:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:49 Configure a credential helper to remove this warning. See 22:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:49 22:13:49 Login Succeeded 22:13:49 nexus3.edgexfoundry.org:10003 22:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:49 Configure a credential helper to remove this warning. See 22:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:49 22:13:49 Login Succeeded 22:13:49 nexus3.edgexfoundry.org:10004 22:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:49 Configure a credential helper to remove this warning. See 22:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:49 22:13:49 Login Succeeded 22:13:49 docker.io 22:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:50 Configure a credential helper to remove this warning. See 22:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:50 22:13:50 Login Succeeded 22:13:50 ---> docker-login.sh ends [Pipeline] } 22:13:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:13:50 ++ 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 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/core-command/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo core-command,cmd/core-command/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/core-data/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo core-data,cmd/core-data/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/core-metadata/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo core-metadata,cmd/core-metadata/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/security-bootstrapper/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/security-proxy-setup/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/support-notifications/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo support-notifications,cmd/support-notifications/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/support-scheduler/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:13:50 + for file in '`ls cmd/**/Dockerfile`' 22:13:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:13:50 ++ cut -d/ -f2 22:13:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:13:50 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 22:13:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:13:51 22:13:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:13:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:13:52 latest: Pulling from edgex-devops/git-semver 22:13:52 31603596830f: Pulling fs layer 22:13:52 2a8b12db71e7: Pulling fs layer 22:13:52 6ca5941a6612: Pulling fs layer 22:13:52 ecc8261a40a4: Pulling fs layer 22:13:52 ecc8261a40a4: Waiting 22:13:52 2a8b12db71e7: Verifying Checksum 22:13:52 2a8b12db71e7: Download complete 22:13:52 31603596830f: Verifying Checksum 22:13:52 31603596830f: Download complete 22:13:52 ecc8261a40a4: Verifying Checksum 22:13:52 ecc8261a40a4: Download complete 22:13:52 6ca5941a6612: Verifying Checksum 22:13:52 6ca5941a6612: Download complete 22:13:52 31603596830f: Pull complete 22:13:52 2a8b12db71e7: Pull complete 22:13:53 6ca5941a6612: Pull complete 22:13:53 ecc8261a40a4: Pull complete 22:13:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:13:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:13:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:13:54 prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container 22:13:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:13:56 $ docker top e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:13:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:13:56 [ssh-agent] Looking for ssh-agent implementation... 22:13:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:13:57 $ docker exec e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent 22:13:57 SSH_AUTH_SOCK=/tmp/ssh-yspW2zyd0kVH/agent.11 22:13:57 SSH_AGENT_PID=16 22:13:57 Running ssh-add (command line suppressed) 22:13:57 Identity added: /w/workspace/edgex-go/24@tmp/private_key_7816118458732390609.key (/w/workspace/edgex-go/24@tmp/private_key_7816118458732390609.key) 22:13:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:13:57 + git tag --points-at HEAD [Pipeline] } 22:13:57 $ docker exec --env ******** --env ******** e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent -k 22:13:57 unset SSH_AUTH_SOCK; 22:13:57 unset SSH_AGENT_PID; 22:13:57 echo Agent pid 16 killed; 22:13:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:13:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:13:58 [ssh-agent] Looking for ssh-agent implementation... 22:13:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:13:58 $ docker exec e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent 22:13:58 SSH_AUTH_SOCK=/tmp/ssh-E8ypMkdHdAyR/agent.47 22:13:58 SSH_AGENT_PID=52 22:13:58 Running ssh-add (command line suppressed) 22:13:58 Identity added: /w/workspace/edgex-go/24@tmp/private_key_1282259406289361018.key (/w/workspace/edgex-go/24@tmp/private_key_1282259406289361018.key) 22:13:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:13:58 + git semver init 22:13:58 # -> Open(): unable to determine branch for HEAD 22:13:58 # $GIT_DIR = /w/workspace/edgex-go/24/.git 22:13:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 22:13:58 # $SEMVER_REMOTE_NAME = origin 22:13:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:13:58 # $SEMVER_USER_NAME = edgex-jenkins 22:13:58 # $SEMVER_BRANCH = PR-3234 22:13:58 # $SEMVER_TEMP = /tmp/semver-978819251 22:13:58 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:14:17 # '/tmp/semver-978819251' -> '/w/workspace/edgex-go/24/.semver' 22:14:17 # -> Force: false 22:14:17 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 22:14:17 $ docker exec --env ******** --env ******** e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 ssh-agent -k 22:14:17 unset SSH_AUTH_SOCK; 22:14:17 unset SSH_AGENT_PID; 22:14:17 echo Agent pid 52 killed; 22:14:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:14:17 + git semver [Pipeline] } 22:14:17 $ docker stop --time=1 e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 22:14:19 $ docker rm -f e21a73b0c4bab10ef323b848598736f1bb5cd6b43d2c6945e11a58580758b6a6 [Pipeline] // withDockerContainer [Pipeline] sh 22:14:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:14:20 Stashed 1 file(s) [Pipeline] echo 22:14:20 [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 22:14:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:14:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:14:22 + sudo service docker restart 22:14:22 + true 22:14:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:14:22 ========================================================= 22:14:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:14:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:14:22 + 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 . 22:14:26 Sending build context to Docker daemon 328.7MB 22:14:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:14:26 Step 2/6 : FROM ${BASE} 22:14:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:14:26 188c0c94c7c5: Pulling fs layer 22:14:26 0ef7d3d256c8: Pulling fs layer 22:14:26 de9db76c5a1d: Pulling fs layer 22:14:26 bca2f99d35d6: Pulling fs layer 22:14:26 93359f2a8cfa: Pulling fs layer 22:14:26 7c6f9722023f: Pulling fs layer 22:14:26 a35cf1a2eb13: Pulling fs layer 22:14:26 bca2f99d35d6: Waiting 22:14:26 93359f2a8cfa: Waiting 22:14:26 7c6f9722023f: Waiting 22:14:26 a35cf1a2eb13: Waiting 22:14:26 de9db76c5a1d: Verifying Checksum 22:14:26 de9db76c5a1d: Download complete 22:14:26 0ef7d3d256c8: Verifying Checksum 22:14:26 0ef7d3d256c8: Download complete 22:14:26 93359f2a8cfa: Verifying Checksum 22:14:26 93359f2a8cfa: Download complete 22:14:26 7c6f9722023f: Verifying Checksum 22:14:26 7c6f9722023f: Download complete 22:14:26 188c0c94c7c5: Verifying Checksum 22:14:26 188c0c94c7c5: Download complete 22:14:26 188c0c94c7c5: Pull complete 22:14:27 0ef7d3d256c8: Pull complete 22:14:28 de9db76c5a1d: Pull complete 22:14:28 a35cf1a2eb13: Download complete 22:14:28 bca2f99d35d6: Verifying Checksum 22:14:28 bca2f99d35d6: Download complete 22:14:33 bca2f99d35d6: Pull complete 22:14:34 93359f2a8cfa: Pull complete 22:14:34 7c6f9722023f: Pull complete 22:14:35 Still waiting to schedule task 22:14:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:14:39 a35cf1a2eb13: Pull complete 22:14:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:14:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:14:39 ---> a62c8e92a672 22:14:39 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 22:14:39 ---> Running in 4b5ccac4c621 22:14:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:40 (1/12) Installing libmagic (5.38-r0) 22:14:40 (2/12) Installing file (5.38-r0) 22:14:41 (3/12) Installing libc-dev (0.7.2-r3) 22:14:41 (4/12) Installing g++ (9.3.0-r2) 22:14:46 (5/12) Installing fortify-headers (1.1-r0) 22:14:46 (6/12) Installing patch (2.7.6-r6) 22:14:46 (7/12) Installing build-base (0.5-r2) 22:14:46 (8/12) Installing libsodium (1.0.18-r0) 22:14:46 (9/12) Installing pkgconf (1.7.2-r0) 22:14:46 (10/12) Installing libsodium-dev (1.0.18-r0) 22:14:46 (11/12) Installing libzmq (4.3.3-r0) 22:14:46 (12/12) Installing zeromq-dev (4.3.3-r0) 22:14:46 Executing busybox-1.31.1-r19.trigger 22:14:46 OK: 233 MiB in 51 packages 22:14:50 Removing intermediate container 4b5ccac4c621 22:14:50 ---> 0af715cbd16f 22:14:50 Step 4/6 : WORKDIR /edgex-go 22:14:50 ---> Running in ce28c5e948dc 22:14:50 Removing intermediate container ce28c5e948dc 22:14:50 ---> 76c2a0d1cb05 22:14:50 Step 5/6 : COPY go.mod . 22:14:50 ---> 301057d6c468 22:14:50 Step 6/6 : RUN go mod download 22:14:50 ---> Running in c9816e010620 22:15:12 Removing intermediate container c9816e010620 22:15:12 ---> 3eaa401d2107 22:15:12 Successfully built 3eaa401d2107 22:15:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:15:13 + docker inspect -f . ci-base-image-x86_64 22:15:13 . [Pipeline] withDockerContainer 22:15:13 prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container 22:15:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:15:14 $ docker top e72402cce6dcc0e56cb43a594102feaa727043ea6e950682a5ddee7bb5846952 -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:14 + go version 22:15:14 go version go1.15.5 linux/amd64 [Pipeline] } 22:15:14 $ docker stop --time=1 e72402cce6dcc0e56cb43a594102feaa727043ea6e950682a5ddee7bb5846952 22:15:15 $ docker rm -f e72402cce6dcc0e56cb43a594102feaa727043ea6e950682a5ddee7bb5846952 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:16 + docker inspect -f . ci-base-image-x86_64 22:15:16 . [Pipeline] withDockerContainer 22:15:16 prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container 22:15:16 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:15:17 $ docker top bf210e1a476c55c5534f48c85e195b9235b05d5bdb86858834c1fb7436d5a51a -eo pid,comm [Pipeline] { [Pipeline] echo 22:15:17 ========================================================= 22:15:17 [edgeXBuildGoParallel] Running Tests and Build... 22:15:17 ========================================================= [Pipeline] sh 22:15:18 + make test 22:15:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:15:28 ? github.com/edgexfoundry/edgex-go [no test files] 22:15:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:15:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:15:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:15:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:15:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:15:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:15:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:15:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:15:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:15:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements 22:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.072s coverage: 19.8% of statements 22:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.107s coverage: 100.0% of statements 22:16:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.864s coverage: 27.1% of statements 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:16:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:16:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:16:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:16:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.9% of statements 22:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:16:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements 22:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:16:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.355s coverage: 92.8% of statements 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:16:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:16:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:16:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 22:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements 22:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 22:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements 22:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements 22:16:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 22:16:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 22:16:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.197s coverage: 81.7% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.6% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 64.4% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 69.0% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 38.4% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 47.0% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:16:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 87.1% of statements 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:16:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.731s coverage: 29.1% of statements 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:16:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:16:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:16:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 96.5% of statements 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:16:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 22:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 22:16:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 22:16:34 GO111MODULE=on go vet ./... 22:17:06 gofmt -l . 22:17:06 [ "`gofmt -l .`" = "" ] 22:17:06 ./bin/test-go-mod-tidy.sh 22:17:06 ./bin/test-attribution-txt.sh [Pipeline] sh 22:17:07 + ls -al . 22:17:07 total 772 22:17:07 drwxrwxr-x 10 1001 1001 4096 Mar 22 22:17 . 22:17:07 drwxr-xr-x 4 root root 30 Mar 22 22:15 .. 22:17:07 -rw-rw-r-- 1 1001 1001 11 Mar 22 22:13 .dockerignore 22:17:07 drwxrwxr-x 8 1001 1001 179 Mar 22 22:13 .git 22:17:07 drwxrwxr-x 3 1001 1001 125 Mar 22 22:13 .github 22:17:07 -rw-rw-r-- 1 1001 1001 818 Mar 22 22:13 .gitignore 22:17:07 drwx------ 3 1001 1001 60 Mar 22 22:14 .semver 22:17:07 -rw-rw-r-- 1 1001 1001 166 Mar 22 22:13 .sonarcloud.properties 22:17:07 -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:13 Attribution.txt 22:17:07 -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:13 CONTRIBUTING.md 22:17:07 -rw-rw-r-- 1 1001 1001 931 Mar 22 22:13 Dockerfile.build 22:17:07 -rw-rw-r-- 1 1001 1001 863 Mar 22 22:13 Jenkinsfile 22:17:07 -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:13 LICENSE 22:17:07 -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:13 Makefile 22:17:07 -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:13 README.md 22:17:07 -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:13 SECURITY.md 22:17:07 -rw-rw-r-- 1 1001 1001 5 Mar 22 22:14 VERSION 22:17:07 -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:13 ZMQWindows.md 22:17:07 drwxrwxr-x 2 1001 1001 117 Mar 22 22:13 bin 22:17:07 drwxrwxr-x 14 1001 1001 4096 Mar 22 22:13 cmd 22:17:07 -rw-r--r-- 1 root root 659965 Mar 22 22:16 coverage.out 22:17:07 -rw-r--r-- 1 root root 1056 Mar 22 22:17 go.mod 22:17:07 -rw-r--r-- 1 root root 22327 Mar 22 22:17 go.sum 22:17:07 drwxrwxr-x 8 1001 1001 127 Mar 22 22:13 internal 22:17:07 drwxrwxr-x 4 1001 1001 26 Mar 22 22:13 openapi 22:17:07 drwxrwxr-x 4 1001 1001 71 Mar 22 22:13 snap 22:17:07 -rw-rw-r-- 1 1001 1001 168 Mar 22 22:13 version.go [Pipeline] sh 22:17:07 + '[' -e coverage.out ] 22:17:07 + chown 1001:1001 coverage.out [Pipeline] stash 22:17:07 Stashed 1 file(s) [Pipeline] sh 22:17:07 + make build 22:17:07 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 22:17:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30948 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 22:17:08 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 22:17:11 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 22:17:14 using credential edgex-jenkins-ssh 22:17:14 Cloning the remote Git repository 22:17:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:17:14 > git init /w/workspace/edgex-go/24 # timeout=10 22:17:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:17:14 > git --version # timeout=10 22:17:14 > git --version # 'git version 2.17.1' 22:17:14 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:21 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 22:17:21 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 22:17:22 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 22:17:23 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 22:17:24 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 22:17:26 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 22:17:27 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 22:17:28 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 22:17:30 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 22:17:30 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:17:31 Failed in branch arm64 22:17:31 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 22:17:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:17:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:17:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:17:29 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:17:30 > git config core.sparsecheckout # timeout=10 22:17:30 > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [Pipeline] } 22:17:33 $ docker stop --time=1 bf210e1a476c55c5534f48c85e195b9235b05d5bdb86858834c1fb7436d5a51a 22:17:34 $ docker rm -f bf210e1a476c55c5534f48c85e195b9235b05d5bdb86858834c1fb7436d5a51a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:36 22:17:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:17:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:36 latest: Pulling from edgex-devops/edgex-compose 22:17:36 cbdbe7a5bc2a: Pulling fs layer 22:17:36 ca9280d653b3: Pulling fs layer 22:17:36 7e9c9ca2126c: Pulling fs layer 22:17:37 cbdbe7a5bc2a: Verifying Checksum 22:17:37 cbdbe7a5bc2a: Download complete 22:17:37 cbdbe7a5bc2a: Pull complete 22:17:37 ca9280d653b3: Verifying Checksum 22:17:37 ca9280d653b3: Download complete 22:17:38 7e9c9ca2126c: Verifying Checksum 22:17:38 7e9c9ca2126c: Download complete 22:17:38 ca9280d653b3: Pull complete 22:17:46 7e9c9ca2126c: Pull complete 22:17:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:17:47 prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container 22:17:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:17:50 $ docker top ce5d7ead8c1ce30a12200a480ec73f41714b48d35b48c7f2a09bb3868cfc2737 -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:50 + docker-compose build --help 22:17:50 + grep parallel 22:17:51 --parallel Build images in parallel. [Pipeline] } 22:17:51 $ docker stop --time=1 ce5d7ead8c1ce30a12200a480ec73f41714b48d35b48c7f2a09bb3868cfc2737 22:17:53 $ docker rm -f ce5d7ead8c1ce30a12200a480ec73f41714b48d35b48c7f2a09bb3868cfc2737 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:53 . [Pipeline] withDockerContainer 22:17:53 prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container 22:17:53 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:17:54 $ docker top 14a3a80d828c6887419ee89c5d0b2f4e5afd3da42cd4f4b67a2e2763a267fa7a -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:55 + docker-compose -f ./docker-compose-build.yml build --parallel 22:17:56 Building docker-core-command-go ... 22:17:56 Building docker-core-data-go ... 22:17:56 Building docker-core-metadata-go ... 22:17:56 Building docker-security-bootstrapper-go ... 22:17:56 Building docker-security-proxy-setup-go ... 22:17:56 Building docker-security-secretstore-setup-go ... 22:17:56 Building docker-support-notifications-go ... 22:17:56 Building docker-support-scheduler-go ... 22:17:56 Building docker-sys-mgmt-agent-go ... 22:17:56 Building docker-security-secretstore-setup-go 22:17:56 Building docker-core-metadata-go 22:17:56 Building docker-security-proxy-setup-go 22:17:56 Building docker-support-scheduler-go 22:17:56 Building docker-support-notifications-go 22:18:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:18:28 ---> 3eaa401d2107 22:18:28 Step 3/24 : WORKDIR /edgex-go 22:18:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:18:28 ---> 3eaa401d2107 22:18:28 Step 3/23 : WORKDIR /edgex-go 22:18:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:18:28 ---> 3eaa401d2107 22:18:28 Step 3/22 : WORKDIR /edgex-go 22:18:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:18:28 ---> 3eaa401d2107 22:18:28 Step 3/21 : WORKDIR /edgex-go 22:18:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:18:28 ---> 3eaa401d2107 22:18:28 Step 3/22 : WORKDIR /edgex-go 22:18:29 ---> Running in 5947469ee13f 22:18:29 ---> Running in b67a2b709a5e 22:18:29 ---> Running in 41255728aeaa 22:18:29 ---> Running in da130bacc820 22:18:29 ---> Running in ade493ca9e22 22:18:29 Removing intermediate container 41255728aeaa 22:18:29 ---> c2f2f33606fa 22:18:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:29 Removing intermediate container da130bacc820 22:18:29 ---> b20f5ad72426 22:18:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:29 Removing intermediate container b67a2b709a5e 22:18:29 ---> 47c52e8157e3 22:18:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:29 Removing intermediate container 5947469ee13f 22:18:29 ---> 858463074f64 22:18:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:29 Removing intermediate container ade493ca9e22 22:18:29 ---> 1b7c33abb738 22:18:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:29 ---> Running in 0398da4caa10 22:18:29 ---> Running in 607dcace5177 22:18:30 ---> Running in d4205964991c 22:18:30 ---> Running in 796ebd5822fe 22:18:30 ---> Running in 8a032cf7c6a6 22:18:32 Removing intermediate container 607dcace5177 22:18:32 ---> 207efb5e65ae 22:18:32 Step 5/21 : RUN apk add --update --no-cache make git 22:18:32 ---> Running in f2fa48955f1f 22:18:32 Removing intermediate container d4205964991c 22:18:32 ---> 24f8ad69ab38 22:18:32 Step 5/24 : RUN apk add --update --no-cache make git 22:18:32 ---> Running in c907ac888a23 22:18:32 Removing intermediate container 0398da4caa10 22:18:32 ---> d167f0350235 22:18:32 Step 5/22 : RUN apk add --update --no-cache make git 22:18:32 Removing intermediate container 796ebd5822fe 22:18:32 ---> 3041e7d540b6 22:18:32 Step 5/23 : RUN apk add --update --no-cache make git 22:18:32 Removing intermediate container 8a032cf7c6a6 22:18:32 ---> 04b1f06ffc0b 22:18:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:18:32 ---> Running in 84d696eda5c4 22:18:32 ---> Running in fba73b642cc4 22:18:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:32 ---> Running in 4a9b62e96e4c 22:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:34 OK: 233 MiB in 51 packages 22:18:34 OK: 233 MiB in 51 packages 22:18:34 OK: 233 MiB in 51 packages 22:18:34 OK: 233 MiB in 51 packages 22:18:35 OK: 233 MiB in 51 packages 22:18:35 Removing intermediate container f2fa48955f1f 22:18:35 ---> 2990fa441b70 22:18:35 Step 6/21 : COPY go.mod . 22:18:35 Removing intermediate container c907ac888a23 22:18:35 ---> 32a3346ed300 22:18:35 Step 6/24 : COPY go.mod . 22:18:35 Removing intermediate container fba73b642cc4 22:18:35 ---> 03cf7e6a8c9a 22:18:35 Step 6/23 : COPY go.mod . 22:18:35 Removing intermediate container 4a9b62e96e4c 22:18:35 ---> 59b9b306f238 22:18:35 Step 6/22 : COPY go.mod . 22:18:35 ---> 6f0facf5740b 22:18:35 Step 7/21 : RUN go mod download 22:18:35 ---> b7eae7aa3a47 22:18:35 Step 7/24 : RUN go mod download 22:18:36 ---> Running in 6b5ae934a61e 22:18:36 ---> Running in 297108a3b7d5 22:18:36 Removing intermediate container 84d696eda5c4 22:18:36 ---> 5f4e9682bbb7 22:18:36 Step 6/22 : COPY go.mod . 22:18:36 ---> 4889c0085756 22:18:36 Step 7/23 : RUN go mod download 22:18:36 ---> 6c647256f82e 22:18:36 Step 7/22 : RUN go mod download 22:18:36 ---> Running in be1fb5a5b533 22:18:36 ---> Running in 0bc08e0e6521 22:18:36 ---> 043efcf426b1 22:18:36 Step 7/22 : RUN go mod download 22:18:36 ---> Running in 471908a22232 22:18:39 Removing intermediate container 0bc08e0e6521 22:18:39 ---> f6df69482135 22:18:39 Step 8/22 : COPY . . 22:18:39 Removing intermediate container be1fb5a5b533 22:18:39 ---> 3621a707b763 22:18:39 Step 8/23 : COPY . . 22:18:39 Removing intermediate container 297108a3b7d5 22:18:39 ---> 8a4ca3a80848 22:18:39 Step 8/24 : COPY . . 22:18:39 Removing intermediate container 471908a22232 22:18:39 ---> 2852e2daba9b 22:18:39 Step 8/22 : COPY . . 22:18:39 Removing intermediate container 6b5ae934a61e 22:18:39 ---> 2d6538c2939d 22:18:39 Step 8/21 : COPY . . 22:19:18 ---> 3d996bdc3a3c 22:19:18 ---> fefa75868abb 22:19:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/22 : RUN make cmd/support-notifications/support-notifications 22:19:18 22:19:18 ---> 74ad5e8f46d4 22:19:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:19:18 ---> Running in 6efb75e8a538 22:19:18 ---> Running in 6b23b46d517f 22:19:18 ---> Running in 7219d73dbc28 22:19:18 ---> 6359b1e38219 22:19:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:19:18 ---> 4bd2045d89f6 22:19:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:19:18 ---> Running in 4a867526287e 22:19:18 ---> Running in 19e98eef37d3 22:19:18 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 22:19:18 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 22:19:18 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 22:19:18 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 22:19:18 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 22:19:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:19:50 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 22:20:01 Removing intermediate container 7219d73dbc28 22:20:01 ---> 0c688ee56ff3 22:20:01 22:20:01 Step 10/21 : FROM alpine:3.12 22:20:01 Removing intermediate container 6b23b46d517f 22:20:01 ---> 4612aff387be 22:20:01 22:20:01 Step 10/24 : FROM alpine:3.12 22:20:01 3.12: Pulling from library/alpine 22:20:01 3.12: Pulling from library/alpine 22:20:01 Removing intermediate container 19e98eef37d3 22:20:01 ---> 1d9077d31f41 22:20:01 22:20:01 Step 10/22 : FROM alpine:3.12 22:20:01 3.12: Pulling from library/alpine 22:20:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:20:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:20:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:20:01 Status: Downloaded newer image for alpine:3.12 22:20:01 ---> 88dd2752d2ea 22:20:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:20:01 Status: Downloaded newer image for alpine:3.12 22:20:01 ---> 88dd2752d2ea 22:20:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:20:01 Status: Image is up to date for alpine:3.12 22:20:01 ---> 88dd2752d2ea 22:20:01 Step 11/21 : RUN apk add --update --no-cache curl 22:20:05 ---> Running in 00b9532125ea 22:20:05 ---> Running in 5766b7090933 22:20:05 ---> Running in b491f4541440 22:20:05 Removing intermediate container 6efb75e8a538 22:20:05 ---> 1d7d384bdaf2 22:20:05 22:20:05 Step 10/22 : FROM alpine:3.12 22:20:05 ---> 88dd2752d2ea 22:20:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:20:05 Removing intermediate container 4a867526287e 22:20:05 ---> 0a0c21e025fe 22:20:05 22:20:05 Step 10/23 : FROM alpine:3.12 22:20:05 ---> 88dd2752d2ea 22:20:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:20:05 ---> Running in 19f5b34e4ccf 22:20:05 ---> Running in 6b829d47a850 22:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:06 (1/4) Installing ca-certificates (20191127-r4) 22:20:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:20:06 (3/4) Installing libcurl (7.69.1-r3) 22:20:06 (1/5) Installing ca-certificates (20191127-r4) 22:20:06 (4/4) Installing curl (7.69.1-r3) 22:20:06 Executing busybox-1.31.1-r19.trigger 22:20:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:07 Executing ca-certificates-20191127-r4.trigger 22:20:07 (1/1) Installing dumb-init (1.2.2-r1) 22:20:07 Executing busybox-1.31.1-r19.trigger 22:20:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:20:07 (3/5) Installing libcurl (7.69.1-r3) 22:20:07 OK: 6 MiB in 15 packages 22:20:07 (4/5) Installing curl (7.69.1-r3) 22:20:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:07 (5/5) Installing dumb-init (1.2.2-r1) 22:20:07 Executing busybox-1.31.1-r19.trigger 22:20:07 Executing ca-certificates-20191127-r4.trigger 22:20:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:07 OK: 7 MiB in 18 packages 22:20:07 OK: 7 MiB in 19 packages 22:20:07 (1/1) Installing dumb-init (1.2.2-r1) 22:20:07 Executing busybox-1.31.1-r19.trigger 22:20:07 OK: 6 MiB in 15 packages 22:20:07 (1/2) Installing ca-certificates (20191127-r4) 22:20:07 (2/2) Installing dumb-init (1.2.2-r1) 22:20:07 Executing busybox-1.31.1-r19.trigger 22:20:07 Executing ca-certificates-20191127-r4.trigger 22:20:07 OK: 6 MiB in 16 packages 22:20:10 Removing intermediate container 5766b7090933 22:20:10 ---> 2f4fe17b2df7 22:20:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:20:10 Removing intermediate container 6b829d47a850 22:20:10 ---> 447fbe27287f 22:20:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:20:10 Removing intermediate container b491f4541440 22:20:10 ---> a73da94cd89f 22:20:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:20:10 Removing intermediate container 00b9532125ea 22:20:10 ---> 2af5fdcbebc7 22:20:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:20:10 Removing intermediate container 19f5b34e4ccf 22:20:10 ---> ff4beb533b77 22:20:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:20:10 ---> Running in cd290aefdb93 22:20:10 ---> Running in 99bd0b841f22 22:20:10 ---> Running in 426e686283c9 22:20:10 ---> Running in 78a0d5a35441 22:20:10 ---> Running in f85243e86adb 22:20:11 Removing intermediate container cd290aefdb93 22:20:11 ---> c19925bc3162 22:20:11 Step 13/23 : ENV APP_PORT=48081 22:20:11 Removing intermediate container 99bd0b841f22 22:20:11 ---> ea1ef3b20ff7 22:20:11 Step 13/22 : ENV APP_PORT=48085 22:20:11 ---> Running in e2e00b55d11a 22:20:11 ---> Running in 8041d38f98bc 22:20:11 Removing intermediate container 426e686283c9 22:20:11 ---> 54b6a3b32bc9 22:20:11 Step 13/24 : WORKDIR / 22:20:11 Removing intermediate container f85243e86adb 22:20:11 ---> 170b38b45454 22:20:11 Step 13/22 : ENV APP_PORT=48060 22:20:11 Removing intermediate container 78a0d5a35441 22:20:11 ---> bbdea86ad7d9 22:20:11 Step 13/21 : WORKDIR /edgex 22:20:11 ---> Running in e525b8ca432b 22:20:11 ---> Running in ee0664fd35ea 22:20:11 ---> Running in 8dd12584a2d1 22:20:11 Removing intermediate container e2e00b55d11a 22:20:11 ---> d7458027cbd2 22:20:11 Step 14/23 : EXPOSE $APP_PORT 22:20:11 Removing intermediate container 8041d38f98bc 22:20:11 ---> 6e38d5a2a6c5 22:20:11 Step 14/22 : EXPOSE $APP_PORT 22:20:11 ---> Running in 8b50c09c4a15 22:20:13 ---> Running in c3fe228aabac 22:20:13 Removing intermediate container e525b8ca432b 22:20:13 ---> 8b4c618dbcaa 22:20:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:20:13 Removing intermediate container 8dd12584a2d1 22:20:13 ---> 710d3a07e262 22:20:13 Step 14/22 : EXPOSE $APP_PORT 22:20:13 Removing intermediate container ee0664fd35ea 22:20:13 ---> 8ec1270fea31 22:20:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:20:13 Removing intermediate container 8b50c09c4a15 22:20:13 ---> 614e6856cb8b 22:20:13 Step 15/23 : WORKDIR / 22:20:13 ---> Running in 3ec1c9d1b08c 22:20:13 Removing intermediate container c3fe228aabac 22:20:13 ---> 7351f2d60620 22:20:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:20:13 ---> Running in 6b90b9d7061d 22:20:13 ---> 372ea5e221f9 22:20:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:20:13 ---> dd89aa021f6e 22:20:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:20:13 Removing intermediate container 3ec1c9d1b08c 22:20:13 ---> 4b51043b156b 22:20:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:20:13 ---> bcaed3ed0aad 22:20:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:20:13 Removing intermediate container 6b90b9d7061d 22:20:13 ---> 2eb9ff1c2a20 22:20:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:20:13 ---> c4ae66442fce 22:20:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:20:13 ---> e642d107981a 22:20:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:20:13 ---> 35d9d7b7e8ec 22:20:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:20:13 ---> 7a370d3c915c 22:20:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:20:13 ---> 191886d155f1 22:20:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:20:14 ---> d889237be3a2 22:20:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:20:14 ---> 7faeca80bc6e 22:20:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:20:15 ---> c5b1f641290c 22:20:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:20:15 ---> 847ef11c4962 22:20:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:20:15 ---> 450aabc8e000 22:20:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:20:15 ---> Running in aa2e4c3d5bcb 22:20:15 ---> 48903cfe4335 22:20:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:20:15 ---> a33100455ab0 22:20:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:20:15 ---> Running in fcb8f0884be9 22:20:15 ---> Running in b2cc3afed87c 22:20:15 Removing intermediate container aa2e4c3d5bcb 22:20:15 ---> 62f0cb1c7390 22:20:15 Step 18/21 : CMD ["--init=true"] 22:20:15 ---> 97b951324837 22:20:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:20:15 Removing intermediate container fcb8f0884be9 22:20:15 ---> 94d35d077ad3 22:20:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:20:15 ---> Running in 3fae6bcb04f8 22:20:15 ---> Running in cb54359ed982 22:20:15 ---> Running in c9f495c58f8b 22:20:15 Removing intermediate container b2cc3afed87c 22:20:15 ---> 634c2aa2d812 22:20:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:20:15 ---> 398810e57fa3 22:20:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:20:15 ---> Running in 3e01a4f3934c 22:20:16 Removing intermediate container 3fae6bcb04f8 22:20:16 ---> e8640b5c5257 22:20:16 Step 19/21 : LABEL arch=x86_64 22:20:16 Removing intermediate container c9f495c58f8b 22:20:16 ---> 86671a5df8d4 22:20:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:20:16 Removing intermediate container cb54359ed982 22:20:16 ---> bb7f008269e8 22:20:16 Step 20/22 : LABEL arch=x86_64 22:20:16 ---> 7c9403cd9827 22:20:16 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/ 22:20:16 ---> Running in 5df516fc4554 22:20:16 ---> Running in 9530aff43f09 22:20:16 Removing intermediate container 3e01a4f3934c 22:20:16 ---> a1ce9eeb556a 22:20:16 Step 20/22 : LABEL arch=x86_64 22:20:16 ---> Running in 83ff752f6285 22:20:16 ---> Running in 82f549599679 22:20:16 ---> Running in bc882aee79f2 22:20:16 Removing intermediate container 5df516fc4554 22:20:16 ---> 7931cf6968b0 22:20:16 Step 20/21 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:20:16 Removing intermediate container 9530aff43f09 22:20:16 ---> 419b172368dc 22:20:16 Step 21/23 : LABEL arch=x86_64 22:20:17 ---> Running in b819afe66214 22:20:17 Removing intermediate container 83ff752f6285 22:20:17 ---> b3f5569a6e7a 22:20:17 Step 21/22 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:20:17 ---> Running in ea2e25861df4 22:20:17 Removing intermediate container bc882aee79f2 22:20:17 ---> 6acc94c6dc45 22:20:17 Step 21/22 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:20:17 ---> Running in 6701df561860 22:20:17 ---> Running in a1ef3d8bf8f1 22:20:17 Removing intermediate container b819afe66214 22:20:17 ---> 5b2eb8573bb6 22:20:17 Step 21/21 : LABEL version=0.0.0 22:20:17 ---> Running in a928738f3b4b 22:20:17 Removing intermediate container ea2e25861df4 22:20:17 ---> 428c874effae 22:20:17 Step 22/23 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:20:17 Removing intermediate container 6701df561860 22:20:17 ---> c64ccf348555 22:20:17 Step 22/22 : LABEL version=0.0.0 22:20:17 Removing intermediate container a1ef3d8bf8f1 22:20:17 ---> bb12b5fe0797 22:20:17 Step 22/22 : LABEL version=0.0.0 22:20:17 ---> Running in d0ca78d828a9 22:20:18 ---> Running in b61e4024c3c2 22:20:18 Removing intermediate container a928738f3b4b 22:20:18 ---> 52bbf8a48545 22:20:18 22:20:18 ---> Running in ec6647964aa2 22:20:18 Removing intermediate container d0ca78d828a9 22:20:18 ---> faa26c436334 22:20:18 Step 23/23 : LABEL version=0.0.0 22:20:18 Successfully built 52bbf8a48545 22:20:18 Successfully tagged docker-security-proxy-setup-go:latest 22:20:18 Building docker-sys-mgmt-agent-go 22:20:18  Building docker-security-proxy-setup-go ... done Removing intermediate container b61e4024c3c2 22:20:18 ---> 3fcc808f4076 22:20:18 22:20:18 ---> Running in 71befb8d1b81 22:20:18 Removing intermediate container 82f549599679 22:20:18 ---> fb3f1eb6eb88 22:20:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:20:18 Removing intermediate container ec6647964aa2 22:20:18 ---> 412984ca8723 22:20:18 22:20:18 Successfully built 3fcc808f4076 22:20:18 Successfully tagged docker-support-scheduler-go:latest 22:20:18 Building docker-security-bootstrapper-go 22:20:18  Building docker-support-scheduler-go ... done  ---> Running in f8776d21b5d1 22:20:18 Removing intermediate container 71befb8d1b81 22:20:18 ---> a17cd1754e23 22:20:18 Successfully built 412984ca8723 22:20:18 22:20:19 Successfully tagged docker-support-notifications-go:latest 22:20:19  Building docker-support-notifications-go ... done Building docker-core-command-go 22:20:19 Successfully built a17cd1754e23 22:20:19 Removing intermediate container f8776d21b5d1 22:20:19 ---> cccc3489e683 22:20:19 Step 22/24 : LABEL arch=x86_64 22:20:19 Successfully tagged docker-core-metadata-go:latest 22:20:19  Building docker-core-metadata-go ... done Building docker-core-data-go 22:20:19 ---> Running in c7c55554ee4d 22:20:19 Removing intermediate container c7c55554ee4d 22:20:19 ---> a0ac10603168 22:20:19 Step 23/24 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:20:19 ---> Running in 29ce06031ae2 22:20:19 Removing intermediate container 29ce06031ae2 22:20:19 ---> 5c9908fed3c6 22:20:19 Step 24/24 : LABEL version=0.0.0 22:20:19 ---> Running in fb71bc335249 22:20:23 Removing intermediate container fb71bc335249 22:20:23 ---> 10c27bad2133 22:20:23 22:20:23 Successfully built 10c27bad2133 22:20:23 Successfully tagged docker-security-secretstore-setup-go:latest 22:20:46  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:20:46 ---> 3eaa401d2107 22:20:46 Step 3/23 : WORKDIR /edgex-go 22:20:46 ---> Using cache 22:20:46 ---> 1b7c33abb738 22:20:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:46 ---> Using cache 22:20:46 ---> 04b1f06ffc0b 22:20:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:20:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:20:46 ---> 3eaa401d2107 22:20:46 Step 3/23 : WORKDIR /edgex-go 22:20:46 ---> Using cache 22:20:46 ---> 1b7c33abb738 22:20:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:46 ---> Using cache 22:20:46 ---> 04b1f06ffc0b 22:20:46 Step 5/23 : RUN apk add --update --no-cache make git 22:20:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:20:46 ---> 3eaa401d2107 22:20:46 Step 3/31 : WORKDIR /edgex-go 22:20:46 ---> Using cache 22:20:46 ---> 1b7c33abb738 22:20:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:46 ---> Using cache 22:20:46 ---> 04b1f06ffc0b 22:20:46 Step 5/31 : RUN apk add --update --no-cache make git 22:20:46 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:20:46 ---> 3eaa401d2107 22:20:46 Step 3/26 : WORKDIR /edgex-go 22:20:46 ---> Using cache 22:20:46 ---> 1b7c33abb738 22:20:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:46 ---> Using cache 22:20:46 ---> 04b1f06ffc0b 22:20:46 Step 5/26 : RUN apk add --update --no-cache make bash git 22:20:47 ---> Running in b04f643f4ecf 22:20:47 ---> Running in 8e71fabb5388 22:20:47 ---> Running in 5719c8422087 22:20:47 ---> Running in 8ea2bef586b6 22:20:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:50 OK: 233 MiB in 51 packages 22:20:50 OK: 233 MiB in 51 packages 22:20:50 OK: 233 MiB in 51 packages 22:20:50 OK: 233 MiB in 51 packages 22:20:51 Removing intermediate container 5719c8422087 22:20:51 ---> f2ab52bda36e 22:20:51 Step 6/31 : COPY go.mod . 22:20:51 Removing intermediate container b04f643f4ecf 22:20:51 ---> 4ad10ac409e6 22:20:51 Step 6/23 : COPY go.mod . 22:20:51 Removing intermediate container 8ea2bef586b6 22:20:51 ---> b907d5e5fc6c 22:20:51 Step 6/26 : COPY go.mod . 22:20:51 Removing intermediate container 8e71fabb5388 22:20:51 ---> 044f2a0ad32c 22:20:51 Step 6/23 : COPY go.mod . 22:20:51 ---> cb7a95b11898 22:20:51 Step 7/31 : RUN go mod download 22:20:51 ---> e159b50d60c5 22:20:51 Step 7/23 : RUN go mod download 22:20:51 ---> d003b2d0cfde 22:20:51 Step 7/26 : RUN go mod download 22:20:52 ---> Running in 33abe3e5f5de 22:20:52 ---> 16ebf05a83d2 22:20:52 Step 7/23 : RUN go mod download 22:20:52 ---> Running in 8dcaae949ed4 22:20:52 ---> Running in 3c5ed0441743 22:20:52 ---> Running in d1f0f2135adf 22:20:55 Removing intermediate container 8dcaae949ed4 22:20:55 ---> 2a55b51b2d4b 22:20:55 Step 8/23 : COPY . . 22:20:55 Removing intermediate container 33abe3e5f5de 22:20:55 ---> 6f71528b7ccf 22:20:55 Step 8/31 : COPY . . 22:20:55 Removing intermediate container d1f0f2135adf 22:20:55 ---> 36a31162f167 22:20:55 Step 8/23 : COPY . . 22:20:55 Removing intermediate container 3c5ed0441743 22:20:55 ---> 131868acb0cc 22:20:55 Step 8/26 : COPY . . 22:21:27 ---> 3b6f9bfbb6f7 22:21:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:21:27 ---> ea57f48ee516 22:21:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:21:27 ---> Running in 53610c4151d5 22:21:27 ---> 2768d4ef41c5 22:21:27 Step 9/23 : RUN make cmd/core-command/core-command 22:21:27 ---> cd92cd6d2b90 22:21:27 Step 9/23 : RUN make cmd/core-data/core-data 22:21:27 ---> Running in 6f6cf7c005de 22:21:27 ---> Running in 966a9e9c122c 22:21:27 ---> Running in af5e3c10bd92 22:21: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 22:21:27 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 22:21:27 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 22:21:27 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 22:22:00 Removing intermediate container 53610c4151d5 22:22:00 ---> fde144be4d74 22:22:00 22:22:00 Step 10/31 : FROM alpine:3.12 22:22:00 ---> 88dd2752d2ea 22:22:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:22:00 Removing intermediate container 6f6cf7c005de 22:22:00 ---> 37ea04f83932 22:22:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:22:00 Removing intermediate container 966a9e9c122c 22:22:00 ---> ac8c1a55148a 22:22:00 22:22:00 Step 10/23 : FROM alpine:3.12 22:22:00 ---> 88dd2752d2ea 22:22:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:22:00 ---> Using cache 22:22:00 ---> 447fbe27287f 22:22:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:22:00 ---> Using cache 22:22:00 ---> c19925bc3162 22:22:00 Step 13/23 : ENV APP_PORT=48082 22:22:00 ---> Running in 58572e411195 22:22:00 ---> Running in 9d217e2b66c8 22:22:00 ---> Running in 4196024f795e 22:22:00 Removing intermediate container 9d217e2b66c8 22:22:00 ---> 6b1ee3ea2419 22:22:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:22:00 Removing intermediate container 4196024f795e 22:22:00 ---> 1ebf52494fa7 22:22:00 Step 14/23 : EXPOSE $APP_PORT 22:22:00 ---> Running in 5bf5cebafe53 22:22:01 ---> Running in ad59554ed161 22:22:01 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 22:22:02 Removing intermediate container ad59554ed161 22:22:02 ---> 5ee6b121510d 22:22:02 Step 15/23 : WORKDIR / 22:22:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:02 (1/2) Installing dumb-init (1.2.2-r1) 22:22:02 (2/2) Installing su-exec (0.2-r1) 22:22:02 Executing busybox-1.31.1-r19.trigger 22:22:02 OK: 6 MiB in 16 packages 22:22:03 ---> Running in fe4ceef0c7d0 22:22:03 Removing intermediate container af5e3c10bd92 22:22:03 ---> b77222469ce0 22:22:03 22:22:03 Step 10/23 : FROM alpine:3.12 22:22:03 ---> 88dd2752d2ea 22:22:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:22:03 ---> Running in 5ff78c092d70 22:22:03 Removing intermediate container fe4ceef0c7d0 22:22:03 ---> 6f2638c7db7b 22:22:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:04 Removing intermediate container 5ff78c092d70 22:22:04 ---> d9fa9a04b3c6 22:22:04 Step 12/23 : ENV APP_PORT=48080 22:22:04 Removing intermediate container 5bf5cebafe53 22:22:04 ---> 6f354b2d8bc7 22:22:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:22:04 ---> Running in 44b667aa20e6 22:22:04 ---> Running in 2c856d724828 22:22:04 Removing intermediate container 58572e411195 22:22:04 ---> 031a4a330e24 22:22:04 22:22:04 Step 11/26 : FROM docker:20.10.0 22:22:04 ---> ce7fffe82054 22:22:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:22:04 20.10.0: Pulling from library/docker 22:22:04 Removing intermediate container 2c856d724828 22:22:04 ---> e24ed2041130 22:22:04 Step 13/23 : EXPOSE $APP_PORT 22:22:04 Removing intermediate container 44b667aa20e6 22:22:04 ---> 848e4eb23dd2 22:22:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:22:05 ---> Running in 26a413937b94 22:22:05 ---> Running in 1444504d2dba 22:22:05 ---> f8ffdf67962c 22:22:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:22:05 Removing intermediate container 26a413937b94 22:22:05 ---> fc3f74991593 22:22:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:06 ---> Running in 768b0c8a396b 22:22:06 Removing intermediate container 1444504d2dba 22:22:06 ---> 9e122c9e4925 22:22:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:22:06 ---> d1bc047ab0f1 22:22:06 Step 19/23 : ENTRYPOINT ["/core-command"] 22:22:06 ---> Running in 6c7b8ffc41d6 22:22:06 ---> Running in 69b55aa51b76 22:22:07 Removing intermediate container 69b55aa51b76 22:22:07 ---> fa649d9d717e 22:22:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:07 ---> Running in d01dab9356d9 22:22:07 Removing intermediate container d01dab9356d9 22:22:07 ---> 23f5dff53f1c 22:22:07 Step 21/23 : LABEL arch=x86_64 22:22:08 ---> Running in f165ef90123b 22:22:08 Removing intermediate container f165ef90123b 22:22:08 ---> 992984bdf8b8 22:22:08 Step 22/23 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:22:08 ---> Running in cdbbb2932c4d 22:22:08 Removing intermediate container 768b0c8a396b 22:22:08 ---> 3ab1acc68894 22:22:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:22:08 Removing intermediate container 6c7b8ffc41d6 22:22:08 ---> f74e9fe35ef0 22:22:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:22:08 ---> Running in d639b3dbb852 22:22:08 ---> Running in 56c0955eacd9 22:22:08 Removing intermediate container cdbbb2932c4d 22:22:08 ---> d9dd7c231a55 22:22:08 Step 23/23 : LABEL version=0.0.0 22:22:09 ---> Running in f6fcd152ae8a 22:22:09 Removing intermediate container 56c0955eacd9 22:22:09 ---> 36ac4ceea425 22:22:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:22:09 Removing intermediate container f6fcd152ae8a 22:22:09 ---> 87f86c9d0771 22:22:09 22:22:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:10 ---> ac2f25d1593c 22:22:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:22:10 Successfully built 87f86c9d0771 22:22:10 Successfully tagged docker-core-command-go:latest 22:22:10  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:10 ---> Running in 29d3ced2f75b 22:22:11 (1/6) Installing dumb-init (1.2.2-r1) 22:22:11 (2/6) Installing libgcc (9.3.0-r2) 22:22:11 (3/6) Installing libsodium (1.0.18-r0) 22:22:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:22:11 Status: Downloaded newer image for docker:20.10.0 22:22:11 ---> aefe523efa57 22:22:11 Step 12/26 : RUN apk add --no-cache bash 22:22:11 (4/6) Installing libstdc++ (9.3.0-r2) 22:22:11 ---> Running in e8e74802aa6f 22:22:11 (5/6) Installing libzmq (4.3.3-r0) 22:22:11 (6/6) Installing zeromq (4.3.3-r0) 22:22:11 Removing intermediate container 29d3ced2f75b 22:22:11 ---> 7486f269a330 22:22:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:11 Executing busybox-1.31.1-r19.trigger 22:22:11 OK: 8 MiB in 20 packages 22:22:12 ---> 8b9eab64a10a 22:22:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:22:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:12 (1/2) Installing readline (8.0.4-r0) 22:22:12 (2/2) Installing bash (5.0.17-r0) 22:22:12 Executing bash-5.0.17-r0.post-install 22:22:12 Executing busybox-1.31.1-r19.trigger 22:22:12 OK: 12 MiB in 22 packages 22:22:12 Removing intermediate container d639b3dbb852 22:22:12 ---> 2d892cd7c00f 22:22:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:12 ---> 670b95b15c81 22:22:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:22:12 ---> 825d23bd2d74 22:22:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:22:12 Removing intermediate container e8e74802aa6f 22:22:12 ---> f3866d7b1fff 22:22:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:22:13 ---> Running in f87e85d52172 22:22:13 ---> bb1df84e7142 22:22:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:22:13 ---> 195786f1b764 22:22:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:22:13 Removing intermediate container f87e85d52172 22:22:13 ---> fadafe67392d 22:22:13 Step 14/26 : ENV APP_PORT=48090 22:22:13 ---> Running in 81c6625bc36a 22:22:13 ---> 70866b03bfab 22:22:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:22:13 ---> c78e2530221c 22:22:13 Step 19/23 : ENTRYPOINT ["/core-data"] 22:22:13 ---> Running in 6ddb63cf9f6c 22:22:13 Removing intermediate container 81c6625bc36a 22:22:13 ---> 79413bdd39bc 22:22:13 Step 15/26 : EXPOSE $APP_PORT 22:22:13 ---> Running in b70c62eff47c 22:22:13 ---> 900f34b76843 22:22:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:22:13 Removing intermediate container 6ddb63cf9f6c 22:22:13 ---> e5fe3de0afc4 22:22:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:14 ---> Running in 6fabd8145a8f 22:22:14 ---> Running in 044ce9985bef 22:22:14 Removing intermediate container b70c62eff47c 22:22:14 ---> b8e76133559f 22:22:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:22:14 Removing intermediate container 044ce9985bef 22:22:14 ---> 6fc294c8abf2 22:22:14 Step 21/23 : LABEL arch=x86_64 22:22:14 Removing intermediate container 6fabd8145a8f 22:22:14 ---> 7e5eee055338 22:22:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:22:14 ---> Running in 3f167ab8c621 22:22:15 ---> 81a02e5214b8 22:22:15 Step 26/31 : RUN chmod +x /entrypoint.sh 22:22:15 ---> 3d405c85aa0d 22:22:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:22:15 Removing intermediate container 3f167ab8c621 22:22:15 ---> 824a77571f37 22:22:15 Step 22/23 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:22:15 ---> Running in 9a9174594a12 22:22:15 ---> Running in b24c5d7dad14 22:22:15 ---> 4e1f61f6ff18 22:22:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:22:15 Removing intermediate container b24c5d7dad14 22:22:15 ---> ab97e4e40ec7 22:22:15 Step 23/23 : LABEL version=0.0.0 22:22:15 ---> 0e9d328eef81 22:22:15 Step 19/26 : RUN apk --no-cache add py3-pip 22:22:15 ---> Running in 4a75acdcfa8b 22:22:16 ---> Running in d816d62f1c60 22:22:16 Removing intermediate container 4a75acdcfa8b 22:22:16 ---> 32be6353eeeb 22:22:16 22:22:16 Successfully built 32be6353eeeb 22:22:16 Successfully tagged docker-core-data-go:latest 22:22:16  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:16 Removing intermediate container 9a9174594a12 22:22:16 ---> 2ac43c5a44e1 22:22:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:22:16 (1/33) Installing libbz2 (1.0.8-r1) 22:22:16 (2/33) Installing expat (2.2.9-r1) 22:22:16 (3/33) Installing libffi (3.3-r2) 22:22:16 (4/33) Installing gdbm (1.13-r1) 22:22:16 (5/33) Installing xz-libs (5.2.5-r0) 22:22:16 (6/33) Installing sqlite-libs (3.32.1-r0) 22:22:16 (7/33) Installing python3 (3.8.8-r0) 22:22:16 ---> Running in 331954493bd1 22:22:18 Removing intermediate container 331954493bd1 22:22:18 ---> 489fa2f41dbf 22:22:18 Step 28/31 : CMD ["gate"] 22:22:20 (8/33) Installing py3-appdirs (1.4.4-r1) 22:22:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:22:21 (10/33) Installing py3-parsing (2.4.7-r0) 22:22:21 (11/33) Installing py3-six (1.15.0-r0) 22:22:21 (12/33) Installing py3-packaging (20.4-r0) 22:22:21 ---> Running in 7ebeec653056 22:22:21 (13/33) Installing py3-setuptools (47.0.0-r0) 22:22:21 (14/33) Installing py3-chardet (3.0.4-r4) 22:22:21 (15/33) Installing py3-idna (2.9-r0) 22:22:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:22:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:22:21 (18/33) Installing py3-requests (2.23.0-r0) 22:22:21 (19/33) Installing py3-msgpack (1.0.0-r0) 22:22:21 (20/33) Installing py3-lockfile (0.12.2-r3) 22:22:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:22:21 (22/33) Installing py3-colorama (0.4.3-r0) 22:22:21 (23/33) Installing py3-distlib (0.3.0-r0) 22:22:21 (24/33) Installing py3-distro (1.5.0-r1) 22:22:22 (25/33) Installing py3-webencodings (0.5.1-r3) 22:22:22 (26/33) Installing py3-html5lib (1.0.1-r4) 22:22:22 Removing intermediate container 7ebeec653056 22:22:22 ---> 7b0fef121155 22:22:22 Step 29/31 : LABEL arch=x86_64 22:22:22 (27/33) Installing py3-pytoml (0.1.21-r0) 22:22:22 (28/33) Installing py3-pep517 (0.8.2-r0) 22:22:22 (29/33) Installing py3-progress (1.5-r0) 22:22:22 (30/33) Installing py3-toml (0.10.1-r0) 22:22:22 (31/33) Installing py3-retrying (1.3.3-r0) 22:22:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:22:22 (33/33) Installing py3-pip (20.1.1-r0) 22:22:23 ---> Running in f9cf20c6f4cc 22:22:23 Executing busybox-1.31.1-r19.trigger 22:22:23 OK: 71 MiB in 55 packages 22:22:23 Removing intermediate container f9cf20c6f4cc 22:22:23 ---> ea8dda17144f 22:22:23 Step 30/31 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:22:23 ---> Running in 8cd0c792c18f 22:22:24 Removing intermediate container 8cd0c792c18f 22:22:24 ---> 21cd5b6ada8f 22:22:24 Step 31/31 : LABEL version=0.0.0 22:22:24 ---> Running in c09c6e19df79 22:22:27 Removing intermediate container c09c6e19df79 22:22:27 ---> decf0e0efbc9 22:22:27 22:22:28 Successfully built decf0e0efbc9 22:22:28 Successfully tagged docker-security-bootstrapper-go:latest 22:22:28  Building docker-security-bootstrapper-go ... done Removing intermediate container d816d62f1c60 22:22:28 ---> 07d067504462 22:22:28 Step 20/26 : RUN pip install docker-compose==1.23.2 22:22:28 ---> Running in 146f2151c847 22:22:30 Collecting docker-compose==1.23.2 22:22:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:22:30 Collecting texttable<0.10,>=0.9.0 22:22:30 Downloading texttable-0.9.1.tar.gz (11 kB) 22:22:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:22:31 Collecting PyYAML<4,>=3.10 22:22:31 Downloading PyYAML-3.13.tar.gz (270 kB) 22:22:32 Collecting docopt<0.7,>=0.6.1 22:22:32 Downloading docopt-0.6.2.tar.gz (25 kB) 22:22:32 Collecting cached-property<2,>=1.2.0 22:22:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:22:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:22:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:22:33 Collecting docker<4.0,>=3.6.0 22:22:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:22:33 Collecting dockerpty<0.5,>=0.4.1 22:22:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:22:33 Collecting jsonschema<3,>=2.5.1 22:22:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:22:33 Collecting websocket-client<1.0,>=0.32.0 22:22:33 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:22:34 Collecting urllib3<1.25,>=1.21.1 22:22:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:22:34 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) 22:22:34 Collecting idna<2.8,>=2.5 22:22:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:22:34 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) 22:22:34 Collecting docker-pycreds>=0.4.0 22:22:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:22:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:22:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:22:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:22:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:22:34 Installing collected packages: texttable, PyYAML, docopt, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docker-compose 22:22:34 Running setup.py install for texttable: started 22:22:35 Running setup.py install for texttable: finished with status 'done' 22:22:35 Running setup.py install for PyYAML: started 22:22:35 Running setup.py install for PyYAML: finished with status 'done' 22:22:35 Running setup.py install for docopt: started 22:22:35 Running setup.py install for docopt: finished with status 'done' 22:22:36 Attempting uninstall: urllib3 22:22:36 Found existing installation: urllib3 1.25.9 22:22:36 Uninstalling urllib3-1.25.9: 22:22:36 Successfully uninstalled urllib3-1.25.9 22:22:36 Attempting uninstall: idna 22:22:36 Found existing installation: idna 2.9 22:22:36 Uninstalling idna-2.9: 22:22:36 Successfully uninstalled idna-2.9 22:22:36 Attempting uninstall: requests 22:22:36 Found existing installation: requests 2.23.0 22:22:36 Uninstalling requests-2.23.0: 22:22:36 Successfully uninstalled requests-2.23.0 22:22:36 Running setup.py install for dockerpty: started 22:22:37 Running setup.py install for dockerpty: finished with status 'done' 22:22:37 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 22:22:42 Removing intermediate container 146f2151c847 22:22:42 ---> db6579ecf201 22:22:42 Step 21/26 : RUN apk --no-cache add curl 22:22:42 ---> Running in 1972a19a71e9 22:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:22:42 (2/3) Installing libcurl (7.69.1-r3) 22:22:42 (3/3) Installing curl (7.69.1-r3) 22:22:42 Executing busybox-1.31.1-r19.trigger 22:22:42 OK: 72 MiB in 58 packages 22:22:42 Removing intermediate container 1972a19a71e9 22:22:42 ---> 423ad27a00c4 22:22:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:22:42 ---> Running in afd69d6237fa 22:22:43 Removing intermediate container afd69d6237fa 22:22:43 ---> 9147cbf5a935 22:22:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:43 ---> Running in 8d912c283007 22:22:43 Removing intermediate container 8d912c283007 22:22:43 ---> 4f2e13b07e1b 22:22:43 Step 24/26 : LABEL arch=x86_64 22:22:43 ---> Running in 4e8a0656233f 22:22:43 Removing intermediate container 4e8a0656233f 22:22:43 ---> ff5fc7a0f6da 22:22:43 Step 25/26 : LABEL git_sha=6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 22:22:43 ---> Running in 33e42bfc7b47 22:22:43 Removing intermediate container 33e42bfc7b47 22:22:43 ---> f70a52022d93 22:22:43 Step 26/26 : LABEL version=0.0.0 22:22:43 ---> Running in 5edc23142995 22:22:43 Removing intermediate container 5edc23142995 22:22:43 ---> 5e9d2ee8401c 22:22:43 22:22:44 Successfully built 5e9d2ee8401c 22:22:44 Successfully tagged docker-sys-mgmt-agent-go:latest 22:22:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:22:44 $ docker stop --time=1 14a3a80d828c6887419ee89c5d0b2f4e5afd3da42cd4f4b67a2e2763a267fa7a 22:22:46 $ docker rm -f 14a3a80d828c6887419ee89c5d0b2f4e5afd3da42cd4f4b67a2e2763a267fa7a [Pipeline] // withDockerContainer [Pipeline] sh 22:22:46 + docker images 22:22:46 + grep docker 22:22:47 docker-sys-mgmt-agent-go latest 5e9d2ee8401c 4 seconds ago 313MB 22:22:47 docker-security-bootstrapper-go latest decf0e0efbc9 23 seconds ago 18.8MB 22:22:47 docker-core-data-go latest 32be6353eeeb 31 seconds ago 22.6MB 22:22:47 docker-core-command-go latest 87f86c9d0771 38 seconds ago 17.3MB 22:22:47 docker-security-secretstore-setup-go latest 10c27bad2133 2 minutes ago 24.9MB 22:22:47 docker-support-notifications-go latest 412984ca8723 2 minutes ago 17.9MB 22:22:47 docker-support-scheduler-go latest 3fcc808f4076 2 minutes ago 17.3MB 22:22:47 docker-core-metadata-go latest a17cd1754e23 2 minutes ago 19.1MB 22:22:47 docker-security-proxy-setup-go latest 52bbf8a48545 2 minutes ago 24.7MB 22:22:47 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 22:23:02 Still waiting to schedule task 22:23:02 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:24:28 Running on prd-ubuntu18.04-docker-8c-8g-30952 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 22:24:28 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 22:24:31 using credential edgex-jenkins-ssh 22:24:31 Cloning the remote Git repository 22:24:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:24:31 > git init /w/workspace/edgex-go/24 # timeout=10 22:24:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:24:31 > git --version # timeout=10 22:24:31 > git --version # 'git version 2.17.1' 22:24:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:24:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:24:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:24:37 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:24:37 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:24:38 Failed in branch amd64 [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] } 22:24:37 > git config core.sparsecheckout # timeout=10 22:24:37 > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [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 22:24:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:24:41 ---> package-listing.sh 22:24:41 ++ facter osfamily 22:24:41 ++ tr '[:upper:]' '[:lower:]' 22:24:41 + OS_FAMILY=redhat 22:24:41 + workspace=/w/workspace/edgex-go/24 22:24:41 + START_PACKAGES=/tmp/packages_start.txt 22:24:41 + END_PACKAGES=/tmp/packages_end.txt 22:24:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:24:41 + PACKAGES=/tmp/packages_start.txt 22:24:41 + '[' /w/workspace/edgex-go/24 ']' 22:24:41 + PACKAGES=/tmp/packages_end.txt 22:24:41 + case "${OS_FAMILY}" in 22:24:41 + rpm -qa 22:24:41 + sort 22:24:46 + '[' -f /tmp/packages_start.txt ']' 22:24:46 + '[' -f /tmp/packages_end.txt ']' 22:24:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:24:46 + '[' /w/workspace/edgex-go/24 ']' 22:24:46 + mkdir -p /w/workspace/edgex-go/24/archives/ 22:24:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo 22:24:46 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:24:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:47 22:24:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:24:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:47 alpine: Pulling from edgex-lftools-log-publisher 22:24:47 df20fa9351a1: Pulling fs layer 22:24:47 36b3adc4ff6f: Pulling fs layer 22:24:47 8ad3a11d3b57: Pulling fs layer 22:24:47 46f8f816bc3b: Pulling fs layer 22:24:47 93b61091891f: Pulling fs layer 22:24:47 93b9cdb0e59b: Pulling fs layer 22:24:47 5e14af77c1be: Pulling fs layer 22:24:47 01666e4c0597: Pulling fs layer 22:24:47 aa168da1d23b: Pulling fs layer 22:24:47 93b61091891f: Waiting 22:24:47 01666e4c0597: Waiting 22:24:47 aa168da1d23b: Waiting 22:24:47 93b9cdb0e59b: Waiting 22:24:47 46f8f816bc3b: Waiting 22:24:47 36b3adc4ff6f: Verifying Checksum 22:24:47 36b3adc4ff6f: Download complete 22:24:47 46f8f816bc3b: Verifying Checksum 22:24:47 46f8f816bc3b: Download complete 22:24:47 df20fa9351a1: Download complete 22:24:47 93b9cdb0e59b: Verifying Checksum 22:24:47 93b9cdb0e59b: Download complete 22:24:47 5e14af77c1be: Verifying Checksum 22:24:47 5e14af77c1be: Download complete 22:24:47 01666e4c0597: Verifying Checksum 22:24:47 01666e4c0597: Download complete 22:24:47 93b61091891f: Verifying Checksum 22:24:47 93b61091891f: Download complete 22:24:47 8ad3a11d3b57: Verifying Checksum 22:24:47 8ad3a11d3b57: Download complete 22:24:47 df20fa9351a1: Pull complete 22:24:48 36b3adc4ff6f: Pull complete 22:24:49 8ad3a11d3b57: Pull complete 22:24:49 aa168da1d23b: Verifying Checksum 22:24:49 aa168da1d23b: Download complete 22:24:50 46f8f816bc3b: Pull complete 22:24:51 93b61091891f: Pull complete 22:24:51 93b9cdb0e59b: Pull complete 22:24:51 5e14af77c1be: Pull complete 22:24:52 01666e4c0597: Pull complete 22:25:07 aa168da1d23b: Pull complete 22:25:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:25:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:25:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:25:07 prd-centos7-docker-4c-2g-30945 does not seem to be running inside a container 22:25:07 $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:25:10 $ docker top eee6bf6310ffc600fbe666c3b3aec958f66444f54d281b22c14a2717d39dd96a -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:10 + touch /tmp/pre-build-complete [Pipeline] sh 22:25:11 + mkdir -p /var/log/sa [Pipeline] sh 22:25:11 + ls /var/log/sa-host 22:25:11 + sadf -c /var/log/sa-host/sa22 22:25:11 file_magic: OK 22:25:11 HZ: Using current value: 100 22:25:11 file_header: OK 22:25:11 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 22:25:11 Statistics: 22:25:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:25:11 File successfully converted to sysstat format version 12.2.1 22:25:11 + sadf -c /var/log/sa-host/sa23 22:25:11 file_magic: OK 22:25:11 HZ: Using current value: 100 22:25:11 file_header: OK 22:25:11 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 22:25:11 Statistics: 22:25:11 Hnuu...uuuununununu... 22:25:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:25:11 provisioning config files... 22:25:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config1451628235750315826tmp [Pipeline] { [Pipeline] echo 22:25:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:25:12 ---> create-netrc.sh [Pipeline] } 22:25:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:25:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:25:12 ---> python-tools-install.sh [Pipeline] echo 22:25:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:25:12 ---> sudo-logs.sh 22:25:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:25:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:25:13 ---> job-cost.sh 22:25:13 lf-activate-venv: SKIPPING 22:25:13 INFO: No Stack... 22:25:14 INFO: Retrieving Pricing Info for: v1-standard-2 22:25:14 INFO: Archiving Costs [Pipeline] echo 22:25:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:25:15 ---> logs-deploy.sh 22:25:15 lf-activate-venv: SKIPPING 22:25:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/24 22:25:15 INFO: archiving workspace using pattern(s): 22:25:16 Archives upload complete. 22:25:16 INFO: archiving logs to Nexus