Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55+ffa292a08661baeb026f188275a19c5914c89a0e (1565aaa395344b7d599a8ccf1a883d9ab8c8b8af) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32239 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/48 [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/48 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 Merge succeeded, producing f415019efd607e65978b74d2e103af9d7ecc09df Checking out Revision f415019efd607e65978b74d2e103af9d7ecc09df (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f415019efd607e65978b74d2e103af9d7ecc09df # timeout=10 Commit message: "Merge commit 'ffa292a08661baeb026f188275a19c5914c89a0e' into HEAD" > git rev-list --no-walk 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:44:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:44:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:44:14 ========================================================= 12:44:14 EdgeX Global Pipelines Version Info 12:44:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:44:16 ------------------- 12:44:16 stable info: 12:44:16 ------------------- 12:44:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:44:16 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:44:16 Message: update stable to v1.0.186 12:44:17 ------------------- 12:44:17 experimental info: 12:44:17 ------------------- 12:44:17 Commited By: **** collab-it+edgex@linuxfoundation.org 12:44:17 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:44:17 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:44:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:44:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f415019efd607e65978b74d2e103af9d7ecc09df [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f415019 [Pipeline] echo 12:44:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:44:19 provisioning config files... 12:44:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/48@tmp/config4724261038780759088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:44:20 ---> docker-login.sh 12:44:20 nexus3.edgexfoundry.org:10001 12:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:20 Configure a credential helper to remove this warning. See 12:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:20 12:44:20 Login Succeeded 12:44:20 nexus3.edgexfoundry.org:10002 12:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:20 Configure a credential helper to remove this warning. See 12:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:20 12:44:20 Login Succeeded 12:44:20 nexus3.edgexfoundry.org:10003 12:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:21 Configure a credential helper to remove this warning. See 12:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:21 12:44:21 Login Succeeded 12:44:21 nexus3.edgexfoundry.org:10004 12:44:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:21 Configure a credential helper to remove this warning. See 12:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:21 12:44:21 Login Succeeded 12:44:21 docker.io 12:44:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:21 Configure a credential helper to remove this warning. See 12:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:21 12:44:21 Login Succeeded 12:44:21 ---> docker-login.sh ends [Pipeline] } 12:44:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:44:22 ++ 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 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/core-command/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo core-command,cmd/core-command/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/core-data/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo core-data,cmd/core-data/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/core-metadata/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo core-metadata,cmd/core-metadata/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/security-bootstrapper/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/security-proxy-setup/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/support-notifications/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo support-notifications,cmd/support-notifications/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/support-scheduler/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:44:22 + for file in '`ls cmd/**/Dockerfile`' 12:44:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:44:22 ++ cut -d/ -f2 12:44:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:44:22 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 12:44:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:44:23 12:44:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:44:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:44:23 latest: Pulling from edgex-devops/git-semver 12:44:23 31603596830f: Pulling fs layer 12:44:23 2a8b12db71e7: Pulling fs layer 12:44:23 6ca5941a6612: Pulling fs layer 12:44:23 ecc8261a40a4: Pulling fs layer 12:44:23 ecc8261a40a4: Waiting 12:44:23 2a8b12db71e7: Verifying Checksum 12:44:23 2a8b12db71e7: Download complete 12:44:23 31603596830f: Verifying Checksum 12:44:23 31603596830f: Download complete 12:44:23 ecc8261a40a4: Verifying Checksum 12:44:23 ecc8261a40a4: Download complete 12:44:23 6ca5941a6612: Verifying Checksum 12:44:23 6ca5941a6612: Download complete 12:44:23 31603596830f: Pull complete 12:44:23 2a8b12db71e7: Pull complete 12:44:24 6ca5941a6612: Pull complete 12:44:25 ecc8261a40a4: Pull complete 12:44:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:44:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:44:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:44:25 prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container 12:44:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:44:27 $ docker top b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:44:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:44:28 [ssh-agent] Looking for ssh-agent implementation... 12:44:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:44:28 $ docker exec b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent 12:44:28 SSH_AUTH_SOCK=/tmp/ssh-kZstc1q7lcTy/agent.12 12:44:28 SSH_AGENT_PID=17 12:44:28 Running ssh-add (command line suppressed) 12:44:28 Identity added: /w/workspace/edgex-go/48@tmp/private_key_2725971440452537132.key (/w/workspace/edgex-go/48@tmp/private_key_2725971440452537132.key) 12:44:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:44:29 + git tag --points-at HEAD [Pipeline] } 12:44:29 $ docker exec --env ******** --env ******** b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent -k 12:44:29 unset SSH_AUTH_SOCK; 12:44:29 unset SSH_AGENT_PID; 12:44:29 echo Agent pid 17 killed; 12:44:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:44:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:44:29 [ssh-agent] Looking for ssh-agent implementation... 12:44:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:44:29 $ docker exec b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent 12:44:29 SSH_AUTH_SOCK=/tmp/ssh-BwwJS3Yrhj5x/agent.47 12:44:29 SSH_AGENT_PID=52 12:44:29 Running ssh-add (command line suppressed) 12:44:29 Identity added: /w/workspace/edgex-go/48@tmp/private_key_9129742436220227753.key (/w/workspace/edgex-go/48@tmp/private_key_9129742436220227753.key) 12:44:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:44:30 + git semver init 12:44:30 # -> Open(): unable to determine branch for HEAD 12:44:30 # $GIT_DIR = /w/workspace/edgex-go/48/.git 12:44:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/48 12:44:30 # $SEMVER_REMOTE_NAME = origin 12:44:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:44:30 # $SEMVER_USER_NAME = edgex-jenkins 12:44:30 # $SEMVER_BRANCH = PR-3234 12:44:30 # $SEMVER_TEMP = /tmp/semver-379711429 12:44:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:44:48 # '/tmp/semver-379711429' -> '/w/workspace/edgex-go/48/.semver' 12:44:48 # -> Force: false 12:44:48 # $SEMVER_DIR = /w/workspace/edgex-go/48/.semver [Pipeline] } 12:44:48 $ docker exec --env ******** --env ******** b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d ssh-agent -k 12:44:48 unset SSH_AUTH_SOCK; 12:44:48 unset SSH_AGENT_PID; 12:44:48 echo Agent pid 52 killed; 12:44:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:44:49 + git semver [Pipeline] } 12:44:49 $ docker stop --time=1 b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d 12:44:50 $ docker rm -f b14a8c0022f4940edb42f3de3834caa82c767eceb3a33a17210751bf91a4be4d [Pipeline] // withDockerContainer [Pipeline] sh 12:44:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:44:51 Stashed 1 file(s) [Pipeline] echo 12:44:51 [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 12:44:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:44:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:44:53 + sudo service docker restart 12:44:53 + true 12:44:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:44:53 ========================================================= 12:44:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:44:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:44:54 + 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 . 12:44:57 Sending build context to Docker daemon 328.9MB 12:44:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:44:57 Step 2/6 : FROM ${BASE} 12:44:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:44:57 188c0c94c7c5: Pulling fs layer 12:44:57 0ef7d3d256c8: Pulling fs layer 12:44:57 de9db76c5a1d: Pulling fs layer 12:44:57 bca2f99d35d6: Pulling fs layer 12:44:57 93359f2a8cfa: Pulling fs layer 12:44:57 7c6f9722023f: Pulling fs layer 12:44:57 a35cf1a2eb13: Pulling fs layer 12:44:57 bca2f99d35d6: Waiting 12:44:57 93359f2a8cfa: Waiting 12:44:57 7c6f9722023f: Waiting 12:44:57 a35cf1a2eb13: Waiting 12:44:57 de9db76c5a1d: Verifying Checksum 12:44:57 de9db76c5a1d: Download complete 12:44:57 0ef7d3d256c8: Download complete 12:44:57 93359f2a8cfa: Verifying Checksum 12:44:57 93359f2a8cfa: Download complete 12:44:57 7c6f9722023f: Verifying Checksum 12:44:57 7c6f9722023f: Download complete 12:44:57 188c0c94c7c5: Verifying Checksum 12:44:57 188c0c94c7c5: Download complete 12:44:58 188c0c94c7c5: Pull complete 12:44:58 0ef7d3d256c8: Pull complete 12:44:58 de9db76c5a1d: Pull complete 12:44:59 a35cf1a2eb13: Verifying Checksum 12:44:59 a35cf1a2eb13: Download complete 12:45:00 bca2f99d35d6: Verifying Checksum 12:45:00 bca2f99d35d6: Download complete 12:45:05 bca2f99d35d6: Pull complete 12:45:05 93359f2a8cfa: Pull complete 12:45:05 7c6f9722023f: Pull complete 12:45:07 Still waiting to schedule task 12:45:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:45:10 a35cf1a2eb13: Pull complete 12:45:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:45:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:45:10 ---> a62c8e92a672 12:45:10 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 12:45:10 ---> Running in 90af43be1ff2 12:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:45:12 (1/12) Installing libmagic (5.38-r0) 12:45:12 (2/12) Installing file (5.38-r0) 12:45:12 (3/12) Installing libc-dev (0.7.2-r3) 12:45:12 (4/12) Installing g++ (9.3.0-r2) 12:45:27 (5/12) Installing fortify-headers (1.1-r0) 12:45:27 (6/12) Installing patch (2.7.6-r6) 12:45:27 (7/12) Installing build-base (0.5-r2) 12:45:27 (8/12) Installing libsodium (1.0.18-r0) 12:45:27 (9/12) Installing pkgconf (1.7.2-r0) 12:45:27 (10/12) Installing libsodium-dev (1.0.18-r0) 12:45:27 (11/12) Installing libzmq (4.3.3-r0) 12:45:27 (12/12) Installing zeromq-dev (4.3.3-r0) 12:45:27 Executing busybox-1.31.1-r19.trigger 12:45:27 OK: 233 MiB in 51 packages 12:45:31 Removing intermediate container 90af43be1ff2 12:45:31 ---> a9c01fa78bed 12:45:31 Step 4/6 : WORKDIR /edgex-go 12:45:31 ---> Running in 2a07ac9e5d32 12:45:31 Removing intermediate container 2a07ac9e5d32 12:45:31 ---> e10c4bc4da17 12:45:31 Step 5/6 : COPY go.mod . 12:45:31 ---> 91ebda67ed5c 12:45:31 Step 6/6 : RUN go mod download 12:45:31 ---> Running in 81a65d4d1635 12:45:53 Removing intermediate container 81a65d4d1635 12:45:53 ---> e03c726dc6f0 12:45:53 Successfully built e03c726dc6f0 12:45:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:45:54 + docker inspect -f . ci-base-image-x86_64 12:45:54 . [Pipeline] withDockerContainer 12:45:54 prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container 12:45:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:45:55 $ docker top 4ff73c69e350bd5a0c735ceb5892299b751e9dc56229648cc2d05d1ad28e391e -eo pid,comm [Pipeline] { [Pipeline] sh 12:45:55 + go version 12:45:55 go version go1.15.5 linux/amd64 [Pipeline] } 12:45:55 $ docker stop --time=1 4ff73c69e350bd5a0c735ceb5892299b751e9dc56229648cc2d05d1ad28e391e 12:45:57 $ docker rm -f 4ff73c69e350bd5a0c735ceb5892299b751e9dc56229648cc2d05d1ad28e391e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:45:57 + docker inspect -f . ci-base-image-x86_64 12:45:57 . [Pipeline] withDockerContainer 12:45:58 prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container 12:45:58 $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:45:58 $ docker top 979d1a03c6a9a49267155f1b3382912c01631aacd09665225fc24fd81f5101ec -eo pid,comm [Pipeline] { [Pipeline] echo 12:45:58 ========================================================= 12:45:58 [edgeXBuildGoParallel] Running Tests and Build... 12:45:58 ========================================================= [Pipeline] sh 12:45:59 + make test 12:45:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:46:07 ? github.com/edgexfoundry/edgex-go [no test files] 12:46:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:46:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:46:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:46:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:46:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:46:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:46:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:46:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:46:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements 12:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:46:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements 12:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements 12:46:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.205s coverage: 27.1% of statements 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:46:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:46:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:46:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:46:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.159s coverage: 82.9% of statements 12:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.055s coverage: 78.9% of statements 12:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:46:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.473s coverage: 28.6% of statements 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:46:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:46:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:46:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.145s coverage: 86.7% of statements 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:46:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:46:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:46:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.531s coverage: 92.8% of statements 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 1.0% of statements 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 12:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 12:47:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.076s coverage: 94.4% of statements 12:47:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements 12:47:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.250s coverage: 82.6% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.6% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.4% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 69.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 87.1% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.773s coverage: 29.1% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.090s coverage: 95.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 12:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 12:47:15 GO111MODULE=on go vet ./... 12:47:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32242 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 12:47:24 Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout 12:47:29 using credential edgex-jenkins-ssh 12:47:30 Cloning the remote Git repository 12:47:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:47:30 > git init /w/workspace/edgex-go/48 # timeout=10 12:47:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:47:30 > git --version # timeout=10 12:47:30 > git --version # 'git version 2.17.1' 12:47:30 using GIT_SSH to set credentials SSH Credentials for GitHub 12:47:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:47:42 gofmt -l . 12:47:42 [ "`gofmt -l .`" = "" ] 12:47:42 ./bin/test-go-mod-tidy.sh 12:47:43 ./bin/test-attribution-txt.sh [Pipeline] sh 12:47:43 + ls -al . 12:47:43 total 780 12:47:43 drwxrwxr-x 10 1001 1001 4096 Mar 31 12:47 . 12:47:43 drwxr-xr-x 4 root root 30 Mar 31 12:45 .. 12:47:43 -rw-rw-r-- 1 1001 1001 11 Mar 31 12:44 .dockerignore 12:47:43 drwxrwxr-x 8 1001 1001 179 Mar 31 12:44 .git 12:47:43 drwxrwxr-x 3 1001 1001 125 Mar 31 12:44 .github 12:47:43 -rw-rw-r-- 1 1001 1001 818 Mar 31 12:44 .gitignore 12:47:43 drwx------ 3 1001 1001 60 Mar 31 12:44 .semver 12:47:43 -rw-rw-r-- 1 1001 1001 166 Mar 31 12:44 .sonarcloud.properties 12:47:43 -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:44 Attribution.txt 12:47:43 -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:44 CONTRIBUTING.md 12:47:43 -rw-rw-r-- 1 1001 1001 931 Mar 31 12:44 Dockerfile.build 12:47:43 -rw-rw-r-- 1 1001 1001 863 Mar 31 12:44 Jenkinsfile 12:47:43 -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:44 LICENSE 12:47:43 -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:44 Makefile 12:47:43 -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:44 README.md 12:47:43 -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:44 SECURITY.md 12:47:43 -rw-rw-r-- 1 1001 1001 5 Mar 31 12:44 VERSION 12:47:43 -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:44 ZMQWindows.md 12:47:43 drwxrwxr-x 2 1001 1001 117 Mar 31 12:44 bin 12:47:43 drwxrwxr-x 14 1001 1001 4096 Mar 31 12:44 cmd 12:47:43 -rw-r--r-- 1 root root 669470 Mar 31 12:47 coverage.out 12:47:43 -rw-r--r-- 1 root root 1057 Mar 31 12:47 go.mod 12:47:43 -rw-r--r-- 1 root root 22533 Mar 31 12:47 go.sum 12:47:43 drwxrwxr-x 8 1001 1001 127 Mar 31 12:44 internal 12:47:43 drwxrwxr-x 4 1001 1001 26 Mar 31 12:44 openapi 12:47:43 drwxrwxr-x 4 1001 1001 71 Mar 31 12:44 snap 12:47:43 -rw-rw-r-- 1 1001 1001 168 Mar 31 12:44 version.go [Pipeline] sh 12:47:44 + '[' -e coverage.out ] 12:47:44 + chown 1001:1001 coverage.out [Pipeline] stash 12:47:44 Stashed 1 file(s) [Pipeline] sh 12:47:44 + make build 12:47:44 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 12:47:49 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 12:47:50 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 12:47:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:47:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:47:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:47:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:47:49 using GIT_SSH to set credentials SSH Credentials for GitHub 12:47:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:47:50 > git config core.sparsecheckout # timeout=10 12:47:50 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } 12:47:51 Failed in branch arm64 12:47:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:47:58 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 12:48:00 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 12:48:00 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 12:48:02 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 12:48:03 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 12:48:05 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 12:48:06 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 12:48:07 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 12:48:08 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] } 12:48:11 $ docker stop --time=1 979d1a03c6a9a49267155f1b3382912c01631aacd09665225fc24fd81f5101ec 12:48:13 $ docker rm -f 979d1a03c6a9a49267155f1b3382912c01631aacd09665225fc24fd81f5101ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:48:15 12:48:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:48:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:48:15 latest: Pulling from edgex-devops/edgex-compose 12:48:15 cbdbe7a5bc2a: Pulling fs layer 12:48:15 ca9280d653b3: Pulling fs layer 12:48:15 7e9c9ca2126c: Pulling fs layer 12:48:15 cbdbe7a5bc2a: Verifying Checksum 12:48:15 cbdbe7a5bc2a: Download complete 12:48:16 cbdbe7a5bc2a: Pull complete 12:48:16 ca9280d653b3: Verifying Checksum 12:48:16 ca9280d653b3: Download complete 12:48:18 ca9280d653b3: Pull complete 12:48:18 7e9c9ca2126c: Verifying Checksum 12:48:18 7e9c9ca2126c: Download complete 12:48:24 7e9c9ca2126c: Pull complete 12:48:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:48:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:48:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:48:24 prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container 12:48:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:48:28 $ docker top b6f788671b31ad1cb0850b23d5d068895c33d7825159d34d5f314c24005f6e7a -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:28 + docker-compose build --help 12:48:28 + grep parallel 12:48:29 --parallel Build images in parallel. [Pipeline] } 12:48:29 $ docker stop --time=1 b6f788671b31ad1cb0850b23d5d068895c33d7825159d34d5f314c24005f6e7a 12:48:30 $ docker rm -f b6f788671b31ad1cb0850b23d5d068895c33d7825159d34d5f314c24005f6e7a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:48:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:48:31 . [Pipeline] withDockerContainer 12:48:31 prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container 12:48:31 $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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 12:48:32 $ docker top c7696430eca147c5c1ea6ecc0ecfefce0b792c30a7801346cf60eff6cb8729f2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:32 + docker-compose -f ./docker-compose-build.yml build --parallel 12:48:33 Building docker-core-command-go ... 12:48:33 Building docker-core-data-go ... 12:48:33 Building docker-core-metadata-go ... 12:48:33 Building docker-security-bootstrapper-go ... 12:48:33 Building docker-security-proxy-setup-go ... 12:48:33 Building docker-security-secretstore-setup-go ... 12:48:33 Building docker-support-notifications-go ... 12:48:33 Building docker-support-scheduler-go ... 12:48:33 Building docker-sys-mgmt-agent-go ... 12:48:33 Building docker-support-notifications-go 12:48:33 Building docker-core-command-go 12:48:33 Building docker-security-secretstore-setup-go 12:48:33 Building docker-support-scheduler-go 12:48:33 Building docker-security-bootstrapper-go 12:49:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:49:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:49:05 ---> e03c726dc6f0 12:49:05 Step 3/31 : WORKDIR /edgex-go 12:49:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:49:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:49:05 ---> e03c726dc6f0 12:49:05 Step 3/22 : WORKDIR /edgex-go 12:49:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:49:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:49:05 ---> e03c726dc6f0 12:49:05 Step 3/22 : WORKDIR /edgex-go 12:49:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:49:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:49:05 ---> e03c726dc6f0 12:49:05 Step 3/24 : WORKDIR /edgex-go 12:49:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:49:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:49:06 ---> e03c726dc6f0 12:49:06 Step 3/23 : WORKDIR /edgex-go 12:49:07 ---> Running in d300522c1b76 12:49:07 ---> Running in c784cc652161 12:49:07 ---> Running in 1f225c11bb97 12:49:07 ---> Running in 3f06cd016aee 12:49:07 ---> Running in 45b1ad1abbc7 12:49:07 Removing intermediate container 1f225c11bb97 12:49:07 ---> 0311fee45e39 12:49:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:49:07 Removing intermediate container c784cc652161 12:49:07 ---> 1998eb1f9ba9 12:49:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:49:07 Removing intermediate container d300522c1b76 12:49:07 ---> f4a5ee082059 12:49:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:49:07 Removing intermediate container 45b1ad1abbc7 12:49:07 ---> c6c6d3508cfa 12:49:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:49:07 Removing intermediate container 3f06cd016aee 12:49:07 ---> 6c4b775e5de0 12:49:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:49:07 ---> Running in f1f0c453c2c2 12:49:07 ---> Running in 4b70cd727a59 12:49:07 ---> Running in a90509424bb3 12:49:07 ---> Running in cccfd450f237 12:49:07 ---> Running in 919ac3add710 12:49:10 Removing intermediate container 919ac3add710 12:49:10 ---> 3b53fc0f66ea 12:49:10 Step 5/31 : RUN apk add --update --no-cache make git 12:49:10 Removing intermediate container f1f0c453c2c2 12:49:10 ---> 0f2d21a20c62 12:49:10 Step 5/24 : RUN apk add --update --no-cache make git 12:49:10 Removing intermediate container 4b70cd727a59 12:49:10 ---> ed5c31582054 12:49:10 Step 5/22 : RUN apk add --update --no-cache make git 12:49:10 Removing intermediate container a90509424bb3 12:49:10 ---> 5139403ec6c9 12:49:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:49:10 ---> Running in b8387cf5f466 12:49:10 ---> Running in b744f3849a84 12:49:10 Removing intermediate container cccfd450f237 12:49:10 ---> 551a84b2da96 12:49:10 Step 5/23 : RUN apk add --update --no-cache make git 12:49:10 ---> Running in cfcf4797dd56 12:49:10 ---> Running in e48b459dddad 12:49:10 ---> Running in 92bd3b4f3d7b 12:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:49:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:49:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:49:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:49:12 OK: 233 MiB in 51 packages 12:49:12 OK: 233 MiB in 51 packages 12:49:12 OK: 233 MiB in 51 packages 12:49:12 OK: 233 MiB in 51 packages 12:49:13 OK: 233 MiB in 51 packages 12:49:13 Removing intermediate container b8387cf5f466 12:49:13 ---> d6a2a647221f 12:49:13 Step 6/31 : COPY go.mod . 12:49:13 Removing intermediate container b744f3849a84 12:49:13 ---> 975e03af5682 12:49:13 Step 6/24 : COPY go.mod . 12:49:13 Removing intermediate container e48b459dddad 12:49:13 ---> 0989fa0065ed 12:49:13 Step 6/22 : COPY go.mod . 12:49:13 Removing intermediate container cfcf4797dd56 12:49:13 ---> 90139de1f719 12:49:13 Step 6/22 : COPY go.mod . 12:49:13 Removing intermediate container 92bd3b4f3d7b 12:49:13 ---> a19b7521f89b 12:49:13 Step 6/23 : COPY go.mod . 12:49:14 ---> 19f33518c28f 12:49:14 Step 7/31 : RUN go mod download 12:49:14 ---> 211cd8d966ef 12:49:14 Step 7/24 : RUN go mod download 12:49:14 ---> 57a03d2eb1bb 12:49:14 Step 7/22 : RUN go mod download 12:49:14 ---> Running in 663c6fa64024 12:49:14 ---> 72f75e218241 12:49:14 Step 7/22 : RUN go mod download 12:49:14 ---> 7c6ef2db5e41 12:49:14 Step 7/23 : RUN go mod download 12:49:14 ---> Running in 2eb57cd72687 12:49:14 ---> Running in 145969dd9e94 12:49:14 ---> Running in 2b9b8af8b742 12:49:14 ---> Running in 7c02fa53a73b 12:49:17 Removing intermediate container 663c6fa64024 12:49:17 ---> bed29056a4ed 12:49:17 Step 8/31 : COPY . . 12:49:17 Removing intermediate container 2b9b8af8b742 12:49:17 ---> 943915f4f7e2 12:49:17 Step 8/22 : COPY . . 12:49:17 Removing intermediate container 145969dd9e94 12:49:17 ---> bfa56cad6169 12:49:17 Step 8/22 : COPY . . 12:49:17 Removing intermediate container 2eb57cd72687 12:49:17 ---> 1c90eaecd614 12:49:17 Step 8/24 : COPY . . 12:49:17 Removing intermediate container 7c02fa53a73b 12:49:17 ---> 1d591e51a858 12:49:17 Step 8/23 : COPY . . 12:49:56 ---> e43866aaa834 12:49:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:49:56 ---> 7df689b65f20 12:49:56 Step 9/23 : RUN make cmd/core-command/core-command 12:49:56 ---> 15c90d27da8c 12:49:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:49:56 ---> 0ce4fd345dc7 12:49:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:49:56 ---> Running in 58aca55c44f3 12:49:56 ---> Running in 03efd7b01b07 12:49:56 ---> Running in c132486a4123 12:49:56 ---> Running in 26121af19863 12:49:56 ---> c4e6dcb72005 12:49:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:49:56 ---> Running in 77cea18f91c8 12:49:56 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 12:49:56 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 12:49:56 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 12:49:56 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 12:49:56 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 12:50:28 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 12:50:31 Removing intermediate container 58aca55c44f3 12:50:31 ---> f688db89f479 12:50:31 12:50:31 Step 10/23 : FROM alpine:3.12 12:50:31 Removing intermediate container 03efd7b01b07 12:50:31 ---> 39f994834cf6 12:50:31 12:50:31 Step 10/31 : FROM alpine:3.12 12:50:31 3.12: Pulling from library/alpine 12:50:31 3.12: Pulling from library/alpine 12:50:33 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 12:50:33 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 12:50:33 Status: Downloaded newer image for alpine:3.12 12:50:33 Status: Image is up to date for alpine:3.12 12:50:33 ---> 42cb162f0360 12:50:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:50:35 ---> 42cb162f0360 12:50:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:50:37 Removing intermediate container 77cea18f91c8 12:50:37 ---> a1691b545ec3 12:50:37 12:50:37 Step 10/24 : FROM alpine:3.12 12:50:37 Removing intermediate container c132486a4123 12:50:37 ---> c416e565de20 12:50:37 12:50:37 Step 10/22 : FROM alpine:3.12 12:50:37 ---> 42cb162f0360 12:50:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:50:37 ---> 42cb162f0360 12:50:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 12:50:37 ---> Running in 0eee22c2069d 12:50:37 ---> Running in d54def11d0ae 12:50:37 ---> Running in 626aaf498a41 12:50:37 Removing intermediate container 26121af19863 12:50:37 ---> d74bd2a7aa0a 12:50:37 12:50:37 Step 10/22 : FROM alpine:3.12 12:50:37 ---> 42cb162f0360 12:50:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:50:37 ---> Running in ca22e2bb58ac 12:50:37 ---> Running in e2b08b41b71a 12:50:37 Removing intermediate container 0eee22c2069d 12:50:37 ---> 49af83ac89b1 12:50:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:50:37 ---> Running in 19f785864f0a 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:38 (1/1) Installing dumb-init (1.2.2-r1) 12:50:38 Executing busybox-1.31.1-r19.trigger 12:50:38 OK: 6 MiB in 15 packages 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:38 (1/6) Installing ca-certificates (20191127-r4) 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:38 (2/6) Installing nghttp2-libs (1.41.0-r0) 12:50:38 (3/6) Installing libcurl (7.69.1-r3) 12:50:38 (4/6) Installing curl (7.69.1-r3) 12:50:38 (5/6) Installing dumb-init (1.2.2-r1) 12:50:38 (6/6) Installing su-exec (0.2-r1) 12:50:38 Executing busybox-1.31.1-r19.trigger 12:50:38 Executing ca-certificates-20191127-r4.trigger 12:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:38 (1/2) Installing ca-certificates (20191127-r4) 12:50:38 (1/1) Installing dumb-init (1.2.2-r1) 12:50:38 (2/2) Installing dumb-init (1.2.2-r1) 12:50:38 Executing busybox-1.31.1-r19.trigger 12:50:38 Executing busybox-1.31.1-r19.trigger 12:50:39 Executing ca-certificates-20191127-r4.trigger 12:50:39 OK: 6 MiB in 15 packages 12:50:39 (1/2) Installing dumb-init (1.2.2-r1) 12:50:39 (2/2) Installing su-exec (0.2-r1) 12:50:39 Executing busybox-1.31.1-r19.trigger 12:50:39 OK: 6 MiB in 16 packages 12:50:39 OK: 6 MiB in 16 packages 12:50:39 OK: 7 MiB in 20 packages 12:50:40 Removing intermediate container d54def11d0ae 12:50:40 ---> e528be0a798e 12:50:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:50:40 ---> Running in 9ede85ea967a 12:50:40 Removing intermediate container e2b08b41b71a 12:50:40 ---> a5274db001e5 12:50:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:50:41 Removing intermediate container 19f785864f0a 12:50:41 ---> df589345a5b9 12:50:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:50:42 ---> Running in cf0e0ed0a4f4 12:50:42 Removing intermediate container 9ede85ea967a 12:50:42 ---> 9a80ca351c0e 12:50:42 Step 13/23 : ENV APP_PORT=48082 12:50:42 ---> Running in 516f0180d846 12:50:42 Removing intermediate container ca22e2bb58ac 12:50:42 ---> f78407cf88bc 12:50:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:50:42 Removing intermediate container 626aaf498a41 12:50:42 ---> a8cbc19bac0b 12:50:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:50:42 ---> Running in 9ec14d1b189d 12:50:42 ---> Running in 87b3caf7600e 12:50:42 ---> Running in 1d07f6588419 12:50:42 Removing intermediate container cf0e0ed0a4f4 12:50:42 ---> 3cd5e56bd524 12:50:42 Step 13/22 : ENV APP_PORT=48085 12:50:42 Removing intermediate container 516f0180d846 12:50:42 ---> b78dec6dcf4a 12:50:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:50:42 ---> Running in 4c498f9c97b4 12:50:42 Removing intermediate container 9ec14d1b189d 12:50:42 ---> 4a107ee6cd89 12:50:42 Step 14/23 : EXPOSE $APP_PORT 12:50:43 ---> Running in a446f5045412 12:50:43 Removing intermediate container 87b3caf7600e 12:50:43 ---> c58892c9a792 12:50:43 Step 13/22 : ENV APP_PORT=48060 12:50:43 Removing intermediate container 1d07f6588419 12:50:43 ---> d7847ec71de5 12:50:43 Step 13/24 : WORKDIR / 12:50:43 ---> Running in 8c3aa19c27da 12:50:43 ---> Running in b09027aa5609 12:50:43 Removing intermediate container 4c498f9c97b4 12:50:43 ---> 89671e98c732 12:50:43 Step 14/22 : EXPOSE $APP_PORT 12:50:43 Removing intermediate container a446f5045412 12:50:43 ---> 1f6448c131a4 12:50:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:50:43 ---> Running in 0ecb75bcb3b2 12:50:44 ---> Running in f085d6cec48c 12:50:44 ---> Running in 9f6735d21ab8 12:50:44 Removing intermediate container 8c3aa19c27da 12:50:44 ---> 6f7db009f0c5 12:50:44 Step 15/23 : WORKDIR / 12:50:44 Removing intermediate container b09027aa5609 12:50:44 ---> d4973f91d856 12:50:44 Step 14/22 : EXPOSE $APP_PORT 12:50:44 ---> Running in 5c6049bb78b6 12:50:44 Removing intermediate container 0ecb75bcb3b2 12:50:44 ---> 7244d6d52b5c 12:50:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:50:44 ---> Running in a38b4e826c71 12:50:44 Removing intermediate container f085d6cec48c 12:50:44 ---> b74acfb6a4cf 12:50:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:50:44 Removing intermediate container a38b4e826c71 12:50:44 ---> 8c526bb63d41 12:50:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:50:44 Removing intermediate container 5c6049bb78b6 12:50:44 ---> 34a51e830c98 12:50:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:50:44 ---> 4aec7f9dbffb 12:50:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:50:44 ---> d7a276b4f013 12:50:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:50:45 ---> da4a65bf4972 12:50:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:50:45 ---> 0212ff0f2e0c 12:50:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:50:45 ---> ac097818d5c8 12:50:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:50:45 ---> ff906db5878e 12:50:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:50:45 ---> 091b13a72962 12:50:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:50:45 ---> a33862b28321 12:50:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:50:45 Removing intermediate container 9f6735d21ab8 12:50:45 ---> a6f6c97d337d 12:50:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:50:45 ---> 2ed95c447ea5 12:50:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:50:46 ---> Running in cd8a342810d5 12:50:46 ---> f6bc01adb764 12:50:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:50:46 ---> Running in 11cc7d33875f 12:50:46 ---> d3baafe51c56 12:50:46 Step 19/23 : ENTRYPOINT ["/core-command"] 12:50:46 ---> cd078b954abc 12:50:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:50:46 Removing intermediate container cd8a342810d5 12:50:46 ---> f392e70f817f 12:50:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:50:46 ---> 981bce2bc348 12:50:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:50:46 ---> Running in 6fc3779e4120 12:50:46 ---> Running in d24da04686fc 12:50:46 Removing intermediate container 11cc7d33875f 12:50:46 ---> 02349cd59d44 12:50:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:50:46 ---> 54445aaedf81 12:50:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:50:46 ---> Running in 60c3df6d7452 12:50:46 Removing intermediate container d24da04686fc 12:50:46 ---> 341470a057f5 12:50:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:50:47 Removing intermediate container 6fc3779e4120 12:50:47 ---> f42c41cc00a5 12:50:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:50:47 ---> Running in 93d263a0f940 12:50:47 ---> 3811fa87ea1d 12:50:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:50:47 ---> Running in f04a4e500255 12:50:47 ---> Running in 3b20ca26d7f4 12:50:47 Removing intermediate container 60c3df6d7452 12:50:47 ---> dc6f6201b20f 12:50:47 Step 20/22 : LABEL arch=x86_64 12:50:47 ---> Running in 8df78892baa8 12:50:47 Removing intermediate container f04a4e500255 12:50:47 ---> bc2955a5a5cc 12:50:47 Step 20/22 : LABEL arch=x86_64 12:50:47 ---> 3ff731d7a146 12:50:47 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/ 12:50:47 Removing intermediate container 3b20ca26d7f4 12:50:47 ---> 0611dcac96d4 12:50:47 Step 21/23 : LABEL arch=x86_64 12:50:48 ---> Running in caa033063ce0 12:50:48 ---> Running in 5f626089685e 12:50:48 ---> Running in eb34bf34e829 12:50:48 Removing intermediate container 8df78892baa8 12:50:48 ---> 426552f1c4d5 12:50:48 Step 21/22 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:50:48 Removing intermediate container caa033063ce0 12:50:48 ---> 64a99b56f219 12:50:48 Step 21/22 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:50:48 ---> Running in 3837a8197351 12:50:48 Removing intermediate container 5f626089685e 12:50:48 ---> 556feb0d79a4 12:50:48 Step 22/23 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:50:48 ---> Running in 5b38f14a39da 12:50:48 ---> Running in 3602aa49b8f7 12:50:48 Removing intermediate container 3837a8197351 12:50:48 ---> 9bc9c9b7e5cb 12:50:48 Step 22/22 : LABEL version=0.0.0 12:50:50 Removing intermediate container 5b38f14a39da 12:50:50 ---> 118b55f38d99 12:50:50 Step 22/22 : LABEL version=0.0.0 12:50:50 ---> Running in 4397089da7bc 12:50:50 ---> Running in e8c99b8ceb56 12:50:50 Removing intermediate container 3602aa49b8f7 12:50:50 ---> 47d42891d194 12:50:50 Step 23/23 : LABEL version=0.0.0 12:50:50 Removing intermediate container 93d263a0f940 12:50:50 ---> 868c483f97a6 12:50:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:50:50 ---> Running in 5ee09f83f756 12:50:50 Removing intermediate container 4397089da7bc 12:50:50 ---> 553f47f7bfe7 12:50:50 12:50:50 Removing intermediate container e8c99b8ceb56 12:50:50 ---> 373aa0076a18 12:50:50 12:50:50 Removing intermediate container eb34bf34e829 12:50:50 ---> 1433a6b29c3f 12:50:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:50:50 ---> eb840b2eea81 12:50:50 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:50:50 Successfully built 553f47f7bfe7 12:50:50 ---> Running in bc06f3eaae83 12:50:50 Removing intermediate container 5ee09f83f756 12:50:50 ---> 55e95ed46ac5 12:50:50 12:50:50 Successfully built 373aa0076a18 12:50:50 Successfully tagged docker-support-scheduler-go:latest 12:50:50 Building docker-core-data-go 12:50:50 Successfully tagged docker-support-notifications-go:latest 12:50:50 Building docker-core-metadata-go 12:50:50  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Successfully built 55e95ed46ac5 12:50:50 Successfully tagged docker-core-command-go:latest 12:50:50  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 12:50:50 Removing intermediate container bc06f3eaae83 12:50:50 ---> 5fc3ed80c2bc 12:50:50 Step 22/24 : LABEL arch=x86_64 12:50:50 ---> Running in dad40841c820 12:50:50 ---> cf7900fea92d 12:50:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:50:50 Removing intermediate container dad40841c820 12:50:50 ---> cff0551dff31 12:50:50 Step 23/24 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:50:50 ---> Running in c7300fe88223 12:50:51 ---> 75f0b3da2573 12:50:51 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:50:51 Removing intermediate container c7300fe88223 12:50:51 ---> 85e0905bb942 12:50:51 Step 24/24 : LABEL version=0.0.0 12:50:51 ---> Running in dc5c1e334379 12:50:51 ---> 9984362f3a17 12:50:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:50:51 Removing intermediate container dc5c1e334379 12:50:51 ---> 29c66300e4a5 12:50:51 12:50:51 Successfully built 29c66300e4a5 12:50:52 Successfully tagged docker-security-secretstore-setup-go:latest 12:50:52  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 12:50:55 ---> 97b0b9937631 12:50:55 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:50:56 ---> Running in 160dfb2f024c 12:50:58 Removing intermediate container 160dfb2f024c 12:50:58 ---> b85c641c2444 12:50:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:50:59 ---> 1228951875c5 12:50:59 Step 26/31 : RUN chmod +x /entrypoint.sh 12:50:59 ---> Running in 4c1bb89ad00a 12:51:04 Removing intermediate container 4c1bb89ad00a 12:51:04 ---> 480860143138 12:51:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:51:04 ---> Running in bfc43df7e5ca 12:51:04 Removing intermediate container bfc43df7e5ca 12:51:04 ---> 428501c90ae2 12:51:04 Step 28/31 : CMD ["gate"] 12:51:04 ---> Running in 0fda05afe312 12:51:04 Removing intermediate container 0fda05afe312 12:51:04 ---> 9040a2fb469c 12:51:04 Step 29/31 : LABEL arch=x86_64 12:51:08 ---> Running in 4cff4eb75064 12:51:08 Removing intermediate container 4cff4eb75064 12:51:08 ---> 95a447d6201c 12:51:08 Step 30/31 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:51:08 ---> Running in a0fef6519c8d 12:51:09 Removing intermediate container a0fef6519c8d 12:51:09 ---> 5a3d119152fa 12:51:09 Step 31/31 : LABEL version=0.0.0 12:51:13 ---> Running in 7821c2e40971 12:51:14 Removing intermediate container 7821c2e40971 12:51:14 ---> 85b932fadac0 12:51:14 12:51:15 Successfully built 85b932fadac0 12:51:15 Successfully tagged docker-security-bootstrapper-go:latest 12:51:17  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:51:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:51:17 ---> e03c726dc6f0 12:51:17 Step 3/23 : WORKDIR /edgex-go 12:51:17 ---> Using cache 12:51:17 ---> 6c4b775e5de0 12:51:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:17 ---> Using cache 12:51:17 ---> 3b53fc0f66ea 12:51:17 Step 5/23 : RUN apk add --update --no-cache make git 12:51:17 ---> Using cache 12:51:17 ---> d6a2a647221f 12:51:17 Step 6/23 : COPY go.mod . 12:51:17 ---> Using cache 12:51:17 ---> 19f33518c28f 12:51:17 Step 7/23 : RUN go mod download 12:51:17 ---> Using cache 12:51:17 ---> bed29056a4ed 12:51:17 Step 8/23 : COPY . . 12:51:18 ---> Using cache 12:51:18 ---> 15c90d27da8c 12:51:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:51:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:51:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:51:18 ---> e03c726dc6f0 12:51:18 Step 3/21 : WORKDIR /edgex-go 12:51:18 ---> Using cache 12:51:18 ---> 6c4b775e5de0 12:51:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:18 ---> Using cache 12:51:18 ---> 3b53fc0f66ea 12:51:18 Step 5/21 : RUN apk add --update --no-cache make git 12:51:18 ---> Using cache 12:51:18 ---> d6a2a647221f 12:51:18 Step 6/21 : COPY go.mod . 12:51:18 ---> Using cache 12:51:18 ---> 19f33518c28f 12:51:18 Step 7/21 : RUN go mod download 12:51:18 ---> Using cache 12:51:18 ---> bed29056a4ed 12:51:18 Step 8/21 : COPY . . 12:51:18 ---> Using cache 12:51:18 ---> 15c90d27da8c 12:51:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:51:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:51:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:51:19 ---> e03c726dc6f0 12:51:19 Step 3/23 : WORKDIR /edgex-go 12:51:19 ---> Using cache 12:51:19 ---> 6c4b775e5de0 12:51:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:19 ---> Using cache 12:51:19 ---> 3b53fc0f66ea 12:51:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:51:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:51:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:51:19 ---> e03c726dc6f0 12:51:19 Step 3/26 : WORKDIR /edgex-go 12:51:19 ---> Using cache 12:51:19 ---> 6c4b775e5de0 12:51:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:19 ---> Using cache 12:51:19 ---> 3b53fc0f66ea 12:51:19 Step 5/26 : RUN apk add --update --no-cache make bash git 12:51:20 ---> Running in eba8b19e69f0 12:51:20 ---> Running in 5f824dc3b57a 12:51:20 ---> Running in f60851c4f6a1 12:51:20 ---> Running in 7fc0f14c4a48 12:51:21 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 12:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:21 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 12:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:22 OK: 233 MiB in 51 packages 12:51:22 OK: 233 MiB in 51 packages 12:51:24 Removing intermediate container 7fc0f14c4a48 12:51:24 ---> bc5451097733 12:51:24 Step 6/26 : COPY go.mod . 12:51:24 Removing intermediate container eba8b19e69f0 12:51:24 ---> d19ba10d307c 12:51:24 Step 6/23 : COPY go.mod . 12:51:25 ---> f8d278a3ed10 12:51:25 Step 7/23 : RUN go mod download 12:51:25 ---> 4a3d2a8ebd86 12:51:25 Step 7/26 : RUN go mod download 12:51:25 ---> Running in 8f093935117b 12:51:25 ---> Running in 9687fe7e2b38 12:51:28 Removing intermediate container 8f093935117b 12:51:28 ---> 82cae3be1cdf 12:51:28 Step 8/26 : COPY . . 12:51:28 Removing intermediate container 9687fe7e2b38 12:51:28 ---> e742aefeddda 12:51:28 Step 8/23 : COPY . . 12:51:46 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 12:51:56 ---> f2f3efed77b1 12:51:56 Step 9/23 : RUN make cmd/core-data/core-data 12:51:56 ---> Running in c8f477d5861c 12:51:56 Removing intermediate container 5f824dc3b57a 12:51:56 ---> fdc67efe3260 12:51:56 12:51:56 Step 10/23 : FROM alpine:3.12 12:51:56 ---> 42cb162f0360 12:51:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:51:56 ---> Using cache 12:51:56 ---> a5274db001e5 12:51:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:51:56 ---> Using cache 12:51:56 ---> 3cd5e56bd524 12:51:56 Step 13/23 : ENV APP_PORT=48081 12:51:56 Removing intermediate container f60851c4f6a1 12:51:56 ---> 3932a58fc68f 12:51:56 12:51:56 Step 10/21 : FROM alpine:3.12 12:51:56 ---> 42cb162f0360 12:51:56 Step 11/21 : RUN apk add --update --no-cache curl 12:51:56 ---> abdf1eca29cc 12:51:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:51:57 ---> Running in d9256f80cab1 12:51:57 ---> Running in 9edd27fd9785 12:51:57 ---> Running in 6d844bab4eac 12:51:58 Removing intermediate container d9256f80cab1 12:51:58 ---> e4dbdfbd6f71 12:51:58 Step 14/23 : EXPOSE $APP_PORT 12:51:58 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 12:51:58 ---> Running in 295688144bd4 12:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:58 Removing intermediate container 295688144bd4 12:51:58 ---> add50c33f994 12:51:58 Step 15/23 : WORKDIR / 12:51:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:58 ---> Running in a6f86e37ecc2 12:51:58 (1/4) Installing ca-certificates (20191127-r4) 12:51:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:51:58 (3/4) Installing libcurl (7.69.1-r3) 12:51:58 (4/4) Installing curl (7.69.1-r3) 12:51:58 Executing busybox-1.31.1-r19.trigger 12:51:58 Executing ca-certificates-20191127-r4.trigger 12:51:59 OK: 7 MiB in 18 packages 12:51:59 Removing intermediate container a6f86e37ecc2 12:51:59 ---> 3da93feea39d 12:51:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:52:00 ---> 1f5f63421f62 12:52:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:52:00 Removing intermediate container 9edd27fd9785 12:52:00 ---> 2af03b9445d1 12:52:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:52:01 ---> Running in 0619a56308df 12:52:01 ---> 0b39329f5761 12:52:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:52:01 Removing intermediate container 0619a56308df 12:52:01 ---> 3e5bba221d01 12:52:01 Step 13/21 : WORKDIR /edgex 12:52:01 ---> Running in b7f33845122e 12:52:01 ---> 0332b92a8612 12:52:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:52:01 ---> Running in 55a084c499d7 12:52:01 Removing intermediate container b7f33845122e 12:52:01 ---> 9af04b5bd189 12:52:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:52:02 Removing intermediate container 55a084c499d7 12:52:02 ---> 99fa41db7b46 12:52:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:02 ---> Running in 753a86285eba 12:52:02 ---> f1c7992bbb11 12:52:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:52:02 Removing intermediate container 753a86285eba 12:52:02 ---> b744835aca60 12:52:02 Step 21/23 : LABEL arch=x86_64 12:52:03 ---> Running in 2e15acada0be 12:52:03 ---> 7170a7c91224 12:52:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:52:03 Removing intermediate container 2e15acada0be 12:52:03 ---> ea307d561095 12:52:03 Step 22/23 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:52:03 ---> Running in 6bfea99bf541 12:52:03 Removing intermediate container 6bfea99bf541 12:52:03 ---> e2641620ac94 12:52:03 Step 23/23 : LABEL version=0.0.0 12:52:04 ---> Running in 59d026149c68 12:52:04 ---> 900e3eb610c7 12:52:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:52:04 ---> Running in dc99c77e6d1e 12:52:04 Removing intermediate container 59d026149c68 12:52:04 ---> 4d51191dd667 12:52:04 12:52:05 Successfully built 4d51191dd667 12:52:05 Removing intermediate container dc99c77e6d1e 12:52:05 ---> 3217de8c0121 12:52:05 Step 18/21 : CMD ["--init=true"] 12:52:05 Successfully tagged docker-core-metadata-go:latest 12:52:05  Building docker-core-metadata-go ... done  ---> Running in f2f79d4817f5 12:52:05 Removing intermediate container f2f79d4817f5 12:52:05 ---> 5db80ed6a7b2 12:52:05 Step 19/21 : LABEL arch=x86_64 12:52:05 ---> Running in 9b150b276199 12:52:05 Removing intermediate container 9b150b276199 12:52:05 ---> 3e6bbcfa6ade 12:52:05 Step 20/21 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:52:05 ---> Running in 1f5cc4c39f64 12:52:06 Removing intermediate container 1f5cc4c39f64 12:52:06 ---> 533521d2632e 12:52:06 Step 21/21 : LABEL version=0.0.0 12:52:06 ---> Running in 2502006cf8fa 12:52:06 Removing intermediate container 2502006cf8fa 12:52:06 ---> 524d38a7c123 12:52:06 12:52:06 Successfully built 524d38a7c123 12:52:06 Successfully tagged docker-security-proxy-setup-go:latest 12:52:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 6d844bab4eac 12:52:19 ---> ac9b36689016 12:52:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:52:19 ---> Running in 77b23b077397 12:52:19 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 12:52:21 Removing intermediate container c8f477d5861c 12:52:21 ---> 56c612250483 12:52:21 12:52:21 Step 10/23 : FROM alpine:3.12 12:52:21 ---> 42cb162f0360 12:52:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:52:21 Removing intermediate container 77b23b077397 12:52:21 ---> 1da66e7972a9 12:52:21 12:52:21 Step 11/26 : FROM docker:20.10.0 12:52:21 20.10.0: Pulling from library/docker 12:52:21 ---> Running in 2d43e620e863 12:52:21 Removing intermediate container 2d43e620e863 12:52:21 ---> 3d5539a935d3 12:52:21 Step 12/23 : ENV APP_PORT=48080 12:52:22 ---> Running in ff09f06856e1 12:52:22 Removing intermediate container ff09f06856e1 12:52:22 ---> e5a941454257 12:52:22 Step 13/23 : EXPOSE $APP_PORT 12:52:22 ---> Running in e0b76b5ab0c1 12:52:23 Removing intermediate container e0b76b5ab0c1 12:52:23 ---> c990acdb5ff5 12:52:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:23 ---> Running in 6e27208e167d 12:52:24 Removing intermediate container 6e27208e167d 12:52:24 ---> c92299a00264 12:52:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:52:24 ---> Running in 7a37c7d3a96b 12:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:52:26 Status: Downloaded newer image for docker:20.10.0 12:52:26 ---> aefe523efa57 12:52:26 Step 12/26 : RUN apk add --no-cache bash 12:52:26 ---> Running in d46b59417160 12:52:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:27 (1/2) Installing readline (8.0.4-r0) 12:52:27 (2/2) Installing bash (5.0.17-r0) 12:52:27 Executing bash-5.0.17-r0.post-install 12:52:27 Executing busybox-1.31.1-r19.trigger 12:52:27 OK: 12 MiB in 22 packages 12:52:27 Removing intermediate container d46b59417160 12:52:27 ---> 4711b49244b2 12:52:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:52:27 ---> Running in 847cc9d4989e 12:52:28 Removing intermediate container 847cc9d4989e 12:52:28 ---> a0afa229bb26 12:52:28 Step 14/26 : ENV APP_PORT=48090 12:52:28 ---> Running in 782ba6aafc48 12:52:28 (1/6) Installing dumb-init (1.2.2-r1) 12:52:28 (2/6) Installing libgcc (9.3.0-r2) 12:52:28 Removing intermediate container 782ba6aafc48 12:52:28 ---> 1f12ca999469 12:52:28 Step 15/26 : EXPOSE $APP_PORT 12:52:28 (3/6) Installing libsodium (1.0.18-r0) 12:52:28 ---> Running in abedacc77f5f 12:52:28 Removing intermediate container abedacc77f5f 12:52:28 ---> 54b1e75cd583 12:52:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:52:28 (4/6) Installing libstdc++ (9.3.0-r2) 12:52:29 ---> 2544aa66f5ca 12:52:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:52:29 (5/6) Installing libzmq (4.3.3-r0) 12:52:29 ---> 09ab08c6e0ad 12:52:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:52:30 ---> 2608cc9e0562 12:52:30 Step 19/26 : RUN apk --no-cache add py3-pip 12:52:30 (6/6) Installing zeromq (4.3.3-r0) 12:52:30 ---> Running in 9fe4c78bbd55 12:52:30 Executing busybox-1.31.1-r19.trigger 12:52:30 OK: 8 MiB in 20 packages 12:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:30 Removing intermediate container 7a37c7d3a96b 12:52:30 ---> 915793f570f3 12:52:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:52:30 (1/33) Installing libbz2 (1.0.8-r1) 12:52:30 (2/33) Installing expat (2.2.9-r1) 12:52:30 (3/33) Installing libffi (3.3-r2) 12:52:30 (4/33) Installing gdbm (1.13-r1) 12:52:30 (5/33) Installing xz-libs (5.2.5-r0) 12:52:30 (6/33) Installing sqlite-libs (3.32.1-r0) 12:52:30 (7/33) Installing python3 (3.8.8-r0) 12:52:34 ---> 9acd717ffd61 12:52:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:52:34 (8/33) Installing py3-appdirs (1.4.4-r1) 12:52:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:52:34 (10/33) Installing py3-parsing (2.4.7-r0) 12:52:34 (11/33) Installing py3-six (1.15.0-r0) 12:52:34 (12/33) Installing py3-packaging (20.4-r0) 12:52:34 (13/33) Installing py3-setuptools (47.0.0-r0) 12:52:34 (14/33) Installing py3-chardet (3.0.4-r4) 12:52:34 (15/33) Installing py3-idna (2.9-r0) 12:52:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:52:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:52:34 (18/33) Installing py3-requests (2.23.0-r0) 12:52:34 (19/33) Installing py3-msgpack (1.0.0-r0) 12:52:34 (20/33) Installing py3-lockfile (0.12.2-r3) 12:52:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:52:34 (22/33) Installing py3-colorama (0.4.3-r0) 12:52:34 (23/33) Installing py3-distlib (0.3.0-r0) 12:52:34 (24/33) Installing py3-distro (1.5.0-r1) 12:52:34 (25/33) Installing py3-webencodings (0.5.1-r3) 12:52:34 (26/33) Installing py3-html5lib (1.0.1-r4) 12:52:34 (27/33) Installing py3-pytoml (0.1.21-r0) 12:52:34 (28/33) Installing py3-pep517 (0.8.2-r0) 12:52:34 (29/33) Installing py3-progress (1.5-r0) 12:52:34 (30/33) Installing py3-toml (0.10.1-r0) 12:52:34 (31/33) Installing py3-retrying (1.3.3-r0) 12:52:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:52:34 (33/33) Installing py3-pip (20.1.1-r0) 12:52:34 Executing busybox-1.31.1-r19.trigger 12:52:34 OK: 71 MiB in 55 packages 12:52:36 ---> 5ee0fac968aa 12:52:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:52:36 ---> c4ef0037b8bc 12:52:36 Step 19/23 : ENTRYPOINT ["/core-data"] 12:52:40 ---> Running in 2f5de7e05de8 12:52:40 Removing intermediate container 9fe4c78bbd55 12:52:40 ---> 24a16e9551d0 12:52:40 Step 20/26 : RUN pip install docker-compose==1.23.2 12:52:40 ---> Running in 3b25165aeab5 12:52:40 Removing intermediate container 2f5de7e05de8 12:52:40 ---> 1ac74ff94b0c 12:52:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:40 ---> Running in a96f3b01c6b6 12:52:41 Removing intermediate container a96f3b01c6b6 12:52:41 ---> badc588c531a 12:52:41 Step 21/23 : LABEL arch=x86_64 12:52:41 ---> Running in fb9638a8573a 12:52:41 Removing intermediate container fb9638a8573a 12:52:41 ---> 70380ba91c9f 12:52:41 Step 22/23 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:52:41 ---> Running in edd00414e788 12:52:41 Removing intermediate container edd00414e788 12:52:41 ---> c0f45e34eefc 12:52:41 Step 23/23 : LABEL version=0.0.0 12:52:41 ---> Running in 919b98536b98 12:52:41 Removing intermediate container 919b98536b98 12:52:41 ---> 00f40f5bf78e 12:52:41 12:52:41 Successfully built 00f40f5bf78e 12:52:41 Successfully tagged docker-core-data-go:latest 12:52:42  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 12:52:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:52:42 Collecting dockerpty<0.5,>=0.4.1 12:52:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:52:42 Collecting PyYAML<4,>=3.10 12:52:42 Downloading PyYAML-3.13.tar.gz (270 kB) 12:52:43 Collecting docker<4.0,>=3.6.0 12:52:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:52:45 Collecting texttable<0.10,>=0.9.0 12:52:45 Downloading texttable-0.9.1.tar.gz (11 kB) 12:52:45 Collecting jsonschema<3,>=2.5.1 12:52:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:52:45 Collecting websocket-client<1.0,>=0.32.0 12:52:45 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 12:52:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:52:45 Collecting docopt<0.7,>=0.6.1 12:52:45 Downloading docopt-0.6.2.tar.gz (25 kB) 12:52:46 Collecting cached-property<2,>=1.2.0 12:52:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:52:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:52:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:52:46 Collecting docker-pycreds>=0.4.0 12:52:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:52:46 Collecting idna<2.8,>=2.5 12:52:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:52:46 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) 12:52:46 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) 12:52:46 Collecting urllib3<1.25,>=1.21.1 12:52:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:52:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:52:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:52:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:52:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:52:47 Installing collected packages: dockerpty, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, docopt, cached-property, docker-compose 12:52:47 Running setup.py install for dockerpty: started 12:52:47 Running setup.py install for dockerpty: finished with status 'done' 12:52:47 Running setup.py install for PyYAML: started 12:52:48 Running setup.py install for PyYAML: finished with status 'done' 12:52:48 Attempting uninstall: idna 12:52:48 Found existing installation: idna 2.9 12:52:48 Uninstalling idna-2.9: 12:52:48 Successfully uninstalled idna-2.9 12:52:48 Attempting uninstall: urllib3 12:52:48 Found existing installation: urllib3 1.25.9 12:52:48 Uninstalling urllib3-1.25.9: 12:52:48 Successfully uninstalled urllib3-1.25.9 12:52:48 Attempting uninstall: requests 12:52:48 Found existing installation: requests 2.23.0 12:52:48 Uninstalling requests-2.23.0: 12:52:48 Successfully uninstalled requests-2.23.0 12:52:49 Running setup.py install for texttable: started 12:52:49 Running setup.py install for texttable: finished with status 'done' 12:52:49 Running setup.py install for docopt: started 12:52:49 Running setup.py install for docopt: finished with status 'done' 12:52:50 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 12:52:52 Removing intermediate container 3b25165aeab5 12:52:52 ---> d7e27addd690 12:52:52 Step 21/26 : RUN apk --no-cache add curl 12:52:52 ---> Running in 0000ae878025 12:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:52:53 (2/3) Installing libcurl (7.69.1-r3) 12:52:53 (3/3) Installing curl (7.69.1-r3) 12:52:53 Executing busybox-1.31.1-r19.trigger 12:52:53 OK: 72 MiB in 58 packages 12:52:54 Removing intermediate container 0000ae878025 12:52:54 ---> f2557529d51f 12:52:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:52:54 ---> Running in 27506e6805fc 12:52:54 Removing intermediate container 27506e6805fc 12:52:54 ---> fbec904550d7 12:52:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:54 ---> Running in 4d3d3f06bba3 12:52:54 Removing intermediate container 4d3d3f06bba3 12:52:54 ---> 9e4450166bfc 12:52:54 Step 24/26 : LABEL arch=x86_64 12:52:54 ---> Running in 3c6eb39629c5 12:52:54 Removing intermediate container 3c6eb39629c5 12:52:54 ---> 3fb27d69d1b0 12:52:54 Step 25/26 : LABEL git_sha=f415019efd607e65978b74d2e103af9d7ecc09df 12:52:54 ---> Running in b89aaa705100 12:52:55 Removing intermediate container b89aaa705100 12:52:55 ---> 6dbfc516a8ef 12:52:55 Step 26/26 : LABEL version=0.0.0 12:52:55 ---> Running in 9943e725b394 12:52:55 Removing intermediate container 9943e725b394 12:52:55 ---> a201144dd539 12:52:55 12:52:55 Successfully built a201144dd539 12:52:55 Successfully tagged docker-sys-mgmt-agent-go:latest 12:52:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:52:55 $ docker stop --time=1 c7696430eca147c5c1ea6ecc0ecfefce0b792c30a7801346cf60eff6cb8729f2 12:52:57 $ docker rm -f c7696430eca147c5c1ea6ecc0ecfefce0b792c30a7801346cf60eff6cb8729f2 [Pipeline] // withDockerContainer [Pipeline] sh 12:52:57 + docker images 12:52:57 + grep docker 12:52:57 docker-sys-mgmt-agent-go latest a201144dd539 2 seconds ago 314MB 12:52:57 docker-core-data-go latest 00f40f5bf78e 16 seconds ago 22.7MB 12:52:57 docker-security-proxy-setup-go latest 524d38a7c123 51 seconds ago 25.4MB 12:52:57 docker-core-metadata-go latest 4d51191dd667 53 seconds ago 19MB 12:52:57 docker-security-bootstrapper-go latest 85b932fadac0 About a minute ago 18.9MB 12:52:57 docker-security-secretstore-setup-go latest 29c66300e4a5 2 minutes ago 25.7MB 12:52:57 docker-support-scheduler-go latest 553f47f7bfe7 2 minutes ago 17.4MB 12:52:57 docker-support-notifications-go latest 373aa0076a18 2 minutes ago 17.9MB 12:52:57 docker-core-command-go latest 55e95ed46ac5 2 minutes ago 17.3MB 12:52:57 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 12:53:13 Still waiting to schedule task 12:53:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 12:54:53 Running on prd-ubuntu18.04-docker-8c-8g-32250 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 12:54:53 Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout 12:54:55 using credential edgex-jenkins-ssh 12:54:55 Cloning the remote Git repository 12:54:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:54:55 > git init /w/workspace/edgex-go/48 # timeout=10 12:54:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:54:55 > git --version # timeout=10 12:54:55 > git --version # 'git version 2.17.1' 12:54:55 using GIT_SSH to set credentials SSH Credentials for GitHub 12:54:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:09 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:55:09 Failed in branch amd64 12:55:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:08 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:55:09 > git config core.sparsecheckout # timeout=10 12:55:09 > git checkout -f 8f5aa9612e5c34309f891e24b9ee5cc0deff0a55 # timeout=10 [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 12:55:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:55:12 ---> package-listing.sh 12:55:12 ++ facter osfamily 12:55:12 ++ tr '[:upper:]' '[:lower:]' 12:55:12 + OS_FAMILY=redhat 12:55:12 + workspace=/w/workspace/edgex-go/48 12:55:12 + START_PACKAGES=/tmp/packages_start.txt 12:55:12 + END_PACKAGES=/tmp/packages_end.txt 12:55:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:55:12 + PACKAGES=/tmp/packages_start.txt 12:55:12 + '[' /w/workspace/edgex-go/48 ']' 12:55:12 + PACKAGES=/tmp/packages_end.txt 12:55:12 + case "${OS_FAMILY}" in 12:55:12 + rpm -qa 12:55:12 + sort 12:55:17 + '[' -f /tmp/packages_start.txt ']' 12:55:17 + '[' -f /tmp/packages_end.txt ']' 12:55:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:55:17 + '[' /w/workspace/edgex-go/48 ']' 12:55:17 + mkdir -p /w/workspace/edgex-go/48/archives/ 12:55:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/48/archives/ [Pipeline] echo 12:55:17 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/48/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:55:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:55:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:55:18 12:55:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:55:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:55:18 alpine: Pulling from edgex-lftools-log-publisher 12:55:18 df20fa9351a1: Pulling fs layer 12:55:18 36b3adc4ff6f: Pulling fs layer 12:55:18 8ad3a11d3b57: Pulling fs layer 12:55:18 46f8f816bc3b: Pulling fs layer 12:55:18 93b61091891f: Pulling fs layer 12:55:18 93b9cdb0e59b: Pulling fs layer 12:55:18 5e14af77c1be: Pulling fs layer 12:55:18 01666e4c0597: Pulling fs layer 12:55:18 aa168da1d23b: Pulling fs layer 12:55:18 46f8f816bc3b: Waiting 12:55:18 93b61091891f: Waiting 12:55:18 93b9cdb0e59b: Waiting 12:55:18 5e14af77c1be: Waiting 12:55:18 01666e4c0597: Waiting 12:55:18 36b3adc4ff6f: Verifying Checksum 12:55:18 36b3adc4ff6f: Download complete 12:55:18 46f8f816bc3b: Download complete 12:55:18 df20fa9351a1: Verifying Checksum 12:55:18 df20fa9351a1: Download complete 12:55:18 93b9cdb0e59b: Verifying Checksum 12:55:18 93b9cdb0e59b: Download complete 12:55:18 5e14af77c1be: Verifying Checksum 12:55:18 5e14af77c1be: Download complete 12:55:18 93b61091891f: Download complete 12:55:19 01666e4c0597: Verifying Checksum 12:55:19 01666e4c0597: Download complete 12:55:19 8ad3a11d3b57: Verifying Checksum 12:55:19 8ad3a11d3b57: Download complete 12:55:19 df20fa9351a1: Pull complete 12:55:19 36b3adc4ff6f: Pull complete 12:55:20 aa168da1d23b: Verifying Checksum 12:55:20 aa168da1d23b: Download complete 12:55:21 8ad3a11d3b57: Pull complete 12:55:21 46f8f816bc3b: Pull complete 12:55:21 93b61091891f: Pull complete 12:55:21 93b9cdb0e59b: Pull complete 12:55:21 5e14af77c1be: Pull complete 12:55:21 01666e4c0597: Pull complete 12:55:30 aa168da1d23b: Pull complete 12:55:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:55:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:55:30 prd-centos7-docker-4c-2g-32239 does not seem to be running inside a container 12:55:30 $ 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/48/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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:55:37 $ docker top 71b817696fdd9348562b7e2e8e54f43f0b30ce8d95899526f95110b693970617 -eo pid,comm [Pipeline] { [Pipeline] sh 12:55:38 + touch /tmp/pre-build-complete [Pipeline] sh 12:55:38 + mkdir -p /var/log/sa [Pipeline] sh 12:55:39 + ls /var/log/sa-host 12:55:39 + sadf -c /var/log/sa-host/sa23 12:55:39 file_magic: OK 12:55:39 HZ: Using current value: 100 12:55:39 file_header: OK 12:55:39 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 12:55:39 Statistics: 12:55:39 Hnuu...uuuununununu... 12:55:39 File successfully converted to sysstat format version 12.2.1 12:55:39 + sadf -c /var/log/sa-host/sa31 12:55:39 file_magic: OK 12:55:39 HZ: Using current value: 100 12:55:39 file_header: OK 12:55:39 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 12:55:39 Statistics: 12:55:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:55:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:55:39 provisioning config files... 12:55:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/48@tmp/config1707253909657088748tmp [Pipeline] { [Pipeline] echo 12:55:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:55:39 ---> create-netrc.sh [Pipeline] } 12:55:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:55:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:55:40 ---> python-tools-install.sh [Pipeline] echo 12:55:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:55:40 ---> sudo-logs.sh 12:55:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:55:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:55:40 ---> job-cost.sh 12:55:40 lf-activate-venv: SKIPPING 12:55:40 INFO: No Stack... 12:55:41 INFO: Retrieving Pricing Info for: v1-standard-2 12:55:42 INFO: Archiving Costs [Pipeline] echo 12:55:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:55:42 ---> logs-deploy.sh 12:55:42 lf-activate-venv: SKIPPING 12:55:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/48 12:55:42 INFO: archiving workspace using pattern(s): 12:55:44 Archives upload complete. 12:55:44 INFO: archiving logs to Nexus