Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a31d707a985f2a2c82673e0a11119d02d3fdd0bf+43abde9ba23a76d4b5d84ad674fe94457f4f4498 (5e0729331fc061aad156f8ef97b400000fc688d5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1226 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/81 [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/81 # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf Merge succeeded, producing 11a7fb3ae213d8a451820eae10c648eda954c939 Checking out Revision 11a7fb3ae213d8a451820eae10c648eda954c939 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11a7fb3ae213d8a451820eae10c648eda954c939 # timeout=10 Commit message: "Merge commit '43abde9ba23a76d4b5d84ad674fe94457f4f4498' into HEAD" > git rev-list --no-walk a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:51:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:51:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:51:26 ========================================================= 18:51:26 EdgeX Global Pipelines Version Info 18:51:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:51:28 ------------------- 18:51:28 stable info: 18:51:28 ------------------- 18:51:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:51:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:51:28 Message: update stable to v1.0.186 18:51:29 ------------------- 18:51:29 experimental info: 18:51:29 ------------------- 18:51:29 Commited By: **** collab-it+edgex@linuxfoundation.org 18:51:29 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 18:51:29 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11a7fb3ae213d8a451820eae10c648eda954c939 [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11a7fb3 [Pipeline] echo 18:51:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:51:30 provisioning config files... 18:51:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/81@tmp/config798777169470203126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:51:30 ---> docker-login.sh 18:51:30 nexus3.edgexfoundry.org:10001 18:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:31 Configure a credential helper to remove this warning. See 18:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:31 18:51:31 Login Succeeded 18:51:31 nexus3.edgexfoundry.org:10002 18:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:31 Configure a credential helper to remove this warning. See 18:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:31 18:51:31 Login Succeeded 18:51:31 nexus3.edgexfoundry.org:10003 18:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:31 Configure a credential helper to remove this warning. See 18:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:31 18:51:31 Login Succeeded 18:51:31 nexus3.edgexfoundry.org:10004 18:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:31 Configure a credential helper to remove this warning. See 18:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:31 18:51:31 Login Succeeded 18:51:31 docker.io 18:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:32 Configure a credential helper to remove this warning. See 18:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:32 18:51:32 Login Succeeded 18:51:32 ---> docker-login.sh ends [Pipeline] } 18:51:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:51:32 ++ 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 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/core-command/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo core-command,cmd/core-command/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/core-data/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo core-data,cmd/core-data/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/core-metadata/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo core-metadata,cmd/core-metadata/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/security-bootstrapper/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/security-proxy-setup/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/support-notifications/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo support-notifications,cmd/support-notifications/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/support-scheduler/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:51:32 + for file in '`ls cmd/**/Dockerfile`' 18:51:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:51:32 ++ cut -d/ -f2 18:51:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:51:32 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 18:51:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:33 18:51:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:51:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:33 latest: Pulling from edgex-devops/git-semver 18:51:33 31603596830f: Pulling fs layer 18:51:33 2a8b12db71e7: Pulling fs layer 18:51:33 6ca5941a6612: Pulling fs layer 18:51:33 ecc8261a40a4: Pulling fs layer 18:51:33 ecc8261a40a4: Waiting 18:51:33 2a8b12db71e7: Download complete 18:51:33 31603596830f: Verifying Checksum 18:51:33 31603596830f: Download complete 18:51:33 6ca5941a6612: Verifying Checksum 18:51:33 6ca5941a6612: Download complete 18:51:33 ecc8261a40a4: Verifying Checksum 18:51:33 ecc8261a40a4: Download complete 18:51:33 31603596830f: Pull complete 18:51:34 2a8b12db71e7: Pull complete 18:51:35 6ca5941a6612: Pull complete 18:51:35 ecc8261a40a4: Pull complete 18:51:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:51:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:51:35 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 18:51:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:51:37 $ docker top 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:51:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:51:38 [ssh-agent] Looking for ssh-agent implementation... 18:51:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:51:38 $ docker exec 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent 18:51:38 SSH_AUTH_SOCK=/tmp/ssh-PYgOI4taYLdP/agent.13 18:51:38 SSH_AGENT_PID=18 18:51:38 Running ssh-add (command line suppressed) 18:51:38 Identity added: /w/workspace/edgex-go/81@tmp/private_key_6047429094622118190.key (/w/workspace/edgex-go/81@tmp/private_key_6047429094622118190.key) 18:51:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:51:39 + git tag --points-at HEAD [Pipeline] } 18:51:39 $ docker exec --env ******** --env ******** 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent -k 18:51:39 unset SSH_AUTH_SOCK; 18:51:39 unset SSH_AGENT_PID; 18:51:39 echo Agent pid 18 killed; 18:51:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:51:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:51:39 [ssh-agent] Looking for ssh-agent implementation... 18:51:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:51:39 $ docker exec 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent 18:51:39 SSH_AUTH_SOCK=/tmp/ssh-kebes04N5mQd/agent.46 18:51:39 SSH_AGENT_PID=51 18:51:39 Running ssh-add (command line suppressed) 18:51:39 Identity added: /w/workspace/edgex-go/81@tmp/private_key_1553843032882669216.key (/w/workspace/edgex-go/81@tmp/private_key_1553843032882669216.key) 18:51:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:51:40 + git semver init 18:51:40 # -> Open(): unable to determine branch for HEAD 18:51:40 # $GIT_DIR = /w/workspace/edgex-go/81/.git 18:51:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/81 18:51:40 # $SEMVER_REMOTE_NAME = origin 18:51:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:51:40 # $SEMVER_USER_NAME = edgex-jenkins 18:51:40 # $SEMVER_BRANCH = PR-3234 18:51:40 # $SEMVER_TEMP = /tmp/semver-125337963 18:51:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:52:02 # '/tmp/semver-125337963' -> '/w/workspace/edgex-go/81/.semver' 18:52:02 # -> Force: false 18:52:02 # $SEMVER_DIR = /w/workspace/edgex-go/81/.semver [Pipeline] } 18:52:02 $ docker exec --env ******** --env ******** 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent -k 18:52:02 unset SSH_AUTH_SOCK; 18:52:02 unset SSH_AGENT_PID; 18:52:02 echo Agent pid 51 killed; 18:52:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:52:02 + git semver [Pipeline] } 18:52:02 $ docker stop --time=1 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b 18:52:04 $ docker rm -f 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b [Pipeline] // withDockerContainer [Pipeline] sh 18:52:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:52:05 Stashed 1 file(s) [Pipeline] echo 18:52:05 [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 18:52:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:52:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:52:06 + true 18:52:06 + sudo service docker restart 18:52:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:52:07 ========================================================= 18:52:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:52:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:52:07 + 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 . 18:52:11 Sending build context to Docker daemon 329.6MB 18:52:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:52:11 Step 2/6 : FROM ${BASE} 18:52:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:52:11 188c0c94c7c5: Pulling fs layer 18:52:11 0ef7d3d256c8: Pulling fs layer 18:52:11 de9db76c5a1d: Pulling fs layer 18:52:11 bca2f99d35d6: Pulling fs layer 18:52:11 93359f2a8cfa: Pulling fs layer 18:52:11 7c6f9722023f: Pulling fs layer 18:52:11 a35cf1a2eb13: Pulling fs layer 18:52:11 7c6f9722023f: Waiting 18:52:11 a35cf1a2eb13: Waiting 18:52:11 bca2f99d35d6: Waiting 18:52:11 93359f2a8cfa: Waiting 18:52:11 de9db76c5a1d: Verifying Checksum 18:52:11 de9db76c5a1d: Download complete 18:52:11 0ef7d3d256c8: Verifying Checksum 18:52:11 0ef7d3d256c8: Download complete 18:52:11 93359f2a8cfa: Verifying Checksum 18:52:11 93359f2a8cfa: Download complete 18:52:11 7c6f9722023f: Download complete 18:52:11 188c0c94c7c5: Verifying Checksum 18:52:11 188c0c94c7c5: Download complete 18:52:12 188c0c94c7c5: Pull complete 18:52:12 0ef7d3d256c8: Pull complete 18:52:12 de9db76c5a1d: Pull complete 18:52:13 a35cf1a2eb13: Verifying Checksum 18:52:13 a35cf1a2eb13: Download complete 18:52:14 bca2f99d35d6: Verifying Checksum 18:52:14 bca2f99d35d6: Download complete 18:52:19 bca2f99d35d6: Pull complete 18:52:19 93359f2a8cfa: Pull complete 18:52:19 7c6f9722023f: Pull complete 18:52:20 Still waiting to schedule task 18:52:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:52:25 a35cf1a2eb13: Pull complete 18:52:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:52:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:52:25 ---> a62c8e92a672 18:52:25 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 18:52:25 ---> Running in b2ce16126b4b 18:52:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:27 (1/12) Installing libmagic (5.38-r0) 18:52:28 (2/12) Installing file (5.38-r0) 18:52:28 (3/12) Installing libc-dev (0.7.2-r3) 18:52:28 (4/12) Installing g++ (9.3.0-r2) 18:52:33 (5/12) Installing fortify-headers (1.1-r0) 18:52:33 (6/12) Installing patch (2.7.6-r6) 18:52:33 (7/12) Installing build-base (0.5-r2) 18:52:33 (8/12) Installing libsodium (1.0.18-r0) 18:52:33 (9/12) Installing pkgconf (1.7.2-r0) 18:52:33 (10/12) Installing libsodium-dev (1.0.18-r0) 18:52:33 (11/12) Installing libzmq (4.3.3-r0) 18:52:33 (12/12) Installing zeromq-dev (4.3.3-r0) 18:52:33 Executing busybox-1.31.1-r19.trigger 18:52:33 OK: 233 MiB in 51 packages 18:52:37 Removing intermediate container b2ce16126b4b 18:52:37 ---> 834f5b6f1b3b 18:52:37 Step 4/6 : WORKDIR /edgex-go 18:52:37 ---> Running in a634ca61dc18 18:52:37 Removing intermediate container a634ca61dc18 18:52:37 ---> 7bbcf3a33cbf 18:52:37 Step 5/6 : COPY go.mod . 18:52:37 ---> 51b2f3684a16 18:52:37 Step 6/6 : RUN go mod download 18:52:37 ---> Running in 8ab697e9ddec 18:52:59 Removing intermediate container 8ab697e9ddec 18:52:59 ---> 089eb2231a1f 18:52:59 Successfully built 089eb2231a1f 18:52:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:52:59 + docker inspect -f . ci-base-image-x86_64 18:52:59 . [Pipeline] withDockerContainer 18:53:00 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 18:53:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:53:01 $ docker top 68569d0cc43f6b9d748b8228c3decb70e5279ffe1bf51cc121df9a2fbbf9b00e -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:01 + go version 18:53:01 go version go1.15.5 linux/amd64 [Pipeline] } 18:53:01 $ docker stop --time=1 68569d0cc43f6b9d748b8228c3decb70e5279ffe1bf51cc121df9a2fbbf9b00e 18:53:03 $ docker rm -f 68569d0cc43f6b9d748b8228c3decb70e5279ffe1bf51cc121df9a2fbbf9b00e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:53:03 + docker inspect -f . ci-base-image-x86_64 18:53:03 . [Pipeline] withDockerContainer 18:53:03 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 18:53:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:53:04 $ docker top 4e45c9f51adade7394a7a036e12803053161aa73a5e3704e60556963bf0d413f -eo pid,comm [Pipeline] { [Pipeline] echo 18:53:04 ========================================================= 18:53:04 [edgeXBuildGoParallel] Running Tests and Build... 18:53:04 ========================================================= [Pipeline] sh 18:53:05 + make test 18:53:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:53:15 ? github.com/edgexfoundry/edgex-go [no test files] 18:53:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:53:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:53:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:53:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:53:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:53:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:53:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:53:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:53:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:53:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:53:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:53:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:53:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:53:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements 18:53:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:53:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:53:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:53:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:53:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:53:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:53:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 18:53:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements 18:53:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.1% of statements 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:53:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:53:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:53:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.131s coverage: 71.3% of statements 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:53:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.170s coverage: 82.9% of statements 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:53:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements 18:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:53:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:53:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:53:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:53:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:53:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.161s coverage: 97.5% of statements 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:53:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:53:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:53:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.437s coverage: 93.0% of statements 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:53:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:53:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.9% of statements 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.112s coverage: 47.1% of statements 18:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements 18:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 18:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 18:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 18:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.092s coverage: 94.4% of statements 18:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements 18:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.239s coverage: 81.9% of statements 18:54:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.096s coverage: 92.9% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.089s coverage: 84.6% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.6% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 64.4% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 38.4% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.150s coverage: 47.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.162s coverage: 88.6% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.739s coverage: 28.7% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 95.6% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:54:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements 18:54:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:54:25 GO111MODULE=on go vet ./... 18:54:58 gofmt -l . 18:54:58 [ "`gofmt -l .`" = "" ] 18:54:58 ./bin/test-go-mod-tidy.sh 18:54:58 ./bin/test-attribution-txt.sh [Pipeline] sh 18:54:58 + ls -al . 18:54:58 total 812 18:54:58 drwxrwxr-x 10 1001 1001 4096 Apr 20 18:54 . 18:54:58 drwxr-xr-x 4 root root 30 Apr 20 18:53 .. 18:54:58 -rw-rw-r-- 1 1001 1001 11 Apr 20 18:51 .dockerignore 18:54:58 drwxrwxr-x 8 1001 1001 179 Apr 20 18:51 .git 18:54:58 drwxrwxr-x 3 1001 1001 125 Apr 20 18:51 .github 18:54:58 -rw-rw-r-- 1 1001 1001 818 Apr 20 18:51 .gitignore 18:54:58 drwx------ 3 1001 1001 60 Apr 20 18:52 .semver 18:54:58 -rw-rw-r-- 1 1001 1001 166 Apr 20 18:51 .sonarcloud.properties 18:54:58 -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:51 Attribution.txt 18:54:58 -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:51 CONTRIBUTING.md 18:54:58 -rw-rw-r-- 1 1001 1001 931 Apr 20 18:51 Dockerfile.build 18:54:58 -rw-rw-r-- 1 1001 1001 863 Apr 20 18:51 Jenkinsfile 18:54:58 -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:51 LICENSE 18:54:58 -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:51 Makefile 18:54:58 -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:51 README.md 18:54:58 -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:51 SECURITY.md 18:54:58 -rw-rw-r-- 1 1001 1001 5 Apr 20 18:52 VERSION 18:54:58 -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:51 ZMQWindows.md 18:54:58 drwxrwxr-x 2 1001 1001 117 Apr 20 18:51 bin 18:54:58 drwxrwxr-x 14 1001 1001 4096 Apr 20 18:51 cmd 18:54:58 -rw-r--r-- 1 root root 703598 Apr 20 18:54 coverage.out 18:54:58 -rw-r--r-- 1 root root 1060 Apr 20 18:54 go.mod 18:54:58 -rw-r--r-- 1 root root 22075 Apr 20 18:54 go.sum 18:54:58 drwxrwxr-x 8 1001 1001 127 Apr 20 18:51 internal 18:54:58 drwxrwxr-x 4 1001 1001 26 Apr 20 18:51 openapi 18:54:58 drwxrwxr-x 4 1001 1001 71 Apr 20 18:51 snap 18:54:58 -rw-rw-r-- 1 1001 1001 168 Apr 20 18:51 version.go [Pipeline] sh 18:54:58 + '[' -e coverage.out ] 18:54:58 + chown 1001:1001 coverage.out [Pipeline] stash 18:54:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1230 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 18:54:59 Running in /w/workspace/edgex-go/81 [Pipeline] { 18:54:59 Stashed 1 file(s) [Pipeline] sh [Pipeline] checkout 18:54:59 + make build 18:54:59 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 18:55:03 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 18:55:05 using credential edgex-jenkins-ssh 18:55:05 Cloning the remote Git repository 18:55:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:55:05 > git init /w/workspace/edgex-go/81 # timeout=10 18:55:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:55:05 > git --version # timeout=10 18:55:05 > git --version # 'git version 2.17.1' 18:55:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:55:13 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 18:55:13 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 18:55:15 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 18:55:16 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 18:55:17 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 18:55:19 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 18:55:20 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 18:55:22 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 18:55:23 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 18:55:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:55:26 $ docker stop --time=1 4e45c9f51adade7394a7a036e12803053161aa73a5e3704e60556963bf0d413f 18:55:28 $ docker rm -f 4e45c9f51adade7394a7a036e12803053161aa73a5e3704e60556963bf0d413f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:55:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:55:30 18:55:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:55:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:55:30 latest: Pulling from edgex-devops/edgex-compose 18:55:30 cbdbe7a5bc2a: Pulling fs layer 18:55:30 ca9280d653b3: Pulling fs layer 18:55:30 7e9c9ca2126c: Pulling fs layer 18:55:30 cbdbe7a5bc2a: Verifying Checksum 18:55:30 cbdbe7a5bc2a: Download complete 18:55:31 ca9280d653b3: Verifying Checksum 18:55:31 ca9280d653b3: Download complete 18:55:31 cbdbe7a5bc2a: Pull complete 18:55:31 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:55:31 Failed in branch arm64 18:55:32 ca9280d653b3: Pull complete 18:55:32 7e9c9ca2126c: Verifying Checksum 18:55:32 7e9c9ca2126c: Download complete 18:55:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:55:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:55:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:55:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:55:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:55:31 > git config core.sparsecheckout # timeout=10 18:55:31 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 18:55:40 7e9c9ca2126c: Pull complete 18:55:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:55:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:55:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:55:40 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 18:55:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:55:43 $ docker top a4846ad8939cfb4b929baea52ab7d0733731b953d7f8a29aaff65b451a7d8913 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:44 + docker-compose build --help 18:55:44 + grep parallel 18:55:45 --parallel Build images in parallel. [Pipeline] } 18:55:45 $ docker stop --time=1 a4846ad8939cfb4b929baea52ab7d0733731b953d7f8a29aaff65b451a7d8913 18:55:46 $ docker rm -f a4846ad8939cfb4b929baea52ab7d0733731b953d7f8a29aaff65b451a7d8913 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:55:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:55:47 . [Pipeline] withDockerContainer 18:55:47 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 18:55:47 $ 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/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:55:48 $ docker top d8fd88272643f4b60f684a7f522a0c820f08f482356390a6386f88bf1ff7a9f8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:48 + docker-compose -f ./docker-compose-build.yml build --parallel 18:55:49 Building docker-core-command-go ... 18:55:49 Building docker-core-data-go ... 18:55:49 Building docker-core-metadata-go ... 18:55:49 Building docker-security-bootstrapper-go ... 18:55:49 Building docker-security-proxy-setup-go ... 18:55:49 Building docker-security-secretstore-setup-go ... 18:55:49 Building docker-support-notifications-go ... 18:55:49 Building docker-support-scheduler-go ... 18:55:49 Building docker-sys-mgmt-agent-go ... 18:55:49 Building docker-sys-mgmt-agent-go 18:55:49 Building docker-security-proxy-setup-go 18:55:49 Building docker-support-scheduler-go 18:55:49 Building docker-core-command-go 18:55:49 Building docker-support-notifications-go 18:56:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:56:28 ---> 089eb2231a1f 18:56:28 Step 3/21 : WORKDIR /edgex-go 18:56:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:56:28 ---> 089eb2231a1f 18:56:28 Step 3/22 : WORKDIR /edgex-go 18:56:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:56:28 18:56:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 089eb2231a1f 18:56:28 Step 3/23 : WORKDIR /edgex-go 18:56:28 18:56:28 ---> 089eb2231a1f 18:56:28 Step 3/23 : WORKDIR /edgex-go 18:56:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:56:28 ---> 089eb2231a1f 18:56:28 Step 3/22 : WORKDIR /edgex-go 18:56:28 ---> Running in e1917a35f89f 18:56:28 ---> Running in 318824162bf7 18:56:28 ---> Running in b64f882fb74f 18:56:28 ---> Running in 7e7b99da6001 18:56:28 ---> Running in 7a3d22d5d8ac 18:56:28 Removing intermediate container 318824162bf7 18:56:28 ---> 0279675436ce 18:56:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:28 Removing intermediate container b64f882fb74f 18:56:28 ---> 06cbe2bc1fe7 18:56:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:28 Removing intermediate container 7e7b99da6001 18:56:28 ---> 5194ca21141e 18:56:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:28 Removing intermediate container e1917a35f89f 18:56:28 ---> 87affde6f9e6 18:56:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:28 Removing intermediate container 7a3d22d5d8ac 18:56:28 ---> 7c8fae8fe8c9 18:56:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:28 ---> Running in e0849c103b42 18:56:28 ---> Running in 1f71c89f8a46 18:56:28 ---> Running in 7a9e7ec01541 18:56:28 ---> Running in f43986ac04f2 18:56:28 ---> Running in d72d345379fe 18:56:28 Removing intermediate container e0849c103b42 18:56:28 ---> a44c9cb688d0 18:56:28 Step 5/23 : RUN apk add --update --no-cache make bash git 18:56:28 Removing intermediate container 7a9e7ec01541 18:56:28 ---> 8279621ab3ac 18:56:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:56:28 Removing intermediate container 1f71c89f8a46 18:56:28 ---> 6aee21a4b81a 18:56:28 Step 5/22 : RUN apk add --update --no-cache make git 18:56:28 ---> Running in 6c6a7b2503a2 18:56:28 ---> Running in cdea6f0035b0 18:56:28 ---> Running in d49f40085cec 18:56:28 Removing intermediate container d72d345379fe 18:56:28 ---> a9ef43a4ffb7 18:56:28 Step 5/21 : RUN apk add --update --no-cache make git 18:56:29 Removing intermediate container f43986ac04f2 18:56:29 ---> 87681c66e926 18:56:29 Step 5/23 : RUN apk add --update --no-cache make git 18:56:29 ---> Running in 4bedfed629ab 18:56:29 ---> Running in c18c31a14266 18:56:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:31 OK: 233 MiB in 51 packages 18:56:31 OK: 233 MiB in 51 packages 18:56:31 OK: 233 MiB in 51 packages 18:56:31 OK: 233 MiB in 51 packages 18:56:32 Removing intermediate container 6c6a7b2503a2 18:56:32 ---> a04cdc1e1e71 18:56:32 Step 6/22 : COPY go.mod . 18:56:32 Removing intermediate container c18c31a14266 18:56:32 ---> 31029c139850 18:56:32 Step 6/23 : COPY go.mod . 18:56:32 Removing intermediate container 4bedfed629ab 18:56:32 ---> 6ce77ca68f51 18:56:32 Step 6/21 : COPY go.mod . 18:56:32 ---> 0ea424b87027 18:56:32 Step 7/22 : RUN go mod download 18:56:32 ---> cb158f9a6690 18:56:32 Step 7/23 : RUN go mod download 18:56:32 ---> Running in 9c40b4c4f8ae 18:56:32 Removing intermediate container d49f40085cec 18:56:32 ---> 6567f7bd3961 18:56:32 Step 6/22 : COPY go.mod . 18:56:33 ---> 7dc7832a325e 18:56:33 Step 7/21 : RUN go mod download 18:56:33 ---> Running in 4e4b1218324e 18:56:33 ---> Running in 91f76195b6ea 18:56:33 OK: 233 MiB in 51 packages 18:56:34 ---> 021f0b2d2c18 18:56:34 Step 7/22 : RUN go mod download 18:56:34 ---> Running in 5777fde36e50 18:56:35 Removing intermediate container cdea6f0035b0 18:56:35 ---> 77cbd8e6636f 18:56:35 Step 6/23 : COPY go.mod . 18:56:35 ---> 92de91a5e222 18:56:35 Step 7/23 : RUN go mod download 18:56:35 ---> Running in d943d4188dfd 18:56:36 Removing intermediate container 9c40b4c4f8ae 18:56:36 ---> 7c30a93c6726 18:56:36 Step 8/22 : COPY . . 18:56:36 Removing intermediate container 4e4b1218324e 18:56:36 ---> 325e17369819 18:56:36 Step 8/23 : COPY . . 18:56:36 Removing intermediate container 5777fde36e50 18:56:36 ---> 626efc81c7e9 18:56:36 Step 8/22 : COPY . . 18:56:36 Removing intermediate container 91f76195b6ea 18:56:36 ---> 6c6794346686 18:56:36 Step 8/21 : COPY . . 18:56:44 Removing intermediate container d943d4188dfd 18:56:44 ---> 6af8e3c80737 18:56:44 Step 8/23 : COPY . . 18:57:23 ---> 911c03aaf9ea 18:57:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:57:23 ---> 49be88b972ab 18:57:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:57:23 ---> d67eac24109f 18:57:23 Step 9/23 : RUN make cmd/core-command/core-command 18:57:23 ---> 4fc7a86a8b29 18:57:23 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:57:23 ---> c1a91441530c 18:57:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:57:23 ---> Running in 25d58bf2d8ea 18:57:23 ---> Running in c70d6ea2a910 18:57:23 ---> Running in c9bfb1d0213d 18:57:23 ---> Running in e3a72f2966a5 18:57:23 ---> Running in cefcaddc6226 18:57:23 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 18:57:23 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 18:57:23 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 18:57:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:57:23 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 18:57:56 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 18:58:06 Removing intermediate container cefcaddc6226 18:58:06 ---> 35a2fcb09db3 18:58:06 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:58:06 Removing intermediate container c70d6ea2a910 18:58:06 ---> 691f9cc95e12 18:58:06 18:58:06 Step 10/23 : FROM alpine:3.12 18:58:06 3.12: Pulling from library/alpine 18:58:08 ---> Running in 2c432f9f778f 18:58:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:58:10 Removing intermediate container c9bfb1d0213d 18:58:10 ---> ddac136a0da9 18:58:10 18:58:10 Step 10/22 : FROM alpine:3.12 18:58:10 Status: Downloaded newer image for alpine:3.12 18:58:10 ---> 13621d1b12d4 18:58:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:58:10 Removing intermediate container 25d58bf2d8ea 18:58:10 ---> f3279ad1c8e3 18:58:10 18:58:10 Step 10/21 : FROM alpine:3.12 18:58:10 ---> 13621d1b12d4 18:58:10 Step 11/21 : RUN apk add --update --no-cache curl 18:58:10 3.12: Pulling from library/alpine 18:58:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:58:10 Status: Image is up to date for alpine:3.12 18:58:10 ---> 13621d1b12d4 18:58:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:58:10 Removing intermediate container e3a72f2966a5 18:58:10 ---> 1fa39cb32eca 18:58:10 18:58:10 Step 10/22 : FROM alpine:3.12 18:58:10 ---> 13621d1b12d4 18:58:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:58:10 ---> Running in 92b71280010e 18:58:10 ---> Running in af315605abda 18:58:10 ---> Running in 929e70c9b353 18:58:10 ---> Running in 86c019b738f8 18:58:10 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 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:11 (1/1) Installing dumb-init (1.2.2-r1) 18:58:11 Executing busybox-1.31.1-r20.trigger 18:58:11 OK: 6 MiB in 15 packages 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:11 (1/4) Installing ca-certificates (20191127-r4) 18:58:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:58:11 (3/4) Installing libcurl (7.76.1-r0) 18:58:11 (4/4) Installing curl (7.76.1-r0) 18:58:11 Executing busybox-1.31.1-r20.trigger 18:58:11 Executing ca-certificates-20191127-r4.trigger 18:58:11 (1/2) Installing ca-certificates (20191127-r4) 18:58:11 (1/1) Installing dumb-init (1.2.2-r1) 18:58:11 Executing busybox-1.31.1-r20.trigger 18:58:11 OK: 6 MiB in 15 packages 18:58:11 (2/2) Installing dumb-init (1.2.2-r1) 18:58:11 Executing busybox-1.31.1-r20.trigger 18:58:11 Executing ca-certificates-20191127-r4.trigger 18:58:11 OK: 7 MiB in 18 packages 18:58:11 OK: 6 MiB in 16 packages 18:58:12 Removing intermediate container 2c432f9f778f 18:58:12 ---> 4c2b563d1f19 18:58:12 18:58:12 Step 11/23 : FROM docker:20.10.0 18:58:12 20.10.0: Pulling from library/docker 18:58:12 Removing intermediate container 92b71280010e 18:58:12 ---> fb3a3b0fa985 18:58:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:58:14 ---> Running in 2ffcbc85b23c 18:58:14 Removing intermediate container 929e70c9b353 18:58:14 ---> 973fbef90164 18:58:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:58:15 ---> Running in 2d1efaad10aa 18:58:16 Removing intermediate container 2ffcbc85b23c 18:58:16 ---> e55a1e921e63 18:58:16 Step 13/23 : ENV APP_PORT=48082 18:58:16 Removing intermediate container 86c019b738f8 18:58:16 ---> 78c0acedb944 18:58:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:58:16 Removing intermediate container af315605abda 18:58:16 ---> 555bb531d6c1 18:58:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:58:16 Removing intermediate container 2d1efaad10aa 18:58:16 ---> d26b9d6ffd52 18:58:16 Step 13/22 : ENV APP_PORT=48085 18:58:16 ---> Running in ceb49f205e80 18:58:16 ---> Running in 4965e20682e8 18:58:16 ---> Running in fb3a41b28492 18:58:16 ---> Running in ea3955d224cb 18:58:16 Removing intermediate container 4965e20682e8 18:58:16 ---> 3407e138d6c2 18:58:16 Step 14/23 : EXPOSE $APP_PORT 18:58:16 Removing intermediate container ceb49f205e80 18:58:16 ---> be1db5c8ef50 18:58:16 Step 13/22 : ENV APP_PORT=48060 18:58:16 Removing intermediate container fb3a41b28492 18:58:16 ---> 4799e43beb43 18:58:16 Step 13/21 : WORKDIR /edgex 18:58:16 Removing intermediate container ea3955d224cb 18:58:16 ---> 6be7abd84b61 18:58:16 Step 14/22 : EXPOSE $APP_PORT 18:58:16 ---> Running in 23517eaee42e 18:58:16 ---> Running in b552341f8d7b 18:58:17 ---> Running in 257473f8edb2 18:58:17 ---> Running in 94e1cfc50799 18:58:17 Removing intermediate container 23517eaee42e 18:58:17 ---> 6df5e68e75b1 18:58:17 Step 15/23 : WORKDIR / 18:58:17 Removing intermediate container b552341f8d7b 18:58:17 ---> aa38215ba2d2 18:58:17 Step 14/22 : EXPOSE $APP_PORT 18:58:17 ---> Running in a2633320c14b 18:58:17 Removing intermediate container 94e1cfc50799 18:58:17 ---> 7cf446eef21c 18:58:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:17 Removing intermediate container 257473f8edb2 18:58:17 ---> 63a514e2877f 18:58:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:58:17 ---> Running in 4c6e66b75ab3 18:58:17 Removing intermediate container a2633320c14b 18:58:17 ---> cee933e052a3 18:58:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:17 Removing intermediate container 4c6e66b75ab3 18:58:17 ---> a6e3979dbba9 18:58:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:18 ---> b9e04f83fe02 18:58:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:58:18 ---> 666329645547 18:58:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:58:18 ---> 82cc9453024b 18:58:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:58:18 ---> cf36808043d5 18:58:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:58:19 ---> d23554505a70 18:58:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:58:19 ---> 86d4b1c28dfe 18:58:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:58:19 ---> 3f6661e22ce3 18:58:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:58:19 ---> c4150f2cac7d 18:58:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:58:19 ---> 77f52cc86f71 18:58:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:58:20 ---> a7909e61503f 18:58:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:58:20 ---> Running in 30e1696ea8bc 18:58:20 ---> 5bb39bae396b 18:58:20 Step 19/23 : ENTRYPOINT ["/core-command"] 18:58:20 ---> Running in cbe7b19407ab 18:58:20 ---> d5759e47c318 18:58:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:58:20 ---> Running in d8005ed91032 18:58:20 ---> Running in 72c0b8c060c2 18:58:20 Removing intermediate container 30e1696ea8bc 18:58:20 ---> 2eab96352ab9 18:58:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:21 ---> Running in 682719b615fa 18:58:21 Removing intermediate container cbe7b19407ab 18:58:21 ---> a7acbc1a829c 18:58:21 Step 18/21 : CMD ["--init=true"] 18:58:21 Removing intermediate container d8005ed91032 18:58:21 ---> 4ddae0521837 18:58:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:21 Removing intermediate container 72c0b8c060c2 18:58:21 ---> a5ffa544ad72 18:58:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:21 ---> Running in 7670c14d37bb 18:58:21 ---> Running in 58c3ec07ff95 18:58:21 ---> Running in 2ac2f42b4ce6 18:58:21 Removing intermediate container 682719b615fa 18:58:21 ---> 15d33f0a1100 18:58:21 Step 20/22 : LABEL arch=x86_64 18:58:21 ---> Running in 6f0398a1d8f5 18:58:21 Removing intermediate container 7670c14d37bb 18:58:21 ---> 2f05b2745912 18:58:21 Step 19/21 : LABEL arch=x86_64 18:58:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:58:21 Removing intermediate container 2ac2f42b4ce6 18:58:21 ---> 85b89b2b5c04 18:58:21 Step 20/22 : LABEL arch=x86_64 18:58:21 Status: Downloaded newer image for docker:20.10.0 18:58:21 ---> aefe523efa57 18:58:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:58:21 Removing intermediate container 58c3ec07ff95 18:58:21 ---> 9ecfa865666b 18:58:21 Step 21/23 : LABEL arch=x86_64 18:58:22 ---> Running in b8d7f5228764 18:58:22 ---> Running in 43cd2375dc66 18:58:22 ---> Running in dbeeeb65376c 18:58:22 ---> Running in 44dceb57a305 18:58:22 Removing intermediate container 6f0398a1d8f5 18:58:22 ---> c7525d344bc6 18:58:22 Step 21/22 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 18:58:22 ---> Running in 7cf37a533e77 18:58:22 Removing intermediate container 43cd2375dc66 18:58:22 ---> 9d7a0c68eeda 18:58:22 Step 20/21 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 18:58:22 Removing intermediate container dbeeeb65376c 18:58:22 ---> 0ab9b1490dd2 18:58:22 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:58:22 Removing intermediate container b8d7f5228764 18:58:22 ---> 9600482ae73a 18:58:22 Step 21/22 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 18:58:22 Removing intermediate container 44dceb57a305 18:58:22 ---> 2faec79bcf27 18:58:22 Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 18:58:22 ---> Running in 56f0bce70cb1 18:58:22 ---> Running in 406a251cbb7d 18:58:22 ---> Running in e11d277ef165 18:58:22 ---> Running in a28777216ce0 18:58:22 Removing intermediate container 7cf37a533e77 18:58:22 ---> 2b79350cdaa4 18:58:22 Step 22/22 : LABEL version=0.0.0 18:58:23 ---> Running in c02fe52156f7 18:58:23 Removing intermediate container 56f0bce70cb1 18:58:23 ---> b3fe4685880d 18:58:23 Step 21/21 : LABEL version=0.0.0 18:58:23 Removing intermediate container 406a251cbb7d 18:58:23 ---> b992c30cf978 18:58:23 Step 22/22 : LABEL version=0.0.0 18:58:23 Removing intermediate container a28777216ce0 18:58:23 ---> 85f6ec94bddb 18:58:23 Step 23/23 : LABEL version=0.0.0 18:58:23 ---> Running in 20fb7072040f 18:58:23 ---> Running in c9d5608a9634 18:58:23 ---> Running in a12e9f67ce56 18:58:23 Removing intermediate container c02fe52156f7 18:58:23 ---> 65f9b2dc94b5 18:58:23 18:58:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:23 (1/39) Installing readline (8.0.4-r0) 18:58:23 (2/39) Installing bash (5.0.17-r0) 18:58:23 Executing bash-5.0.17-r0.post-install 18:58:23 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:58:23 (4/39) Installing libcurl (7.76.1-r0) 18:58:23 Successfully built 65f9b2dc94b5 18:58:23 Removing intermediate container 20fb7072040f 18:58:23 ---> 4c15a6a24398 18:58:23 18:58:23 (5/39) Installing curl (7.76.1-r0) 18:58:23 (6/39) Installing dumb-init (1.2.2-r1) 18:58:23 (7/39) Installing libbz2 (1.0.8-r1) 18:58:23 (8/39) Installing expat (2.2.9-r1) 18:58:23 (9/39) Installing libffi (3.3-r2) 18:58:23 (10/39) Installing gdbm (1.13-r1) 18:58:23 (11/39) Installing xz-libs (5.2.5-r0) 18:58:23 (12/39) Installing sqlite-libs (3.32.1-r0) 18:58:23 (13/39) Installing python3 (3.8.8-r0) 18:58:24 Successfully tagged docker-support-scheduler-go:latest 18:58:24 Building docker-core-data-go 18:58:24  Building docker-support-scheduler-go ... done Removing intermediate container c9d5608a9634 18:58:24 ---> f443d4565138 18:58:24 18:58:24 Removing intermediate container a12e9f67ce56 18:58:24 ---> 40bf9f5bded7 18:58:24 18:58:24 Successfully built 4c15a6a24398 18:58:24 Successfully tagged docker-security-proxy-setup-go:latest 18:58:24 Building docker-security-secretstore-setup-go 18:58:24  Building docker-security-proxy-setup-go ... done Successfully built f443d4565138 18:58:24 Successfully built 40bf9f5bded7 18:58:24 Successfully tagged docker-support-notifications-go:latest 18:58:24  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 18:58:24 Successfully tagged docker-core-command-go:latest 18:58:24  Building docker-core-command-go ... done Building docker-core-metadata-go 18:58:25 (14/39) Installing py3-appdirs (1.4.4-r1) 18:58:25 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:58:25 (16/39) Installing py3-parsing (2.4.7-r0) 18:58:25 (17/39) Installing py3-six (1.15.0-r0) 18:58:25 (18/39) Installing py3-packaging (20.4-r0) 18:58:25 (19/39) Installing py3-setuptools (47.0.0-r0) 18:58:25 (20/39) Installing py3-chardet (3.0.4-r4) 18:58:25 (21/39) Installing py3-idna (2.9-r0) 18:58:25 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:58:25 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:58:25 (24/39) Installing py3-requests (2.23.0-r0) 18:58:25 (25/39) Installing py3-msgpack (1.0.0-r0) 18:58:25 (26/39) Installing py3-lockfile (0.12.2-r3) 18:58:25 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:58:25 (28/39) Installing py3-colorama (0.4.3-r0) 18:58:25 (29/39) Installing py3-distlib (0.3.0-r0) 18:58:25 (30/39) Installing py3-distro (1.5.0-r1) 18:58:25 (31/39) Installing py3-webencodings (0.5.1-r3) 18:58:25 (32/39) Installing py3-html5lib (1.0.1-r4) 18:58:25 (33/39) Installing py3-pytoml (0.1.21-r0) 18:58:25 (34/39) Installing py3-pep517 (0.8.2-r0) 18:58:25 (35/39) Installing py3-progress (1.5-r0) 18:58:25 (36/39) Installing py3-toml (0.10.1-r0) 18:58:26 (37/39) Installing py3-retrying (1.3.3-r0) 18:58:27 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:58:27 (39/39) Installing py3-pip (20.1.1-r0) 18:58:34 Executing busybox-1.31.1-r19.trigger 18:58:34 OK: 72 MiB in 59 packages 18:58:40 Collecting docker-compose==1.23.2 18:58:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:58:40 Collecting dockerpty<0.5,>=0.4.1 18:58:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:58:41 Collecting websocket-client<1.0,>=0.32.0 18:58:41 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:58:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:58:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:58:42 Collecting PyYAML<4,>=3.10 18:58:42 Downloading PyYAML-3.13.tar.gz (270 kB) 18:58:43 Collecting docopt<0.7,>=0.6.1 18:58:43 Downloading docopt-0.6.2.tar.gz (25 kB) 18:58:46 Collecting cached-property<2,>=1.2.0 18:58:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:58:47 Collecting jsonschema<3,>=2.5.1 18:58:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:58:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:58:47 Collecting texttable<0.10,>=0.9.0 18:58:47 Downloading texttable-0.9.1.tar.gz (11 kB) 18:58:48 Collecting docker<4.0,>=3.6.0 18:58:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:58:50 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) 18:58:50 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) 18:58:51 Collecting urllib3<1.25,>=1.21.1 18:58:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:58:52 Collecting idna<2.8,>=2.5 18:58:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:58:52 Collecting docker-pycreds>=0.4.0 18:58:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:58:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:58:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:58:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:58:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:58:53 Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, PyYAML, docopt, cached-property, jsonschema, texttable, docker-pycreds, docker, docker-compose 18:58:53 Running setup.py install for dockerpty: started 18:58:58 Running setup.py install for dockerpty: finished with status 'done' 18:58:58 Attempting uninstall: urllib3 18:58:58 Found existing installation: urllib3 1.25.9 18:58:58 Uninstalling urllib3-1.25.9: 18:58:58 Successfully uninstalled urllib3-1.25.9 18:58:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:58:59 ---> 089eb2231a1f 18:58:59 Step 3/23 : WORKDIR /edgex-go 18:58:59 ---> Using cache 18:58:59 ---> 7c8fae8fe8c9 18:58:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:59 ---> Using cache 18:58:59 ---> 87681c66e926 18:58:59 Step 5/23 : RUN apk add --update --no-cache make git 18:58:59 ---> Using cache 18:58:59 ---> 31029c139850 18:58:59 Step 6/23 : COPY go.mod . 18:58:59 ---> Using cache 18:58:59 ---> cb158f9a6690 18:58:59 Step 7/23 : RUN go mod download 18:58:59 ---> Using cache 18:58:59 ---> 325e17369819 18:58:59 Step 8/23 : COPY . . 18:58:59 ---> Using cache 18:58:59 ---> d67eac24109f 18:58:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:58:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:58:59 ---> 089eb2231a1f 18:58:59 Step 3/23 : WORKDIR /edgex-go 18:58:59 ---> Using cache 18:58:59 ---> 7c8fae8fe8c9 18:58:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:59 ---> Using cache 18:58:59 ---> 87681c66e926 18:58:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:59:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:59:00 ---> 089eb2231a1f 18:59:00 Step 3/24 : WORKDIR /edgex-go 18:59:00 ---> Using cache 18:59:00 ---> 7c8fae8fe8c9 18:59:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:00 ---> Using cache 18:59:00 ---> 87681c66e926 18:59:00 Step 5/24 : RUN apk add --update --no-cache make git 18:59:00 ---> Using cache 18:59:00 ---> 31029c139850 18:59:00 Step 6/24 : COPY go.mod . 18:59:00 ---> Using cache 18:59:00 ---> cb158f9a6690 18:59:00 Step 7/24 : RUN go mod download 18:59:00 ---> Using cache 18:59:00 ---> 325e17369819 18:59:00 Step 8/24 : COPY . . 18:59:00 ---> Using cache 18:59:00 ---> d67eac24109f 18:59:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:59:00 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:59:00 ---> 089eb2231a1f 18:59:00 Step 3/31 : WORKDIR /edgex-go 18:59:00 ---> Using cache 18:59:00 ---> 7c8fae8fe8c9 18:59:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:00 ---> Using cache 18:59:00 ---> 87681c66e926 18:59:00 Step 5/31 : RUN apk add --update --no-cache make git 18:59:00 ---> Using cache 18:59:00 ---> 31029c139850 18:59:00 Step 6/31 : COPY go.mod . 18:59:00 ---> Using cache 18:59:00 ---> cb158f9a6690 18:59:00 Step 7/31 : RUN go mod download 18:59:00 ---> Using cache 18:59:00 ---> 325e17369819 18:59:00 Step 8/31 : COPY . . 18:59:00 ---> Using cache 18:59:00 ---> d67eac24109f 18:59:00 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:59:01 Attempting uninstall: idna 18:59:01 Found existing installation: idna 2.9 18:59:01 Uninstalling idna-2.9: 18:59:01 Successfully uninstalled idna-2.9 18:59:01 ---> Running in a43bc3fee2d9 18:59:01 ---> Running in 770ab2fa8cfe 18:59:01 ---> Running in dd5624394cbc 18:59:01 ---> Running in c1c0d0ef6393 18:59:01 Attempting uninstall: requests 18:59:01 Found existing installation: requests 2.23.0 18:59:01 Uninstalling requests-2.23.0: 18:59:01 Successfully uninstalled requests-2.23.0 18:59:01 Running setup.py install for PyYAML: started 18:59:03 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 18:59:03 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 18:59:03 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 18:59:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:03 Running setup.py install for PyYAML: finished with status 'done' 18:59:03 Running setup.py install for docopt: started 18:59:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:04 Running setup.py install for docopt: finished with status 'done' 18:59:04 OK: 233 MiB in 51 packages 18:59:04 Running setup.py install for texttable: started 18:59:05 Running setup.py install for texttable: finished with status 'done' 18:59:07 Removing intermediate container 770ab2fa8cfe 18:59:07 ---> 06ba007c66e0 18:59:07 Step 6/23 : COPY go.mod . 18:59:07 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:59:08 ---> 0515cb1d8ec4 18:59:08 Step 7/23 : RUN go mod download 18:59:08 ---> Running in e383c7be6a74 18:59:14 Removing intermediate container e383c7be6a74 18:59:14 ---> 60bb35874094 18:59:14 Step 8/23 : COPY . . 18:59:38 Removing intermediate container e11d277ef165 18:59:38 ---> 4d150172046c 18:59:38 Step 14/23 : ENV APP_PORT=48090 18:59:38 ---> Running in 5dc2cecb135a 18:59:38 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 18:59:41 Removing intermediate container 5dc2cecb135a 18:59:41 ---> bfd48f73c27d 18:59:41 Step 15/23 : EXPOSE $APP_PORT 18:59:42 ---> Running in 6317711c409c 18:59:43 Removing intermediate container 6317711c409c 18:59:43 ---> 835db5d1896e 18:59:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:59:48 Removing intermediate container dd5624394cbc 18:59:48 ---> 6d025abe64fe 18:59:48 18:59:48 Step 10/31 : FROM alpine:3.12 18:59:48 ---> 13621d1b12d4 18:59:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:59:48 ---> 22a97491e492 18:59:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:59:48 ---> Running in d99dbb54adc2 18:59:48 ---> 8f689e694360 18:59:48 Step 9/23 : RUN make cmd/core-data/core-data 18:59:48 ---> Running in 0b4046db1893 18:59:49 ---> 7edfa456ed2e 18:59:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:59:49 Removing intermediate container d99dbb54adc2 18:59:49 ---> a03e21777de0 18:59:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:59:51 ---> Running in ee73a4b0897e 18:59:51 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 18:59:51 ---> 406094bc1243 18:59:51 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:59:51 Removing intermediate container c1c0d0ef6393 18:59:51 ---> 727c2ca43644 18:59:51 18:59:51 Step 10/24 : FROM alpine:3.12 18:59:51 ---> 13621d1b12d4 18:59:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:59:51 Removing intermediate container a43bc3fee2d9 18:59:51 ---> c86afa5251e4 18:59:51 18:59:51 Step 10/23 : FROM alpine:3.12 18:59:51 ---> 13621d1b12d4 18:59:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:59:51 ---> Using cache 18:59:51 ---> 973fbef90164 18:59:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:59:51 ---> Using cache 18:59:51 ---> d26b9d6ffd52 18:59:51 Step 13/23 : ENV APP_PORT=48081 18:59:52 ---> Running in 799757ec5a54 18:59:52 ---> Running in c2d498c79ee7 18:59:52 ---> Running in 9610fc522e64 18:59:52 Removing intermediate container 799757ec5a54 18:59:52 ---> 19ea52c77e11 18:59:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:53 ---> Running in 3d92473c2895 18:59:53 Removing intermediate container 9610fc522e64 18:59:53 ---> dff41a8dcf8f 18:59:53 Step 14/23 : EXPOSE $APP_PORT 18:59:53 ---> Running in d274ed6fcf69 18:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:53 Removing intermediate container 3d92473c2895 18:59:53 ---> 5ff5359bcc12 18:59:53 Step 21/23 : LABEL arch=x86_64 18:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:53 ---> Running in bd96ba680622 18:59:53 Removing intermediate container d274ed6fcf69 18:59:53 ---> ac36aff760dc 18:59:53 Step 15/23 : WORKDIR / 18:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:53 (1/2) Installing dumb-init (1.2.2-r1) 18:59:53 (2/2) Installing su-exec (0.2-r1) 18:59:53 Executing busybox-1.31.1-r20.trigger 18:59:53 OK: 6 MiB in 16 packages 18:59:53 (1/6) Installing ca-certificates (20191127-r4) 18:59:53 ---> Running in 8e8d355adc1a 18:59:53 Removing intermediate container bd96ba680622 18:59:53 ---> cdc4bbe32fec 18:59:53 Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 18:59:53 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:59:53 (3/6) Installing libcurl (7.76.1-r0) 18:59:53 (4/6) Installing curl (7.76.1-r0) 18:59:53 (5/6) Installing dumb-init (1.2.2-r1) 18:59:53 (6/6) Installing su-exec (0.2-r1) 18:59:53 Executing busybox-1.31.1-r20.trigger 18:59:53 Executing ca-certificates-20191127-r4.trigger 18:59:53 OK: 7 MiB in 20 packages 18:59:54 ---> Running in 99e1ac3b298f 18:59:54 Removing intermediate container 8e8d355adc1a 18:59:54 ---> 7b924ddcb2ee 18:59:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:55 Removing intermediate container 99e1ac3b298f 18:59:55 ---> 24ff6df13784 18:59:55 Step 23/23 : LABEL version=0.0.0 18:59:56 ---> Running in d789713b1a93 18:59:56 Removing intermediate container ee73a4b0897e 18:59:56 ---> bd5671b59b6a 18:59:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:59:56 ---> 806a1fd03fff 18:59:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:59:56 Removing intermediate container c2d498c79ee7 18:59:56 ---> 19f4d26d1291 18:59:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:59:56 ---> Running in 51e5e239e0b2 18:59:57 ---> Running in 0e76f2dc7e4b 18:59:57 Removing intermediate container d789713b1a93 18:59:57 ---> 58fc8ceb04ce 18:59:57 18:59:57 Successfully built 58fc8ceb04ce 18:59:57 Successfully tagged docker-sys-mgmt-agent-go:latest 18:59:57 Removing intermediate container 51e5e239e0b2 18:59:57  Building docker-sys-mgmt-agent-go ... done  ---> 65ae6eca4aed 18:59:57 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:59:57 ---> Running in 99aed38ef978 18:59:57 ---> ef48be71291f 18:59:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:59:57 Removing intermediate container 0e76f2dc7e4b 18:59:57 ---> d5e09f958781 18:59:57 Step 13/24 : WORKDIR / 18:59:58 ---> Running in 1db10fddab12 18:59:58 Removing intermediate container 99aed38ef978 18:59:58 ---> 44a648759a6b 18:59:58 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:59:58 ---> Running in 16f87ae76603 18:59:58 Removing intermediate container 1db10fddab12 18:59:58 ---> 8a8c129e4b69 18:59:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:59:58 ---> f9d85799694a 18:59:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:59:58 ---> Running in ef20867df1dd 19:00:00 Removing intermediate container ef20867df1dd 19:00:00 ---> 303418d08f79 19:00:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:00 ---> c35b22fecb42 19:00:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:00:00 ---> Running in 2af813619b06 19:00:00 Removing intermediate container 2af813619b06 19:00:00 ---> f01791bd4d9b 19:00:00 Step 21/23 : LABEL arch=x86_64 19:00:00 ---> 5302ac20d269 19:00:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:00:01 ---> Running in 5bef5a4cd7c2 19:00:01 Removing intermediate container 16f87ae76603 19:00:01 ---> 6d6929a6c715 19:00:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:00:01 ---> Running in a90ee4a8e18c 19:00:01 Removing intermediate container 5bef5a4cd7c2 19:00:01 ---> 8e1db90f2756 19:00:01 Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 19:00:01 ---> 5e60a5c1b7ff 19:00:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:00:01 Removing intermediate container a90ee4a8e18c 19:00:01 ---> 5b4c88ca1988 19:00:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:00:01 ---> Running in 58513d258352 19:00:02 Removing intermediate container 58513d258352 19:00:02 ---> 2b35aae84ed0 19:00:02 Step 23/23 : LABEL version=0.0.0 19:00:02 ---> Running in 2e847082001d 19:00:02 ---> f66924459a22 19:00:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:00:02 ---> Running in 226cb301f600 19:00:02 ---> 7991b4cfe3c1 19:00:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:00:02 Removing intermediate container 2e847082001d 19:00:02 ---> 47ba29e25404 19:00:02 19:00:03 Successfully built 47ba29e25404 19:00:03 Successfully tagged docker-core-metadata-go:latest 19:00:03  Building docker-core-metadata-go ... done  ---> 7bb4adc44c47 19:00:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:00:05 ---> 0c1d8d7a9a66 19:00:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:00:05 ---> Running in f18ee09943ed 19:00:06 Removing intermediate container 226cb301f600 19:00:06 ---> aa507b8dd3ed 19:00:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:06 ---> 1dac0c32442c 19:00:06 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:00:07 Removing intermediate container f18ee09943ed 19:00:07 ---> a2cc87de33d6 19:00:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:00:07 ---> Running in 6a69adbc01fd 19:00:07 ---> eacec7fd2240 19:00:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:00:08 Removing intermediate container 6a69adbc01fd 19:00:08 ---> b037df5137e1 19:00:08 Step 22/24 : LABEL arch=x86_64 19:00:08 ---> Running in 4633291a25dd 19:00:08 ---> 8be71cbeddc1 19:00:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:00:08 Removing intermediate container 4633291a25dd 19:00:08 ---> add4499f425c 19:00:08 Step 23/24 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 19:00:08 ---> Running in 37cba6a2ed4f 19:00:08 ---> 2ac3e42fe638 19:00:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:00:08 Removing intermediate container 37cba6a2ed4f 19:00:08 ---> 09c157679dbc 19:00:08 Step 24/24 : LABEL version=0.0.0 19:00:08 ---> Running in 1131b0136463 19:00:09 ---> 5e3b01dae2c1 19:00:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:00:09 Removing intermediate container 1131b0136463 19:00:09 ---> dfd7226e4cf2 19:00:09 19:00:09 ---> Running in 162a0ee4e284 19:00:09 Successfully built dfd7226e4cf2 19:00:09 Successfully tagged docker-security-secretstore-setup-go:latest 19:00:09  Building docker-security-secretstore-setup-go ... done Removing intermediate container 162a0ee4e284 19:00:09 ---> 4ee052bd36c8 19:00:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:00:10 ---> c2252e06ec82 19:00:10 Step 26/31 : RUN chmod +x /entrypoint.sh 19:00:10 ---> Running in 2fa6772c2136 19:00:12 Removing intermediate container 2fa6772c2136 19:00:12 ---> 9527afc7d13d 19:00:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:00:13 ---> Running in 67e46c6b653e 19:00:14 Removing intermediate container 0b4046db1893 19:00:14 ---> 0be908c44a94 19:00:14 19:00:14 Step 10/23 : FROM alpine:3.12 19:00:14 ---> 13621d1b12d4 19:00:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:00:14 Removing intermediate container 67e46c6b653e 19:00:14 ---> 7704c19b5cbc 19:00:14 Step 28/31 : CMD ["gate"] 19:00:14 ---> Running in c96110650fff 19:00:14 ---> Running in 71a05aa99268 19:00:14 Removing intermediate container c96110650fff 19:00:14 ---> b0181bd9edcf 19:00:14 Step 12/23 : ENV APP_PORT=48080 19:00:14 ---> Running in a9936b6b37c7 19:00:14 Removing intermediate container 71a05aa99268 19:00:14 ---> a56f613349c6 19:00:14 Step 29/31 : LABEL arch=x86_64 19:00:14 ---> Running in bc1074c5d204 19:00:14 Removing intermediate container a9936b6b37c7 19:00:14 ---> 4c639f1b67e0 19:00:14 Step 13/23 : EXPOSE $APP_PORT 19:00:15 ---> Running in f1591f1eb7fb 19:00:15 Removing intermediate container bc1074c5d204 19:00:15 ---> d38dd15c18ad 19:00:15 Step 30/31 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 19:00:15 ---> Running in 51ceaf443c35 19:00:15 Removing intermediate container f1591f1eb7fb 19:00:15 ---> f31908608ec4 19:00:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:15 ---> Running in 8feba8ed02dd 19:00:15 Removing intermediate container 51ceaf443c35 19:00:15 ---> c3209bb14c13 19:00:15 Step 31/31 : LABEL version=0.0.0 19:00:16 ---> Running in 337756e8f3e1 19:00:16 Removing intermediate container 337756e8f3e1 19:00:16 ---> 75dfafa59e25 19:00:16 19:00:16 Successfully built 75dfafa59e25 19:00:16 Successfully tagged docker-security-bootstrapper-go:latest 19:00:16  Building docker-security-bootstrapper-go ... done Removing intermediate container 8feba8ed02dd 19:00:16 ---> 70a9ce48a446 19:00:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:00:16 ---> Running in 4cae137cd57c 19:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:18 (1/6) Installing dumb-init (1.2.2-r1) 19:00:18 (2/6) Installing libgcc (9.3.0-r2) 19:00:18 (3/6) Installing libsodium (1.0.18-r0) 19:00:18 (4/6) Installing libstdc++ (9.3.0-r2) 19:00:19 (5/6) Installing libzmq (4.3.3-r0) 19:00:19 (6/6) Installing zeromq (4.3.3-r0) 19:00:19 Executing busybox-1.31.1-r20.trigger 19:00:19 OK: 8 MiB in 20 packages 19:00:20 Removing intermediate container 4cae137cd57c 19:00:20 ---> 58695d6d7d7d 19:00:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:20 ---> 52613985d294 19:00:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:00:20 ---> 75f651f69750 19:00:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:00:21 ---> 814c074b8032 19:00:21 Step 19/23 : ENTRYPOINT ["/core-data"] 19:00:21 ---> Running in 6797fc673866 19:00:21 Removing intermediate container 6797fc673866 19:00:21 ---> dc432c9015b5 19:00:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:21 ---> Running in 62ff3f535074 19:00:21 Removing intermediate container 62ff3f535074 19:00:21 ---> bf4c40a564ac 19:00:21 Step 21/23 : LABEL arch=x86_64 19:00:21 ---> Running in ee4097301fea 19:00:21 Removing intermediate container ee4097301fea 19:00:21 ---> 9a56d357625d 19:00:21 Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 19:00:21 ---> Running in 01f170f86690 19:00:21 Removing intermediate container 01f170f86690 19:00:21 ---> f43692df9fe4 19:00:21 Step 23/23 : LABEL version=0.0.0 19:00:22 ---> Running in 9d5c0c7790cc 19:00:22 Removing intermediate container 9d5c0c7790cc 19:00:22 ---> f696419d112b 19:00:22 19:00:22 Successfully built f696419d112b 19:00:22 Successfully tagged docker-core-data-go:latest 19:00:22  Building docker-core-data-go ... done  [Pipeline] } 19:00:22 $ docker stop --time=1 d8fd88272643f4b60f684a7f522a0c820f08f482356390a6386f88bf1ff7a9f8 19:00:24 $ docker rm -f d8fd88272643f4b60f684a7f522a0c820f08f482356390a6386f88bf1ff7a9f8 [Pipeline] // withDockerContainer [Pipeline] sh 19:00:25 + docker images 19:00:25 + grep docker 19:00:25 docker-core-data-go latest f696419d112b 3 seconds ago 22.9MB 19:00:25 docker-security-bootstrapper-go latest 75dfafa59e25 10 seconds ago 19.3MB 19:00:25 docker-security-secretstore-setup-go latest dfd7226e4cf2 16 seconds ago 26.3MB 19:00:25 docker-core-metadata-go latest 47ba29e25404 23 seconds ago 19.2MB 19:00:25 docker-sys-mgmt-agent-go latest 58fc8ceb04ce 29 seconds ago 312MB 19:00:25 docker-core-command-go latest 40bf9f5bded7 2 minutes ago 17.5MB 19:00:25 docker-security-proxy-setup-go latest 4c15a6a24398 2 minutes ago 26MB 19:00:25 docker-support-notifications-go latest f443d4565138 2 minutes ago 18.2MB 19:00:25 docker-support-scheduler-go latest 65f9b2dc94b5 2 minutes ago 17.7MB 19:00:25 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:00:41 Still waiting to schedule task 19:00:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:01:34 Running on prd-ubuntu18.04-docker-8c-8g-1237 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:01:34 Running in /w/workspace/edgex-go/81 [Pipeline] { [Pipeline] checkout 19:01:37 using credential edgex-jenkins-ssh 19:01:37 Cloning the remote Git repository 19:01:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:01:37 > git init /w/workspace/edgex-go/81 # timeout=10 19:01:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:01:37 > git --version # timeout=10 19:01:37 > git --version # 'git version 2.17.1' 19:01:37 using GIT_SSH to set credentials SSH Credentials for GitHub 19:01:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:01:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:01:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:01:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:01:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:01:47 using GIT_SSH to set credentials SSH Credentials for GitHub 19:01:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:01:48 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:01:48 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:01:49 ---> sysstat.sh 19:01:48 > git config core.sparsecheckout # timeout=10 19:01:48 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [Pipeline] libraryResource [Pipeline] sh 19:01:50 ---> package-listing.sh 19:01:50 ++ facter osfamily 19:01:50 ++ tr '[:upper:]' '[:lower:]' 19:01:50 + OS_FAMILY=redhat 19:01:50 + workspace=/w/workspace/edgex-go/81 19:01:50 + START_PACKAGES=/tmp/packages_start.txt 19:01:50 + END_PACKAGES=/tmp/packages_end.txt 19:01:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:01:50 + PACKAGES=/tmp/packages_start.txt 19:01:50 + '[' /w/workspace/edgex-go/81 ']' 19:01:50 + PACKAGES=/tmp/packages_end.txt 19:01:50 + case "${OS_FAMILY}" in 19:01:50 + rpm -qa 19:01:50 + sort 19:01:55 + '[' -f /tmp/packages_start.txt ']' 19:01:55 + '[' -f /tmp/packages_end.txt ']' 19:01:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:01:55 + '[' /w/workspace/edgex-go/81 ']' 19:01:55 + mkdir -p /w/workspace/edgex-go/81/archives/ 19:01:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/81/archives/ [Pipeline] echo 19:01:55 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/81/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:01:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:01:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:01:56 19:01:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:01:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:01:56 alpine: Pulling from edgex-lftools-log-publisher 19:01:56 df20fa9351a1: Pulling fs layer 19:01:56 36b3adc4ff6f: Pulling fs layer 19:01:56 8ad3a11d3b57: Pulling fs layer 19:01:56 46f8f816bc3b: Pulling fs layer 19:01:56 93b61091891f: Pulling fs layer 19:01:56 93b9cdb0e59b: Pulling fs layer 19:01:56 5e14af77c1be: Pulling fs layer 19:01:56 01666e4c0597: Pulling fs layer 19:01:56 aa168da1d23b: Pulling fs layer 19:01:56 46f8f816bc3b: Waiting 19:01:56 93b61091891f: Waiting 19:01:56 93b9cdb0e59b: Waiting 19:01:56 5e14af77c1be: Waiting 19:01:56 01666e4c0597: Waiting 19:01:56 aa168da1d23b: Waiting 19:01:56 36b3adc4ff6f: Verifying Checksum 19:01:56 36b3adc4ff6f: Download complete 19:01:56 46f8f816bc3b: Verifying Checksum 19:01:56 46f8f816bc3b: Download complete 19:01:56 df20fa9351a1: Verifying Checksum 19:01:56 df20fa9351a1: Download complete 19:01:56 93b9cdb0e59b: Verifying Checksum 19:01:56 93b9cdb0e59b: Download complete 19:01:56 93b61091891f: Verifying Checksum 19:01:56 93b61091891f: Download complete 19:01:56 5e14af77c1be: Verifying Checksum 19:01:56 5e14af77c1be: Download complete 19:01:57 01666e4c0597: Verifying Checksum 19:01:57 01666e4c0597: Download complete 19:01:57 8ad3a11d3b57: Verifying Checksum 19:01:57 8ad3a11d3b57: Download complete 19:01:57 df20fa9351a1: Pull complete 19:01:57 36b3adc4ff6f: Pull complete 19:01:59 8ad3a11d3b57: Pull complete 19:01:59 aa168da1d23b: Verifying Checksum 19:01:59 aa168da1d23b: Download complete 19:01:59 46f8f816bc3b: Pull complete 19:02:00 93b61091891f: Pull complete 19:02:00 93b9cdb0e59b: Pull complete 19:02:00 5e14af77c1be: Pull complete 19:02:01 01666e4c0597: Pull complete 19:02:11 aa168da1d23b: Pull complete 19:02:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:02:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:02:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:02:11 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 19:02:11 $ 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/81/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/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:02:16 $ docker top b7e91b8b5f8cf94bc0a6c0e1f242f0d2086e0ea198e7bb4891c48bdfb3825cfc -eo pid,comm [Pipeline] { [Pipeline] sh 19:02:17 + touch /tmp/pre-build-complete [Pipeline] sh 19:02:17 + mkdir -p /var/log/sa [Pipeline] sh 19:02:17 + ls /var/log/sa-host 19:02:17 + sadf -c /var/log/sa-host/sa20 19:02:17 file_magic: OK 19:02:17 HZ: Using current value: 100 19:02:17 file_header: OK 19:02:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:02:17 Statistics: 19:02:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:02:17 File successfully converted to sysstat format version 12.2.1 19:02:17 + sadf -c /var/log/sa-host/sa23 19:02:17 file_magic: OK 19:02:17 HZ: Using current value: 100 19:02:17 file_header: OK 19:02:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:02:17 Statistics: 19:02:17 Hnuu...uuuununununu... 19:02:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:02:18 provisioning config files... 19:02:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/81@tmp/config4562471350079816061tmp [Pipeline] { [Pipeline] echo 19:02:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:02:18 ---> create-netrc.sh [Pipeline] } 19:02:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:02:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:02:19 ---> python-tools-install.sh [Pipeline] echo 19:02:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:02:19 ---> sudo-logs.sh 19:02:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:02:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:02:19 ---> job-cost.sh 19:02:19 lf-activate-venv: SKIPPING 19:02:19 INFO: No Stack... 19:02:21 INFO: Retrieving Pricing Info for: v1-standard-2 19:02:22 INFO: Archiving Costs [Pipeline] echo 19:02:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:02:22 ---> logs-deploy.sh 19:02:22 lf-activate-venv: SKIPPING 19:02:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/81 19:02:22 INFO: archiving workspace using pattern(s): 19:02:23 Archives upload complete. 19:02:24 INFO: archiving logs to Nexus