Pull request #3285 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9b06d15e045ca4d8d0d106306a839d20aa72a9cd+bf41993ae39f966b0d993bd56432d2f66e6af597 (a4a906eb204a879fd4fe9f58f9461994ba0e780f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30943 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd Merge succeeded, producing 2807aebda7c3a490a0d76e7f0a64bb01c3290329 Checking out Revision 2807aebda7c3a490a0d76e7f0a64bb01c3290329 (PR-3285) > 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/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2807aebda7c3a490a0d76e7f0a64bb01c3290329 # timeout=10 Commit message: "Merge commit 'bf41993ae39f966b0d993bd56432d2f66e6af597' into HEAD" > git rev-list --no-walk 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:12:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:12:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:12:58 ========================================================= 22:12:58 EdgeX Global Pipelines Version Info 22:12:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:12:59 ------------------- 22:12:59 stable info: 22:12:59 ------------------- 22:12:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:12:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:12:59 Message: update stable to v1.0.186 22:13:00 ------------------- 22:13:00 experimental info: 22:13:00 ------------------- 22:13:00 Commited By: **** collab-it+edgex@linuxfoundation.org 22:13:00 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:13:00 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:13:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:13:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3285 [Pipeline] echo 22:13:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3285 [Pipeline] echo 22:13:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3285 [Pipeline] echo 22:13:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2807aebda7c3a490a0d76e7f0a64bb01c3290329 [Pipeline] echo 22:13:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2807aeb [Pipeline] echo 22:13:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:13:03 provisioning config files... 22:13:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5762042760927492187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:13:04 ---> docker-login.sh 22:13:04 nexus3.edgexfoundry.org:10001 22:13:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:04 Configure a credential helper to remove this warning. See 22:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:04 22:13:04 Login Succeeded 22:13:04 nexus3.edgexfoundry.org:10002 22:13:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:04 Configure a credential helper to remove this warning. See 22:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:04 22:13:04 Login Succeeded 22:13:04 nexus3.edgexfoundry.org:10003 22:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:05 Configure a credential helper to remove this warning. See 22:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:05 22:13:05 Login Succeeded 22:13:05 nexus3.edgexfoundry.org:10004 22:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:05 Configure a credential helper to remove this warning. See 22:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:05 22:13:05 Login Succeeded 22:13:05 docker.io 22:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:05 Configure a credential helper to remove this warning. See 22:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:05 22:13:05 Login Succeeded 22:13:05 ---> docker-login.sh ends [Pipeline] } 22:13:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:13:06 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/core-command/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo core-command,cmd/core-command/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/core-data/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo core-data,cmd/core-data/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/core-metadata/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo core-metadata,cmd/core-metadata/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/security-bootstrapper/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/security-proxy-setup/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/support-notifications/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo support-notifications,cmd/support-notifications/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/support-scheduler/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:13:06 + for file in '`ls cmd/**/Dockerfile`' 22:13:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:13:06 ++ cut -d/ -f2 22:13:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:13:06 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:13:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:13:07 22:13:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:13:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:13:07 latest: Pulling from edgex-devops/git-semver 22:13:07 31603596830f: Pulling fs layer 22:13:07 2a8b12db71e7: Pulling fs layer 22:13:07 6ca5941a6612: Pulling fs layer 22:13:07 ecc8261a40a4: Pulling fs layer 22:13:07 ecc8261a40a4: Waiting 22:13:07 2a8b12db71e7: Verifying Checksum 22:13:07 2a8b12db71e7: Download complete 22:13:07 31603596830f: Verifying Checksum 22:13:07 31603596830f: Download complete 22:13:07 ecc8261a40a4: Verifying Checksum 22:13:07 ecc8261a40a4: Download complete 22:13:07 6ca5941a6612: Verifying Checksum 22:13:07 6ca5941a6612: Download complete 22:13:08 31603596830f: Pull complete 22:13:08 2a8b12db71e7: Pull complete 22:13:09 6ca5941a6612: Pull complete 22:13:09 ecc8261a40a4: Pull complete 22:13:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:13:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:13:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:13:09 prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container 22:13:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:13:12 $ docker top 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:13:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:13:12 [ssh-agent] Looking for ssh-agent implementation... 22:13:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:13:12 $ docker exec 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent 22:13:12 SSH_AUTH_SOCK=/tmp/ssh-bFW6MeWA8cwH/agent.12 22:13:12 SSH_AGENT_PID=18 22:13:12 Running ssh-add (command line suppressed) 22:13:13 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4833102866518153444.key (/w/workspace/edgex-go/2@tmp/private_key_4833102866518153444.key) 22:13:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:13:13 + git tag --points-at HEAD [Pipeline] } 22:13:13 $ docker exec --env ******** --env ******** 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent -k 22:13:13 unset SSH_AUTH_SOCK; 22:13:13 unset SSH_AGENT_PID; 22:13:13 echo Agent pid 18 killed; 22:13:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:13:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:13:13 [ssh-agent] Looking for ssh-agent implementation... 22:13:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:13:14 $ docker exec 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent 22:13:14 SSH_AUTH_SOCK=/tmp/ssh-dTaTByFbT4Qr/agent.49 22:13:14 SSH_AGENT_PID=54 22:13:14 Running ssh-add (command line suppressed) 22:13:14 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2460715622003765292.key (/w/workspace/edgex-go/2@tmp/private_key_2460715622003765292.key) 22:13:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:13:14 + git semver init 22:13:14 # -> Open(): unable to determine branch for HEAD 22:13:14 # $GIT_DIR = /w/workspace/edgex-go/2/.git 22:13:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 22:13:14 # $SEMVER_REMOTE_NAME = origin 22:13:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:13:14 # $SEMVER_USER_NAME = edgex-jenkins 22:13:14 # $SEMVER_BRANCH = PR-3285 22:13:14 # $SEMVER_TEMP = /tmp/semver-392995596 22:13:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:13:33 # '/tmp/semver-392995596' -> '/w/workspace/edgex-go/2/.semver' 22:13:33 # -> Force: false 22:13:33 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 22:13:33 $ docker exec --env ******** --env ******** 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent -k 22:13:33 unset SSH_AUTH_SOCK; 22:13:33 unset SSH_AGENT_PID; 22:13:33 echo Agent pid 54 killed; 22:13:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:13:33 + git semver [Pipeline] } 22:13:33 $ docker stop --time=1 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 22:13:35 $ docker rm -f 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 [Pipeline] // withDockerContainer [Pipeline] sh 22:13:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:13:36 Stashed 1 file(s) [Pipeline] echo 22:13:36 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:13:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:13:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:13:38 + sudo service docker restart 22:13:38 + true 22:13:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:13:38 ========================================================= 22:13:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:13:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:13:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:13:43 Sending build context to Docker daemon 328.7MB 22:13:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:13:43 Step 2/6 : FROM ${BASE} 22:13:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:13:43 188c0c94c7c5: Pulling fs layer 22:13:43 0ef7d3d256c8: Pulling fs layer 22:13:43 de9db76c5a1d: Pulling fs layer 22:13:43 bca2f99d35d6: Pulling fs layer 22:13:43 93359f2a8cfa: Pulling fs layer 22:13:43 7c6f9722023f: Pulling fs layer 22:13:43 a35cf1a2eb13: Pulling fs layer 22:13:43 93359f2a8cfa: Waiting 22:13:43 7c6f9722023f: Waiting 22:13:43 a35cf1a2eb13: Waiting 22:13:43 bca2f99d35d6: Waiting 22:13:43 de9db76c5a1d: Verifying Checksum 22:13:43 de9db76c5a1d: Download complete 22:13:43 0ef7d3d256c8: Verifying Checksum 22:13:43 0ef7d3d256c8: Download complete 22:13:43 93359f2a8cfa: Verifying Checksum 22:13:43 93359f2a8cfa: Download complete 22:13:43 7c6f9722023f: Verifying Checksum 22:13:43 7c6f9722023f: Download complete 22:13:43 188c0c94c7c5: Verifying Checksum 22:13:43 188c0c94c7c5: Download complete 22:13:44 188c0c94c7c5: Pull complete 22:13:44 0ef7d3d256c8: Pull complete 22:13:44 de9db76c5a1d: Pull complete 22:13:45 a35cf1a2eb13: Verifying Checksum 22:13:45 a35cf1a2eb13: Download complete 22:13:46 bca2f99d35d6: Verifying Checksum 22:13:46 bca2f99d35d6: Download complete 22:13:52 Still waiting to schedule task 22:13:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:13:52 bca2f99d35d6: Pull complete 22:13:52 93359f2a8cfa: Pull complete 22:13:52 7c6f9722023f: Pull complete 22:13:57 a35cf1a2eb13: Pull complete 22:13:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:13:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:13:57 ---> a62c8e92a672 22:13:57 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:13:57 ---> Running in 331df5169235 22:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:59 (1/12) Installing libmagic (5.38-r0) 22:13:59 (2/12) Installing file (5.38-r0) 22:13:59 (3/12) Installing libc-dev (0.7.2-r3) 22:13:59 (4/12) Installing g++ (9.3.0-r2) 22:14:03 (5/12) Installing fortify-headers (1.1-r0) 22:14:03 (6/12) Installing patch (2.7.6-r6) 22:14:03 (7/12) Installing build-base (0.5-r2) 22:14:03 (8/12) Installing libsodium (1.0.18-r0) 22:14:03 (9/12) Installing pkgconf (1.7.2-r0) 22:14:04 (10/12) Installing libsodium-dev (1.0.18-r0) 22:14:04 (11/12) Installing libzmq (4.3.3-r0) 22:14:04 (12/12) Installing zeromq-dev (4.3.3-r0) 22:14:04 Executing busybox-1.31.1-r19.trigger 22:14:04 OK: 233 MiB in 51 packages 22:14:08 Removing intermediate container 331df5169235 22:14:08 ---> e829f1f18f98 22:14:08 Step 4/6 : WORKDIR /edgex-go 22:14:08 ---> Running in d64f47beb4ea 22:14:08 Removing intermediate container d64f47beb4ea 22:14:08 ---> d50d0ae3974c 22:14:08 Step 5/6 : COPY go.mod . 22:14:08 ---> 953d663e66d5 22:14:08 Step 6/6 : RUN go mod download 22:14:08 ---> Running in cf0fb6a00b56 22:14:30 Removing intermediate container cf0fb6a00b56 22:14:30 ---> ed4cbd491031 22:14:31 Successfully built ed4cbd491031 22:14:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:14:31 + docker inspect -f . ci-base-image-x86_64 22:14:31 . [Pipeline] withDockerContainer 22:14:32 prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container 22:14:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:14:33 $ docker top 3a897b344fae7e1996c5c5e45b78d118f4d4f0c763ea429a2607f19cde81f376 -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:33 + go version 22:14:33 go version go1.15.5 linux/amd64 [Pipeline] } 22:14:33 $ docker stop --time=1 3a897b344fae7e1996c5c5e45b78d118f4d4f0c763ea429a2607f19cde81f376 22:14:35 $ docker rm -f 3a897b344fae7e1996c5c5e45b78d118f4d4f0c763ea429a2607f19cde81f376 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:14:35 + docker inspect -f . ci-base-image-x86_64 22:14:35 . [Pipeline] withDockerContainer 22:14:35 prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container 22:14:36 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:14:36 $ docker top 70ff2fc9d2d6bd794d175bfd3e0bee7c00ee4e8706ecb3b6d80f0fe06264e83e -eo pid,comm [Pipeline] { [Pipeline] echo 22:14:37 ========================================================= 22:14:37 [edgeXBuildGoParallel] Running Tests and Build... 22:14:37 ========================================================= [Pipeline] sh 22:14:37 + make test 22:14:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:14:47 ? github.com/edgexfoundry/edgex-go [no test files] 22:15:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:15:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:15:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:15:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:15:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:15:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:15:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:15:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:15:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:15:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:15:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:15:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:15:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:15:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 45.9% of statements 22:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:15:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:15:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 22:15:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements 22:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.125s coverage: 71.3% of statements 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.224s coverage: 82.9% of statements 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements 22:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.522s coverage: 28.6% of statements 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.366s coverage: 92.8% of statements 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:15:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements 22:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements 22:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 22:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 22:15:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 22:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 22:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements 22:15:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.192s coverage: 81.7% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.6% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.069s coverage: 91.3% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 69.0% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:15:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.164s coverage: 87.1% of statements 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:15:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:15:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.047s coverage: 29.1% of statements 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:15:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:15:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:15:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 96.5% of statements 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:15:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:15:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:15:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:15:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 22:15:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:15:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:15:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 22:15:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 22:15:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 22:15:58 GO111MODULE=on go vet ./... 22:16:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30947 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws 22:16:27 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 22:16:30 gofmt -l . 22:16:30 [ "`gofmt -l .`" = "" ] 22:16:30 ./bin/test-go-mod-tidy.sh 22:16:30 ./bin/test-attribution-txt.sh [Pipeline] sh 22:16:31 + ls -al . 22:16:31 total 772 22:16:31 drwxrwxr-x 10 1001 1001 4096 Mar 22 22:16 . 22:16:31 drwxr-xr-x 4 root root 28 Mar 22 22:14 .. 22:16:31 -rw-rw-r-- 1 1001 1001 11 Mar 22 22:12 .dockerignore 22:16:31 drwxrwxr-x 8 1001 1001 179 Mar 22 22:12 .git 22:16:31 drwxrwxr-x 3 1001 1001 125 Mar 22 22:12 .github 22:16:31 -rw-rw-r-- 1 1001 1001 818 Mar 22 22:12 .gitignore 22:16:31 drwx------ 3 1001 1001 60 Mar 22 22:13 .semver 22:16:31 -rw-rw-r-- 1 1001 1001 166 Mar 22 22:12 .sonarcloud.properties 22:16:31 -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:12 Attribution.txt 22:16:31 -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:12 CONTRIBUTING.md 22:16:31 -rw-rw-r-- 1 1001 1001 931 Mar 22 22:12 Dockerfile.build 22:16:31 -rw-rw-r-- 1 1001 1001 863 Mar 22 22:12 Jenkinsfile 22:16:31 -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:12 LICENSE 22:16:31 -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:12 Makefile 22:16:31 -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:12 README.md 22:16:31 -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:12 SECURITY.md 22:16:31 -rw-rw-r-- 1 1001 1001 5 Mar 22 22:13 VERSION 22:16:31 -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:12 ZMQWindows.md 22:16:31 drwxrwxr-x 2 1001 1001 117 Mar 22 22:12 bin 22:16:31 drwxrwxr-x 14 1001 1001 4096 Mar 22 22:12 cmd 22:16:31 -rw-r--r-- 1 root root 659965 Mar 22 22:15 coverage.out 22:16:31 -rw-r--r-- 1 root root 1055 Mar 22 22:16 go.mod 22:16:31 -rw-r--r-- 1 root root 22209 Mar 22 22:16 go.sum 22:16:31 drwxrwxr-x 8 1001 1001 127 Mar 22 22:12 internal 22:16:31 drwxrwxr-x 4 1001 1001 26 Mar 22 22:12 openapi 22:16:31 drwxrwxr-x 4 1001 1001 71 Mar 22 22:12 snap 22:16:31 -rw-rw-r-- 1 1001 1001 168 Mar 22 22:12 version.go [Pipeline] sh 22:16:31 + '[' -e coverage.out ] 22:16:31 + chown 1001:1001 coverage.out [Pipeline] stash 22:16:32 Stashed 1 file(s) [Pipeline] sh 22:16:32 + make build 22:16:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:16:32 using credential edgex-jenkins-ssh 22:16:32 Cloning the remote Git repository 22:16:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:16:32 > git init /w/workspace/edgex-go/2 # timeout=10 22:16:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:16:33 > git --version # timeout=10 22:16:33 > git --version # 'git version 2.17.1' 22:16:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:16:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:16:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:16:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:16:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:16:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:16:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:16:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:16:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:16:52 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 22:16:52 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 [Pipeline] } 22:16:52 Failed in branch arm64 22:16:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:16:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:16:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:16:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:16:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:16:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:16:52 > git config core.sparsecheckout # timeout=10 22:16:52 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 22:16:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:16:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:16:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:16:58 $ docker stop --time=1 70ff2fc9d2d6bd794d175bfd3e0bee7c00ee4e8706ecb3b6d80f0fe06264e83e 22:17:00 $ docker rm -f 70ff2fc9d2d6bd794d175bfd3e0bee7c00ee4e8706ecb3b6d80f0fe06264e83e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:02 22:17:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:17:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:02 latest: Pulling from edgex-devops/edgex-compose 22:17:02 cbdbe7a5bc2a: Pulling fs layer 22:17:02 ca9280d653b3: Pulling fs layer 22:17:02 7e9c9ca2126c: Pulling fs layer 22:17:02 cbdbe7a5bc2a: Download complete 22:17:03 cbdbe7a5bc2a: Pull complete 22:17:03 ca9280d653b3: Verifying Checksum 22:17:05 ca9280d653b3: Pull complete 22:17:05 7e9c9ca2126c: Verifying Checksum 22:17:05 7e9c9ca2126c: Download complete 22:17:13 7e9c9ca2126c: Pull complete 22:17:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:17:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:17:13 prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container 22:17:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:17:15 $ docker top 909e1c110b410763ee91bed4adb49c4545195352933a52e4858bd58aa98a7e68 -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:15 + docker-compose build --help 22:17:15 + grep parallel 22:17:16 --parallel Build images in parallel. [Pipeline] } 22:17:16 $ docker stop --time=1 909e1c110b410763ee91bed4adb49c4545195352933a52e4858bd58aa98a7e68 22:17:18 $ docker rm -f 909e1c110b410763ee91bed4adb49c4545195352933a52e4858bd58aa98a7e68 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:17:18 . [Pipeline] withDockerContainer 22:17:19 prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container 22:17:19 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:17:19 $ docker top 858b14350ef1b9db2f90dbe1f4d1690d8fc56f98f42d9279b01252f0c606729d -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:20 + docker-compose -f ./docker-compose-build.yml build --parallel 22:17:21 Building docker-core-command-go ... 22:17:21 Building docker-core-data-go ... 22:17:21 Building docker-core-metadata-go ... 22:17:21 Building docker-security-bootstrapper-go ... 22:17:21 Building docker-security-proxy-setup-go ... 22:17:21 Building docker-security-secretstore-setup-go ... 22:17:21 Building docker-support-notifications-go ... 22:17:21 Building docker-support-scheduler-go ... 22:17:21 Building docker-sys-mgmt-agent-go ... 22:17:21 Building docker-support-notifications-go 22:17:21 Building docker-core-command-go 22:17:21 Building docker-security-proxy-setup-go 22:17:21 Building docker-core-metadata-go 22:17:21 Building docker-security-bootstrapper-go 22:18:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:18:00 ---> ed4cbd491031 22:18:00 Step 3/21 : WORKDIR /edgex-go 22:18:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:18:00 ---> ed4cbd491031 22:18:00 Step 3/23 : WORKDIR /edgex-go 22:18:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:18:00 ---> ed4cbd491031 22:18:00 Step 3/22 : WORKDIR /edgex-go 22:18:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:18:00 ---> ed4cbd491031 22:18:00 Step 3/23 : WORKDIR /edgex-go 22:18:00 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:18:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:18:00 ---> ed4cbd491031 22:18:00 Step 3/31 : WORKDIR /edgex-go 22:18:00 ---> Running in a2f09d161b69 22:18:00 ---> Running in 3f484f1569e7 22:18:00 ---> Running in 3afe276384f7 22:18:00 ---> Running in a5598e237825 22:18:00 ---> Running in 49c2d82a59fc 22:18:00 Removing intermediate container 3f484f1569e7 22:18:00 ---> da860c21fa66 22:18:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:00 Removing intermediate container a2f09d161b69 22:18:00 ---> 0d3af85f8049 22:18:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:00 Removing intermediate container 3afe276384f7 22:18:00 ---> 32017e2bd1fe 22:18:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:00 Removing intermediate container 49c2d82a59fc 22:18:00 ---> 8a2bc2b23971 22:18:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:00 Removing intermediate container a5598e237825 22:18:00 ---> b27c5f2fbedc 22:18:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:00 ---> Running in fb231f89e71a 22:18:00 ---> Running in 5728bf985a39 22:18:00 ---> Running in e80d3d76dc96 22:18:00 ---> Running in 8789d4f34f42 22:18:00 ---> Running in fe890e63f54f 22:18:03 Removing intermediate container 5728bf985a39 22:18:03 ---> eafe3017c250 22:18:03 Step 5/21 : RUN apk add --update --no-cache make git 22:18:03 Removing intermediate container fe890e63f54f 22:18:03 ---> f23a90b389c2 22:18:03 Step 5/23 : RUN apk add --update --no-cache make git 22:18:03 Removing intermediate container e80d3d76dc96 22:18:03 ---> a4da321c6470 22:18:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:18:03 ---> Running in 01990eeb3be0 22:18:03 ---> Running in f815b022882c 22:18:03 Removing intermediate container 8789d4f34f42 22:18:03 ---> 83b0cb991ced 22:18:03 Step 5/31 : RUN apk add --update --no-cache make git 22:18:03 ---> Running in 92bdac726c83 22:18:03 Removing intermediate container fb231f89e71a 22:18:03 ---> 5b22a14b50d1 22:18:03 Step 5/23 : RUN apk add --update --no-cache make git 22:18:03 ---> Running in 1844b2ffd987 22:18:03 ---> Running in d82067302536 22:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:06 OK: 233 MiB in 51 packages 22:18:06 OK: 233 MiB in 51 packages 22:18:06 OK: 233 MiB in 51 packages 22:18:06 OK: 233 MiB in 51 packages 22:18:06 OK: 233 MiB in 51 packages 22:18:07 Removing intermediate container 01990eeb3be0 22:18:07 ---> 2e34c92fea2e 22:18:07 Step 6/21 : COPY go.mod . 22:18:07 Removing intermediate container f815b022882c 22:18:07 ---> 9e0daac94188 22:18:07 Step 6/23 : COPY go.mod . 22:18:07 Removing intermediate container 92bdac726c83 22:18:07 ---> 059b25d75f1e 22:18:07 Step 6/22 : COPY go.mod . 22:18:07 ---> c41e32edd944 22:18:07 Step 7/21 : RUN go mod download 22:18:07 ---> 78c46cf872a9 22:18:07 Step 7/23 : RUN go mod download 22:18:07 Removing intermediate container 1844b2ffd987 22:18:07 ---> 148ebe4821da 22:18:07 Step 6/31 : COPY go.mod . 22:18:07 Removing intermediate container d82067302536 22:18:07 ---> 898801a1c632 22:18:07 Step 6/23 : COPY go.mod . 22:18:07 ---> Running in f81ae0a3c20e 22:18:07 ---> Running in c480fe9f37f0 22:18:07 ---> b1c746523ca2 22:18:07 Step 7/22 : RUN go mod download 22:18:08 ---> Running in e34f17d5e439 22:18:08 ---> d021a544e91c 22:18:08 Step 7/31 : RUN go mod download 22:18:08 ---> 2aac86dbf65e 22:18:08 Step 7/23 : RUN go mod download 22:18:08 ---> Running in 0186d7e66d28 22:18:08 ---> Running in 184c94b41143 22:18:11 Removing intermediate container e34f17d5e439 22:18:11 ---> 9fbf64e8d86c 22:18:11 Step 8/22 : COPY . . 22:18:11 Removing intermediate container 0186d7e66d28 22:18:11 ---> 7698e9d06361 22:18:11 Step 8/31 : COPY . . 22:18:11 Removing intermediate container f81ae0a3c20e 22:18:11 ---> 21f5b561e862 22:18:11 Step 8/21 : COPY . . 22:18:11 Removing intermediate container 184c94b41143 22:18:11 ---> be88f78b4291 22:18:11 Step 8/23 : COPY . . 22:18:11 Removing intermediate container c480fe9f37f0 22:18:11 ---> c4d604831608 22:18:11 Step 8/23 : COPY . . 22:18:50 ---> e94599994cc6 22:18:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:18:50 ---> 13f2b9279194 22:18:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:18:50 ---> Running in 310e6a21859f 22:18:50 ---> Running in c3e52b762968 22:18:50 ---> 336b50931327 22:18:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:18:50 ---> f87d28b40976 22:18:50 Step 9/23 : RUN make cmd/core-command/core-command 22:18:50 ---> Running in bfddb06dbd73 22:18:50 ---> Running in abec84a79590 22:18:50 ---> 65b91099b8db 22:18:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:18:50 ---> Running in b24282828fe0 22:18:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:18:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:18:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:18:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:18:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:19:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:19:35 Removing intermediate container 310e6a21859f 22:19:35 ---> a5a5293a53e3 22:19:35 22:19:35 Step 10/31 : FROM alpine:3.12 22:19:35 3.12: Pulling from library/alpine 22:19:35 Removing intermediate container bfddb06dbd73 22:19:35 ---> a28986d74543 22:19:35 22:19:35 Step 10/21 : FROM alpine:3.12 22:19:35 3.12: Pulling from library/alpine 22:19:36 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:19:36 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:19:36 Status: Downloaded newer image for alpine:3.12 22:19:36 ---> 88dd2752d2ea 22:19:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:19:36 Status: Downloaded newer image for alpine:3.12 22:19:36 ---> 88dd2752d2ea 22:19:36 Step 11/21 : RUN apk add --update --no-cache curl 22:19:38 ---> Running in de9ee43e1579 22:19:38 ---> Running in bf78daa5d1a5 22:19:39 Removing intermediate container c3e52b762968 22:19:39 ---> 00a57e816cfa 22:19:39 22:19:39 Step 10/22 : FROM alpine:3.12 22:19:39 ---> 88dd2752d2ea 22:19:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:19:39 Removing intermediate container abec84a79590 22:19:39 ---> 95fcde4f65ac 22:19:39 22:19:39 Step 10/23 : FROM alpine:3.12 22:19:39 ---> 88dd2752d2ea 22:19:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:19:39 ---> Running in d383d6c8300f 22:19:39 ---> Running in f70f1553a1de 22:19:39 Removing intermediate container bf78daa5d1a5 22:19:39 ---> 5ad3c4786662 22:19:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:19:39 ---> Running in b036bb357edf 22:19:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:40 (1/4) Installing ca-certificates (20191127-r4) 22:19:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:19:40 (3/4) Installing libcurl (7.69.1-r3) 22:19:40 (4/4) Installing curl (7.69.1-r3) 22:19:40 Executing busybox-1.31.1-r19.trigger 22:19:40 Executing ca-certificates-20191127-r4.trigger 22:19:40 OK: 7 MiB in 18 packages 22:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:41 (1/1) Installing dumb-init (1.2.2-r1) 22:19:41 (1/2) Installing dumb-init (1.2.2-r1) 22:19:41 (2/2) Installing su-exec (0.2-r1) 22:19:41 Executing busybox-1.31.1-r19.trigger 22:19:41 Executing busybox-1.31.1-r19.trigger 22:19:41 OK: 6 MiB in 15 packages 22:19:41 OK: 6 MiB in 16 packages 22:19:41 (1/2) Installing ca-certificates (20191127-r4) 22:19:41 (2/2) Installing dumb-init (1.2.2-r1) 22:19:41 Executing busybox-1.31.1-r19.trigger 22:19:41 Executing ca-certificates-20191127-r4.trigger 22:19:42 OK: 6 MiB in 16 packages 22:19:44 Removing intermediate container b24282828fe0 22:19:44 ---> ef6b0e277d3c 22:19:44 22:19:44 Step 10/23 : FROM alpine:3.12 22:19:44 ---> 88dd2752d2ea 22:19:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:19:44 Removing intermediate container de9ee43e1579 22:19:44 ---> bf87957c3334 22:19:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:19:44 ---> Running in 463999c0e2a9 22:19:44 ---> Running in 8bd73ea516c5 22:19:44 Removing intermediate container b036bb357edf 22:19:44 ---> e8e6e7b1b426 22:19:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:19:44 Removing intermediate container f70f1553a1de 22:19:44 ---> 397b00032be1 22:19:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:19:45 ---> Running in 40a726a7a31b 22:19:45 ---> Running in 8c4a3ff39a25 22:19:45 Removing intermediate container 8bd73ea516c5 22:19:45 ---> 839da15dd0ac 22:19:45 Step 13/21 : WORKDIR /edgex 22:19:45 Removing intermediate container d383d6c8300f 22:19:45 ---> 950d37a64517 22:19:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:19:45 ---> Running in a4e2ec935298 22:19:46 ---> Running in cf4b7768d1f4 22:19:46 Removing intermediate container 40a726a7a31b 22:19:46 ---> 3a176c09cc8c 22:19:46 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:19:46 Removing intermediate container 8c4a3ff39a25 22:19:46 ---> 823b3f1f2763 22:19:46 Step 13/23 : ENV APP_PORT=48082 22:19:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:46 ---> Running in d29a112ec0ba 22:19:46 ---> Running in c30391cba5d7 22:19:46 Removing intermediate container a4e2ec935298 22:19:46 ---> 73a0c13e1072 22:19:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:19:46 Removing intermediate container cf4b7768d1f4 22:19:46 ---> 98bdb1907ec2 22:19:46 Step 13/22 : ENV APP_PORT=48060 22:19:46 (1/1) Installing dumb-init (1.2.2-r1) 22:19:46 Executing busybox-1.31.1-r19.trigger 22:19:46 OK: 6 MiB in 15 packages 22:19:46 ---> Running in c8bbae6a3b0b 22:19:46 Removing intermediate container d29a112ec0ba 22:19:46 ---> 93aa1a1167dd 22:19:46 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:19:46 Removing intermediate container c30391cba5d7 22:19:46 ---> 2547b7ed17e2 22:19:46 Step 14/23 : EXPOSE $APP_PORT 22:19:47 ---> Running in 3008506e5d37 22:19:47 ---> 14083ae5e737 22:19:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:19:47 ---> Running in 0cc87fb9be7d 22:19:47 Removing intermediate container c8bbae6a3b0b 22:19:47 ---> a03fd7e80ba6 22:19:47 Step 14/22 : EXPOSE $APP_PORT 22:19:47 ---> Running in 840bb3c818ef 22:19:47 Removing intermediate container 463999c0e2a9 22:19:47 ---> 43730456ed8c 22:19:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:19:47 Removing intermediate container 0cc87fb9be7d 22:19:47 ---> adc1f9bb9158 22:19:47 Step 15/23 : WORKDIR / 22:19:47 ---> 223379b20d0b 22:19:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:19:47 ---> Running in 46951540ef37 22:19:47 ---> Running in 363ba293e714 22:19:48 Removing intermediate container 840bb3c818ef 22:19:48 ---> d82b43a7a8d9 22:19:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:48 Removing intermediate container 46951540ef37 22:19:48 ---> 896d2c4be622 22:19:48 Step 13/23 : ENV APP_PORT=48081 22:19:48 Removing intermediate container 363ba293e714 22:19:48 ---> c1b90be23187 22:19:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:48 ---> Running in a8989ce55194 22:19:48 ---> a222662c34ee 22:19:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:19:48 ---> 6a293864552e 22:19:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:19:48 Removing intermediate container a8989ce55194 22:19:48 ---> a900be1ba502 22:19:48 Step 14/23 : EXPOSE $APP_PORT 22:19:48 ---> Running in 50180447e4b7 22:19:48 ---> 8d16c129ea28 22:19:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:19:49 ---> Running in e793be89bf15 22:19:49 Removing intermediate container 3008506e5d37 22:19:49 ---> fa3260dbec23 22:19:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:19:49 Removing intermediate container 50180447e4b7 22:19:49 ---> 1dcb79bc03b3 22:19:49 Step 18/21 : CMD ["--init=true"] 22:19:50 ---> Running in c6d02b41fd4c 22:19:50 ---> Running in ba7d1fc2cf95 22:19:50 Removing intermediate container e793be89bf15 22:19:50 ---> d8c6c314de92 22:19:50 Step 15/23 : WORKDIR / 22:19:50 ---> 5de94f0900cb 22:19:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:19:50 ---> cd9f60e981e8 22:19:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:19:50 ---> Running in 1a0068b4b691 22:19:50 Removing intermediate container c6d02b41fd4c 22:19:50 ---> 74a6085c3e33 22:19:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:19:50 Removing intermediate container ba7d1fc2cf95 22:19:50 ---> e107c88c66b8 22:19:50 Step 19/21 : LABEL arch=x86_64 22:19:50 ---> Running in a02cf1171a43 22:19:50 Removing intermediate container 1a0068b4b691 22:19:50 ---> 5abbfe234776 22:19:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:50 ---> ba695c52b5f2 22:19:50 Step 19/23 : ENTRYPOINT ["/core-command"] 22:19:50 ---> 8bf74960f505 22:19:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:19:50 ---> 32dcb28928b7 22:19:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:19:50 ---> Running in bffec01648df 22:19:50 ---> Running in 6f4c74771940 22:19:50 Removing intermediate container a02cf1171a43 22:19:50 ---> 00aa4cc5e032 22:19:50 Step 20/21 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:19:51 ---> Running in f23c928be8c4 22:19:51 ---> 9b8da8c1a650 22:19:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:19:51 ---> Running in cbebbbca0326 22:19:51 Removing intermediate container 6f4c74771940 22:19:51 ---> f4304ba0cfc6 22:19:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:51 Removing intermediate container bffec01648df 22:19:51 ---> c1cb6421ee02 22:19:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:51 ---> Running in d48f87e980e4 22:19:51 ---> 2f6ab98dbac1 22:19:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:19:51 Removing intermediate container cbebbbca0326 22:19:51 ---> f6168a6a3d00 22:19:51 Step 21/21 : LABEL version=0.0.0 22:19:51 ---> Running in 688b7f694799 22:19:52 ---> Running in 58d230d4f2db 22:19:52 Removing intermediate container d48f87e980e4 22:19:52 ---> 9ccebb83d1a6 22:19:52 Step 21/23 : LABEL arch=x86_64 22:19:52 Removing intermediate container 688b7f694799 22:19:52 ---> d2c4143d47e6 22:19:52 Step 20/22 : LABEL arch=x86_64 22:19:52 ---> Running in b5dd5cd49e7f 22:19:52 ---> 34d7195756c3 22:19:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:19:52 Removing intermediate container 58d230d4f2db 22:19:52 ---> d95c7210485a 22:19:52 22:19:52 ---> Running in 5f954e5b7ac6 22:19:52 ---> Running in a4479117399f 22:19:52 Removing intermediate container b5dd5cd49e7f 22:19:52 ---> 24dcace41207 22:19:52 Step 22/23 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:19:52 Successfully built d95c7210485a 22:19:52 Successfully tagged docker-security-proxy-setup-go:latest 22:19:53 Building docker-security-secretstore-setup-go 22:19:53  Building docker-security-proxy-setup-go ... done Removing intermediate container 5f954e5b7ac6 22:19:53 ---> 138845393039 22:19:53 Step 21/22 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:19:53 ---> Running in c3353475ed2c 22:19:53 Removing intermediate container a4479117399f 22:19:53 ---> 9f409f1fc156 22:19:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:53 Removing intermediate container f23c928be8c4 22:19:53 ---> 05fb20745c18 22:19:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:53 ---> Running in e71b3205922f 22:19:53 ---> Running in 2a204cb742ab 22:19:53 Removing intermediate container c3353475ed2c 22:19:53 ---> 684c5712441f 22:19:53 Step 23/23 : LABEL version=0.0.0 22:19:53 ---> Running in 8dd7dc4391e9 22:19:53 Removing intermediate container e71b3205922f 22:19:53 ---> 724f07914e68 22:19:53 Step 22/22 : LABEL version=0.0.0 22:19:53 ---> 63d8e077731c 22:19:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:19:53 Removing intermediate container 2a204cb742ab 22:19:53 ---> 775f10a24928 22:19:53 Step 21/23 : LABEL arch=x86_64 22:19:54 ---> Running in 1a5f14949298 22:19:54 Removing intermediate container 8dd7dc4391e9 22:19:54 ---> 25223e4b6795 22:19:54 22:19:54 ---> Running in 9519956f2ef8 22:19:54 Removing intermediate container 1a5f14949298 22:19:54 ---> e0da4fd68da2 22:19:54 22:19:54 Successfully built 25223e4b6795 22:19:55 Successfully tagged docker-core-command-go:latest 22:19:55  Building docker-core-command-go ... done Building docker-support-scheduler-go 22:19:55 Removing intermediate container 9519956f2ef8 22:19:55 ---> bde223a0359c 22:19:55 Step 22/23 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:19:55 Successfully built e0da4fd68da2 22:19:55 Successfully tagged docker-support-notifications-go:latest 22:19:55 Building docker-sys-mgmt-agent-go 22:19:55  Building docker-support-notifications-go ... done  ---> c237f638c2e1 22:19:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:19:55 ---> Running in 09e89bc54f6b 22:19:55 Removing intermediate container 09e89bc54f6b 22:19:55 ---> 0eeb46d5cd99 22:19:55 Step 23/23 : LABEL version=0.0.0 22:19:55 ---> Running in e865d00f044d 22:19:55 ---> bb81e07875f1 22:19:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:19:55 Removing intermediate container e865d00f044d 22:19:55 ---> f768115bdef3 22:19:55 22:19:55 Successfully built f768115bdef3 22:19:56 Successfully tagged docker-core-metadata-go:latest 22:19:56  Building docker-core-metadata-go ... done Building docker-core-data-go 22:19:59 ---> ab46596239fa 22:19:59 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:19:59 ---> 497ed236c533 22:19:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:20:03 ---> Running in 4d40c2bc83b3 22:20:03 Removing intermediate container 4d40c2bc83b3 22:20:03 ---> 375f87163d67 22:20:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:20:04 ---> 2494145bc1d3 22:20:04 Step 26/31 : RUN chmod +x /entrypoint.sh 22:20:04 ---> Running in 2b425f1b94e9 22:20:07 Removing intermediate container 2b425f1b94e9 22:20:07 ---> c18924208a52 22:20:07 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:20:07 ---> Running in 3a80f6fe78a4 22:20:07 Removing intermediate container 3a80f6fe78a4 22:20:07 ---> 28dcd40c5be3 22:20:07 Step 28/31 : CMD ["gate"] 22:20:09 ---> Running in b75c1942eea1 22:20:10 Removing intermediate container b75c1942eea1 22:20:10 ---> 6c1c3b48b427 22:20:10 Step 29/31 : LABEL arch=x86_64 22:20:11 ---> Running in ae80b3ec9eb3 22:20:13 Removing intermediate container ae80b3ec9eb3 22:20:13 ---> 6a9f4722cf80 22:20:13 Step 30/31 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:20:13 ---> Running in 31cbb131e20c 22:20:13 Removing intermediate container 31cbb131e20c 22:20:13 ---> 6f782e264ecd 22:20:13 Step 31/31 : LABEL version=0.0.0 22:20:14 ---> Running in 654b62d8e5e2 22:20:15 Removing intermediate container 654b62d8e5e2 22:20:15 ---> d434cbd449dc 22:20:15 22:20:16 Successfully built d434cbd449dc 22:20:16 Successfully tagged docker-security-bootstrapper-go:latest 22:20:25  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:20:25 ---> ed4cbd491031 22:20:25 Step 3/24 : WORKDIR /edgex-go 22:20:25 ---> Using cache 22:20:25 ---> b27c5f2fbedc 22:20:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:25 ---> Using cache 22:20:25 ---> f23a90b389c2 22:20:25 Step 5/24 : RUN apk add --update --no-cache make git 22:20:25 ---> Using cache 22:20:25 ---> 9e0daac94188 22:20:25 Step 6/24 : COPY go.mod . 22:20:25 ---> Using cache 22:20:25 ---> 78c46cf872a9 22:20:25 Step 7/24 : RUN go mod download 22:20:25 ---> Using cache 22:20:25 ---> c4d604831608 22:20:25 Step 8/24 : COPY . . 22:20:25 ---> Using cache 22:20:25 ---> 65b91099b8db 22:20:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:20:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:20:25 ---> ed4cbd491031 22:20:25 Step 3/23 : WORKDIR /edgex-go 22:20:25 ---> Using cache 22:20:25 ---> b27c5f2fbedc 22:20:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:25 ---> Using cache 22:20:25 ---> f23a90b389c2 22:20:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:20:25 ---> Running in c4d6d118906d 22:20:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:20:26 ---> ed4cbd491031 22:20:26 Step 3/22 : WORKDIR /edgex-go 22:20:26 ---> Using cache 22:20:26 ---> b27c5f2fbedc 22:20:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:26 ---> Using cache 22:20:26 ---> f23a90b389c2 22:20:26 Step 5/22 : RUN apk add --update --no-cache make git 22:20:26 ---> Using cache 22:20:26 ---> 9e0daac94188 22:20:26 Step 6/22 : COPY go.mod . 22:20:26 ---> Using cache 22:20:26 ---> 78c46cf872a9 22:20:26 Step 7/22 : RUN go mod download 22:20:26 ---> Using cache 22:20:26 ---> c4d604831608 22:20:26 Step 8/22 : COPY . . 22:20:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:20:26 ---> ed4cbd491031 22:20:26 Step 3/26 : WORKDIR /edgex-go 22:20:26 ---> Using cache 22:20:26 ---> b27c5f2fbedc 22:20:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:26 ---> Using cache 22:20:26 ---> f23a90b389c2 22:20:26 Step 5/26 : RUN apk add --update --no-cache make bash git 22:20:26 ---> Using cache 22:20:26 ---> 65b91099b8db 22:20:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:20:27 ---> Running in 574394ece3ce 22:20:27 ---> Running in 1b9489b3e7c4 22:20:27 ---> Running in 56f6806efd57 22:20:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:29 OK: 233 MiB in 51 packages 22:20:29 OK: 233 MiB in 51 packages 22:20:30 Removing intermediate container 1b9489b3e7c4 22:20:30 ---> 45138bebbf66 22:20:30 Step 6/26 : COPY go.mod . 22:20:30 Removing intermediate container 574394ece3ce 22:20:30 ---> d8d80d242535 22:20:30 Step 6/23 : COPY go.mod . 22:20:31 ---> 012bb469a47a 22:20:31 Step 7/26 : RUN go mod download 22:20:31 ---> d5d68164924f 22:20:31 Step 7/23 : RUN go mod download 22:20:31 ---> Running in fe8092c75c11 22:20:31 ---> Running in dc7b770346f5 22:20:35 Removing intermediate container dc7b770346f5 22:20:35 ---> fa9e2e2edfd9 22:20:35 Step 8/23 : COPY . . 22:20:35 Removing intermediate container fe8092c75c11 22:20:35 ---> caa85eecb39e 22:20:35 Step 8/26 : COPY . . 22:20:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:21:06 Removing intermediate container c4d6d118906d 22:21:06 ---> edce9ba88a35 22:21:06 22:21:06 Step 10/24 : FROM alpine:3.12 22:21:06 ---> 88dd2752d2ea 22:21:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:21:06 Removing intermediate container 56f6806efd57 22:21:06 ---> df26f6457081 22:21:06 22:21:06 Step 10/22 : FROM alpine:3.12 22:21:06 ---> 88dd2752d2ea 22:21:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:21:06 ---> Using cache 22:21:06 ---> 43730456ed8c 22:21:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:21:06 ---> Using cache 22:21:06 ---> 896d2c4be622 22:21:06 Step 13/22 : ENV APP_PORT=48085 22:21:06 ---> Running in 2b8fbbc2ec62 22:21:06 ---> Running in dd7bcef883c8 22:21:06 ---> 6b6dd2efee07 22:21:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:21:07 ---> 6dc6e994a982 22:21:07 Step 9/23 : RUN make cmd/core-data/core-data 22:21:07 ---> Running in 73d1e53a0d3f 22:21:07 Removing intermediate container dd7bcef883c8 22:21:07 ---> 9c0d0ee56476 22:21:07 Step 14/22 : EXPOSE $APP_PORT 22:21:07 ---> Running in 9094e78edcbe 22:21:07 ---> Running in 0791b6c3d05f 22:21:07 Removing intermediate container 0791b6c3d05f 22:21:07 ---> 01abc437d246 22:21:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:21:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:21:08 ---> ca768c8c43af 22:21:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:21:08 (1/5) Installing ca-certificates (20191127-r4) 22:21:08 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:21:08 (3/5) Installing libcurl (7.69.1-r3) 22:21:08 (4/5) Installing curl (7.69.1-r3) 22:21:08 (5/5) Installing dumb-init (1.2.2-r1) 22:21:08 Executing busybox-1.31.1-r19.trigger 22:21:08 Executing ca-certificates-20191127-r4.trigger 22:21:08 OK: 7 MiB in 19 packages 22:21:09 ---> 18e29a885bef 22:21:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:21:10 Removing intermediate container 2b8fbbc2ec62 22:21:10 ---> f738458b530b 22:21:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:21:10 ---> d71724f12916 22:21:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:21:11 ---> Running in 46f1e3f7ef87 22:21:11 ---> Running in 0aa1c6de89ca 22:21:11 Removing intermediate container 46f1e3f7ef87 22:21:11 ---> 1d5db00561bc 22:21:11 Step 13/24 : WORKDIR / 22:21:11 ---> Running in ec71a61555e0 22:21:11 Removing intermediate container 0aa1c6de89ca 22:21:11 ---> a4b8ff4bead9 22:21:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:11 ---> Running in facbac6f53bb 22:21:11 Removing intermediate container ec71a61555e0 22:21:11 ---> b7c7dc96acf3 22:21:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:21:12 Removing intermediate container facbac6f53bb 22:21:12 ---> c0b7bf22486c 22:21:12 Step 20/22 : LABEL arch=x86_64 22:21:12 ---> Running in 40ef5a1c98c0 22:21:12 ---> 93f841c5271e 22:21:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:21:12 Removing intermediate container 40ef5a1c98c0 22:21:12 ---> f54feca640f3 22:21:12 Step 21/22 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:21:12 ---> Running in 39c3e456733b 22:21:13 ---> 892afc8b2624 22:21:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:21:13 Removing intermediate container 39c3e456733b 22:21:13 ---> f2d57d5daa26 22:21:13 Step 22/22 : LABEL version=0.0.0 22:21:13 ---> Running in 7c2843ec546c 22:21:13 ---> 92c725ca8b4b 22:21:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:21:13 Removing intermediate container 7c2843ec546c 22:21:13 ---> 7366c9a6fa9b 22:21:13 22:21:14 Successfully built 7366c9a6fa9b 22:21:14 Successfully tagged docker-support-scheduler-go:latest 22:21:14  Building docker-support-scheduler-go ... done  ---> f6ebf794d740 22:21:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:21:16 ---> 22fab9e11620 22:21:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:21:16 ---> 7e5e1a0c0550 22:21:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:21:16 ---> Running in f4765df8578c 22:21:19 Removing intermediate container f4765df8578c 22:21:19 ---> a7f459a4835a 22:21:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:21:19 ---> Running in 4f77a21e4e5c 22:21:19 Removing intermediate container 4f77a21e4e5c 22:21:19 ---> 99495f412672 22:21:19 Step 22/24 : LABEL arch=x86_64 22:21:19 ---> Running in 80808b630d67 22:21:19 Removing intermediate container 80808b630d67 22:21:19 ---> 2a691994a708 22:21:19 Step 23/24 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:21:19 ---> Running in 8aef013b80fd 22:21:20 Removing intermediate container 8aef013b80fd 22:21:20 ---> 17b9328d71d0 22:21:20 Step 24/24 : LABEL version=0.0.0 22:21:20 ---> Running in c23f11bbd89b 22:21:20 Removing intermediate container c23f11bbd89b 22:21:20 ---> d6cc3569c498 22:21:20 22:21:21 Successfully built d6cc3569c498 22:21:21 Successfully tagged docker-security-secretstore-setup-go:latest 22:21:33  Building docker-security-secretstore-setup-go ... done Removing intermediate container 73d1e53a0d3f 22:21:33 ---> cdf549e7d592 22:21:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:21:33 ---> Running in 940f5d807ae3 22:21:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:21:36 Removing intermediate container 9094e78edcbe 22:21:36 ---> 00151064e1cc 22:21:36 22:21:36 Step 10/23 : FROM alpine:3.12 22:21:36 ---> 88dd2752d2ea 22:21:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:21:36 ---> Running in 6b0e39b8b689 22:21:36 Removing intermediate container 6b0e39b8b689 22:21:36 ---> f2b4b1c852a6 22:21:36 Step 12/23 : ENV APP_PORT=48080 22:21:36 Removing intermediate container 940f5d807ae3 22:21:36 ---> b4608f34a32d 22:21:36 22:21:36 Step 11/26 : FROM docker:20.10.0 22:21:36 ---> Running in 5395e6926b5d 22:21:36 20.10.0: Pulling from library/docker 22:21:36 Removing intermediate container 5395e6926b5d 22:21:36 ---> 484ae7af974c 22:21:36 Step 13/23 : EXPOSE $APP_PORT 22:21:36 ---> Running in fc782ef30db6 22:21:37 Removing intermediate container fc782ef30db6 22:21:37 ---> f21f4018e7d1 22:21:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:37 ---> Running in 9c6f3c2a8e26 22:21:39 Removing intermediate container 9c6f3c2a8e26 22:21:39 ---> ce7e6420f710 22:21:39 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:21:39 ---> Running in 2eadfc124fe7 22:21:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:21:41 Status: Downloaded newer image for docker:20.10.0 22:21:41 ---> aefe523efa57 22:21:41 Step 12/26 : RUN apk add --no-cache bash 22:21:41 (1/6) Installing dumb-init (1.2.2-r1) 22:21:41 (2/6) Installing libgcc (9.3.0-r2) 22:21:41 ---> Running in b94675436ec6 22:21:41 (3/6) Installing libsodium (1.0.18-r0) 22:21:41 (4/6) Installing libstdc++ (9.3.0-r2) 22:21:41 (5/6) Installing libzmq (4.3.3-r0) 22:21:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:42 (6/6) Installing zeromq (4.3.3-r0) 22:21:42 (1/2) Installing readline (8.0.4-r0) 22:21:42 Executing busybox-1.31.1-r19.trigger 22:21:42 (2/2) Installing bash (5.0.17-r0) 22:21:42 OK: 8 MiB in 20 packages 22:21:42 Executing bash-5.0.17-r0.post-install 22:21:42 Executing busybox-1.31.1-r19.trigger 22:21:42 OK: 12 MiB in 22 packages 22:21:43 Removing intermediate container b94675436ec6 22:21:43 ---> abf99c060ea4 22:21:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:21:43 Removing intermediate container 2eadfc124fe7 22:21:43 ---> c927531750b2 22:21:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:43 ---> Running in 4a19f0a413cb 22:21:43 Removing intermediate container 4a19f0a413cb 22:21:43 ---> e18bc63c6ead 22:21:43 Step 14/26 : ENV APP_PORT=48090 22:21:43 ---> 3d11f4479f7b 22:21:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:21:43 ---> Running in f107ab4499a9 22:21:43 Removing intermediate container f107ab4499a9 22:21:43 ---> 945ada4a4722 22:21:43 Step 15/26 : EXPOSE $APP_PORT 22:21:43 ---> Running in 9f2f45535e0e 22:21:43 ---> 1f523eeb28d7 22:21:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:21:44 Removing intermediate container 9f2f45535e0e 22:21:44 ---> 5491b408c824 22:21:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:21:44 ---> 9c26f62be539 22:21:44 Step 19/23 : ENTRYPOINT ["/core-data"] 22:21:44 ---> Running in b68543ef6511 22:21:44 ---> 6d2cb74a1b81 22:21:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:21:44 Removing intermediate container b68543ef6511 22:21:44 ---> cb821a244dec 22:21:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:44 ---> Running in 5d7bbe951c0f 22:21:44 ---> be59ecbd2171 22:21:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:21:45 Removing intermediate container 5d7bbe951c0f 22:21:45 ---> 92a32bda2062 22:21:45 Step 21/23 : LABEL arch=x86_64 22:21:45 ---> Running in 34e99189ec42 22:21:45 Removing intermediate container 34e99189ec42 22:21:45 ---> 361f218e9f18 22:21:45 Step 22/23 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:21:45 ---> 9cead9f203c3 22:21:45 Step 19/26 : RUN apk --no-cache add py3-pip 22:21:45 ---> Running in 36dbb0dde849 22:21:45 ---> Running in 931afcba794b 22:21:45 Removing intermediate container 36dbb0dde849 22:21:45 ---> 61c390c392a1 22:21:45 Step 23/23 : LABEL version=0.0.0 22:21:45 ---> Running in c1410e6ced95 22:21:45 Removing intermediate container c1410e6ced95 22:21:45 ---> ccb94e8e5226 22:21:45 22:21:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:46 Successfully built ccb94e8e5226 22:21:46 (1/33) Installing libbz2 (1.0.8-r1) 22:21:46 Successfully tagged docker-core-data-go:latest 22:21:46  Building docker-core-data-go ... done (2/33) Installing expat (2.2.9-r1) 22:21:46 (3/33) Installing libffi (3.3-r2) 22:21:46 (4/33) Installing gdbm (1.13-r1) 22:21:46 (5/33) Installing xz-libs (5.2.5-r0) 22:21:46 (6/33) Installing sqlite-libs (3.32.1-r0) 22:21:46 (7/33) Installing python3 (3.8.8-r0) 22:21:47 (8/33) Installing py3-appdirs (1.4.4-r1) 22:21:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:21:47 (10/33) Installing py3-parsing (2.4.7-r0) 22:21:47 (11/33) Installing py3-six (1.15.0-r0) 22:21:47 (12/33) Installing py3-packaging (20.4-r0) 22:21:47 (13/33) Installing py3-setuptools (47.0.0-r0) 22:21:47 (14/33) Installing py3-chardet (3.0.4-r4) 22:21:47 (15/33) Installing py3-idna (2.9-r0) 22:21:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:21:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:21:47 (18/33) Installing py3-requests (2.23.0-r0) 22:21:47 (19/33) Installing py3-msgpack (1.0.0-r0) 22:21:47 (20/33) Installing py3-lockfile (0.12.2-r3) 22:21:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:21:47 (22/33) Installing py3-colorama (0.4.3-r0) 22:21:47 (23/33) Installing py3-distlib (0.3.0-r0) 22:21:47 (24/33) Installing py3-distro (1.5.0-r1) 22:21:47 (25/33) Installing py3-webencodings (0.5.1-r3) 22:21:47 (26/33) Installing py3-html5lib (1.0.1-r4) 22:21:47 (27/33) Installing py3-pytoml (0.1.21-r0) 22:21:47 (28/33) Installing py3-pep517 (0.8.2-r0) 22:21:47 (29/33) Installing py3-progress (1.5-r0) 22:21:48 (30/33) Installing py3-toml (0.10.1-r0) 22:21:48 (31/33) Installing py3-retrying (1.3.3-r0) 22:21:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:21:48 (33/33) Installing py3-pip (20.1.1-r0) 22:21:48 Executing busybox-1.31.1-r19.trigger 22:21:48 OK: 71 MiB in 55 packages 22:21:58 Removing intermediate container 931afcba794b 22:21:58 ---> aee85774c852 22:21:58 Step 20/26 : RUN pip install docker-compose==1.23.2 22:21:58 ---> Running in e97fdc833fe2 22:21:58 Collecting docker-compose==1.23.2 22:21:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:21:58 Collecting docker<4.0,>=3.6.0 22:21:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:21:58 Collecting jsonschema<3,>=2.5.1 22:21:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:21:59 Collecting websocket-client<1.0,>=0.32.0 22:21:59 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:21:59 Collecting cached-property<2,>=1.2.0 22:21:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:21:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:21:59 Collecting texttable<0.10,>=0.9.0 22:21:59 Downloading texttable-0.9.1.tar.gz (11 kB) 22:21:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:21:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:22:00 Collecting PyYAML<4,>=3.10 22:22:00 Downloading PyYAML-3.13.tar.gz (270 kB) 22:22:01 Collecting docopt<0.7,>=0.6.1 22:22:01 Downloading docopt-0.6.2.tar.gz (25 kB) 22:22:01 Collecting dockerpty<0.5,>=0.4.1 22:22:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:22:02 Collecting docker-pycreds>=0.4.0 22:22:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:22:02 Collecting idna<2.8,>=2.5 22:22:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:22:02 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:22:02 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:22:02 Collecting urllib3<1.25,>=1.21.1 22:22:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:22:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:22:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:22:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:22:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:22:02 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, texttable, PyYAML, docopt, dockerpty, docker-compose 22:22:03 Attempting uninstall: idna 22:22:03 Found existing installation: idna 2.9 22:22:03 Uninstalling idna-2.9: 22:22:03 Successfully uninstalled idna-2.9 22:22:03 Attempting uninstall: urllib3 22:22:03 Found existing installation: urllib3 1.25.9 22:22:03 Uninstalling urllib3-1.25.9: 22:22:03 Successfully uninstalled urllib3-1.25.9 22:22:04 Attempting uninstall: requests 22:22:04 Found existing installation: requests 2.23.0 22:22:04 Uninstalling requests-2.23.0: 22:22:04 Successfully uninstalled requests-2.23.0 22:22:04 Running setup.py install for texttable: started 22:22:05 Running setup.py install for texttable: finished with status 'done' 22:22:05 Running setup.py install for PyYAML: started 22:22:05 Running setup.py install for PyYAML: finished with status 'done' 22:22:05 Running setup.py install for docopt: started 22:22:06 Running setup.py install for docopt: finished with status 'done' 22:22:06 Running setup.py install for dockerpty: started 22:22:06 Running setup.py install for dockerpty: finished with status 'done' 22:22:06 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 22:22:10 Removing intermediate container e97fdc833fe2 22:22:10 ---> 7d6727c630c7 22:22:10 Step 21/26 : RUN apk --no-cache add curl 22:22:10 ---> Running in 6897d2abc212 22:22:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:22:11 (2/3) Installing libcurl (7.69.1-r3) 22:22:11 (3/3) Installing curl (7.69.1-r3) 22:22:11 Executing busybox-1.31.1-r19.trigger 22:22:11 OK: 72 MiB in 58 packages 22:22:11 Removing intermediate container 6897d2abc212 22:22:11 ---> 6e5f6c22a017 22:22:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:22:11 ---> Running in 628fd5b082e9 22:22:11 Removing intermediate container 628fd5b082e9 22:22:11 ---> c58a0eb07551 22:22:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:22:11 ---> Running in e52ebf720d1b 22:22:12 Removing intermediate container e52ebf720d1b 22:22:12 ---> 04867d8c43ac 22:22:12 Step 24/26 : LABEL arch=x86_64 22:22:12 ---> Running in 464aeeb461c7 22:22:12 Removing intermediate container 464aeeb461c7 22:22:12 ---> 583bf18f373e 22:22:12 Step 25/26 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 22:22:12 ---> Running in 3385a23fc528 22:22:12 Removing intermediate container 3385a23fc528 22:22:12 ---> ddaf8b95e82c 22:22:12 Step 26/26 : LABEL version=0.0.0 22:22:12 ---> Running in 846cd968a6c6 22:22:12 Removing intermediate container 846cd968a6c6 22:22:12 ---> 4651ffac6f82 22:22:12 22:22:12 Successfully built 4651ffac6f82 22:22:13 Successfully tagged docker-sys-mgmt-agent-go:latest 22:22:13  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:22:13 $ docker stop --time=1 858b14350ef1b9db2f90dbe1f4d1690d8fc56f98f42d9279b01252f0c606729d 22:22:15 $ docker rm -f 858b14350ef1b9db2f90dbe1f4d1690d8fc56f98f42d9279b01252f0c606729d [Pipeline] // withDockerContainer [Pipeline] sh 22:22:15 + docker images 22:22:15 + grep docker 22:22:16 docker-sys-mgmt-agent-go latest 4651ffac6f82 4 seconds ago 313MB 22:22:16 docker-core-data-go latest ccb94e8e5226 31 seconds ago 22.6MB 22:22:16 docker-security-secretstore-setup-go latest d6cc3569c498 56 seconds ago 25MB 22:22:16 docker-support-scheduler-go latest 7366c9a6fa9b About a minute ago 17.3MB 22:22:16 docker-security-bootstrapper-go latest d434cbd449dc 2 minutes ago 18.8MB 22:22:16 docker-core-metadata-go latest f768115bdef3 2 minutes ago 19.1MB 22:22:16 docker-support-notifications-go latest e0da4fd68da2 2 minutes ago 17.9MB 22:22:16 docker-core-command-go latest 25223e4b6795 2 minutes ago 17.3MB 22:22:16 docker-security-proxy-setup-go latest d95c7210485a 2 minutes ago 24.7MB 22:22:16 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:22:31 Still waiting to schedule task 22:22:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:23:17 Running on prd-ubuntu18.04-docker-8c-8g-30951 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws 22:23:17 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 22:23:20 using credential edgex-jenkins-ssh 22:23:20 Cloning the remote Git repository 22:23:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:23:20 > git init /w/workspace/edgex-go/2 # timeout=10 22:23:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:23:20 > git --version # timeout=10 22:23:20 > git --version # 'git version 2.17.1' 22:23:20 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:23:27 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 22:23:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:23:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:23:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:23:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:23:27 > git config core.sparsecheckout # timeout=10 22:23:27 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [Pipeline] } 22:23:28 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 22:23:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:23:31 ---> package-listing.sh 22:23:31 ++ facter osfamily 22:23:31 ++ tr '[:upper:]' '[:lower:]' 22:23:31 + OS_FAMILY=redhat 22:23:31 + workspace=/w/workspace/edgex-go/2 22:23:31 + START_PACKAGES=/tmp/packages_start.txt 22:23:31 + END_PACKAGES=/tmp/packages_end.txt 22:23:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:23:31 + PACKAGES=/tmp/packages_start.txt 22:23:31 + '[' /w/workspace/edgex-go/2 ']' 22:23:31 + PACKAGES=/tmp/packages_end.txt 22:23:31 + case "${OS_FAMILY}" in 22:23:31 + rpm -qa 22:23:31 + sort 22:23:36 + '[' -f /tmp/packages_start.txt ']' 22:23:36 + '[' -f /tmp/packages_end.txt ']' 22:23:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:23:36 + '[' /w/workspace/edgex-go/2 ']' 22:23:36 + mkdir -p /w/workspace/edgex-go/2/archives/ 22:23:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 22:23:36 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:23:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:23:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:37 22:23:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:23:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:37 alpine: Pulling from edgex-lftools-log-publisher 22:23:37 df20fa9351a1: Pulling fs layer 22:23:37 36b3adc4ff6f: Pulling fs layer 22:23:37 8ad3a11d3b57: Pulling fs layer 22:23:37 46f8f816bc3b: Pulling fs layer 22:23:37 93b61091891f: Pulling fs layer 22:23:37 93b9cdb0e59b: Pulling fs layer 22:23:37 5e14af77c1be: Pulling fs layer 22:23:37 01666e4c0597: Pulling fs layer 22:23:37 aa168da1d23b: Pulling fs layer 22:23:37 93b9cdb0e59b: Waiting 22:23:37 5e14af77c1be: Waiting 22:23:37 01666e4c0597: Waiting 22:23:37 aa168da1d23b: Waiting 22:23:37 46f8f816bc3b: Waiting 22:23:37 93b61091891f: Waiting 22:23:37 36b3adc4ff6f: Verifying Checksum 22:23:37 36b3adc4ff6f: Download complete 22:23:37 46f8f816bc3b: Verifying Checksum 22:23:37 46f8f816bc3b: Download complete 22:23:38 df20fa9351a1: Download complete 22:23:38 93b9cdb0e59b: Verifying Checksum 22:23:38 93b9cdb0e59b: Download complete 22:23:38 93b61091891f: Verifying Checksum 22:23:38 93b61091891f: Download complete 22:23:38 5e14af77c1be: Verifying Checksum 22:23:38 5e14af77c1be: Download complete 22:23:38 01666e4c0597: Verifying Checksum 22:23:38 01666e4c0597: Download complete 22:23:38 8ad3a11d3b57: Verifying Checksum 22:23:38 8ad3a11d3b57: Download complete 22:23:38 df20fa9351a1: Pull complete 22:23:38 36b3adc4ff6f: Pull complete 22:23:39 aa168da1d23b: Verifying Checksum 22:23:39 aa168da1d23b: Download complete 22:23:40 8ad3a11d3b57: Pull complete 22:23:40 46f8f816bc3b: Pull complete 22:23:41 93b61091891f: Pull complete 22:23:41 93b9cdb0e59b: Pull complete 22:23:41 5e14af77c1be: Pull complete 22:23:41 01666e4c0597: Pull complete 22:23:49 aa168da1d23b: Pull complete 22:23:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:23:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:23:50 prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container 22:23:50 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:23:58 $ docker top 0173bb6b0d056d1ea59b340f390885f11596b4892f0f63485e2c531df51daed5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:23:59 + touch /tmp/pre-build-complete [Pipeline] sh 22:23:59 + mkdir -p /var/log/sa [Pipeline] sh 22:24:00 + ls /var/log/sa-host 22:24:00 + sadf -c /var/log/sa-host/sa22 22:24:00 file_magic: OK 22:24:00 HZ: Using current value: 100 22:24:00 file_header: OK 22:24:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:24:00 Statistics: 22:24:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:24:00 File successfully converted to sysstat format version 12.2.1 22:24:00 + sadf -c /var/log/sa-host/sa23 22:24:00 file_magic: OK 22:24:00 HZ: Using current value: 100 22:24:00 file_header: OK 22:24:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:24:00 Statistics: 22:24:00 Hnuu...uuuununununu... 22:24:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:24:00 provisioning config files... 22:24:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8097822152847339662tmp [Pipeline] { [Pipeline] echo 22:24:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:24:01 ---> create-netrc.sh [Pipeline] } 22:24:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:24:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:24:01 ---> python-tools-install.sh [Pipeline] echo 22:24:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:24:01 ---> sudo-logs.sh 22:24:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:24:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:24:02 ---> job-cost.sh 22:24:02 lf-activate-venv: SKIPPING 22:24:02 INFO: No Stack... 22:24:02 INFO: Retrieving Pricing Info for: v1-standard-2 22:24:03 INFO: Archiving Costs [Pipeline] echo 22:24:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:24:04 ---> logs-deploy.sh 22:24:04 lf-activate-venv: SKIPPING 22:24:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3285/2 22:24:04 INFO: archiving workspace using pattern(s): 22:24:06 Archives upload complete. 22:24:06 INFO: archiving logs to Nexus 22:24:07 ---> uname -a: 22:24:07 Linux prd-centos7-docker-4c-2g-30943.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:24:07 22:24:07 22:24:07 ---> lscpu: 22:24:07 Architecture: x86_64 22:24:07 CPU op-mode(s): 32-bit, 64-bit 22:24:07 Byte Order: Little Endian 22:24:07 Address sizes: 40 bits physical, 48 bits virtual 22:24:07 CPU(s): 4 22:24:07 On-line CPU(s) list: 0-3 22:24:07 Thread(s) per core: 1 22:24:07 Core(s) per socket: 1 22:24:07 Socket(s): 4 22:24:07 NUMA node(s): 1 22:24:07 Vendor ID: GenuineIntel 22:24:07 CPU family: 6 22:24:07 Model: 44 22:24:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:24:07 Stepping: 1 22:24:07 CPU MHz: 2933.438 22:24:07 BogoMIPS: 5866.87 22:24:07 Virtualization: VT-x 22:24:07 Hypervisor vendor: KVM 22:24:07 Virtualization type: full 22:24:07 L1d cache: 128 KiB 22:24:07 L1i cache: 128 KiB 22:24:07 L2 cache: 16 MiB 22:24:07 L3 cache: 64 MiB 22:24:07 NUMA node0 CPU(s): 0-3 22:24:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:24:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:24:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:24:07 Vulnerability Meltdown: Mitigation; PTI 22:24:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:24:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:24:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:24:07 Vulnerability Srbds: Not affected 22:24:07 Vulnerability Tsx async abort: Not affected 22:24:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:24:07 22:24:07 22:24:07 ---> nproc: 22:24:07 4 22:24:07 22:24:07 22:24:07 ---> df -h: 22:24:07 Filesystem Size Used Available Use% Mounted on 22:24:07 overlay 50.0G 11.2G 38.7G 23% / 22:24:07 tmpfs 64.0M 0 64.0M 0% /dev 22:24:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:24:07 shm 64.0M 0 64.0M 0% /dev/shm 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /facter-os 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /etc/resolv.conf 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /etc/hostname 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /etc/hosts 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /var/log/auth.log 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /run/cloud-init/result.json 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /var/log/sa-host 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /var/log/secure 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /w/workspace/edgex-go/2 22:24:07 /dev/vda1 50.0G 11.2G 38.7G 23% /w/workspace/edgex-go/2@tmp 22:24:07 22:24:07 22:24:07 ---> free -m: 22:24:07 total used free shared buff/cache available 22:24:07 Mem: 1837 717 159 0 960 1037 22:24:07 Swap: 1023 68 955 22:24:07 22:24:07 22:24:07 ---> ip addr: 22:24:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:24:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:24:07 inet 127.0.0.1/8 scope host lo 22:24:07 valid_lft forever preferred_lft forever 22:24:07 inet6 ::1/128 scope host 22:24:07 valid_lft forever preferred_lft forever 22:24:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:24:07 link/ether fa:16:3e:27:1b:74 brd ff:ff:ff:ff:ff:ff 22:24:07 inet 10.30.123.96/23 brd 10.30.123.255 scope global dynamic eth0 22:24:07 valid_lft 85686sec preferred_lft 85686sec 22:24:07 inet6 fe80::f816:3eff:fe27:1b74/64 scope link 22:24:07 valid_lft forever preferred_lft forever 22:24:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:24:07 link/ether 02:42:e8:b3:bb:30 brd ff:ff:ff:ff:ff:ff 22:24:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:24:07 valid_lft forever preferred_lft forever 22:24:07 inet6 fe80::42:e8ff:feb3:bb30/64 scope link 22:24:07 valid_lft forever preferred_lft forever 22:24:07 22:24:07 22:24:07 ---> sar -b -r -n DEV: 22:24:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:24:07 22:24:07 22:12:01 LINUX RESTART (4 CPU) 22:24:07 22:24:07 22:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:24:07 22:14:01 211.33 90.80 120.53 0.00 10013.31 46635.41 0.00 22:24:07 22:15:01 242.58 86.81 155.77 0.00 3564.34 20995.31 0.00 22:24:07 22:16:01 113.79 43.02 70.77 0.00 1412.43 9953.71 0.00 22:24:07 22:17:01 119.06 46.55 72.52 0.00 2915.13 13028.97 0.00 22:24:07 22:18:01 1057.54 798.91 258.63 0.00 90279.57 163664.02 0.00 22:24:07 22:19:02 2337.36 2028.48 308.88 0.00 146374.29 152911.17 0.00 22:24:07 22:20:02 341.36 103.80 237.56 0.00 26863.28 70309.65 0.00 22:24:07 22:21:02 2017.64 1701.35 316.30 0.00 132033.52 145737.65 0.00 22:24:07 22:22:01 363.63 140.90 222.73 0.00 9260.89 37919.99 0.00 22:24:07 22:23:01 50.97 18.06 32.91 0.00 3035.69 1141.59 0.00 22:24:07 Average: 686.81 507.12 179.69 0.00 42687.34 66349.32 0.00 22:24:07 22:24:07 22:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:24:07 22:14:01 102404 0 694528 36.91 1832 1082780 1426144 48.67 571792 966816 32688 22:24:07 22:15:01 154476 0 867260 46.09 960 858848 1564412 53.39 663544 787208 62196 22:24:07 22:16:01 372072 0 753104 40.03 700 755668 1422216 48.54 516500 704900 22024 22:24:07 22:17:01 415364 0 702464 37.33 588 763128 1110160 37.89 518124 672144 20 22:24:07 22:18:01 276000 0 895992 47.62 0 709552 4265172 145.56 671356 715484 72 22:24:07 22:19:02 226728 0 1289640 68.54 0 365176 4357468 148.71 815300 570196 21260 22:24:07 22:20:02 64260 0 694148 36.89 0 1123136 1357448 46.33 730536 848980 64440 22:24:07 22:21:02 81064 0 767108 40.77 0 1033372 1980416 67.59 676112 893732 91688 22:24:07 22:22:01 114492 0 731936 38.90 0 1035116 1508340 51.48 624560 891216 7516 22:24:07 22:23:01 161444 0 636808 33.84 0 1083292 1206460 41.17 543612 931328 12 22:24:07 Average: 196830 0 803299 42.69 408 881007 2019824 68.93 633144 798200 30192 22:24:07 22:24:07 22:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:24:07 22:14:01 eth0 1130.09 1144.54 5992.85 143.68 0.00 0.00 0.00 0.00 22:24:07 22:14:01 veth91e289f 9.63 19.53 0.63 141.44 0.00 0.00 0.00 0.00 22:24:07 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:14:01 docker0 828.58 739.89 69.39 2822.47 0.00 0.00 0.00 0.00 22:24:07 22:15:01 vethb56e85c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:24:07 22:15:01 eth0 228.91 194.54 721.59 27.67 0.00 0.00 0.00 0.00 22:24:07 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:15:01 docker0 175.91 195.43 13.20 692.38 0.00 0.00 0.00 0.00 22:24:07 22:16:01 vethb56e85c 2.23 2.23 0.18 0.18 0.00 0.00 0.00 0.00 22:24:07 22:16:01 eth0 58.39 44.00 26.22 83.45 0.00 0.00 0.00 0.00 22:24:07 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:16:01 docker0 2.23 2.23 0.15 0.18 0.00 0.00 0.00 0.00 22:24:07 22:17:01 eth0 26.50 14.33 22.55 11.66 0.00 0.00 0.00 0.00 22:24:07 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:18:01 veth590c826 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:18:01 veth94312a1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:18:01 eth0 234.94 203.58 1690.55 73.86 0.00 0.00 0.00 0.00 22:24:07 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:19:02 vethc9cd468 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:24:07 22:19:02 veth5d0118d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:24:07 22:19:02 eth0 44.14 21.57 159.97 8.24 0.00 0.00 0.00 0.00 22:24:07 22:19:02 veth29f3062 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:24:07 22:20:02 eth0 56.10 30.80 228.56 13.41 0.00 0.00 0.00 0.00 22:24:07 22:20:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:24:07 22:20:02 veth71825ce 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 22:24:07 22:20:02 docker0 1028.11 983.62 83.83 3809.84 0.00 0.00 0.00 0.00 22:24:07 22:21:02 eth0 52.29 34.62 83.11 78.39 0.00 0.00 0.00 0.00 22:24:07 22:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:21:02 veth71825ce 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:21:02 docker0 3.38 8.86 0.18 58.49 0.00 0.00 0.00 0.00 22:24:07 22:22:01 eth0 240.80 168.86 1723.58 86.92 0.00 0.00 0.00 0.00 22:24:07 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:22:01 veth71825ce 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:24:07 22:22:01 veth71c3ddf 3.01 2.99 0.42 14.81 0.00 0.00 0.00 0.00 22:24:07 22:23:01 eth0 19.69 11.40 52.00 6.28 0.00 0.00 0.00 0.00 22:24:07 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 22:23:01 docker0 1070.67 1067.93 86.54 4367.81 0.00 0.00 0.00 0.00 22:24:07 Average: eth0 209.04 186.75 1068.61 53.29 0.00 0.00 0.00 0.00 22:24:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:07 Average: docker0 107.07 106.79 8.65 436.78 0.00 0.00 0.00 0.00 22:24:07 22:24:07 22:24:07 ---> sar -P ALL: 22:24:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:24:07 22:24:07 22:12:01 LINUX RESTART (4 CPU) 22:24:07 22:24:07 22:13:01 CPU %user %nice %system %iowait %steal %idle 22:24:07 22:14:01 all 16.78 0.00 10.05 1.82 0.41 70.93 22:24:07 22:14:01 0 15.65 0.00 10.83 0.62 0.38 72.51 22:24:07 22:14:01 1 17.67 0.00 10.64 2.88 0.47 68.35 22:24:07 22:14:01 2 15.38 0.00 9.19 2.50 0.41 72.51 22:24:07 22:14:01 3 18.41 0.00 9.54 1.29 0.40 70.36 22:24:07 22:15:01 all 29.06 0.00 10.20 6.86 0.93 52.94 22:24:07 22:15:01 0 31.27 0.00 10.20 9.68 0.82 48.03 22:24:07 22:15:01 1 27.45 0.00 10.53 5.08 0.94 56.00 22:24:07 22:15:01 2 29.75 0.00 9.32 7.01 0.94 52.98 22:24:07 22:15:01 3 27.79 0.00 10.76 5.69 1.01 54.74 22:24:07 22:16:01 all 49.25 0.00 13.40 2.92 0.86 33.58 22:24:07 22:16:01 0 50.15 0.00 13.87 2.53 0.87 32.58 22:24:07 22:16:01 1 45.97 0.00 13.03 3.22 1.04 36.74 22:24:07 22:16:01 2 51.07 0.00 13.08 2.03 0.79 33.04 22:24:07 22:16:01 3 49.80 0.00 13.61 3.90 0.74 31.95 22:24:07 22:17:01 all 46.71 0.00 14.32 2.33 0.38 36.26 22:24:07 22:17:01 0 46.59 0.00 15.17 2.47 0.37 35.40 22:24:07 22:17:01 1 44.59 0.00 14.10 2.18 0.40 38.73 22:24:07 22:17:01 2 47.68 0.00 14.06 2.27 0.40 35.59 22:24:07 22:17:01 3 47.99 0.00 13.93 2.40 0.35 35.32 22:24:07 22:18:01 all 23.11 0.00 25.52 5.49 2.16 43.71 22:24:07 22:18:01 0 23.37 0.00 25.33 5.52 2.07 43.72 22:24:07 22:18:01 1 23.13 0.00 24.52 4.81 2.23 45.30 22:24:07 22:18:01 2 21.43 0.00 27.17 6.14 2.29 42.98 22:24:07 22:18:01 3 24.53 0.00 25.08 5.50 2.05 42.85 22:24:07 22:19:02 all 32.32 0.00 28.02 18.18 2.18 19.29 22:24:07 22:19:02 0 33.47 0.00 27.60 18.87 2.22 17.85 22:24:07 22:19:02 1 32.94 0.00 29.23 18.52 1.95 17.36 22:24:07 22:19:02 2 32.95 0.00 28.10 18.50 2.07 18.38 22:24:07 22:19:02 3 29.88 0.00 27.14 16.83 2.51 23.64 22:24:07 22:20:02 all 49.63 0.00 17.45 14.87 0.90 17.15 22:24:07 22:20:02 0 49.96 0.00 17.09 14.36 0.79 17.80 22:24:07 22:20:02 1 49.56 0.00 17.07 13.63 0.78 18.96 22:24:07 22:20:02 2 50.32 0.00 18.64 18.76 0.86 11.42 22:24:07 22:20:02 3 48.67 0.00 16.99 12.72 1.15 20.47 22:24:07 22:21:02 all 42.02 0.00 28.30 11.96 2.56 15.16 22:24:07 22:21:02 0 42.41 0.00 29.59 9.91 2.47 15.62 22:24:07 22:21:02 1 42.19 0.00 27.74 13.15 2.64 14.29 22:24:07 22:21:02 2 41.52 0.00 29.26 12.91 2.56 13.75 22:24:07 22:21:02 3 41.96 0.00 26.62 11.88 2.55 16.99 22:24:07 22:22:01 all 33.22 0.00 14.22 11.37 0.59 40.60 22:24:07 22:22:01 0 33.05 0.00 14.20 9.11 0.54 43.11 22:24:07 22:22:01 1 34.08 0.00 15.91 13.03 0.62 36.35 22:24:07 22:22:01 2 33.70 0.00 13.70 12.64 0.50 39.47 22:24:07 22:22:01 3 32.03 0.00 13.10 10.68 0.69 43.50 22:24:07 22:23:01 all 2.36 0.00 1.39 1.41 0.02 94.82 22:24:07 22:23:01 0 1.22 0.00 1.12 2.16 0.02 95.48 22:24:07 22:23:01 1 3.40 0.00 1.36 0.70 0.02 94.53 22:24:07 22:23:01 2 2.61 0.00 1.74 1.14 0.03 94.48 22:24:07 22:23:01 3 2.21 0.00 1.34 1.64 0.02 94.79 22:24:07 Average: all 32.22 0.00 16.12 7.63 1.09 42.95 22:24:07 Average: 0 32.48 0.00 16.33 7.44 1.04 42.71 22:24:07 Average: 1 31.88 0.00 16.26 7.62 1.10 43.15 22:24:07 Average: 2 32.43 0.00 16.26 8.29 1.07 41.95 22:24:07 Average: 3 32.09 0.00 15.64 7.15 1.13 43.99 22:24:07 22:24:07 22:24:07