Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b rather than e418d3712819db9779d70b7938646919f24b5620 Obtained Jenkinsfile from 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22218 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit e418d3712819db9779d70b7938646919f24b5620 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e418d3712819db9779d70b7938646919f24b5620 # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 Merge succeeded, producing 3231ce5aee4ca4243abf079d4e54439008b156c1 Checking out Revision 3231ce5aee4ca4243abf079d4e54439008b156c1 (PR-3030) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3231ce5aee4ca4243abf079d4e54439008b156c1 # timeout=10 Commit message: "Merge commit '5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk a6c4f44d78b9cdab3c1c96d52f12f2518ad42840 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:16:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:16:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:16:42 ========================================================= 07:16:42 EdgeX Global Pipelines Version Info 07:16:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:16:45 ------------------- 07:16:45 stable info: 07:16:45 ------------------- 07:16:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:16:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:16:45 Message: update stable to v1.0.179 07:16:46 ------------------- 07:16:46 experimental info: 07:16:46 ------------------- 07:16:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:16:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:16:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:16:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:16:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3231ce5aee4ca4243abf079d4e54439008b156c1 [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3231ce5 [Pipeline] echo 07:16:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:16:50 provisioning config files... 07:16:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8119650338255335879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:16:50 ---> docker-login.sh 07:16:50 nexus3.edgexfoundry.org:10001 07:16:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:52 Configure a credential helper to remove this warning. See 07:16:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:52 07:16:52 Login Succeeded 07:16:52 nexus3.edgexfoundry.org:10002 07:16:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:52 Configure a credential helper to remove this warning. See 07:16:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:52 07:16:52 Login Succeeded 07:16:52 nexus3.edgexfoundry.org:10003 07:16:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:53 Configure a credential helper to remove this warning. See 07:16:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:53 07:16:53 Login Succeeded 07:16:53 nexus3.edgexfoundry.org:10004 07:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:54 Configure a credential helper to remove this warning. See 07:16:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:54 07:16:54 Login Succeeded 07:16:54 docker.io 07:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:55 Configure a credential helper to remove this warning. See 07:16:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:55 07:16:55 Login Succeeded 07:16:55 ---> docker-login.sh ends [Pipeline] } 07:16:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:16:55 ++ 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 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ dirname cmd/core-command/Dockerfile 07:16:55 ++ cut -d/ -f2 07:16:55 + echo core-command,cmd/core-command/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ dirname cmd/core-data/Dockerfile 07:16:55 ++ cut -d/ -f2 07:16:55 + echo core-data,cmd/core-data/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ dirname cmd/core-metadata/Dockerfile 07:16:55 ++ cut -d/ -f2 07:16:55 + echo core-metadata,cmd/core-metadata/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ dirname cmd/security-bootstrapper/Dockerfile 07:16:55 ++ cut -d/ -f2 07:16:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ cut -d/ -f2 07:16:55 ++ dirname cmd/security-proxy-setup/Dockerfile 07:16:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ cut -d/ -f2 07:16:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:16:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ dirname cmd/support-notifications/Dockerfile 07:16:55 ++ cut -d/ -f2 07:16:55 + echo support-notifications,cmd/support-notifications/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ dirname cmd/support-scheduler/Dockerfile 07:16:55 ++ cut -d/ -f2 07:16:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:16:55 + for file in '`ls cmd/**/Dockerfile`' 07:16:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:16:55 ++ cut -d/ -f2 07:16:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:16:56 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 07:16:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:58 07:16:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:16:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:58 latest: Pulling from edgex-devops/git-semver 07:16:58 31603596830f: Pulling fs layer 07:16:58 2a8b12db71e7: Pulling fs layer 07:16:58 6ca5941a6612: Pulling fs layer 07:16:58 ecc8261a40a4: Pulling fs layer 07:16:58 ecc8261a40a4: Waiting 07:16:58 2a8b12db71e7: Verifying Checksum 07:16:58 2a8b12db71e7: Download complete 07:16:59 31603596830f: Download complete 07:17:00 ecc8261a40a4: Verifying Checksum 07:17:00 ecc8261a40a4: Download complete 07:17:00 6ca5941a6612: Verifying Checksum 07:17:00 6ca5941a6612: Download complete 07:17:00 31603596830f: Pull complete 07:17:00 2a8b12db71e7: Pull complete 07:17:04 6ca5941a6612: Pull complete 07:17:05 ecc8261a40a4: Pull complete 07:17:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:17:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:17:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:17:05 prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container 07:17:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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:10004/edgex-devops/git-semver:latest cat 07:17:09 $ docker top 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:17:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:17:09 [ssh-agent] Looking for ssh-agent implementation... 07:17:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:17:10 $ docker exec 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent 07:17:11 SSH_AUTH_SOCK=/tmp/ssh-GouVbkHszfy8/agent.11 07:17:11 SSH_AGENT_PID=16 07:17:11 Running ssh-add (command line suppressed) 07:17:12 Identity added: /w/workspace/edgex-go/12@tmp/private_key_7622003444069777587.key (/w/workspace/edgex-go/12@tmp/private_key_7622003444069777587.key) 07:17:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:17:12 + git tag --points-at HEAD [Pipeline] } 07:17:12 $ docker exec --env ******** --env ******** 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent -k 07:17:13 unset SSH_AUTH_SOCK; 07:17:13 unset SSH_AGENT_PID; 07:17:13 echo Agent pid 16 killed; 07:17:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:17:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:17:13 [ssh-agent] Looking for ssh-agent implementation... 07:17:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:17:14 $ docker exec 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent 07:17:14 SSH_AUTH_SOCK=/tmp/ssh-n96BxlImiHi6/agent.45 07:17:14 SSH_AGENT_PID=50 07:17:14 Running ssh-add (command line suppressed) 07:17:15 Identity added: /w/workspace/edgex-go/12@tmp/private_key_1601245463101683556.key (/w/workspace/edgex-go/12@tmp/private_key_1601245463101683556.key) 07:17:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:17:16 + git semver init 07:17:16 # -> Open(): unable to determine branch for HEAD 07:17:16 # $GIT_DIR = /w/workspace/edgex-go/12/.git 07:17:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 07:17:16 # $SEMVER_REMOTE_NAME = origin 07:17:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:17:16 # $SEMVER_USER_NAME = edgex-jenkins 07:17:16 # $SEMVER_BRANCH = PR-3030 07:17:16 # $SEMVER_TEMP = /tmp/semver-737554902 07:17:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:17:50 # '/tmp/semver-737554902' -> '/w/workspace/edgex-go/12/.semver' 07:17:50 # -> Force: false 07:17:50 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 07:17:50 $ docker exec --env ******** --env ******** 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent -k 07:17:51 unset SSH_AUTH_SOCK; 07:17:51 unset SSH_AGENT_PID; 07:17:51 echo Agent pid 50 killed; 07:17:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:17:51 + git semver [Pipeline] } 07:17:52 $ docker stop --time=1 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 07:17:53 $ docker rm -f 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 [Pipeline] // withDockerContainer [Pipeline] sh 07:17:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:17:55 Stashed 1 file(s) [Pipeline] echo 07:17:55 [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 07:17:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:17:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:17:57 + sudo service docker restart 07:17:57 + true 07:17:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:17:58 ========================================================= 07:17:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:17:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:17:59 + 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 . 07:18:07 Sending build context to Docker daemon 327.1MB 07:18:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:18:07 Step 2/6 : FROM ${BASE} 07:18:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:18:07 188c0c94c7c5: Pulling fs layer 07:18:07 0ef7d3d256c8: Pulling fs layer 07:18:07 de9db76c5a1d: Pulling fs layer 07:18:07 bca2f99d35d6: Pulling fs layer 07:18:07 93359f2a8cfa: Pulling fs layer 07:18:07 7c6f9722023f: Pulling fs layer 07:18:07 a35cf1a2eb13: Pulling fs layer 07:18:07 7c6f9722023f: Waiting 07:18:07 93359f2a8cfa: Waiting 07:18:07 a35cf1a2eb13: Waiting 07:18:07 bca2f99d35d6: Waiting 07:18:07 de9db76c5a1d: Verifying Checksum 07:18:07 de9db76c5a1d: Download complete 07:18:07 0ef7d3d256c8: Verifying Checksum 07:18:07 0ef7d3d256c8: Download complete 07:18:08 93359f2a8cfa: Verifying Checksum 07:18:08 93359f2a8cfa: Download complete 07:18:09 7c6f9722023f: Verifying Checksum 07:18:09 7c6f9722023f: Download complete 07:18:09 188c0c94c7c5: Verifying Checksum 07:18:09 188c0c94c7c5: Download complete 07:18:09 188c0c94c7c5: Pull complete 07:18:10 0ef7d3d256c8: Pull complete 07:18:10 de9db76c5a1d: Pull complete 07:18:10 Still waiting to schedule task 07:18:10 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 07:18:14 a35cf1a2eb13: Verifying Checksum 07:18:14 a35cf1a2eb13: Download complete 07:18:14 bca2f99d35d6: Verifying Checksum 07:18:14 bca2f99d35d6: Download complete 07:18:27 bca2f99d35d6: Pull complete 07:18:27 93359f2a8cfa: Pull complete 07:18:27 7c6f9722023f: Pull complete 07:18:33 a35cf1a2eb13: Pull complete 07:18:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:18:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:18:33 ---> a62c8e92a672 07:18:33 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 07:18:33 ---> Running in cf60cf7d5d4b 07:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:18:35 (1/12) Installing libmagic (5.38-r0) 07:18:35 (2/12) Installing file (5.38-r0) 07:18:35 (3/12) Installing libc-dev (0.7.2-r3) 07:18:35 (4/12) Installing g++ (9.3.0-r2) 07:18:41 (5/12) Installing fortify-headers (1.1-r0) 07:18:41 (6/12) Installing patch (2.7.6-r6) 07:18:41 (7/12) Installing build-base (0.5-r2) 07:18:41 (8/12) Installing libsodium (1.0.18-r0) 07:18:41 (9/12) Installing pkgconf (1.7.2-r0) 07:18:41 (10/12) Installing libsodium-dev (1.0.18-r0) 07:18:41 (11/12) Installing libzmq (4.3.3-r0) 07:18:41 (12/12) Installing zeromq-dev (4.3.3-r0) 07:18:41 Executing busybox-1.31.1-r19.trigger 07:18:41 OK: 233 MiB in 51 packages 07:18:45 Removing intermediate container cf60cf7d5d4b 07:18:45 ---> 6f399f3bdea7 07:18:45 Step 4/6 : WORKDIR /edgex-go 07:18:45 ---> Running in ea39aebf34c9 07:18:45 Removing intermediate container ea39aebf34c9 07:18:45 ---> d5c67986e3ad 07:18:45 Step 5/6 : COPY go.mod . 07:18:46 ---> 3d2409a5e5ce 07:18:46 Step 6/6 : RUN go mod download 07:18:46 ---> Running in 2eefd86e184a 07:19:13 Removing intermediate container 2eefd86e184a 07:19:13 ---> 647c9b49f7ac 07:19:13 Successfully built 647c9b49f7ac 07:19:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:19:13 + docker inspect -f . ci-base-image-x86_64 07:19:13 . [Pipeline] withDockerContainer 07:19:13 prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container 07:19:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:19:15 $ docker top 7fd8fa75229be6fc18a045a84ea4ab5b0b874fd13f11fca066ce9fb36fa41b78 -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:17 + go version 07:19:17 go version go1.15.5 linux/amd64 [Pipeline] } 07:19:17 $ docker stop --time=1 7fd8fa75229be6fc18a045a84ea4ab5b0b874fd13f11fca066ce9fb36fa41b78 07:19:19 $ docker rm -f 7fd8fa75229be6fc18a045a84ea4ab5b0b874fd13f11fca066ce9fb36fa41b78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:20 + docker inspect -f . ci-base-image-x86_64 07:19:20 . [Pipeline] withDockerContainer 07:19:20 prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container 07:19:20 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:19:21 $ docker top a3b36436eac9d22ead15defa0c5a16ce5b578813f24e5ef8678654fcbbb8508b -eo pid,comm [Pipeline] { [Pipeline] echo 07:19:22 ========================================================= 07:19:22 [edgeXBuildGoParallel] Running Tests and Build... 07:19:22 ========================================================= [Pipeline] sh 07:19:23 + make test 07:19:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:19:41 ? github.com/edgexfoundry/edgex-go [no test files] 07:19:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22219 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 07:19:53 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 07:19:59 using credential edgex-jenkins-ssh 07:19:59 Cloning the remote Git repository 07:19:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:19:59 > git init /w/workspace/edgex-go/12 # timeout=10 07:19:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:19:59 > git --version # timeout=10 07:19:59 > git --version # 'git version 2.17.1' 07:19:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:19:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:20:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:20:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:20:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:20:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:20:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:20:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:20:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:20:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:20:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:20:20 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit e418d3712819db9779d70b7938646919f24b5620 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:20:20 Failed in branch arm64 07:20:20 > git config core.sparsecheckout # timeout=10 07:20:20 > git checkout -f e418d3712819db9779d70b7938646919f24b5620 # timeout=10 07:20:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:20:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:20:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:20:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:20:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:20:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:20:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:20:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:20:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:20:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 46.6% of statements 07:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:20:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.374s coverage: 27.0% of statements 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:20:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:20:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:20:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.156s coverage: 66.7% of statements 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:20:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.513s coverage: 82.3% of statements 07:20:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:20:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:20:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:20:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:20:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.782s coverage: 28.6% of statements 07:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:20:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 07:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:20:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.113s coverage: 100.0% of statements 07:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.177s coverage: 86.7% of statements 07:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 07:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 07:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.578s coverage: 92.8% of statements 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:20:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 43.8% of statements 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.113s coverage: 79.5% of statements 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 07:20:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.077s coverage: 94.4% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.108s coverage: 87.2% of statements 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 84.2% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.368s coverage: 91.4% of statements 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.549s coverage: 63.5% of statements 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.201s coverage: 73.7% of statements 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.162s coverage: 100.0% of statements 07:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.880s coverage: 68.9% of statements 07:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.480s coverage: 37.0% of statements 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.832s coverage: 84.0% of statements 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.140s coverage: 100.0% of statements 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.196s coverage: 47.1% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:21:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.256s coverage: 29.1% of statements 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:21:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.142s coverage: 99.0% of statements 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:21:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:21:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.101s coverage: 0.0% of statements 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:21:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:21:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:21:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements 07:21:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:21:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:21:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 07:21:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements 07:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements 07:21:14 GO111MODULE=on go vet ./... 07:22:02 gofmt -l . 07:22:02 [ "`gofmt -l .`" = "" ] 07:22:04 ./bin/test-go-mod-tidy.sh 07:22:05 ./bin/test-attribution-txt.sh [Pipeline] sh 07:22:07 + ls -al . 07:22:07 total 668 07:22:07 drwxrwxr-x 10 1001 1001 4096 Jan 22 07:22 . 07:22:07 drwxr-xr-x 4 root root 30 Jan 22 07:19 .. 07:22:07 -rw-rw-r-- 1 1001 1001 11 Jan 22 07:16 .dockerignore 07:22:07 drwxrwxr-x 8 1001 1001 179 Jan 22 07:16 .git 07:22:07 drwxrwxr-x 3 1001 1001 125 Jan 22 07:16 .github 07:22:07 -rw-rw-r-- 1 1001 1001 872 Jan 22 07:16 .gitignore 07:22:07 drwx------ 3 1001 1001 47 Jan 22 07:17 .semver 07:22:07 -rw-rw-r-- 1 1001 1001 166 Jan 22 07:16 .sonarcloud.properties 07:22:07 -rw-rw-r-- 1 1001 1001 7859 Jan 22 07:16 Attribution.txt 07:22:07 -rw-rw-r-- 1 1001 1001 3804 Jan 22 07:16 CONTRIBUTING.md 07:22:07 -rw-rw-r-- 1 1001 1001 931 Jan 22 07:16 Dockerfile.build 07:22:07 -rw-rw-r-- 1 1001 1001 863 Jan 22 07:16 Jenkinsfile 07:22:07 -rw-rw-r-- 1 1001 1001 10775 Jan 22 07:16 LICENSE 07:22:07 -rw-rw-r-- 1 1001 1001 6001 Jan 22 07:16 Makefile 07:22:07 -rw-rw-r-- 1 1001 1001 6524 Jan 22 07:16 README.md 07:22:07 -rw-rw-r-- 1 1001 1001 6755 Jan 22 07:16 SECURITY.md 07:22:07 -rw-rw-r-- 1 1001 1001 5 Jan 22 07:17 VERSION 07:22:07 -rw-rw-r-- 1 1001 1001 4131 Jan 22 07:16 ZMQWindows.md 07:22:07 drwxrwxr-x 2 1001 1001 117 Jan 22 07:16 bin 07:22:07 drwxrwxr-x 15 1001 1001 4096 Jan 22 07:16 cmd 07:22:07 -rw-r--r-- 1 root root 562928 Jan 22 07:21 coverage.out 07:22:07 -rw-r--r-- 1 root root 1053 Jan 22 07:22 go.mod 07:22:07 -rw-r--r-- 1 root root 18878 Jan 22 07:22 go.sum 07:22:07 drwxrwxr-x 8 1001 1001 127 Jan 22 07:16 internal 07:22:07 drwxrwxr-x 4 1001 1001 26 Jan 22 07:16 openapi 07:22:07 drwxrwxr-x 4 1001 1001 71 Jan 22 07:16 snap 07:22:07 -rw-rw-r-- 1 1001 1001 168 Jan 22 07:16 version.go [Pipeline] sh 07:22:07 + '[' -e coverage.out ] 07:22:07 + chown 1001:1001 coverage.out [Pipeline] stash 07:22:08 Stashed 1 file(s) [Pipeline] sh 07:22:08 + make build 07:22:08 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 07:22:14 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 07:22:37 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 07:22:37 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 07:22:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:22:43 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 07:22:47 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 07:22:49 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 07:22:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:23:02 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 07:23:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 07:23:09 $ docker stop --time=1 a3b36436eac9d22ead15defa0c5a16ce5b578813f24e5ef8678654fcbbb8508b 07:23:11 $ docker rm -f a3b36436eac9d22ead15defa0c5a16ce5b578813f24e5ef8678654fcbbb8508b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:23:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:23:16 07:23:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:23:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:23:17 latest: Pulling from edgex-devops/edgex-compose 07:23:17 cbdbe7a5bc2a: Pulling fs layer 07:23:17 ca9280d653b3: Pulling fs layer 07:23:17 7e9c9ca2126c: Pulling fs layer 07:23:17 cbdbe7a5bc2a: Verifying Checksum 07:23:17 cbdbe7a5bc2a: Download complete 07:23:19 ca9280d653b3: Verifying Checksum 07:23:19 ca9280d653b3: Download complete 07:23:19 cbdbe7a5bc2a: Pull complete 07:23:21 ca9280d653b3: Pull complete 07:23:23 7e9c9ca2126c: Verifying Checksum 07:23:23 7e9c9ca2126c: Download complete 07:23:42 7e9c9ca2126c: Pull complete 07:23:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:23:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:23:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:23:43 prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container 07:23:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:23:45 $ docker top ee982781cac9a1c1b5b1a922ba7c65c98cbc9fc272827e8fa6f4cafff5b35838 -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:46 + docker-compose build --help 07:23:46 + grep parallel 07:23:48 --parallel Build images in parallel. [Pipeline] } 07:23:48 $ docker stop --time=1 ee982781cac9a1c1b5b1a922ba7c65c98cbc9fc272827e8fa6f4cafff5b35838 07:23:50 $ docker rm -f ee982781cac9a1c1b5b1a922ba7c65c98cbc9fc272827e8fa6f4cafff5b35838 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:23:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:23:50 . [Pipeline] withDockerContainer 07:23:51 prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container 07:23:51 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:23:52 $ docker top e3c5c0b639ed4aaddba5f63b1c8bff84a18a75e131bb79c4e5c3fd107cc3b072 -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:54 + docker-compose -f ./docker-compose-build.yml build --parallel 07:23:56 Building docker-core-command-go ... 07:23:56 Building docker-core-data-go ... 07:23:56 Building docker-core-metadata-go ... 07:23:56 Building docker-security-bootstrapper-go ... 07:23:56 Building docker-security-proxy-setup-go ... 07:23:56 Building docker-security-secretstore-setup-go ... 07:23:56 Building docker-support-notifications-go ... 07:23:56 Building docker-support-scheduler-go ... 07:23:56 Building docker-sys-mgmt-agent-go ... 07:23:56 Building docker-sys-mgmt-agent-go 07:23:56 Building docker-core-data-go 07:23:56 Building docker-security-proxy-setup-go 07:23:56 Building docker-support-scheduler-go 07:23:56 Building docker-core-command-go 07:25:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:25:05 ---> 647c9b49f7ac 07:25:05 Step 3/21 : WORKDIR /edgex-go 07:25:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:25:05 ---> 647c9b49f7ac 07:25:05 Step 3/22 : WORKDIR /edgex-go 07:25:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:25:05 ---> 647c9b49f7ac 07:25:05 Step 3/26 : WORKDIR /edgex-go 07:25:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:25:05 ---> 647c9b49f7ac 07:25:05 Step 3/23 : WORKDIR /edgex-go 07:25:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:25:05 ---> 647c9b49f7ac 07:25:05 Step 3/23 : WORKDIR /edgex-go 07:25:05 ---> Running in 07eca4bc54e8 07:25:05 ---> Running in 388589551a06 07:25:05 ---> Running in cd89bab4cce5 07:25:05 ---> Running in 969d44b1011c 07:25:05 ---> Running in b79785bfe407 07:25:05 Removing intermediate container 388589551a06 07:25:05 ---> b716750e6419 07:25:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:05 Removing intermediate container cd89bab4cce5 07:25:05 ---> 6df76427555b 07:25:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:05 Removing intermediate container 969d44b1011c 07:25:05 ---> 93d5c2e64bb4 07:25:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:05 Removing intermediate container 07eca4bc54e8 07:25:05 ---> d4e65c6aaf56 07:25:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:05 Removing intermediate container b79785bfe407 07:25:05 ---> d28f24d40780 07:25:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:05 ---> Running in 251d87ceb982 07:25:05 ---> Running in 8f77cf6d3505 07:25:05 ---> Running in 7d7b880934b7 07:25:05 ---> Running in 3b17c82a973f 07:25:05 ---> Running in 74a0982b6a14 07:25:10 Removing intermediate container 74a0982b6a14 07:25:10 ---> 6fca4944f238 07:25:10 Step 5/22 : RUN apk add --update --no-cache make git 07:25:10 Removing intermediate container 251d87ceb982 07:25:10 ---> 3e22ad68e2b3 07:25:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:25:10 ---> Running in 443f2ee76bee 07:25:10 Removing intermediate container 8f77cf6d3505 07:25:10 ---> 490598376dd4 07:25:10 Step 5/26 : RUN apk add --update --no-cache make bash git 07:25:10 ---> Running in 351aeaa6a22c 07:25:10 Removing intermediate container 3b17c82a973f 07:25:10 ---> 20db4d92c46f 07:25:10 Step 5/23 : RUN apk add --update --no-cache make git 07:25:10 ---> Running in 9ca3512d3534 07:25:11 Removing intermediate container 7d7b880934b7 07:25:11 ---> 8d4beff1fa9f 07:25:11 Step 5/21 : RUN apk add --update --no-cache make git 07:25:11 ---> Running in d72cc7bd38a2 07:25:11 ---> Running in 117a34fdf1c5 07:25:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:25:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:25:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:25:14 OK: 233 MiB in 51 packages 07:25:15 OK: 233 MiB in 51 packages 07:25:15 OK: 233 MiB in 51 packages 07:25:15 OK: 233 MiB in 51 packages 07:25:15 OK: 233 MiB in 51 packages 07:25:16 Removing intermediate container d72cc7bd38a2 07:25:16 ---> 9f324735b1b7 07:25:16 Step 6/23 : COPY go.mod . 07:25:16 Removing intermediate container 117a34fdf1c5 07:25:16 ---> 74dc1fc4809d 07:25:16 Step 6/21 : COPY go.mod . 07:25:16 Removing intermediate container 351aeaa6a22c 07:25:16 ---> 65b02defd4b4 07:25:16 Step 6/23 : COPY go.mod . 07:25:16 ---> 3ddacd8e49f7 07:25:16 Step 7/23 : RUN go mod download 07:25:17 Removing intermediate container 9ca3512d3534 07:25:17 ---> 948760ce8963 07:25:17 Step 6/26 : COPY go.mod . 07:25:17 Removing intermediate container 443f2ee76bee 07:25:17 ---> c662a0102a7a 07:25:17 Step 6/22 : COPY go.mod . 07:25:17 ---> Running in ca152919a9d8 07:25:17 ---> b637acadff99 07:25:17 Step 7/21 : RUN go mod download 07:25:17 ---> 52edc7edd4b4 07:25:17 Step 7/23 : RUN go mod download 07:25:17 ---> Running in 258755d24f43 07:25:17 ---> f9035e7d9857 07:25:17 Step 7/26 : RUN go mod download 07:25:17 ---> Running in 07d721b6be84 07:25:17 ---> f4a7368e48b9 07:25:17 Step 7/22 : RUN go mod download 07:25:18 ---> Running in dd47c236ee7d 07:25:18 ---> Running in 037f9f8a40c2 07:25:22 Removing intermediate container dd47c236ee7d 07:25:22 ---> 6bc9b263b557 07:25:22 Step 8/26 : COPY . . 07:25:22 Removing intermediate container 258755d24f43 07:25:22 ---> ae1ee8c718d8 07:25:22 Step 8/21 : COPY . . 07:25:22 Removing intermediate container 037f9f8a40c2 07:25:22 ---> 2e46a1378e0a 07:25:22 Step 8/22 : COPY . . 07:25:22 Removing intermediate container 07d721b6be84 07:25:22 ---> 2bc0cd46d0bb 07:25:22 Step 8/23 : COPY . . 07:25:23 Removing intermediate container ca152919a9d8 07:25:23 ---> f7f7a4f5e90b 07:25:23 Step 8/23 : COPY . . 07:26:46 ---> 7b4747f3f212 07:26:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:26:46 ---> 09e594bb2d9d 07:26:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:26:46 ---> 86501ee1e0fa 07:26:46 Step 9/23 : RUN make cmd/core-data/core-data 07:26:46 ---> 7e8043868d3a 07:26:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:26:46 ---> e21ba8c5eaee 07:26:46 Step 9/23 : RUN make cmd/core-command/core-command 07:26:46 ---> Running in ef556ab93b9a 07:26:46 ---> Running in 8e1d91ca2449 07:26:46 ---> Running in 18d58b6bb572 07:26:46 ---> Running in 07b8f33bae4e 07:26:46 ---> Running in 26dd4ad108dd 07:26:46 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 07:26:46 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 07:26:46 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 07:26:46 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 07:26:46 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 07:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:27:36 Removing intermediate container 07b8f33bae4e 07:27:36 ---> f69612502e42 07:27:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:27:36 Removing intermediate container 18d58b6bb572 07:27:36 ---> 99c8cd433750 07:27:36 07:27:36 Step 10/23 : FROM alpine:3.12 07:27:36 Removing intermediate container 8e1d91ca2449 07:27:36 ---> 06407002ec4e 07:27:36 07:27:36 Step 10/22 : FROM alpine:3.12 07:27:36 ---> Running in b461e5a01798 07:27:36 3.12: Pulling from library/alpine 07:27:36 3.12: Pulling from library/alpine 07:27:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:27:38 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 07:27:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:27:38 Status: Downloaded newer image for alpine:3.12 07:27:38 Status: Downloaded newer image for alpine:3.12 07:27:38 ---> 389fef711851 07:27:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:27:38 ---> 389fef711851 07:27:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:27:39 Removing intermediate container 26dd4ad108dd 07:27:39 ---> 79b63882dfec 07:27:39 07:27:39 Step 10/21 : FROM alpine:3.12 07:27:39 ---> 389fef711851 07:27:39 Step 11/21 : RUN apk add --update --no-cache curl 07:27:39 ---> Running in b9676b1d10a9 07:27:39 ---> Running in f89388258d0b 07:27:40 ---> Running in 96878830de1f 07:27:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:41 (1/1) Installing dumb-init (1.2.2-r1) 07:27:41 Executing busybox-1.31.1-r19.trigger 07:27:41 OK: 6 MiB in 15 packages 07:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:42 (1/1) Installing dumb-init (1.2.2-r1) 07:27:42 Executing busybox-1.31.1-r19.trigger 07:27:42 OK: 6 MiB in 15 packages 07:27:42 (1/4) Installing ca-certificates (20191127-r4) 07:27:42 Removing intermediate container b461e5a01798 07:27:42 ---> 7b3be459398b 07:27:42 07:27:42 Step 11/26 : FROM docker:20.10.0 07:27:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:27:42 (3/4) Installing libcurl (7.69.1-r3) 07:27:42 (4/4) Installing curl (7.69.1-r3) 07:27:42 Executing busybox-1.31.1-r19.trigger 07:27:42 20.10.0: Pulling from library/docker 07:27:43 Executing ca-certificates-20191127-r4.trigger 07:27:43 OK: 7 MiB in 18 packages 07:27:45 Removing intermediate container b9676b1d10a9 07:27:45 ---> 2f784b4ee396 07:27:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:27:45 ---> Running in 9e9fe165467d 07:27:45 Removing intermediate container ef556ab93b9a 07:27:45 ---> 7bd1fe54d5d5 07:27:45 07:27:45 Step 10/23 : FROM alpine:3.12 07:27:45 ---> 389fef711851 07:27:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:27:46 Removing intermediate container f89388258d0b 07:27:46 ---> cc36851ecafa 07:27:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:27:46 ---> Running in 11372e77336f 07:27:46 ---> Running in e88b2af60c9f 07:27:46 Removing intermediate container 96878830de1f 07:27:46 ---> 58f161bb1fbc 07:27:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:27:46 Removing intermediate container 9e9fe165467d 07:27:46 ---> 3474bd7a7c30 07:27:46 Step 13/22 : ENV APP_PORT=48085 07:27:46 ---> Running in ccda0a369003 07:27:46 ---> Running in 0bdd652c5954 07:27:46 Removing intermediate container 11372e77336f 07:27:46 ---> 7368fecb2a9d 07:27:46 Step 12/23 : ENV APP_PORT=48080 07:27:46 Removing intermediate container e88b2af60c9f 07:27:46 ---> 2df00dd3400e 07:27:46 Step 13/23 : ENV APP_PORT=48082 07:27:46 ---> Running in 582fc3be3030 07:27:46 ---> Running in 6a134f844f17 07:27:46 Removing intermediate container ccda0a369003 07:27:46 ---> 1f3b8220e35a 07:27:46 Step 13/21 : WORKDIR /edgex 07:27:46 Removing intermediate container 0bdd652c5954 07:27:46 ---> 4bb8ca2476c7 07:27:46 Step 14/22 : EXPOSE $APP_PORT 07:27:47 ---> Running in 4f994f5f65ba 07:27:47 ---> Running in 8b7dab7721ec 07:27:47 Removing intermediate container 582fc3be3030 07:27:47 ---> 7f0c0b171399 07:27:47 Step 13/23 : EXPOSE $APP_PORT 07:27:47 Removing intermediate container 6a134f844f17 07:27:47 ---> ac0ba53766df 07:27:47 Step 14/23 : EXPOSE $APP_PORT 07:27:47 ---> Running in 40fe2d988599 07:27:47 ---> Running in 441d9f2573d5 07:27:47 Removing intermediate container 8b7dab7721ec 07:27:47 ---> dc43232658ad 07:27:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:27:47 Removing intermediate container 4f994f5f65ba 07:27:47 ---> 3974b1f4aaf8 07:27:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:27:48 Removing intermediate container 40fe2d988599 07:27:48 ---> 5ad067a3efd9 07:27:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:48 ---> Running in e2fb3e85b742 07:27:48 Removing intermediate container 441d9f2573d5 07:27:48 ---> 3a5a02949bf9 07:27:48 Step 15/23 : WORKDIR / 07:27:49 ---> Running in 5451b1a79cad 07:27:49 ---> 358d0a91ff9a 07:27:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:27:49 ---> c38cbb9d882c 07:27:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:27:49 Removing intermediate container 5451b1a79cad 07:27:49 ---> 847349fbc34b 07:27:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:27:50 ---> 0e3172f26550 07:27:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:27:50 ---> e8abe0b3df10 07:27:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:27:50 ---> 7d90ab18470e 07:27:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:27:51 ---> a6b42dc04ea3 07:27:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:27:51 Removing intermediate container e2fb3e85b742 07:27:51 ---> 849349b0e8f1 07:27:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:27:51 ---> Running in 26e8c2763bf8 07:27:51 ---> Running in 307efc029de2 07:27:52 ---> 77d5e6a5a0c3 07:27:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:27:52 ---> 3411a8af94f0 07:27:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:27:52 Removing intermediate container 26e8c2763bf8 07:27:52 ---> 668538488d22 07:27:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:27:52 ---> Running in 7517f3cf0100 07:27:52 ---> Running in 717b5b1a4534 07:27:52 Removing intermediate container 7517f3cf0100 07:27:52 ---> 38b505b72296 07:27:52 Step 18/21 : CMD ["--init=true"] 07:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:53 ---> Running in dd583f2fd92b 07:27:53 ---> c733eb456c01 07:27:53 Step 19/23 : ENTRYPOINT ["/core-command"] 07:27:53 Removing intermediate container 717b5b1a4534 07:27:53 ---> dbe4b3db06ad 07:27:53 Step 20/22 : LABEL arch=x86_64 07:27:53 ---> Running in 696c4943c62e 07:27:53 ---> Running in f0e7b1544ce1 07:27:53 Removing intermediate container dd583f2fd92b 07:27:53 ---> 16b14093f0f3 07:27:53 Step 19/21 : LABEL arch=x86_64 07:27:53 ---> Running in e122a0b2ee72 07:27:53 Removing intermediate container f0e7b1544ce1 07:27:53 ---> 5be142cd4138 07:27:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:27:53 Removing intermediate container 696c4943c62e 07:27:53 ---> 6ced38fe9b92 07:27:53 Step 21/22 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:27:54 ---> Running in 52077a86eb58 07:27:54 ---> Running in bd3d3c896785 07:27:54 Removing intermediate container e122a0b2ee72 07:27:54 ---> 34412594e8f7 07:27:54 Step 20/21 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:27:54 Removing intermediate container 52077a86eb58 07:27:54 ---> 9befa0746bc0 07:27:54 Step 21/23 : LABEL arch=x86_64 07:27:54 ---> Running in 71cffd97f43b 07:27:54 Removing intermediate container bd3d3c896785 07:27:54 ---> 99db7dc6ade6 07:27:54 Step 22/22 : LABEL version=0.0.0 07:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:54 ---> Running in 8e1e82c3e56b 07:27:54 ---> Running in 6c4e1a5bf768 07:27:54 Removing intermediate container 71cffd97f43b 07:27:54 ---> 6a358d08eb67 07:27:54 Step 21/21 : LABEL version=0.0.0 07:27:55 Removing intermediate container 8e1e82c3e56b 07:27:55 ---> b178fea2987a 07:27:55 Step 22/23 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:27:55 ---> Running in 96e7a358ed9f 07:27:55 ---> Running in 0ccde35cdb71 07:27:55 Removing intermediate container 6c4e1a5bf768 07:27:55 ---> 58866604dc38 07:27:55 07:27:55 Removing intermediate container 96e7a358ed9f 07:27:55 ---> 392106080954 07:27:55 07:27:56 Removing intermediate container 0ccde35cdb71 07:27:56 ---> c046266f793d 07:27:56 Step 23/23 : LABEL version=0.0.0 07:27:56 Successfully built 392106080954 07:27:56 Successfully built 58866604dc38 07:27:56 ---> Running in 35c78130017e 07:27:56 Successfully tagged docker-security-proxy-setup-go:latest 07:27:56  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest 07:27:56 Building docker-support-notifications-go 07:27:56 Building docker-security-bootstrapper-go 07:27:56  Building docker-support-scheduler-go ... done Removing intermediate container 35c78130017e 07:27:56 ---> 145df6e665a1 07:27:56 07:27:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:27:56 (1/6) Installing dumb-init (1.2.2-r1) 07:27:56 Status: Downloaded newer image for docker:20.10.0 07:27:56 ---> aefe523efa57 07:27:56 Step 12/26 : RUN apk add --no-cache bash 07:27:56 Successfully built 145df6e665a1 07:27:56 (2/6) Installing libgcc (9.3.0-r2) 07:27:57 Successfully tagged docker-core-command-go:latest 07:27:57  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 07:27:57 (3/6) Installing libsodium (1.0.18-r0) 07:27:57 ---> Running in bc6e7f460c0d 07:27:57 (4/6) Installing libstdc++ (9.3.0-r2) 07:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:58 (5/6) Installing libzmq (4.3.3-r0) 07:27:58 (1/2) Installing readline (8.0.4-r0) 07:27:58 (2/2) Installing bash (5.0.17-r0) 07:27:58 Executing bash-5.0.17-r0.post-install 07:27:58 Executing busybox-1.31.1-r19.trigger 07:27:58 OK: 12 MiB in 22 packages 07:27:59 (6/6) Installing zeromq (4.3.3-r0) 07:27:59 Executing busybox-1.31.1-r19.trigger 07:27:59 OK: 8 MiB in 20 packages 07:28:03 Removing intermediate container bc6e7f460c0d 07:28:03 ---> 450958d326dd 07:28:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:28:03 Removing intermediate container 307efc029de2 07:28:03 ---> 1485705a3444 07:28:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:03 ---> Running in efcaaeeef583 07:28:05 Removing intermediate container efcaaeeef583 07:28:05 ---> 50713b6956d0 07:28:05 Step 14/26 : ENV APP_PORT=48090 07:28:05 ---> dfafc854814d 07:28:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:28:06 ---> Running in 79051e46f0bf 07:28:07 Removing intermediate container 79051e46f0bf 07:28:07 ---> 17e82cd30b4b 07:28:07 Step 15/26 : EXPOSE $APP_PORT 07:28:07 ---> Running in 3431a496bbe6 07:28:07 ---> 41bb135761e5 07:28:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:28:08 Removing intermediate container 3431a496bbe6 07:28:08 ---> ba9ef204f5c8 07:28:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:28:09 ---> f6ddcc967ea3 07:28:09 Step 19/23 : ENTRYPOINT ["/core-data"] 07:28:10 ---> f3c87d3334fa 07:28:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:28:10 ---> Running in 1d59f40a0037 07:28:12 Removing intermediate container 1d59f40a0037 07:28:12 ---> 6b93e9f90103 07:28:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:12 ---> 53fc0890fdf7 07:28:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:28:12 ---> Running in b10726ba3114 07:28:12 Removing intermediate container b10726ba3114 07:28:12 ---> 0e9d7a4da899 07:28:12 Step 21/23 : LABEL arch=x86_64 07:28:12 ---> Running in dd2cfcf92cc5 07:28:13 ---> 30490e5488a7 07:28:13 Step 19/26 : RUN apk --no-cache add py3-pip 07:28:13 ---> Running in 291d72b85986 07:28:13 Removing intermediate container dd2cfcf92cc5 07:28:13 ---> b2378cb5f45e 07:28:13 Step 22/23 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:28:13 ---> Running in 1bfa8b39e67e 07:28:14 Removing intermediate container 1bfa8b39e67e 07:28:14 ---> b24f3cf14cee 07:28:14 Step 23/23 : LABEL version=0.0.0 07:28:14 ---> Running in 4d51018ff28f 07:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:14 Removing intermediate container 4d51018ff28f 07:28:14 ---> 1ef0dd7bd22a 07:28:14 07:28:14 (1/33) Installing libbz2 (1.0.8-r1) 07:28:14 (2/33) Installing expat (2.2.9-r1) 07:28:14 (3/33) Installing libffi (3.3-r2) 07:28:14 (4/33) Installing gdbm (1.13-r1) 07:28:14 (5/33) Installing xz-libs (5.2.5-r0) 07:28:14 (6/33) Installing sqlite-libs (3.32.1-r0) 07:28:15 (7/33) Installing python3 (3.8.5-r0) 07:28:15 Successfully built 1ef0dd7bd22a 07:28:15 Successfully tagged docker-core-data-go:latest 07:28:15  Building docker-core-data-go ... done Building docker-core-metadata-go 07:28:23 (8/33) Installing py3-appdirs (1.4.4-r1) 07:28:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:28:23 (10/33) Installing py3-parsing (2.4.7-r0) 07:28:23 (11/33) Installing py3-six (1.15.0-r0) 07:28:23 (12/33) Installing py3-packaging (20.4-r0) 07:28:23 (13/33) Installing py3-setuptools (47.0.0-r0) 07:28:23 (14/33) Installing py3-chardet (3.0.4-r4) 07:28:23 (15/33) Installing py3-idna (2.9-r0) 07:28:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:28:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:28:23 (18/33) Installing py3-requests (2.23.0-r0) 07:28:23 (19/33) Installing py3-msgpack (1.0.0-r0) 07:28:23 (20/33) Installing py3-lockfile (0.12.2-r3) 07:28:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:28:25 (22/33) Installing py3-colorama (0.4.3-r0) 07:28:25 (23/33) Installing py3-distlib (0.3.0-r0) 07:28:25 (24/33) Installing py3-distro (1.5.0-r1) 07:28:25 (25/33) Installing py3-webencodings (0.5.1-r3) 07:28:26 (26/33) Installing py3-html5lib (1.0.1-r4) 07:28:26 (27/33) Installing py3-pytoml (0.1.21-r0) 07:28:26 (28/33) Installing py3-pep517 (0.8.2-r0) 07:28:26 (29/33) Installing py3-progress (1.5-r0) 07:28:26 (30/33) Installing py3-toml (0.10.1-r0) 07:28:26 (31/33) Installing py3-retrying (1.3.3-r0) 07:28:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:28:26 (33/33) Installing py3-pip (20.1.1-r0) 07:28:28 Executing busybox-1.31.1-r19.trigger 07:28:28 OK: 71 MiB in 55 packages 07:28:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:28:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:28:43 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:28:43 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:28:43 ---> 647c9b49f7ac 07:28:43 Step 3/33 : WORKDIR /edgex-go 07:28:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:28:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:43 ---> 647c9b49f7ac 07:28:43 Step 3/22 : WORKDIR /edgex-go 07:28:43 ---> 647c9b49f7ac 07:28:43 Step 3/24 : WORKDIR /edgex-go 07:28:43 ---> Using cache 07:28:43 ---> Using cache 07:28:43 ---> d28f24d40780 07:28:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:43 ---> Using cache 07:28:43 ---> d28f24d40780 07:28:43 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:43 ---> d28f24d40780 07:28:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:43 ---> Using cache 07:28:43 ---> 6fca4944f238 07:28:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:28:43 ---> Using cache 07:28:43 ---> 6fca4944f238 07:28:43 Step 5/33 : RUN apk add --update --no-cache make git 07:28:43 ---> Using cache 07:28:43 ---> 6fca4944f238 07:28:43 Step 5/24 : RUN apk add --update --no-cache make git 07:28:43 ---> Using cache 07:28:43 ---> c662a0102a7a 07:28:43 Step 6/24 : COPY go.mod . 07:28:43 ---> Using cache 07:28:43 ---> c662a0102a7a 07:28:43 Step 6/33 : COPY go.mod . 07:28:43 ---> Using cache 07:28:43 ---> f4a7368e48b9 07:28:43 Step 7/33 : RUN go mod download 07:28:43 ---> Using cache 07:28:43 ---> f4a7368e48b9 07:28:43 Step 7/24 : RUN go mod download 07:28:43 ---> Using cache 07:28:43 ---> 2e46a1378e0a 07:28:43 Step 8/33 : COPY . . 07:28:43 ---> Using cache 07:28:43 ---> 2e46a1378e0a 07:28:43 Step 8/24 : COPY . . 07:28:43 ---> Using cache 07:28:43 ---> 7b4747f3f212 07:28:43 ---> Using cache 07:28:43 ---> 7b4747f3f212 07:28:43 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:28:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:28:43 ---> Running in b5fc4dda36d9 07:28:43 ---> Running in 031265ef3f4f 07:28:43 ---> Running in a79b4a3273e7 07:28:47 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 07:28:47 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 07:28:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:50 OK: 233 MiB in 51 packages 07:28:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:28:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:28:53 ---> 647c9b49f7ac 07:28:53 Step 3/23 : WORKDIR /edgex-go 07:28:53 ---> Using cache 07:28:53 ---> d28f24d40780 07:28:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:53 ---> Using cache 07:28:53 ---> 6fca4944f238 07:28:53 Step 5/23 : RUN apk add --update --no-cache make git 07:28:53 ---> Using cache 07:28:53 ---> c662a0102a7a 07:28:53 Step 6/23 : COPY go.mod . 07:28:53 ---> Using cache 07:28:53 ---> f4a7368e48b9 07:28:53 Step 7/23 : RUN go mod download 07:28:53 ---> Using cache 07:28:53 ---> 2e46a1378e0a 07:28:53 Step 8/23 : COPY . . 07:28:53 ---> Using cache 07:28:53 ---> 7b4747f3f212 07:28:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:28:54 Removing intermediate container b5fc4dda36d9 07:28:54 ---> a49126a12246 07:28:54 Step 6/22 : COPY go.mod . 07:28:54 ---> Running in 61475e28c437 07:28:55 ---> 2f6d34acc6ae 07:28:55 Step 7/22 : RUN go mod download 07:28:55 ---> Running in 9a0038a26b21 07:28:56 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 07:29:03 Removing intermediate container 9a0038a26b21 07:29:03 ---> dbe0fa543248 07:29:03 Step 8/22 : COPY . . 07:29:16 Removing intermediate container 291d72b85986 07:29:16 ---> deab5945e531 07:29:16 Step 20/26 : RUN pip install docker-compose==1.23.2 07:29:16 ---> Running in 86fbd20f99f8 07:29:23 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 07:29:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:29:32 Collecting docker-compose==1.23.2 07:29:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:29:32 Collecting jsonschema<3,>=2.5.1 07:29:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:29:32 Collecting docopt<0.7,>=0.6.1 07:29:32 Downloading docopt-0.6.2.tar.gz (25 kB) 07:29:37 Collecting PyYAML<4,>=3.10 07:29:37 Downloading PyYAML-3.13.tar.gz (270 kB) 07:29:39 Collecting websocket-client<1.0,>=0.32.0 07:29:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:29:40 Collecting cached-property<2,>=1.2.0 07:29:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:29:42 Collecting texttable<0.10,>=0.9.0 07:29:42 Downloading texttable-0.9.1.tar.gz (11 kB) 07:29:43 Removing intermediate container a79b4a3273e7 07:29:43 ---> 82a8471e56f8 07:29:43 07:29:43 Step 10/24 : FROM alpine:3.12 07:29:43 ---> 389fef711851 07:29:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:29:44 Removing intermediate container 61475e28c437 07:29:44 ---> ef22ccbaeb37 07:29:44 07:29:44 Step 10/23 : FROM alpine:3.12 07:29:44 ---> 389fef711851 07:29:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:29:44 ---> Using cache 07:29:44 ---> cc36851ecafa 07:29:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:29:44 ---> Using cache 07:29:44 ---> 2df00dd3400e 07:29:44 Step 13/23 : ENV APP_PORT=48081 07:29:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:29:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:29:44 ---> 6a8538d60ee7 07:29:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:29:44 Removing intermediate container 031265ef3f4f 07:29:44 ---> b7cbe25c8a98 07:29:44 07:29:44 Step 10/33 : FROM alpine:3.12 07:29:44 ---> 389fef711851 07:29:44 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 07:29:44 ---> Running in ad7fe9f6fd8f 07:29:44 ---> Running in 90ff9164f14e 07:29:44 ---> Running in d46a58d076b3 07:29:44 Collecting docker<4.0,>=3.6.0 07:29:44 ---> Running in d6830d401adc 07:29:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:29:44 Collecting dockerpty<0.5,>=0.4.1 07:29:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:29:44 Removing intermediate container 90ff9164f14e 07:29:44 ---> 2e10af4356e5 07:29:44 Step 14/23 : EXPOSE $APP_PORT 07:29:45 ---> Running in 9acebea58a33 07:29: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) 07:29:46 Collecting urllib3<1.25,>=1.21.1 07:29:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:29:46 Removing intermediate container 9acebea58a33 07:29:46 ---> bce4f9a34960 07:29:46 Step 15/23 : WORKDIR / 07:29: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) 07:29: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) 07:29:46 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 07:29:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:46 ---> Running in 1d096ef2cc55 07:29:46 Collecting idna<2.8,>=2.5 07:29:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:29:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:46 Collecting docker-pycreds>=0.4.0 07:29:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:29:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:29:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:29:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:29:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:29:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:46 Removing intermediate container 1d096ef2cc55 07:29:46 ---> bb1f41b79eaf 07:29:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:46 (1/5) Installing ca-certificates (20191127-r4) 07:29:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:29:46 (3/5) Installing libcurl (7.69.1-r3) 07:29:46 (4/5) Installing curl (7.69.1-r3) 07:29:46 (5/5) Installing dumb-init (1.2.2-r1) 07:29:46 Executing busybox-1.31.1-r19.trigger 07:29:46 Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, cached-property, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose 07:29:46 Executing ca-certificates-20191127-r4.trigger 07:29:46 (1/3) Installing dumb-init (1.2.2-r1) 07:29:47 (2/3) Installing openssl (1.1.1i-r0) 07:29:47 (3/3) Installing su-exec (0.2-r1) 07:29:47 Executing busybox-1.31.1-r19.trigger 07:29:47 OK: 6 MiB in 17 packages 07:29:47 OK: 7 MiB in 19 packages 07:29:47 Running setup.py install for docopt: started 07:29:47 ---> 1af1aa1fd7a0 07:29:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:29:48 Running setup.py install for docopt: finished with status 'done' 07:29:48 Running setup.py install for PyYAML: started 07:29:49 Running setup.py install for PyYAML: finished with status 'done' 07:29:49 ---> c8014c9d393f 07:29:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:29:50 Removing intermediate container d6830d401adc 07:29:50 ---> 68fa423034a2 07:29:50 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:29:50 Removing intermediate container ad7fe9f6fd8f 07:29:50 ---> 0485d7e5bed8 07:29:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:29:51 Running setup.py install for texttable: started 07:29:51 ---> Running in 38e958145959 07:29:51 ---> Running in f5427b6c7d39 07:29:51 ---> fd32ca0a4e31 07:29:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:29:51 ---> Running in 32165b1206ec 07:29:51 Running setup.py install for texttable: finished with status 'done' 07:29:51 Attempting uninstall: urllib3 07:29:51 Found existing installation: urllib3 1.25.9 07:29:51 Uninstalling urllib3-1.25.9: 07:29:51 Removing intermediate container f5427b6c7d39 07:29:51 ---> f7732974185a 07:29:51 Step 13/24 : WORKDIR / 07:29:52 Removing intermediate container 38e958145959 07:29:52 ---> e89c824a7341 07:29:52 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 07:29:52 Successfully uninstalled urllib3-1.25.9 07:29:52 Removing intermediate container 32165b1206ec 07:29:52 ---> cdc8052437f2 07:29:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:52 ---> Running in 94b5bbc5b0e5 07:29:52 ---> Running in 4b8cad0c2b50 07:29:53 ---> Running in a9452d5d4f9e 07:29:53 Attempting uninstall: idna 07:29:53 Found existing installation: idna 2.9 07:29:53 Uninstalling idna-2.9: 07:29:53 Successfully uninstalled idna-2.9 07:29:53 Removing intermediate container 94b5bbc5b0e5 07:29:53 ---> 7c87be8fc9e3 07:29:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:29:53 Attempting uninstall: requests 07:29:53 Found existing installation: requests 2.23.0 07:29:53 Uninstalling requests-2.23.0: 07:29:53 Removing intermediate container 4b8cad0c2b50 07:29:53 ---> d4bddfd4fa21 07:29:53 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 07:29:54 Successfully uninstalled requests-2.23.0 07:29:54 Removing intermediate container a9452d5d4f9e 07:29:54 ---> 434913c4ad8e 07:29:54 Step 21/23 : LABEL arch=x86_64 07:29:54 ---> Running in f6fdb7d054cb 07:29:54 ---> 1e54fe4ef90a 07:29:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:29:54 ---> Running in 0a84460101b5 07:29:54 Running setup.py install for dockerpty: started 07:29:55 Removing intermediate container 0a84460101b5 07:29:55 ---> 4e203383754a 07:29:55 Step 22/23 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:29:55 ---> a312484523ae 07:29:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:29:55 ---> Running in 086e237dfbcb 07:29:55 Connecting to github.com (140.82.114.3:443) 07:29:55  Running setup.py install for dockerpty: finished with status 'done' 07:29:55 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.42.212:443) 07:29:56 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 07:29:56 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 07:29:56 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 07:29:56 dockerize 07:29:56 Removing intermediate container 086e237dfbcb 07:29:56 ---> 6ab21286cf6d 07:29:56 Step 23/23 : LABEL version=0.0.0 07:29:57 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.57.0 07:29:57 ---> 4f0069554d77 07:29:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:29:57 ---> Running in f5eeea34db86 07:29:58 Removing intermediate container f5eeea34db86 07:29:58 ---> 8f0671de0dd4 07:29:58 07:29:58 Successfully built 8f0671de0dd4 07:29:58 Successfully tagged docker-core-metadata-go:latest 07:29:58  Building docker-core-metadata-go ... done  ---> 063a4db2a496 07:29:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:29:58 Removing intermediate container f6fdb7d054cb 07:29:58 ---> 74deb170e421 07:29:58 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 07:29:59 ---> Running in 05787edf9364 07:30:00 Removing intermediate container 86fbd20f99f8 07:30:00 ---> e075bb9df039 07:30:00 Step 21/26 : RUN apk --no-cache add curl 07:30:00 ---> b279735502f6 07:30:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:30:00 Removing intermediate container 05787edf9364 07:30:00 ---> b55cae103139 07:30:00 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:30:00 ---> Running in e49d162eee30 07:30:00 ---> Running in 3e7461847e66 07:30:03 Removing intermediate container 3e7461847e66 07:30:03 ---> 889ef0435ec7 07:30:03 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 07:30:03 ---> 299c7ac88e8e 07:30:03 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/ 07:30:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:03 ---> Running in 753296ee7396 07:30:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:04 ---> Running in 963d6522a8ab 07:30:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:30:04 (2/3) Installing libcurl (7.69.1-r3) 07:30:04 (3/3) Installing curl (7.69.1-r3) 07:30:04 Executing busybox-1.31.1-r19.trigger 07:30:04 OK: 72 MiB in 58 packages 07:30:05 Move dockerize executable 07:30:06 Removing intermediate container e49d162eee30 07:30:06 ---> b2ba13783f2d 07:30:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:30:06 ---> Running in 8b04fc7c0c61 07:30:07 Removing intermediate container 8b04fc7c0c61 07:30:07 ---> fb036dd306a6 07:30:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:07 Removing intermediate container 963d6522a8ab 07:30:07 ---> 450c49454166 07:30:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:30:07 ---> Running in 23ae46333209 07:30:07 ---> Running in 7f9142f7166a 07:30:08 Removing intermediate container 753296ee7396 07:30:08 ---> 23b6dd44ce5b 07:30:08 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 07:30:08 ---> Running in 4bf10c3383b7 07:30:08 Removing intermediate container 23ae46333209 07:30:08 ---> cd904b0f0588 07:30:08 Step 24/26 : LABEL arch=x86_64 07:30:08 Removing intermediate container 7f9142f7166a 07:30:08 ---> 15acac82ad36 07:30:08 Step 22/24 : LABEL arch=x86_64 07:30:08 ---> Running in 7ac60900b132 07:30:09 ---> Running in 679226c30b34 07:30:09 Removing intermediate container 4bf10c3383b7 07:30:09 ---> 1dbcc538da17 07:30:09 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:30:09 Removing intermediate container 7ac60900b132 07:30:09 ---> 758995322a6b 07:30:09 Step 25/26 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:30:10 Removing intermediate container 679226c30b34 07:30:10 ---> 9a21ea318bcc 07:30:10 Step 23/24 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:30:10 ---> Running in 7aea3ce90ffd 07:30:10 ---> e11c87905744 07:30:10 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:30:10 ---> Running in cfedd3ff788f 07:30:10 ---> Running in 2c6b0aea9f0e 07:30:11 Removing intermediate container d46a58d076b3 07:30:11 ---> 019b83b0c7f6 07:30:11 07:30:11 Step 10/22 : FROM alpine:3.12 07:30:11 ---> 389fef711851 07:30:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:30:11 ---> Running in 965eaf94b76f 07:30:11 Removing intermediate container 7aea3ce90ffd 07:30:11 ---> 59198e1563a6 07:30:11 Step 26/26 : LABEL version=0.0.0 07:30:11 Removing intermediate container cfedd3ff788f 07:30:11 ---> b62c5c346fe0 07:30:11 Step 24/24 : LABEL version=0.0.0 07:30:11 ---> Running in 6fa7723515e8 07:30:11 ---> Running in 050f14634482 07:30:12 Removing intermediate container 6fa7723515e8 07:30:12 ---> dc0063cfe8d1 07:30:12 07:30:12 Removing intermediate container 050f14634482 07:30:12 ---> 3851db032526 07:30:12 07:30:12 Successfully built dc0063cfe8d1 07:30:12 Successfully tagged docker-sys-mgmt-agent-go:latest 07:30:12  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:13 Successfully built 3851db032526 07:30:13 Successfully tagged docker-security-secretstore-setup-go:latest 07:30:13  Building docker-security-secretstore-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) 07:30:13 (2/2) Installing dumb-init (1.2.2-r1) 07:30:13 Executing busybox-1.31.1-r19.trigger 07:30:13 Executing ca-certificates-20191127-r4.trigger 07:30:13 OK: 6 MiB in 16 packages 07:30:13 Removing intermediate container 2c6b0aea9f0e 07:30:13 ---> bf71000e8fb7 07:30:13 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:14 ---> eedba2a84c39 07:30:14 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:30:14 Removing intermediate container 965eaf94b76f 07:30:14 ---> ed32292b8619 07:30:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:30:15 ---> Running in ea8defcea4c7 07:30:15 Removing intermediate container ea8defcea4c7 07:30:15 ---> 83a1b7f10c74 07:30:15 Step 13/22 : ENV APP_PORT=48060 07:30:15 ---> Running in 8468ddab12f5 07:30:15 ---> dd1618f69878 07:30:15 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:30:16 Removing intermediate container 8468ddab12f5 07:30:16 ---> 4660d780cb9a 07:30:16 Step 14/22 : EXPOSE $APP_PORT 07:30:16 ---> Running in 1c71058de672 07:30:16 ---> 2152c71c3196 07:30:16 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:30:16 Removing intermediate container 1c71058de672 07:30:16 ---> 77a862e46959 07:30:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:17 ---> c6cdf59c9731 07:30:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:30:17 ---> 6c7c4ed8d007 07:30:17 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:30:18 ---> 3fdb7168e0ab 07:30:18 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 07:30:18 ---> d025363e48de 07:30:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:30:18 ---> Running in 246c9ffb787f 07:30:20 Removing intermediate container 246c9ffb787f 07:30:20 ---> 34bd64d0ce14 07:30:20 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:30:20 ---> a8af90affe51 07:30:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:30:20 ---> Running in bc1e256a14a3 07:30:20 Removing intermediate container bc1e256a14a3 07:30:20 ---> 3508c4df243c 07:30:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:20 ---> Running in 45ffa2ed58fa 07:30:20 ---> 0883a041482a 07:30:20 Step 28/33 : RUN chmod +x /entrypoint.sh 07:30:20 Removing intermediate container 45ffa2ed58fa 07:30:20 ---> daa8cd0a1ad0 07:30:20 Step 20/22 : LABEL arch=x86_64 07:30:20 ---> Running in 1d6eea4e4ce7 07:30:20 ---> Running in 2cc42b0dfbdc 07:30:21 Removing intermediate container 2cc42b0dfbdc 07:30:21 ---> 9c646f95dcd3 07:30:21 Step 21/22 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:30:21 ---> Running in be367448aa75 07:30:21 Removing intermediate container be367448aa75 07:30:21 ---> f20974e0d2d5 07:30:21 Step 22/22 : LABEL version=0.0.0 07:30:21 ---> Running in ed4dc041d9ee 07:30:22 Removing intermediate container ed4dc041d9ee 07:30:22 ---> 69ce189ff6a5 07:30:22 07:30:22 Successfully built 69ce189ff6a5 07:30:22 Successfully tagged docker-support-notifications-go:latest 07:30:22  Building docker-support-notifications-go ... done Removing intermediate container 1d6eea4e4ce7 07:30:22 ---> 251d6e205bc9 07:30:22 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:30:22 ---> Running in bf4a6cdde569 07:30:23 Removing intermediate container bf4a6cdde569 07:30:23 ---> 5001dcaccb0f 07:30:23 Step 30/33 : CMD ["gate"] 07:30:23 ---> Running in 448747eb61e7 07:30:24 Removing intermediate container 448747eb61e7 07:30:24 ---> 4e79625f884f 07:30:24 Step 31/33 : LABEL arch=x86_64 07:30:24 ---> Running in 5d7fe3cff8d5 07:30:25 Removing intermediate container 5d7fe3cff8d5 07:30:25 ---> b00643c84ce6 07:30:25 Step 32/33 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 07:30:25 ---> Running in 20b20f8e9f30 07:30:25 Removing intermediate container 20b20f8e9f30 07:30:25 ---> 9b38af6d0176 07:30:25 Step 33/33 : LABEL version=0.0.0 07:30:25 ---> Running in e5e4e35e31b4 07:30:26 Removing intermediate container e5e4e35e31b4 07:30:26 ---> 905a256c5320 07:30:26 07:30:26 Successfully built 905a256c5320 07:30:26 Successfully tagged docker-security-bootstrapper-go:latest 07:30:27  Building docker-security-bootstrapper-go ... done  [Pipeline] } 07:30:27 $ docker stop --time=1 e3c5c0b639ed4aaddba5f63b1c8bff84a18a75e131bb79c4e5c3fd107cc3b072 07:30:30 $ docker rm -f e3c5c0b639ed4aaddba5f63b1c8bff84a18a75e131bb79c4e5c3fd107cc3b072 [Pipeline] // withDockerContainer [Pipeline] sh 07:30:31 + docker images 07:30:31 + grep docker 07:30:31 docker-security-bootstrapper-go latest 905a256c5320 5 seconds ago 41.5MB 07:30:31 docker-support-notifications-go latest 69ce189ff6a5 10 seconds ago 16.9MB 07:30:31 docker-sys-mgmt-agent-go latest dc0063cfe8d1 20 seconds ago 313MB 07:30:31 docker-security-secretstore-setup-go latest 3851db032526 20 seconds ago 24.6MB 07:30:31 docker-core-metadata-go latest 8f0671de0dd4 34 seconds ago 18.8MB 07:30:31 docker-core-data-go latest 1ef0dd7bd22a 2 minutes ago 22.3MB 07:30:31 docker-core-command-go latest 145df6e665a1 2 minutes ago 16.3MB 07:30:31 docker-support-scheduler-go latest 58866604dc38 2 minutes ago 16.4MB 07:30:31 docker-security-proxy-setup-go latest 392106080954 2 minutes ago 24.4MB 07:30:31 docker 20.10.0 aefe523efa57 6 weeks 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 07:30:47 Still waiting to schedule task 07:30:47 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:31:42 Running on prd-ubuntu18.04-docker-8c-8g-22229 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 07:31:42 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 07:31:44 using credential edgex-jenkins-ssh 07:31:45 Cloning the remote Git repository 07:31:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:31:45 > git init /w/workspace/edgex-go/12 # timeout=10 07:31:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:31:45 > git --version # timeout=10 07:31:45 > git --version # 'git version 2.17.1' 07:31:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:31:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:32:08 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit e418d3712819db9779d70b7938646919f24b5620 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 07:32:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:32:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:32:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:32:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:32:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:32:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:32:08 > git config core.sparsecheckout # timeout=10 07:32:08 > git checkout -f e418d3712819db9779d70b7938646919f24b5620 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:32:09 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 07:32:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:32:12 ---> package-listing.sh 07:32:12 ++ facter osfamily 07:32:12 ++ tr '[:upper:]' '[:lower:]' 07:32:13 + OS_FAMILY=redhat 07:32:13 + workspace=/w/workspace/edgex-go/12 07:32:13 + START_PACKAGES=/tmp/packages_start.txt 07:32:13 + END_PACKAGES=/tmp/packages_end.txt 07:32:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:32:13 + PACKAGES=/tmp/packages_start.txt 07:32:13 + '[' /w/workspace/edgex-go/12 ']' 07:32:13 + PACKAGES=/tmp/packages_end.txt 07:32:13 + case "${OS_FAMILY}" in 07:32:13 + rpm -qa 07:32:13 + sort 07:32:20 + '[' -f /tmp/packages_start.txt ']' 07:32:20 + '[' -f /tmp/packages_end.txt ']' 07:32:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:20 + '[' /w/workspace/edgex-go/12 ']' 07:32:20 + mkdir -p /w/workspace/edgex-go/12/archives/ 07:32:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 07:32:20 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:32:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:21 07:32:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:22 alpine: Pulling from edgex-lftools-log-publisher 07:32:22 df20fa9351a1: Pulling fs layer 07:32:22 36b3adc4ff6f: Pulling fs layer 07:32:22 8ad3a11d3b57: Pulling fs layer 07:32:22 46f8f816bc3b: Pulling fs layer 07:32:22 93b61091891f: Pulling fs layer 07:32:22 93b9cdb0e59b: Pulling fs layer 07:32:22 5e14af77c1be: Pulling fs layer 07:32:22 01666e4c0597: Pulling fs layer 07:32:22 aa168da1d23b: Pulling fs layer 07:32:22 46f8f816bc3b: Waiting 07:32:22 93b61091891f: Waiting 07:32:22 93b9cdb0e59b: Waiting 07:32:22 5e14af77c1be: Waiting 07:32:22 01666e4c0597: Waiting 07:32:22 aa168da1d23b: Waiting 07:32:22 36b3adc4ff6f: Download complete 07:32:22 46f8f816bc3b: Verifying Checksum 07:32:22 46f8f816bc3b: Download complete 07:32:22 df20fa9351a1: Verifying Checksum 07:32:22 93b9cdb0e59b: Verifying Checksum 07:32:22 93b9cdb0e59b: Download complete 07:32:22 93b61091891f: Verifying Checksum 07:32:22 93b61091891f: Download complete 07:32:22 5e14af77c1be: Verifying Checksum 07:32:22 5e14af77c1be: Download complete 07:32:22 01666e4c0597: Download complete 07:32:23 df20fa9351a1: Pull complete 07:32:24 8ad3a11d3b57: Verifying Checksum 07:32:24 8ad3a11d3b57: Download complete 07:32:24 36b3adc4ff6f: Pull complete 07:32:26 8ad3a11d3b57: Pull complete 07:32:26 46f8f816bc3b: Pull complete 07:32:27 93b61091891f: Pull complete 07:32:27 93b9cdb0e59b: Pull complete 07:32:27 5e14af77c1be: Pull complete 07:32:28 01666e4c0597: Pull complete 07:32:31 aa168da1d23b: Verifying Checksum 07:32:31 aa168da1d23b: Download complete 07:32:44 aa168da1d23b: Pull complete 07:32:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:32:44 prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container 07:32:45 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:32:52 $ docker top 9fbedab16de7ca47f03140d449bb8b7091d9b46da452f2096ddba82132518804 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:53 + touch /tmp/pre-build-complete [Pipeline] sh 07:32:53 + mkdir -p /var/log/sa [Pipeline] sh 07:32:54 + ls /var/log/sa-host 07:32:54 + sadf -c /var/log/sa-host/sa22 07:32:54 file_magic: OK 07:32:54 HZ: Using current value: 100 07:32:54 file_header: OK 07:32:54 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 07:32:54 Statistics: 07:32:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:32:54 File successfully converted to sysstat format version 12.2.1 07:32:54 + sadf -c /var/log/sa-host/sa23 07:32:54 file_magic: OK 07:32:54 HZ: Using current value: 100 07:32:54 file_header: OK 07:32:54 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 07:32:54 Statistics: 07:32:54 Hnuu...uuuununununu... 07:32:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:32:54 provisioning config files... 07:32:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config3468952106737027594tmp [Pipeline] { [Pipeline] echo 07:32:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:32:55 ---> create-netrc.sh [Pipeline] } 07:32:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:32:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:32:56 ---> python-tools-install.sh [Pipeline] echo 07:32:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:32:57 ---> sudo-logs.sh 07:32:57 Archiving 'sudo' log.. [Pipeline] echo 07:32:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:32:57 ---> job-cost.sh 07:32:57 lf-activate-venv: SKIPPING 07:32:57 INFO: No Stack... 07:32:58 INFO: Retrieving Pricing Info for: v1-standard-2 07:32:59 INFO: Archiving Costs [Pipeline] echo 07:32:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:32:59 ---> logs-deploy.sh 07:32:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/12 07:32:59 INFO: archiving workspace using pattern(s): 07:33:03 Archives upload complete. 07:33:03 INFO: archiving logs to Nexus