Pull request #3302 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72c01a79d84e48e6ed9ddfc63d785af34a775377+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (1a39eb6cbe4deb803c902b05dbc7b3e071dd6c38) 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 ‘prd-centos7-docker-4c-2g-31816’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31817 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 > 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/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 Merge succeeded, producing a98e63333d1dfbf4459eb527cfd2d33eb5597382 Checking out Revision a98e63333d1dfbf4459eb527cfd2d33eb5597382 (PR-3302) > git config core.sparsecheckout # timeout=10 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a98e63333d1dfbf4459eb527cfd2d33eb5597382 # timeout=10 Commit message: "Merge commit '26d77b84fb2d9fed3cb020dc876dcb0bb8438935' into HEAD" > git rev-list --no-walk 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:30:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:30:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:30:33 ========================================================= 19:30:33 EdgeX Global Pipelines Version Info 19:30:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:30:35 ------------------- 19:30:35 stable info: 19:30:35 ------------------- 19:30:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:30:35 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:30:35 Message: update stable to v1.0.186 19:30:36 ------------------- 19:30:36 experimental info: 19:30:36 ------------------- 19:30:36 Commited By: **** collab-it+edgex@linuxfoundation.org 19:30:36 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:30:36 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:30:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:30:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:30:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:30:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:30:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3302 [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3302 [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3302 [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a98e63333d1dfbf4459eb527cfd2d33eb5597382 [Pipeline] echo 19:30:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a98e633 [Pipeline] echo 19:30:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:30:39 provisioning config files... 19:30:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7794049995370225808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:30:39 ---> docker-login.sh 19:30:39 nexus3.edgexfoundry.org:10001 19:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:41 Configure a credential helper to remove this warning. See 19:30:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:41 19:30:41 Login Succeeded 19:30:41 nexus3.edgexfoundry.org:10002 19:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:41 Configure a credential helper to remove this warning. See 19:30:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:41 19:30:41 Login Succeeded 19:30:41 nexus3.edgexfoundry.org:10003 19:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:42 Configure a credential helper to remove this warning. See 19:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:42 19:30:42 Login Succeeded 19:30:42 nexus3.edgexfoundry.org:10004 19:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:42 Configure a credential helper to remove this warning. See 19:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:42 19:30:42 Login Succeeded 19:30:42 docker.io 19:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:42 Configure a credential helper to remove this warning. See 19:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:42 19:30:42 Login Succeeded 19:30:42 ---> docker-login.sh ends [Pipeline] } 19:30:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:30:43 ++ 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 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/core-command/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo core-command,cmd/core-command/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ cut -d/ -f2 19:30:43 ++ dirname cmd/core-data/Dockerfile 19:30:43 + echo core-data,cmd/core-data/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/core-metadata/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo core-metadata,cmd/core-metadata/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/security-bootstrapper/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/security-proxy-setup/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/support-notifications/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo support-notifications,cmd/support-notifications/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/support-scheduler/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:30:43 + for file in '`ls cmd/**/Dockerfile`' 19:30:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:30:43 ++ cut -d/ -f2 19:30:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:30:43 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 19:30:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:44 19:30:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:30:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:44 latest: Pulling from edgex-devops/git-semver 19:30:44 31603596830f: Pulling fs layer 19:30:44 2a8b12db71e7: Pulling fs layer 19:30:44 6ca5941a6612: Pulling fs layer 19:30:44 ecc8261a40a4: Pulling fs layer 19:30:44 ecc8261a40a4: Waiting 19:30:44 2a8b12db71e7: Verifying Checksum 19:30:44 2a8b12db71e7: Download complete 19:30:45 31603596830f: Verifying Checksum 19:30:45 31603596830f: Download complete 19:30:45 ecc8261a40a4: Verifying Checksum 19:30:45 ecc8261a40a4: Download complete 19:30:45 6ca5941a6612: Verifying Checksum 19:30:45 6ca5941a6612: Download complete 19:30:45 31603596830f: Pull complete 19:30:46 2a8b12db71e7: Pull complete 19:30:48 6ca5941a6612: Pull complete 19:30:49 ecc8261a40a4: Pull complete 19:30:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:30:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:30:49 prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container 19:30:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:30:53 $ docker top a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:30:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:53 [ssh-agent] Looking for ssh-agent implementation... 19:30:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:54 $ docker exec a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent 19:30:54 SSH_AUTH_SOCK=/tmp/ssh-mAS5b414UeSh/agent.11 19:30:54 SSH_AGENT_PID=16 19:30:54 Running ssh-add (command line suppressed) 19:30:55 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2903031960404644052.key (/w/workspace/edgex-go/4@tmp/private_key_2903031960404644052.key) 19:30:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:55 + git tag --points-at HEAD [Pipeline] } 19:30:55 $ docker exec --env ******** --env ******** a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent -k 19:30:55 unset SSH_AUTH_SOCK; 19:30:55 unset SSH_AGENT_PID; 19:30:55 echo Agent pid 16 killed; 19:30:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:30:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:55 [ssh-agent] Looking for ssh-agent implementation... 19:30:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:56 $ docker exec a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent 19:30:56 SSH_AUTH_SOCK=/tmp/ssh-vXVCaPnCTPaQ/agent.46 19:30:56 SSH_AGENT_PID=51 19:30:56 Running ssh-add (command line suppressed) 19:30:56 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2828980666220115440.key (/w/workspace/edgex-go/4@tmp/private_key_2828980666220115440.key) 19:30:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:57 + git semver init 19:30:57 # -> Open(): unable to determine branch for HEAD 19:30:57 # $GIT_DIR = /w/workspace/edgex-go/4/.git 19:30:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 19:30:57 # $SEMVER_REMOTE_NAME = origin 19:30:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:30:57 # $SEMVER_USER_NAME = edgex-jenkins 19:30:57 # $SEMVER_BRANCH = PR-3302 19:30:57 # $SEMVER_TEMP = /tmp/semver-243317460 19:30:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:31:31 # '/tmp/semver-243317460' -> '/w/workspace/edgex-go/4/.semver' 19:31:31 # -> Force: false 19:31:31 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 19:31:31 $ docker exec --env ******** --env ******** a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent -k 19:31:32 unset SSH_AUTH_SOCK; 19:31:32 unset SSH_AGENT_PID; 19:31:32 echo Agent pid 51 killed; 19:31:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:31:34 + git semver [Pipeline] } 19:31:34 $ docker stop --time=1 a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 19:31:37 $ docker rm -f a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 [Pipeline] // withDockerContainer [Pipeline] sh 19:31:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:31:39 Stashed 1 file(s) [Pipeline] echo 19:31:39 [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 19:31:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:31:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:31:41 + sudo service docker restart 19:31:41 + true 19:31:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:31:42 ========================================================= 19:31:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:31:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:31:42 + 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 . 19:31:53 Sending build context to Docker daemon 328.9MB 19:31:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:31:53 Step 2/6 : FROM ${BASE} 19:31:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:31:53 188c0c94c7c5: Pulling fs layer 19:31:53 0ef7d3d256c8: Pulling fs layer 19:31:53 de9db76c5a1d: Pulling fs layer 19:31:53 bca2f99d35d6: Pulling fs layer 19:31:53 93359f2a8cfa: Pulling fs layer 19:31:53 7c6f9722023f: Pulling fs layer 19:31:53 a35cf1a2eb13: Pulling fs layer 19:31:53 93359f2a8cfa: Waiting 19:31:53 7c6f9722023f: Waiting 19:31:53 a35cf1a2eb13: Waiting 19:31:53 bca2f99d35d6: Waiting 19:31:53 de9db76c5a1d: Verifying Checksum 19:31:53 de9db76c5a1d: Download complete 19:31:53 0ef7d3d256c8: Verifying Checksum 19:31:53 0ef7d3d256c8: Download complete 19:31:53 93359f2a8cfa: Verifying Checksum 19:31:53 93359f2a8cfa: Download complete 19:31:53 188c0c94c7c5: Verifying Checksum 19:31:53 188c0c94c7c5: Download complete 19:31:53 7c6f9722023f: Verifying Checksum 19:31:53 7c6f9722023f: Download complete 19:31:53 188c0c94c7c5: Pull complete 19:31:53 0ef7d3d256c8: Pull complete 19:31:54 de9db76c5a1d: Pull complete 19:31:54 Still waiting to schedule task 19:31:54 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:31:55 a35cf1a2eb13: Verifying Checksum 19:31:55 a35cf1a2eb13: Download complete 19:31:55 bca2f99d35d6: Verifying Checksum 19:31:55 bca2f99d35d6: Download complete 19:32:08 bca2f99d35d6: Pull complete 19:32:08 93359f2a8cfa: Pull complete 19:32:08 7c6f9722023f: Pull complete 19:32:14 a35cf1a2eb13: Pull complete 19:32:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:32:14 ---> a62c8e92a672 19:32:14 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 19:32:14 ---> Running in 74c0bc23aa5e 19:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:32:16 (1/12) Installing libmagic (5.38-r0) 19:32:17 (2/12) Installing file (5.38-r0) 19:32:17 (3/12) Installing libc-dev (0.7.2-r3) 19:32:17 (4/12) Installing g++ (9.3.0-r2) 19:32:20 (5/12) Installing fortify-headers (1.1-r0) 19:32:20 (6/12) Installing patch (2.7.6-r6) 19:32:20 (7/12) Installing build-base (0.5-r2) 19:32:20 (8/12) Installing libsodium (1.0.18-r0) 19:32:20 (9/12) Installing pkgconf (1.7.2-r0) 19:32:20 (10/12) Installing libsodium-dev (1.0.18-r0) 19:32:20 (11/12) Installing libzmq (4.3.3-r0) 19:32:21 (12/12) Installing zeromq-dev (4.3.3-r0) 19:32:21 Executing busybox-1.31.1-r19.trigger 19:32:21 OK: 233 MiB in 51 packages 19:32:26 Removing intermediate container 74c0bc23aa5e 19:32:26 ---> 3e4b7f872af8 19:32:26 Step 4/6 : WORKDIR /edgex-go 19:32:26 ---> Running in e6e2bba6c458 19:32:26 Removing intermediate container e6e2bba6c458 19:32:26 ---> e1e328477876 19:32:26 Step 5/6 : COPY go.mod . 19:32:26 ---> 99a1c5c4c35e 19:32:26 Step 6/6 : RUN go mod download 19:32:26 ---> Running in 8d419c836142 19:32:59 Removing intermediate container 8d419c836142 19:32:59 ---> 94afd490c87e 19:32:59 Successfully built 94afd490c87e 19:32:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:33:00 + docker inspect -f . ci-base-image-x86_64 19:33:00 . [Pipeline] withDockerContainer 19:33:00 prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container 19:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 19:33:02 $ docker top 4975780158d68761a05350f9aab54e90fd25f765e5cb02629b9d177f2425c089 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:03 + go version 19:33:03 go version go1.15.5 linux/amd64 [Pipeline] } 19:33:03 $ docker stop --time=1 4975780158d68761a05350f9aab54e90fd25f765e5cb02629b9d177f2425c089 19:33:05 $ docker rm -f 4975780158d68761a05350f9aab54e90fd25f765e5cb02629b9d177f2425c089 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:33:06 + docker inspect -f . ci-base-image-x86_64 19:33:06 . [Pipeline] withDockerContainer 19:33:06 prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container 19:33:06 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 19:33:09 $ docker top 5722e07c0044cd1e3c32c7cd72b4e5e00b0d8651e19e9ca94b6a1a6dc0b0abe7 -eo pid,comm [Pipeline] { [Pipeline] echo 19:33:10 ========================================================= 19:33:10 [edgeXBuildGoParallel] Running Tests and Build... 19:33:10 ========================================================= [Pipeline] sh 19:33:11 + make test 19:33:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:33:39 ? github.com/edgexfoundry/edgex-go [no test files] 19:34:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:34:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31829 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws 19:34:41 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 19:34:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:34:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:34:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:34:48 using credential edgex-jenkins-ssh 19:34:48 Cloning the remote Git repository 19:34:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:34:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:34:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:34:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:34:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:34:48 > git init /w/workspace/edgex-go/4 # timeout=10 19:34:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:34:48 > git --version # timeout=10 19:34:48 > git --version # 'git version 2.17.1' 19:34:48 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:34:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:34:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:34:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:34:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.608s coverage: 45.9% of statements 19:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.081s coverage: 19.8% of statements 19:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.250s coverage: 100.0% of statements 19:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.587s coverage: 27.1% of statements 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.347s coverage: 100.0% of statements 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.187s coverage: 71.3% of statements 19:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:35:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.333s coverage: 82.9% of statements 19:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:35:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.383s coverage: 78.9% of statements 19:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:35:10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:35:10 Failed in branch arm64 19:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:35:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:35:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:35:09 using GIT_SSH to set credentials SSH Credentials for GitHub 19:35:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:35:10 > git config core.sparsecheckout # timeout=10 19:35:10 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 19:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.636s coverage: 28.6% of statements 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.171s coverage: 100.0% of statements 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.526s coverage: 86.7% of statements 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.263s coverage: 97.5% of statements 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.164s coverage: 92.8% of statements 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.139s coverage: 58.8% of statements 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 1.0% of statements 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 47.1% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.279s coverage: 79.5% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.244s coverage: 94.1% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements 19:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.177s coverage: 94.4% of statements 19:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements 19:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.989s coverage: 82.6% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.552s coverage: 92.9% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.335s coverage: 87.2% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.083s coverage: 100.0% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.226s coverage: 75.5% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.168s coverage: 80.8% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.237s coverage: 84.6% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.6% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.407s coverage: 64.4% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.613s coverage: 69.0% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.343s coverage: 38.4% of statements 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.080s coverage: 89.5% of statements 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 19:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.505s coverage: 47.0% of statements 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.398s coverage: 100.0% of statements 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.332s coverage: 87.1% of statements 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.292s coverage: 29.1% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.515s coverage: 99.0% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.229s coverage: 100.0% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.286s coverage: 94.6% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.102s coverage: 100.0% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:36:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.096s coverage: 100.0% of statements 19:36:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.213s coverage: 32.1% of statements 19:36:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.071s coverage: 100.0% of statements 19:36:10 GO111MODULE=on go vet ./... 19:37:19 gofmt -l . 19:37:19 [ "`gofmt -l .`" = "" ] 19:37:21 ./bin/test-go-mod-tidy.sh 19:37:23 ./bin/test-attribution-txt.sh [Pipeline] sh 19:37:26 + ls -al . 19:37:26 total 780 19:37:26 drwxrwxr-x 10 1001 1001 4096 Mar 29 19:37 . 19:37:26 drwxr-xr-x 4 root root 28 Mar 29 19:33 .. 19:37:26 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:30 .dockerignore 19:37:26 drwxrwxr-x 8 1001 1001 179 Mar 29 19:30 .git 19:37:26 drwxrwxr-x 3 1001 1001 125 Mar 29 19:30 .github 19:37:26 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:30 .gitignore 19:37:26 drwx------ 3 1001 1001 60 Mar 29 19:31 .semver 19:37:26 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:30 .sonarcloud.properties 19:37:26 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:30 Attribution.txt 19:37:26 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:30 CONTRIBUTING.md 19:37:26 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:30 Dockerfile.build 19:37:26 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:30 Jenkinsfile 19:37:26 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:30 LICENSE 19:37:26 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:30 Makefile 19:37:26 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:30 README.md 19:37:26 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:30 SECURITY.md 19:37:26 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:31 VERSION 19:37:26 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:30 ZMQWindows.md 19:37:26 drwxrwxr-x 2 1001 1001 117 Mar 29 19:30 bin 19:37:26 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:30 cmd 19:37:26 -rw-r--r-- 1 root root 668090 Mar 29 19:36 coverage.out 19:37:26 -rw-r--r-- 1 root root 1056 Mar 29 19:37 go.mod 19:37:26 -rw-r--r-- 1 root root 22641 Mar 29 19:37 go.sum 19:37:26 drwxrwxr-x 8 1001 1001 127 Mar 29 19:30 internal 19:37:26 drwxrwxr-x 4 1001 1001 26 Mar 29 19:30 openapi 19:37:26 drwxrwxr-x 4 1001 1001 71 Mar 29 19:30 snap 19:37:26 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:30 version.go [Pipeline] sh 19:37:27 + '[' -e coverage.out ] 19:37:27 + chown 1001:1001 coverage.out [Pipeline] stash 19:37:27 Stashed 1 file(s) [Pipeline] sh 19:37:27 + make build 19:37: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 19:37:34 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 19:37:48 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 19:37:52 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 19:37:56 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 19:37:56 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 19:38:00 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 19:38:09 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 19:38:13 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 19:38: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 19:38:20 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 19:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:38:29 $ docker stop --time=1 5722e07c0044cd1e3c32c7cd72b4e5e00b0d8651e19e9ca94b6a1a6dc0b0abe7 19:38:31 $ docker rm -f 5722e07c0044cd1e3c32c7cd72b4e5e00b0d8651e19e9ca94b6a1a6dc0b0abe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:38:34 19:38:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:38:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:38:35 latest: Pulling from edgex-devops/edgex-compose 19:38:35 cbdbe7a5bc2a: Pulling fs layer 19:38:35 ca9280d653b3: Pulling fs layer 19:38:35 7e9c9ca2126c: Pulling fs layer 19:38:35 cbdbe7a5bc2a: Download complete 19:38:36 ca9280d653b3: Verifying Checksum 19:38:36 ca9280d653b3: Download complete 19:38:36 cbdbe7a5bc2a: Pull complete 19:38:40 ca9280d653b3: Pull complete 19:38:40 7e9c9ca2126c: Verifying Checksum 19:38:40 7e9c9ca2126c: Download complete 19:38:55 7e9c9ca2126c: Pull complete 19:38:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:38:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:38:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:38:56 prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container 19:38:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 19:38:58 $ docker top 646c088848b113dfc75b10af4373e8755a8a26b4c5c2b30b6ebcf3e0e831d73e -eo pid,comm [Pipeline] { [Pipeline] sh 19:39:00 + docker-compose build --help 19:39:00 + grep parallel 19:39:01 --parallel Build images in parallel. [Pipeline] } 19:39:02 $ docker stop --time=1 646c088848b113dfc75b10af4373e8755a8a26b4c5c2b30b6ebcf3e0e831d73e 19:39:03 $ docker rm -f 646c088848b113dfc75b10af4373e8755a8a26b4c5c2b30b6ebcf3e0e831d73e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:39:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:39:04 . [Pipeline] withDockerContainer 19:39:04 prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container 19:39:04 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:39:05 $ docker top 3b4a5ebed01351ec466b3b3a037492baeeaa3469f6009b3339e0282c5d1dbb39 -eo pid,comm [Pipeline] { [Pipeline] sh 19:39:06 + docker-compose -f ./docker-compose-build.yml build --parallel 19:39:08 Building docker-core-command-go ... 19:39:08 Building docker-core-data-go ... 19:39:08 Building docker-core-metadata-go ... 19:39:08 Building docker-security-bootstrapper-go ... 19:39:08 Building docker-security-proxy-setup-go ... 19:39:08 Building docker-security-secretstore-setup-go ... 19:39:08 Building docker-support-notifications-go ... 19:39:08 Building docker-support-scheduler-go ... 19:39:08 Building docker-sys-mgmt-agent-go ... 19:39:08 Building docker-core-data-go 19:39:08 Building docker-support-scheduler-go 19:39:08 Building docker-security-bootstrapper-go 19:39:08 Building docker-support-notifications-go 19:39:08 Building docker-security-proxy-setup-go 19:40:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:40:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:40:31 ---> 94afd490c87e 19:40:31 Step 3/31 : WORKDIR /edgex-go 19:40:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:40:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:40:31 ---> 94afd490c87e 19:40:31 Step 3/22 : WORKDIR /edgex-go 19:40:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:40:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:40:31 ---> 94afd490c87e 19:40:31 Step 3/21 : WORKDIR /edgex-go 19:40:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:40:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:40:32 ---> 94afd490c87e 19:40:32 Step 3/22 : WORKDIR /edgex-go 19:40:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:40:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:40:32 ---> 94afd490c87e 19:40:32 Step 3/23 : WORKDIR /edgex-go 19:40:33 ---> Running in 7a79b74ae32f 19:40:33 ---> Running in c84a5f267699 19:40:33 ---> Running in 101eb90e17ca 19:40:33 ---> Running in 6a17513a5bff 19:40:33 ---> Running in f504f3414312 19:40:34 Removing intermediate container c84a5f267699 19:40:34 ---> a8b86c7c38d8 19:40:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:34 Removing intermediate container 7a79b74ae32f 19:40:34 ---> facc0b851278 19:40:34 Removing intermediate container 101eb90e17ca 19:40:34 ---> 655414c07720 19:40:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:34 Removing intermediate container f504f3414312 19:40:34 ---> 2dbc3b6a9dcc 19:40:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:34 Removing intermediate container 6a17513a5bff 19:40:34 ---> c036d696969b 19:40:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:35 ---> Running in 565710a88e19 19:40:35 ---> Running in 313eb95cc9f1 19:40:35 ---> Running in 5959841d1f0d 19:40:35 ---> Running in 2a889c0959f8 19:40:35 ---> Running in cafd7944debf 19:40:42 Removing intermediate container 313eb95cc9f1 19:40:42 ---> 8d0f8fcd20f3 19:40:42 Step 5/31 : RUN apk add --update --no-cache make git 19:40:42 Removing intermediate container 565710a88e19 19:40:42 ---> 1e06827a4155 19:40:42 Step 5/21 : RUN apk add --update --no-cache make git 19:40:42 ---> Running in 73dc497e5469 19:40:42 ---> Running in b37c69c73390 19:40:42 Removing intermediate container cafd7944debf 19:40:42 ---> e46fc9793589 19:40:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:40:42 Removing intermediate container 2a889c0959f8 19:40:42 ---> 6bdb8750388b 19:40:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:40:42 ---> Running in 617ddd264528 19:40:42 Removing intermediate container 5959841d1f0d 19:40:42 ---> 247aeef3805f 19:40:42 Step 5/22 : RUN apk add --update --no-cache make git 19:40:42 ---> Running in a454f1341609 19:40:43 ---> Running in 7d23d8d25eaf 19:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:46 OK: 233 MiB in 51 packages 19:40:46 OK: 233 MiB in 51 packages 19:40:46 OK: 233 MiB in 51 packages 19:40:47 OK: 233 MiB in 51 packages 19:40:47 OK: 233 MiB in 51 packages 19:40:48 Removing intermediate container 617ddd264528 19:40:48 ---> 0444b312ee88 19:40:48 Step 6/22 : COPY go.mod . 19:40:48 Removing intermediate container b37c69c73390 19:40:48 ---> 3879260b985c 19:40:48 Step 6/21 : COPY go.mod . 19:40:48 Removing intermediate container 73dc497e5469 19:40:48 ---> 53023aa88931 19:40:48 Step 6/31 : COPY go.mod . 19:40:49 Removing intermediate container a454f1341609 19:40:49 ---> 34c1c35800d2 19:40:49 Step 6/23 : COPY go.mod . 19:40:49 ---> 4b269daa407d 19:40:49 Step 7/22 : RUN go mod download 19:40:49 ---> 4b5c9a758544 19:40:49 Step 7/21 : RUN go mod download 19:40:49 Removing intermediate container 7d23d8d25eaf 19:40:49 ---> eb3decc5d755 19:40:49 Step 6/22 : COPY go.mod . 19:40:49 ---> Running in 5218ede2ce31 19:40:49 ---> Running in bd27ab8836c5 19:40:49 ---> 24af96bcf659 19:40:49 Step 7/31 : RUN go mod download 19:40:50 ---> Running in ae57f5ef4ab7 19:40:50 ---> 878a9fbeb08f 19:40:50 Step 7/22 : RUN go mod download 19:40:50 ---> 90799f56fbfc 19:40:50 Step 7/23 : RUN go mod download 19:40:51 ---> Running in 26956c7798f7 19:40:51 ---> Running in 2a6397a5000a 19:40:54 Removing intermediate container bd27ab8836c5 19:40:54 ---> ee5f49ea60ea 19:40:54 Step 8/21 : COPY . . 19:40:54 Removing intermediate container 5218ede2ce31 19:40:54 ---> 6de62f42cfbf 19:40:54 Step 8/22 : COPY . . 19:40:54 Removing intermediate container ae57f5ef4ab7 19:40:54 ---> faa8ab61ec47 19:40:54 Step 8/31 : COPY . . 19:40:54 Removing intermediate container 2a6397a5000a 19:40:54 ---> 9b8736b1e948 19:40:54 Step 8/23 : COPY . . 19:40:55 Removing intermediate container 26956c7798f7 19:40:55 ---> 7a48a346c84d 19:40:55 Step 8/22 : COPY . . 19:42:32 ---> 9b74d2e28cc3 19:42:32 Step 9/23 : RUN make cmd/core-data/core-data 19:42:32 ---> 2ce70318dee4 19:42:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:42:32 ---> 8a1b06df2822 19:42:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:42:32 ---> Running in 0b1ab228dac4 19:42:32 ---> e79a3c706c32 19:42:32 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:42:32 ---> bdf51488763e 19:42:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:42:32 ---> Running in c9dd01e896b7 19:42:32 ---> Running in 2bb30df6abe8 19:42:32 ---> Running in 85f27fe9e0bc 19:42:32 ---> Running in cbe8cf5494ab 19:42:32 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 19:42:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:42:32 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 19:42:32 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 19:42:32 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 19:43:31 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 19:43:31 Removing intermediate container 85f27fe9e0bc 19:43:31 ---> d2d0484fdcb5 19:43:31 19:43:31 Step 10/31 : FROM alpine:3.12 19:43:32 3.12: Pulling from library/alpine 19:43:34 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:43:34 Status: Downloaded newer image for alpine:3.12 19:43:34 ---> 42cb162f0360 19:43:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:43:37 ---> Running in 91dd90a94100 19:43:39 Removing intermediate container 91dd90a94100 19:43:39 ---> f9ad45622239 19:43:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:43:40 ---> Running in 8248041997b1 19:43:42 Removing intermediate container cbe8cf5494ab 19:43:42 ---> 809bf0282113 19:43:42 19:43:42 Step 10/22 : FROM alpine:3.12 19:43:42 ---> 42cb162f0360 19:43:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:43:43 ---> Running in 8930065046b4 19:43:43 Removing intermediate container c9dd01e896b7 19:43:43 ---> cdb340ab0955 19:43:43 19:43:43 Step 10/22 : FROM alpine:3.12 19:43:43 ---> 42cb162f0360 19:43:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:43:44 Removing intermediate container 0b1ab228dac4 19:43:44 ---> ee4b1a6024e0 19:43:44 19:43:44 Step 10/23 : FROM alpine:3.12 19:43:44 ---> 42cb162f0360 19:43:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:43:44 Removing intermediate container 2bb30df6abe8 19:43:44 ---> 0fe3e5f9c9bb 19:43:44 19:43:44 Step 10/21 : FROM alpine:3.12 19:43:44 ---> 42cb162f0360 19:43:44 Step 11/21 : RUN apk add --update --no-cache curl 19:43:44 ---> Running in 0db5041aad9f 19:43:44 ---> Running in 87245af96425 19:43:44 ---> Running in 73ca248030b1 19:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:45 Removing intermediate container 87245af96425 19:43:45 ---> 7539e3ce5a25 19:43:45 Step 12/23 : ENV APP_PORT=48080 19:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:45 (1/2) Installing dumb-init (1.2.2-r1) 19:43:45 (2/2) Installing su-exec (0.2-r1) 19:43:45 Executing busybox-1.31.1-r19.trigger 19:43:45 OK: 6 MiB in 16 packages 19:43:45 ---> Running in 8aea8785422c 19:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:45 (1/1) Installing dumb-init (1.2.2-r1) 19:43:45 Executing busybox-1.31.1-r19.trigger 19:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:45 OK: 6 MiB in 15 packages 19:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:46 (1/2) Installing ca-certificates (20191127-r4) 19:43:46 (2/2) Installing dumb-init (1.2.2-r1) 19:43:46 Executing busybox-1.31.1-r19.trigger 19:43:46 Executing ca-certificates-20191127-r4.trigger 19:43:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:46 Removing intermediate container 8aea8785422c 19:43:46 ---> b461e12b80dd 19:43:46 Step 13/23 : EXPOSE $APP_PORT 19:43:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:46 OK: 6 MiB in 16 packages 19:43:46 ---> Running in 8adec8e8da02 19:43:46 (1/4) Installing ca-certificates (20191127-r4) 19:43:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:43:46 (3/4) Installing libcurl (7.69.1-r3) 19:43:46 (4/4) Installing curl (7.69.1-r3) 19:43:46 Executing busybox-1.31.1-r19.trigger 19:43:46 Executing ca-certificates-20191127-r4.trigger 19:43:47 OK: 7 MiB in 18 packages 19:43:47 Removing intermediate container 8adec8e8da02 19:43:47 ---> 0d13329cdd79 19:43:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:47 Removing intermediate container 8248041997b1 19:43:47 ---> 40167d144789 19:43:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:43:47 ---> Running in 0aeb2c3d1aee 19:43:47 ---> Running in 82cd2c8d5792 19:43:47 Removing intermediate container 8930065046b4 19:43:47 ---> 262d2c4b2fc5 19:43:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:43:48 Removing intermediate container 0db5041aad9f 19:43:48 ---> 0a0ed83c3f32 19:43:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:43:49 ---> Running in bf2d2c31f5cf 19:43:49 ---> Running in 4bc71eb59d5f 19:43:49 Removing intermediate container 0aeb2c3d1aee 19:43:49 ---> 2d97be9a47b7 19:43:49 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:43:49 Removing intermediate container 73ca248030b1 19:43:49 ---> 7236641966ab 19:43:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:43:50 Removing intermediate container bf2d2c31f5cf 19:43:50 ---> 2777d35e08c1 19:43:50 Step 13/22 : ENV APP_PORT=48085 19:43:50 ---> Running in 573bf68c1110 19:43:50 ---> Running in cd7abf7969d2 19:43:50 ---> Running in 4d1014e94390 19:43:50 Removing intermediate container 4bc71eb59d5f 19:43:50 ---> a99427b81ec2 19:43:50 Step 13/22 : ENV APP_PORT=48060 19:43:51 ---> Running in 878a43487e65 19:43:51 Removing intermediate container 573bf68c1110 19:43:51 ---> bca8cf2ff646 19:43:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:43:51 Removing intermediate container cd7abf7969d2 19:43:51 ---> dfc327739eb9 19:43:51 Step 13/21 : WORKDIR /edgex 19:43:51 Removing intermediate container 4d1014e94390 19:43:51 ---> 56b7cf1681b7 19:43:51 Step 14/22 : EXPOSE $APP_PORT 19:43:51 ---> Running in 9af4a42af3c8 19:43:51 ---> Running in 192df714e06e 19:43:51 ---> Running in eb91199e7308 19:43:51 Removing intermediate container 82cd2c8d5792 19:43:51 ---> 9a013e23e2ea 19:43:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:43:51 Removing intermediate container 878a43487e65 19:43:51 ---> 18b26e2e1512 19:43:51 Step 14/22 : EXPOSE $APP_PORT 19:43:51 ---> Running in 724724d66685 19:43:51 ---> Running in 187f2cab8267 19:43:51 Removing intermediate container 9af4a42af3c8 19:43:51 ---> 6c446e772aab 19:43:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:43:52 Removing intermediate container eb91199e7308 19:43:52 ---> 03cd1bb16682 19:43:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:52 Removing intermediate container 187f2cab8267 19:43:52 ---> 0bbccb6819b7 19:43:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:52 ---> 221feef3e28f 19:43:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:43:52 ---> 8f90c7b8a313 19:43:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:43:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:52 ---> 6a020620a8ae 19:43:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:43:53 Removing intermediate container 192df714e06e 19:43:53 ---> b96ddd6cff4e 19:43:53 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:53 ---> 3255007a1ee0 19:43:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:43:53 ---> Running in 67c2375dac77 19:43:53 ---> b9b79b876642 19:43:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:43:54 (1/6) Installing dumb-init (1.2.2-r1) 19:43:54 ---> 3ca70a52c5a4 19:43:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:43:54 (2/6) Installing libgcc (9.3.0-r2) 19:43:54 (3/6) Installing libsodium (1.0.18-r0) 19:43:54 (4/6) Installing libstdc++ (9.3.0-r2) 19:43:54 Removing intermediate container 67c2375dac77 19:43:54 ---> a9d88b9d9514 19:43:54 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:43:54 (5/6) Installing libzmq (4.3.3-r0) 19:43:54 (6/6) Installing zeromq (4.3.3-r0) 19:43:54 Executing busybox-1.31.1-r19.trigger 19:43:54 OK: 8 MiB in 20 packages 19:43:54 ---> cdf070269909 19:43:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:43:55 ---> 57405f6b00bf 19:43:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:43:55 ---> 1c800e65ccb3 19:43:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:43:55 ---> Running in 5ce5e02cf590 19:43:55 ---> Running in 4e3426a0ff07 19:43:55 ---> Running in 434900d839d4 19:43:55 ---> 238b3a9bb077 19:43:55 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:43:55 Removing intermediate container 5ce5e02cf590 19:43:55 ---> 05b5408289a8 19:43:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:55 ---> Running in 029a275caf7a 19:43:56 ---> Running in 6f9f1bc27443 19:43:56 Removing intermediate container 4e3426a0ff07 19:43:56 ---> c4969238335a 19:43:56 Step 18/21 : CMD ["--init=true"] 19:43:56 Removing intermediate container 434900d839d4 19:43:56 ---> aa07c90fcc96 19:43:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:56 ---> Running in 12459d8b5a6a 19:43:56 ---> Running in d2e4595b7c24 19:43:57 Removing intermediate container 724724d66685 19:43:57 ---> a32131a61586 19:43:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:57 Removing intermediate container 6f9f1bc27443 19:43:57 ---> f24e3e00505d 19:43:57 Step 20/22 : LABEL arch=x86_64 19:43:57 Removing intermediate container 12459d8b5a6a 19:43:57 ---> 58456f160e73 19:43:57 Step 19/21 : LABEL arch=x86_64 19:43:57 ---> Running in 08fe66da8c51 19:43:57 Removing intermediate container d2e4595b7c24 19:43:57 ---> 0106ce8621fd 19:43:57 Step 20/22 : LABEL arch=x86_64 19:43:57 ---> Running in 5790b8e11928 19:43:58 ---> Running in 59177ae1868f 19:43:58 ---> 9c217b1ea6c4 19:43:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:43:58 Removing intermediate container 08fe66da8c51 19:43:58 ---> 0f66b14b7616 19:43:58 Step 21/22 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:43:58 Removing intermediate container 5790b8e11928 19:43:58 ---> bfea150701bd 19:43:58 Step 20/21 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:43:58 ---> Running in 407e51df5da1 19:43:59 Removing intermediate container 59177ae1868f 19:43:59 ---> c152ed727af0 19:43:59 Step 21/22 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:43:59 ---> Running in 9c451a852057 19:43:59 ---> Running in 3091b3c022d4 19:44:00 Removing intermediate container 029a275caf7a 19:44:00 ---> 40c2a7d7524f 19:44:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:00 Removing intermediate container 9c451a852057 19:44:00 ---> 9178867af766 19:44:00 Step 21/21 : LABEL version=0.0.0 19:44:00 Removing intermediate container 407e51df5da1 19:44:00 ---> 3099107e3b0d 19:44:00 Step 22/22 : LABEL version=0.0.0 19:44:00 ---> 4b060bde5ed0 19:44:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:44:00 Removing intermediate container 3091b3c022d4 19:44:00 ---> 0de52555ec6b 19:44:00 Step 22/22 : LABEL version=0.0.0 19:44:00 ---> Running in 254d53a135f6 19:44:00 ---> Running in fe139a51410d 19:44:00 ---> Running in 764fa0b7fbcb 19:44:01 ---> 2e36261a162c 19:44:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:44:01 ---> 417fa757265e 19:44:01 Step 19/23 : ENTRYPOINT ["/core-data"] 19:44:01 Removing intermediate container 254d53a135f6 19:44:01 ---> dc17da6520bc 19:44:01 19:44:01 Removing intermediate container fe139a51410d 19:44:01 ---> 1b5268c3b3d5 19:44:01 19:44:01 Removing intermediate container 764fa0b7fbcb 19:44:01 ---> e51a37d12f01 19:44:01 19:44:01 ---> Running in 93bcd7689f7b 19:44:01 Successfully built dc17da6520bc 19:44:01 Successfully built 1b5268c3b3d5 19:44:01 Successfully tagged docker-support-notifications-go:latest 19:44:01  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 19:44:01 Successfully built e51a37d12f01 19:44:02 Successfully tagged docker-security-proxy-setup-go:latest 19:44:02 Building docker-security-secretstore-setup-go 19:44:02  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest 19:44:02 Building docker-core-metadata-go 19:44:02  Building docker-support-scheduler-go ... done Removing intermediate container 93bcd7689f7b 19:44:02 ---> 19bb9a5250d6 19:44:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:02 ---> Running in d81bd4d898e9 19:44:02 ---> 6e16dbdee3c0 19:44:02 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:44:02 Removing intermediate container d81bd4d898e9 19:44:02 ---> e94d638a2b37 19:44:02 Step 21/23 : LABEL arch=x86_64 19:44:02 ---> Running in fb071d9001e7 19:44:02 ---> 86a75f199dde 19:44:02 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:44:03 Removing intermediate container fb071d9001e7 19:44:03 ---> de78878c58f4 19:44:03 Step 22/23 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:44:03 ---> Running in 4303a82c33f6 19:44:03 ---> e7f18fb5e553 19:44:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:44:05 Removing intermediate container 4303a82c33f6 19:44:05 ---> a092278af7d9 19:44:05 Step 23/23 : LABEL version=0.0.0 19:44:07 ---> Running in e1674096d143 19:44:07 ---> 23ffdb295934 19:44:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:44:08 ---> Running in 04c9019ecf5e 19:44:08 Removing intermediate container e1674096d143 19:44:08 ---> 197520c751c8 19:44:08 19:44:08 Successfully built 197520c751c8 19:44:08 Successfully tagged docker-core-data-go:latest 19:44:08  Building docker-core-data-go ... done Building docker-core-command-go 19:44:08 Removing intermediate container 04c9019ecf5e 19:44:08 ---> 5402fd3ff266 19:44:08 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:44:09 ---> 325b7a5362ff 19:44:09 Step 26/31 : RUN chmod +x /entrypoint.sh 19:44:10 ---> Running in 744c01d8c5ba 19:44:16 Removing intermediate container 744c01d8c5ba 19:44:16 ---> 16834a560990 19:44:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:44:16 ---> Running in 9ef392889e7b 19:44:18 Removing intermediate container 9ef392889e7b 19:44:18 ---> 70754d08e822 19:44:18 Step 28/31 : CMD ["gate"] 19:44:18 ---> Running in f1977651f20f 19:44:20 Removing intermediate container f1977651f20f 19:44:20 ---> 46b827bda4a4 19:44:20 Step 29/31 : LABEL arch=x86_64 19:44:21 ---> Running in b77d025537e0 19:44:21 Removing intermediate container b77d025537e0 19:44:21 ---> 3bf3c0c67475 19:44:21 Step 30/31 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:44:21 ---> Running in 15164f27d971 19:44:22 Removing intermediate container 15164f27d971 19:44:22 ---> 5a627f28e1f8 19:44:22 Step 31/31 : LABEL version=0.0.0 19:44:22 ---> Running in c9015b5f958c 19:44:23 Removing intermediate container c9015b5f958c 19:44:23 ---> 23ad6e73fc35 19:44:23 19:44:23 Successfully built 23ad6e73fc35 19:44:23 Successfully tagged docker-security-bootstrapper-go:latest 19:45:03  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:45:03 ---> 94afd490c87e 19:45:03 Step 3/24 : WORKDIR /edgex-go 19:45:03 ---> Using cache 19:45:03 ---> c036d696969b 19:45:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:03 ---> Using cache 19:45:03 ---> 6bdb8750388b 19:45:03 Step 5/24 : RUN apk add --update --no-cache make git 19:45:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:45:03 ---> 94afd490c87e 19:45:03 Step 3/23 : WORKDIR /edgex-go 19:45:03 ---> Using cache 19:45:03 ---> c036d696969b 19:45:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:03 ---> Using cache 19:45:03 ---> 6bdb8750388b 19:45:03 Step 5/23 : RUN apk add --update --no-cache make git 19:45:04 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:45:04 ---> 94afd490c87e 19:45:04 Step 3/26 : WORKDIR /edgex-go 19:45:04 ---> Using cache 19:45:04 ---> c036d696969b 19:45:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:04 ---> Using cache 19:45:04 ---> 6bdb8750388b 19:45:04 Step 5/26 : RUN apk add --update --no-cache make bash git 19:45:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:45:04 ---> 94afd490c87e 19:45:04 Step 3/23 : WORKDIR /edgex-go 19:45:04 ---> Using cache 19:45:04 ---> c036d696969b 19:45:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:04 ---> Using cache 19:45:04 ---> 6bdb8750388b 19:45:04 Step 5/23 : RUN apk add --update --no-cache make git 19:45:05 ---> Running in f66e614b374d 19:45:05 ---> Running in c6359d07e08f 19:45:05 ---> Running in 9d01c8e78a0a 19:45:05 ---> Running in 18049d63ee17 19:45:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:45:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:45:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:45:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:45:11 OK: 233 MiB in 51 packages 19:45:11 OK: 233 MiB in 51 packages 19:45:11 OK: 233 MiB in 51 packages 19:45:12 OK: 233 MiB in 51 packages 19:45:13 Removing intermediate container c6359d07e08f 19:45:13 ---> fb6139a95ae9 19:45:13 Step 6/24 : COPY go.mod . 19:45:13 Removing intermediate container f66e614b374d 19:45:13 ---> 8885d9ddc085 19:45:13 Step 6/26 : COPY go.mod . 19:45:14 Removing intermediate container 9d01c8e78a0a 19:45:14 ---> 30012993adfb 19:45:14 Step 6/23 : COPY go.mod . 19:45:14 Removing intermediate container 18049d63ee17 19:45:14 ---> eb9b93c3ab7d 19:45:14 Step 6/23 : COPY go.mod . 19:45:14 ---> 6a245ddb9482 19:45:14 Step 7/24 : RUN go mod download 19:45:14 ---> bc51398413bf 19:45:14 Step 7/26 : RUN go mod download 19:45:15 ---> Running in 44b36a83116d 19:45:15 ---> Running in 8dda79eaa6d7 19:45:15 ---> 718f090ff304 19:45:15 Step 7/23 : RUN go mod download 19:45:15 ---> 411f606a7147 19:45:15 Step 7/23 : RUN go mod download 19:45:15 ---> Running in 66fc86a3b081 19:45:15 ---> Running in 539eddcae49d 19:45:21 Removing intermediate container 8dda79eaa6d7 19:45:21 ---> bc16f0da4f7f 19:45:21 Step 8/26 : COPY . . 19:45:21 Removing intermediate container 539eddcae49d 19:45:21 ---> 923819546520 19:45:21 Step 8/23 : COPY . . 19:45:21 Removing intermediate container 44b36a83116d 19:45:21 ---> 0724af8ca229 19:45:21 Step 8/24 : COPY . . 19:45:21 Removing intermediate container 66fc86a3b081 19:45:21 ---> ebfd40060bf5 19:45:21 Step 8/23 : COPY . . 19:46:44 ---> 76a21c2beca6 19:46:44 Step 9/23 : RUN make cmd/core-command/core-command 19:46:44 ---> 8753e787c255 19:46:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:46:44 ---> Running in 582760c2e3c9 19:46:44 ---> Running in 6a618e42b256 19:46:44 ---> 35e58322d201 19:46:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:46:44 ---> Running in 31deacbb39c3 19:46:44 ---> 015b9f9d3193 19:46:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:46:44 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 19:46:44 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 19:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:46:44 ---> Running in 1a00c3663f28 19:46:44 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 19:47:32 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 19:47:42 Removing intermediate container 31deacbb39c3 19:47:42 ---> a5261ded78f9 19:47:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:47:43 ---> Running in 134c87f9514c 19:47:43 Removing intermediate container 1a00c3663f28 19:47:43 ---> 701c8574e3fb 19:47:43 19:47:43 Step 10/24 : FROM alpine:3.12 19:47:43 ---> 42cb162f0360 19:47:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:47:43 Removing intermediate container 6a618e42b256 19:47:43 ---> dcf8a9d9c107 19:47:43 19:47:43 Step 10/23 : FROM alpine:3.12 19:47:43 ---> 42cb162f0360 19:47:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:47:44 ---> Using cache 19:47:44 ---> 262d2c4b2fc5 19:47:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:47:44 ---> Using cache 19:47:44 ---> 2777d35e08c1 19:47:44 Step 13/23 : ENV APP_PORT=48082 19:47:44 ---> Running in ae63083233f3 19:47:44 ---> Running in 87ed70a5a243 19:47:47 Removing intermediate container ae63083233f3 19:47:47 ---> 9e71231c4396 19:47:47 Step 14/23 : EXPOSE $APP_PORT 19:47:47 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 19:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:47:47 ---> Running in a535a0c4a29e 19:47:48 Removing intermediate container 582760c2e3c9 19:47:48 ---> 712f2633ed82 19:47:48 19:47:48 Step 10/23 : FROM alpine:3.12 19:47:48 ---> 42cb162f0360 19:47:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:47:48 ---> Using cache 19:47:48 ---> 262d2c4b2fc5 19:47:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:47:48 ---> Using cache 19:47:48 ---> 2777d35e08c1 19:47:48 Step 13/23 : ENV APP_PORT=48081 19:47:48 (1/6) Installing ca-certificates (20191127-r4) 19:47:48 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:47:48 (3/6) Installing libcurl (7.69.1-r3) 19:47:48 (4/6) Installing curl (7.69.1-r3) 19:47:48 (5/6) Installing dumb-init (1.2.2-r1) 19:47:48 (6/6) Installing su-exec (0.2-r1) 19:47:48 Executing busybox-1.31.1-r19.trigger 19:47:48 ---> Running in 6ca7eefc017b 19:47:48 Executing ca-certificates-20191127-r4.trigger 19:47:48 OK: 7 MiB in 20 packages 19:47:48 Removing intermediate container a535a0c4a29e 19:47:48 ---> dcc4847dc95d 19:47:48 Step 15/23 : WORKDIR / 19:47:49 ---> Running in cb9b1e8d69a5 19:47:49 Removing intermediate container 6ca7eefc017b 19:47:49 ---> 9ec9f53413f6 19:47:49 Step 14/23 : EXPOSE $APP_PORT 19:47:49 ---> Running in ab33efcad795 19:47:49 Removing intermediate container cb9b1e8d69a5 19:47:49 ---> c72fbee84953 19:47:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:47:49 Removing intermediate container ab33efcad795 19:47:49 ---> 379145caa686 19:47:49 Step 15/23 : WORKDIR / 19:47:50 ---> Running in c678b48e95ab 19:47:50 Removing intermediate container 134c87f9514c 19:47:50 ---> 59813912be6e 19:47:50 19:47:50 Step 11/26 : FROM docker:20.10.0 19:47:50 ---> 01a0e59134f7 19:47:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:47:50 Removing intermediate container 87ed70a5a243 19:47:50 ---> caf6f5b69361 19:47:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:47:50 20.10.0: Pulling from library/docker 19:47:50 ---> Running in 5ca76fcfb795 19:47:50 Removing intermediate container c678b48e95ab 19:47:50 ---> ae111ff68abb 19:47:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:47:51 Removing intermediate container 5ca76fcfb795 19:47:51 ---> e4383b4cefd1 19:47:51 Step 13/24 : WORKDIR / 19:47:51 ---> Running in a63cf301c046 19:47:51 ---> d057bd66328c 19:47:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:47:52 ---> 88761bca31b6 19:47:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:47:52 Removing intermediate container a63cf301c046 19:47:52 ---> 15333a443e8b 19:47:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:47:53 ---> afcdf8a9efd7 19:47:53 Step 19/23 : ENTRYPOINT ["/core-command"] 19:47:53 ---> Running in 69c9d942eeb3 19:47:53 ---> d3c4b05d4408 19:47:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:47:53 ---> 8bc08480a3df 19:47:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:47:53 Removing intermediate container 69c9d942eeb3 19:47:53 ---> b1a26f8ee852 19:47:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:47:54 ---> 1049da8491ce 19:47:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:47:54 ---> 0859bb9d8198 19:47:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:47:54 ---> Running in e23ae83c0d3b 19:47:54 ---> Running in 69d96b93aac0 19:47:55 Removing intermediate container e23ae83c0d3b 19:47:55 ---> 35ef7d8ca2ea 19:47:55 Step 21/23 : LABEL arch=x86_64 19:47:55 ---> 44c7a5a1a3b4 19:47:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:47:55 Removing intermediate container 69d96b93aac0 19:47:55 ---> 69ece2abdb73 19:47:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:47:55 ---> Running in d9cdeb335524 19:47:55 ---> Running in 6f081a9f711b 19:47:55 Removing intermediate container d9cdeb335524 19:47:55 ---> e5b21d5bc00e 19:47:55 Step 22/23 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:47:55 Removing intermediate container 6f081a9f711b 19:47:55 ---> f18c9adec7bd 19:47:55 Step 21/23 : LABEL arch=x86_64 19:47:56 ---> Running in b66682a6220d 19:47:56 ---> Running in 674b043ca79b 19:47:56 ---> 9e256b4292d6 19:47:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:47:56 Removing intermediate container 674b043ca79b 19:47:56 ---> 47e122a6b5ce 19:47:56 Step 22/23 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:47:57 ---> Running in 6f52c32b1148 19:47:57 Removing intermediate container b66682a6220d 19:47:57 ---> 51e6f7325373 19:47:57 Step 23/23 : LABEL version=0.0.0 19:47:57 ---> 4311cb75f8f4 19:47:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:47:57 ---> Running in 484d76987ee7 19:47:57 Removing intermediate container 6f52c32b1148 19:47:57 ---> 35708cf2c579 19:47:57 Step 23/23 : LABEL version=0.0.0 19:47:58 ---> Running in 6df70db1502e 19:47:58 ---> 4ddd3729871b 19:47:58 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/ 19:47:58 Removing intermediate container 484d76987ee7 19:47:58 ---> c097807408ab 19:47:58 19:47:58 ---> Running in f7ba9460b3ac 19:47:58 Removing intermediate container 6df70db1502e 19:47:58 ---> d84545263475 19:47:58 19:47:59 Successfully built c097807408ab 19:47:59 Successfully tagged docker-core-command-go:latest 19:48:01  Building docker-core-command-go ... done Successfully built d84545263475 19:48:01 Successfully tagged docker-core-metadata-go:latest 19:48:02  Building docker-core-metadata-go ... done Removing intermediate container f7ba9460b3ac 19:48:02 ---> 59d2d9b25c07 19:48:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:48:02 ---> Running in 0c7fefb88a76 19:48:03 Removing intermediate container 0c7fefb88a76 19:48:03 ---> 395137727f48 19:48:03 Step 22/24 : LABEL arch=x86_64 19:48:03 ---> Running in 0e44bc8dd6bb 19:48:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:48:03 Status: Downloaded newer image for docker:20.10.0 19:48:03 ---> aefe523efa57 19:48:03 Step 12/26 : RUN apk add --no-cache bash 19:48:03 ---> Running in b7fa02513ff8 19:48:04 Removing intermediate container 0e44bc8dd6bb 19:48:04 ---> 0a708147d59d 19:48:04 Step 23/24 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:48:04 ---> Running in 2df309303a0e 19:48:05 Removing intermediate container 2df309303a0e 19:48:05 ---> fec00ac9fe97 19:48:05 Step 24/24 : LABEL version=0.0.0 19:48:05 ---> Running in 21e82102b392 19:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:48:05 Removing intermediate container 21e82102b392 19:48:05 ---> 2aa0d64700e3 19:48:05 19:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:48:06 (1/2) Installing readline (8.0.4-r0) 19:48:06 (2/2) Installing bash (5.0.17-r0) 19:48:06 Executing bash-5.0.17-r0.post-install 19:48:06 Executing busybox-1.31.1-r19.trigger 19:48:06 OK: 12 MiB in 22 packages 19:48:06 Successfully built 2aa0d64700e3 19:48:06 Successfully tagged docker-security-secretstore-setup-go:latest 19:48:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container b7fa02513ff8 19:48:07 ---> 33cd496ed2bf 19:48:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:48:07 ---> Running in 96ab69cea95b 19:48:07 Removing intermediate container 96ab69cea95b 19:48:07 ---> 08523255b4da 19:48:07 Step 14/26 : ENV APP_PORT=48090 19:48:08 ---> Running in 93756f5d30af 19:48:08 Removing intermediate container 93756f5d30af 19:48:08 ---> ecf4d1de2432 19:48:08 Step 15/26 : EXPOSE $APP_PORT 19:48:08 ---> Running in 22671a842d0b 19:48:09 Removing intermediate container 22671a842d0b 19:48:09 ---> 93d2c4538337 19:48:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:48:12 ---> 7cee483073b6 19:48:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:48:12 ---> 2f9994681a59 19:48:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:48:13 ---> 6fd4889c5c6d 19:48:13 Step 19/26 : RUN apk --no-cache add py3-pip 19:48:13 ---> Running in c1383aed6af6 19:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:48:15 (1/33) Installing libbz2 (1.0.8-r1) 19:48:15 (2/33) Installing expat (2.2.9-r1) 19:48:15 (3/33) Installing libffi (3.3-r2) 19:48:15 (4/33) Installing gdbm (1.13-r1) 19:48:15 (5/33) Installing xz-libs (5.2.5-r0) 19:48:15 (6/33) Installing sqlite-libs (3.32.1-r0) 19:48:15 (7/33) Installing python3 (3.8.8-r0) 19:48:17 (8/33) Installing py3-appdirs (1.4.4-r1) 19:48:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:48:17 (10/33) Installing py3-parsing (2.4.7-r0) 19:48:17 (11/33) Installing py3-six (1.15.0-r0) 19:48:17 (12/33) Installing py3-packaging (20.4-r0) 19:48:17 (13/33) Installing py3-setuptools (47.0.0-r0) 19:48:17 (14/33) Installing py3-chardet (3.0.4-r4) 19:48:17 (15/33) Installing py3-idna (2.9-r0) 19:48:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:48:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:48:17 (18/33) Installing py3-requests (2.23.0-r0) 19:48:17 (19/33) Installing py3-msgpack (1.0.0-r0) 19:48:17 (20/33) Installing py3-lockfile (0.12.2-r3) 19:48:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:48:17 (22/33) Installing py3-colorama (0.4.3-r0) 19:48:17 (23/33) Installing py3-distlib (0.3.0-r0) 19:48:17 (24/33) Installing py3-distro (1.5.0-r1) 19:48:17 (25/33) Installing py3-webencodings (0.5.1-r3) 19:48:17 (26/33) Installing py3-html5lib (1.0.1-r4) 19:48:17 (27/33) Installing py3-pytoml (0.1.21-r0) 19:48:17 (28/33) Installing py3-pep517 (0.8.2-r0) 19:48:17 (29/33) Installing py3-progress (1.5-r0) 19:48:17 (30/33) Installing py3-toml (0.10.1-r0) 19:48:17 (31/33) Installing py3-retrying (1.3.3-r0) 19:48:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:48:17 (33/33) Installing py3-pip (20.1.1-r0) 19:48:17 Executing busybox-1.31.1-r19.trigger 19:48:17 OK: 71 MiB in 55 packages 19:48:27 Removing intermediate container c1383aed6af6 19:48:27 ---> 3c5d1cef19bc 19:48:27 Step 20/26 : RUN pip install docker-compose==1.23.2 19:48:27 ---> Running in 13b86c99383b 19:48:30 Collecting docker-compose==1.23.2 19:48:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:48:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:48:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:48:31 Collecting dockerpty<0.5,>=0.4.1 19:48:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:48:31 Collecting jsonschema<3,>=2.5.1 19:48:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:48:31 Collecting PyYAML<4,>=3.10 19:48:31 Downloading PyYAML-3.13.tar.gz (270 kB) 19:48:33 Collecting websocket-client<1.0,>=0.32.0 19:48:33 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:48:33 Collecting docopt<0.7,>=0.6.1 19:48:33 Downloading docopt-0.6.2.tar.gz (25 kB) 19:48:34 Collecting cached-property<2,>=1.2.0 19:48:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:48:34 Collecting texttable<0.10,>=0.9.0 19:48:34 Downloading texttable-0.9.1.tar.gz (11 kB) 19:48:34 Collecting docker<4.0,>=3.6.0 19:48:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:48:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:48:35 Collecting urllib3<1.25,>=1.21.1 19:48:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:48:35 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) 19:48:35 Collecting idna<2.8,>=2.5 19:48:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:48:35 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) 19:48:35 Collecting docker-pycreds>=0.4.0 19:48:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:48:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:48:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:48:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:48:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:48:36 Installing collected packages: urllib3, idna, requests, dockerpty, jsonschema, PyYAML, websocket-client, docopt, cached-property, texttable, docker-pycreds, docker, docker-compose 19:48:36 Attempting uninstall: urllib3 19:48:36 Found existing installation: urllib3 1.25.9 19:48:36 Uninstalling urllib3-1.25.9: 19:48:36 Successfully uninstalled urllib3-1.25.9 19:48:36 Attempting uninstall: idna 19:48:36 Found existing installation: idna 2.9 19:48:36 Uninstalling idna-2.9: 19:48:36 Successfully uninstalled idna-2.9 19:48:36 Attempting uninstall: requests 19:48:36 Found existing installation: requests 2.23.0 19:48:36 Uninstalling requests-2.23.0: 19:48:37 Successfully uninstalled requests-2.23.0 19:48:37 Running setup.py install for dockerpty: started 19:48:38 Running setup.py install for dockerpty: finished with status 'done' 19:48:38 Running setup.py install for PyYAML: started 19:48:39 Running setup.py install for PyYAML: finished with status 'done' 19:48:39 Running setup.py install for docopt: started 19:48:40 Running setup.py install for docopt: finished with status 'done' 19:48:40 Running setup.py install for texttable: started 19:48:40 Running setup.py install for texttable: finished with status 'done' 19:48:41 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 19:48:47 Removing intermediate container 13b86c99383b 19:48:47 ---> 128aeb32dcf2 19:48:47 Step 21/26 : RUN apk --no-cache add curl 19:48:47 ---> Running in ed7fb187aae2 19:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:48:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:48:48 (2/3) Installing libcurl (7.69.1-r3) 19:48:48 (3/3) Installing curl (7.69.1-r3) 19:48:48 Executing busybox-1.31.1-r19.trigger 19:48:48 OK: 72 MiB in 58 packages 19:48:50 Removing intermediate container ed7fb187aae2 19:48:50 ---> f8ac5b130e0e 19:48:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:48:50 ---> Running in 30f84993c4f2 19:48:50 Removing intermediate container 30f84993c4f2 19:48:50 ---> f6df3b18d2d9 19:48:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:48:50 ---> Running in 54b70abfd6d6 19:48:51 Removing intermediate container 54b70abfd6d6 19:48:51 ---> 503126550792 19:48:51 Step 24/26 : LABEL arch=x86_64 19:48:51 ---> Running in 27096bf42126 19:48:51 Removing intermediate container 27096bf42126 19:48:51 ---> 888c4e4d48e4 19:48:51 Step 25/26 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 19:48:52 ---> Running in e1ff884e5afe 19:48:52 Removing intermediate container e1ff884e5afe 19:48:52 ---> 3099f97c44d2 19:48:52 Step 26/26 : LABEL version=0.0.0 19:48:52 ---> Running in d9c2c954e180 19:48:53 Removing intermediate container d9c2c954e180 19:48:53 ---> b7f805f05654 19:48:53 19:48:53 Successfully built b7f805f05654 19:48:53 Successfully tagged docker-sys-mgmt-agent-go:latest 19:48:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:48:54 $ docker stop --time=1 3b4a5ebed01351ec466b3b3a037492baeeaa3469f6009b3339e0282c5d1dbb39 19:48:56 $ docker rm -f 3b4a5ebed01351ec466b3b3a037492baeeaa3469f6009b3339e0282c5d1dbb39 [Pipeline] // withDockerContainer [Pipeline] sh 19:48:58 + docker images 19:48:58 + grep docker 19:49:00 docker-sys-mgmt-agent-go latest b7f805f05654 8 seconds ago 314MB 19:49:00 docker-security-secretstore-setup-go latest 2aa0d64700e3 55 seconds ago 25.7MB 19:49:00 docker-core-metadata-go latest d84545263475 About a minute ago 19MB 19:49:00 docker-core-command-go latest c097807408ab About a minute ago 17.3MB 19:49:00 docker-security-bootstrapper-go latest 23ad6e73fc35 4 minutes ago 18.9MB 19:49:00 docker-core-data-go latest 197520c751c8 4 minutes ago 22.7MB 19:49:00 docker-support-notifications-go latest dc17da6520bc 5 minutes ago 17.9MB 19:49:00 docker-security-proxy-setup-go latest 1b5268c3b3d5 5 minutes ago 25.4MB 19:49:00 docker-support-scheduler-go latest e51a37d12f01 5 minutes ago 17.4MB 19:49:00 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 19:49:15 Still waiting to schedule task 19:49:15 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 19:52:01 Running on prd-ubuntu18.04-docker-8c-8g-31841 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws 19:52:01 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 19:52:03 using credential edgex-jenkins-ssh 19:52:03 Cloning the remote Git repository 19:52:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:52:03 > git init /w/workspace/edgex-go/4 # timeout=10 19:52:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:52:03 > git --version # timeout=10 19:52:03 > git --version # 'git version 2.17.1' 19:52:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:52:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:52:22 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 19:52:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:52:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:52:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:52:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:52:22 using GIT_SSH to set credentials SSH Credentials for GitHub 19:52:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:52:22 > git config core.sparsecheckout # timeout=10 19:52:22 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } 19:52:23 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] } [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 19:52:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:52:26 ---> package-listing.sh 19:52:26 ++ facter osfamily 19:52:26 ++ tr '[:upper:]' '[:lower:]' 19:52:26 + OS_FAMILY=redhat 19:52:26 + workspace=/w/workspace/edgex-go/4 19:52:26 + START_PACKAGES=/tmp/packages_start.txt 19:52:26 + END_PACKAGES=/tmp/packages_end.txt 19:52:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:52:26 + PACKAGES=/tmp/packages_start.txt 19:52:26 + '[' /w/workspace/edgex-go/4 ']' 19:52:26 + PACKAGES=/tmp/packages_end.txt 19:52:26 + case "${OS_FAMILY}" in 19:52:26 + rpm -qa 19:52:26 + sort 19:52:33 + '[' -f /tmp/packages_start.txt ']' 19:52:33 + '[' -f /tmp/packages_end.txt ']' 19:52:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:52:33 + '[' /w/workspace/edgex-go/4 ']' 19:52:33 + mkdir -p /w/workspace/edgex-go/4/archives/ 19:52:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 19:52:33 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:52:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:52:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:34 19:52:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:52:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:35 alpine: Pulling from edgex-lftools-log-publisher 19:52:35 df20fa9351a1: Pulling fs layer 19:52:35 36b3adc4ff6f: Pulling fs layer 19:52:35 8ad3a11d3b57: Pulling fs layer 19:52:35 46f8f816bc3b: Pulling fs layer 19:52:35 93b61091891f: Pulling fs layer 19:52:35 93b9cdb0e59b: Pulling fs layer 19:52:35 5e14af77c1be: Pulling fs layer 19:52:35 01666e4c0597: Pulling fs layer 19:52:35 aa168da1d23b: Pulling fs layer 19:52:35 93b9cdb0e59b: Waiting 19:52:35 5e14af77c1be: Waiting 19:52:35 01666e4c0597: Waiting 19:52:35 aa168da1d23b: Waiting 19:52:35 46f8f816bc3b: Waiting 19:52:35 93b61091891f: Waiting 19:52:35 36b3adc4ff6f: Verifying Checksum 19:52:35 36b3adc4ff6f: Download complete 19:52:35 46f8f816bc3b: Verifying Checksum 19:52:35 46f8f816bc3b: Download complete 19:52:35 df20fa9351a1: Verifying Checksum 19:52:35 df20fa9351a1: Download complete 19:52:35 93b9cdb0e59b: Verifying Checksum 19:52:35 93b9cdb0e59b: Download complete 19:52:35 5e14af77c1be: Verifying Checksum 19:52:35 5e14af77c1be: Download complete 19:52:35 93b61091891f: Verifying Checksum 19:52:35 93b61091891f: Download complete 19:52:35 01666e4c0597: Verifying Checksum 19:52:35 01666e4c0597: Download complete 19:52:36 8ad3a11d3b57: Verifying Checksum 19:52:36 df20fa9351a1: Pull complete 19:52:36 36b3adc4ff6f: Pull complete 19:52:37 8ad3a11d3b57: Pull complete 19:52:38 46f8f816bc3b: Pull complete 19:52:39 aa168da1d23b: Verifying Checksum 19:52:39 aa168da1d23b: Download complete 19:52:39 93b61091891f: Pull complete 19:52:40 93b9cdb0e59b: Pull complete 19:52:40 5e14af77c1be: Pull complete 19:52:41 01666e4c0597: Pull complete 19:53:03 aa168da1d23b: Pull complete 19:53:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:53:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:53:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:53:03 prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container 19:53:03 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 19:53:07 $ docker top cbbb684158af295878be7bd9f46eb087a5785bbffd5f12ba895c5482f8dccda9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:53:08 + touch /tmp/pre-build-complete [Pipeline] sh 19:53:08 + mkdir -p /var/log/sa [Pipeline] sh 19:53:08 + ls /var/log/sa-host 19:53:08 + sadf -c /var/log/sa-host/sa23 19:53:08 file_magic: OK 19:53:08 HZ: Using current value: 100 19:53:08 file_header: OK 19:53:08 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 19:53:08 Statistics: 19:53:08 Hnuu...uuuununununu... 19:53:08 File successfully converted to sysstat format version 12.2.1 19:53:08 + sadf -c /var/log/sa-host/sa29 19:53:08 file_magic: OK 19:53:08 HZ: Using current value: 100 19:53:08 file_header: OK 19:53:08 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 19:53:08 Statistics: 19:53:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:53:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:53:09 provisioning config files... 19:53:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1935587710680238173tmp [Pipeline] { [Pipeline] echo 19:53:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:53:10 ---> create-netrc.sh [Pipeline] } 19:53:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:53:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:53:10 ---> python-tools-install.sh [Pipeline] echo 19:53:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:53:11 ---> sudo-logs.sh 19:53:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:53:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:53:11 ---> job-cost.sh 19:53:11 lf-activate-venv: SKIPPING 19:53:11 INFO: No Stack... 19:53:12 INFO: Retrieving Pricing Info for: v1-standard-2 19:53:13 INFO: Archiving Costs [Pipeline] echo 19:53:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:53:14 ---> logs-deploy.sh 19:53:14 lf-activate-venv: SKIPPING 19:53:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3302/4 19:53:14 INFO: archiving workspace using pattern(s): 19:53:17 Archives upload complete. 19:53:17 INFO: archiving logs to Nexus