Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54ab13574731e9cbb3c910d7576150a69cb8d63b+78d0c9acab6154e266009190efcfebd61633f654 (a81bd2936f2475985cd80fdcbcd67e77dd1c7c94) 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-1249 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/83 [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/83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b Merge succeeded, producing 8f195019f7e325fa5b625dc81af347c2a038aa7d Checking out Revision 8f195019f7e325fa5b625dc81af347c2a038aa7d (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # 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 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f195019f7e325fa5b625dc81af347c2a038aa7d # timeout=10 Commit message: "Merge commit '78d0c9acab6154e266009190efcfebd61633f654' into HEAD" > git rev-list --no-walk 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:21:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:21:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:21:43 ========================================================= 19:21:43 EdgeX Global Pipelines Version Info 19:21:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:21:44 ------------------- 19:21:44 stable info: 19:21:44 ------------------- 19:21:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:21:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:21:44 Message: update stable to v1.0.186 19:21:45 ------------------- 19:21:45 experimental info: 19:21:45 ------------------- 19:21:45 Commited By: **** collab-it+edgex@linuxfoundation.org 19:21:45 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 19:21:45 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:21:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:21:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:21:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f195019f7e325fa5b625dc81af347c2a038aa7d [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f19501 [Pipeline] echo 19:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:21:46 provisioning config files... 19:21:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/83@tmp/config7255133144294524227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:21:47 ---> docker-login.sh 19:21:47 nexus3.edgexfoundry.org:10001 19:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:47 Configure a credential helper to remove this warning. See 19:21:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:47 19:21:47 Login Succeeded 19:21:47 nexus3.edgexfoundry.org:10002 19:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:47 Configure a credential helper to remove this warning. See 19:21:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:47 19:21:47 Login Succeeded 19:21:47 nexus3.edgexfoundry.org:10003 19:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:47 Configure a credential helper to remove this warning. See 19:21:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:47 19:21:47 Login Succeeded 19:21:47 nexus3.edgexfoundry.org:10004 19:21:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:48 Configure a credential helper to remove this warning. See 19:21:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:48 19:21:48 Login Succeeded 19:21:48 docker.io 19:21:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:48 Configure a credential helper to remove this warning. See 19:21:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:48 19:21:48 Login Succeeded 19:21:48 ---> docker-login.sh ends [Pipeline] } 19:21:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:21:49 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/core-command/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo core-command,cmd/core-command/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/core-data/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo core-data,cmd/core-data/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/core-metadata/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo core-metadata,cmd/core-metadata/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/security-bootstrapper/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/security-proxy-setup/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/support-notifications/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo support-notifications,cmd/support-notifications/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/support-scheduler/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:21:49 + for file in '`ls cmd/**/Dockerfile`' 19:21:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:21:49 ++ cut -d/ -f2 19:21:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:21:49 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:21:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:21:49 19:21:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:21:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:21:50 latest: Pulling from edgex-devops/git-semver 19:21:50 31603596830f: Pulling fs layer 19:21:50 2a8b12db71e7: Pulling fs layer 19:21:50 6ca5941a6612: Pulling fs layer 19:21:50 ecc8261a40a4: Pulling fs layer 19:21:50 ecc8261a40a4: Waiting 19:21:50 2a8b12db71e7: Download complete 19:21:50 31603596830f: Verifying Checksum 19:21:50 31603596830f: Download complete 19:21:50 ecc8261a40a4: Verifying Checksum 19:21:50 ecc8261a40a4: Download complete 19:21:50 6ca5941a6612: Verifying Checksum 19:21:50 6ca5941a6612: Download complete 19:21:50 31603596830f: Pull complete 19:21:50 2a8b12db71e7: Pull complete 19:21:51 6ca5941a6612: Pull complete 19:21:51 ecc8261a40a4: Pull complete 19:21:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:21:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:21:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:21:52 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 19:21:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:21:54 $ docker top 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:21:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:21:54 [ssh-agent] Looking for ssh-agent implementation... 19:21:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:21:55 $ docker exec 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent 19:21:55 SSH_AUTH_SOCK=/tmp/ssh-LEeKsR0tTGRY/agent.11 19:21:55 SSH_AGENT_PID=16 19:21:55 Running ssh-add (command line suppressed) 19:21:55 Identity added: /w/workspace/edgex-go/83@tmp/private_key_7714045483019902899.key (/w/workspace/edgex-go/83@tmp/private_key_7714045483019902899.key) 19:21:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:21:55 + git tag --points-at HEAD [Pipeline] } 19:21:55 $ docker exec --env ******** --env ******** 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent -k 19:21:56 unset SSH_AUTH_SOCK; 19:21:56 unset SSH_AGENT_PID; 19:21:56 echo Agent pid 16 killed; 19:21:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:21:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:21:56 [ssh-agent] Looking for ssh-agent implementation... 19:21:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:21:56 $ docker exec 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent 19:21:56 SSH_AUTH_SOCK=/tmp/ssh-9Q5g4l95PcpM/agent.44 19:21:56 SSH_AGENT_PID=49 19:21:56 Running ssh-add (command line suppressed) 19:21:56 Identity added: /w/workspace/edgex-go/83@tmp/private_key_1950831108408491767.key (/w/workspace/edgex-go/83@tmp/private_key_1950831108408491767.key) 19:21:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:21:57 + git semver init 19:21:57 # -> Open(): unable to determine branch for HEAD 19:21:57 # $GIT_DIR = /w/workspace/edgex-go/83/.git 19:21:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/83 19:21:57 # $SEMVER_REMOTE_NAME = origin 19:21:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:21:57 # $SEMVER_USER_NAME = edgex-jenkins 19:21:57 # $SEMVER_BRANCH = PR-3234 19:21:57 # $SEMVER_TEMP = /tmp/semver-859395262 19:21:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:22:23 # '/tmp/semver-859395262' -> '/w/workspace/edgex-go/83/.semver' 19:22:23 # -> Force: false 19:22:23 # $SEMVER_DIR = /w/workspace/edgex-go/83/.semver [Pipeline] } 19:22:23 $ docker exec --env ******** --env ******** 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent -k 19:22:24 unset SSH_AUTH_SOCK; 19:22:24 unset SSH_AGENT_PID; 19:22:24 echo Agent pid 49 killed; 19:22:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:22:24 + git semver [Pipeline] } 19:22:24 $ docker stop --time=1 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 19:22:26 $ docker rm -f 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 [Pipeline] // withDockerContainer [Pipeline] sh 19:22:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:22:27 Stashed 1 file(s) [Pipeline] echo 19:22:27 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:22:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:22:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:22:28 + sudo service docker restart 19:22:28 + true 19:22:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:22:29 ========================================================= 19:22:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:22:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:22:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:22:34 Sending build context to Docker daemon 329.7MB 19:22:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:22:34 Step 2/6 : FROM ${BASE} 19:22:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:22:34 188c0c94c7c5: Pulling fs layer 19:22:34 0ef7d3d256c8: Pulling fs layer 19:22:34 de9db76c5a1d: Pulling fs layer 19:22:34 bca2f99d35d6: Pulling fs layer 19:22:34 93359f2a8cfa: Pulling fs layer 19:22:34 7c6f9722023f: Pulling fs layer 19:22:34 a35cf1a2eb13: Pulling fs layer 19:22:34 93359f2a8cfa: Waiting 19:22:34 7c6f9722023f: Waiting 19:22:34 a35cf1a2eb13: Waiting 19:22:34 bca2f99d35d6: Waiting 19:22:34 de9db76c5a1d: Verifying Checksum 19:22:34 de9db76c5a1d: Download complete 19:22:34 0ef7d3d256c8: Download complete 19:22:34 93359f2a8cfa: Verifying Checksum 19:22:34 93359f2a8cfa: Download complete 19:22:34 7c6f9722023f: Verifying Checksum 19:22:34 7c6f9722023f: Download complete 19:22:34 188c0c94c7c5: Verifying Checksum 19:22:34 188c0c94c7c5: Download complete 19:22:34 188c0c94c7c5: Pull complete 19:22:34 0ef7d3d256c8: Pull complete 19:22:35 a35cf1a2eb13: Verifying Checksum 19:22:35 a35cf1a2eb13: Download complete 19:22:36 de9db76c5a1d: Pull complete 19:22:36 bca2f99d35d6: Verifying Checksum 19:22:36 bca2f99d35d6: Download complete 19:22:42 Still waiting to schedule task 19:22:42 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1231’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1253’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-1242’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1234’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1252’ is offline 19:22:43 bca2f99d35d6: Pull complete 19:22:43 93359f2a8cfa: Pull complete 19:22:43 7c6f9722023f: Pull complete 19:22:47 a35cf1a2eb13: Pull complete 19:22:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:22:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:22:47 ---> a62c8e92a672 19:22:47 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:22:47 ---> Running in 7bb496128639 19:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:22:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:22:51 (1/12) Installing libmagic (5.38-r0) 19:22:52 (2/12) Installing file (5.38-r0) 19:22:52 (3/12) Installing libc-dev (0.7.2-r3) 19:22:52 (4/12) Installing g++ (9.3.0-r2) 19:23:04 (5/12) Installing fortify-headers (1.1-r0) 19:23:05 (6/12) Installing patch (2.7.6-r6) 19:23:05 (7/12) Installing build-base (0.5-r2) 19:23:05 (8/12) Installing libsodium (1.0.18-r0) 19:23:05 (9/12) Installing pkgconf (1.7.2-r0) 19:23:05 (10/12) Installing libsodium-dev (1.0.18-r0) 19:23:05 (11/12) Installing libzmq (4.3.3-r0) 19:23:05 (12/12) Installing zeromq-dev (4.3.3-r0) 19:23:05 Executing busybox-1.31.1-r19.trigger 19:23:05 OK: 233 MiB in 51 packages 19:23:08 Removing intermediate container 7bb496128639 19:23:08 ---> 061d157adb8b 19:23:08 Step 4/6 : WORKDIR /edgex-go 19:23:08 ---> Running in c5d31c685bf1 19:23:09 Removing intermediate container c5d31c685bf1 19:23:09 ---> 7bfae2896ed8 19:23:09 Step 5/6 : COPY go.mod . 19:23:09 ---> 5c7bd6486595 19:23:09 Step 6/6 : RUN go mod download 19:23:09 ---> Running in 040fd7fd2e45 19:23:31 Removing intermediate container 040fd7fd2e45 19:23:31 ---> f819e56cdd64 19:23:31 Successfully built f819e56cdd64 19:23:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:23:31 + docker inspect -f . ci-base-image-x86_64 19:23:32 . [Pipeline] withDockerContainer 19:23:32 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 19:23:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:23:33 $ docker top 890f4bdc5888196ae0dd0525561bff0cb9bd6112d45618d116f692c2b46df785 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:33 + go version 19:23:33 go version go1.15.5 linux/amd64 [Pipeline] } 19:23:33 $ docker stop --time=1 890f4bdc5888196ae0dd0525561bff0cb9bd6112d45618d116f692c2b46df785 19:23:35 $ docker rm -f 890f4bdc5888196ae0dd0525561bff0cb9bd6112d45618d116f692c2b46df785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:35 + docker inspect -f . ci-base-image-x86_64 19:23:35 . [Pipeline] withDockerContainer 19:23:35 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 19:23:35 $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:23:36 $ docker top 798bd98fcdc958ab4f96a91b8487704165364b0372423c5be83c92711d13af12 -eo pid,comm [Pipeline] { [Pipeline] echo 19:23:36 ========================================================= 19:23:36 [edgeXBuildGoParallel] Running Tests and Build... 19:23:36 ========================================================= [Pipeline] sh 19:23:37 + make test 19:23:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:23:47 ? github.com/edgexfoundry/edgex-go [no test files] 19:24:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:24:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:24:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:24:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:24:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:24:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:24:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:24:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:24:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:24:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:24:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:24:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:24:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:24:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.172s coverage: 45.9% of statements 19:24:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:24:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.076s coverage: 19.8% of statements 19:24:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.128s coverage: 100.0% of statements 19:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.315s coverage: 27.1% of statements 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.153s coverage: 71.3% of statements 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.237s coverage: 82.9% of statements 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements 19:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:24:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:24:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:24:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:24:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.198s coverage: 86.7% of statements 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:24:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:24:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.565s coverage: 93.0% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.9% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.218s coverage: 47.1% of statements 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.162s coverage: 79.5% of statements 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.133s coverage: 96.3% of statements 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 19:24:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements 19:24:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 19:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.347s coverage: 81.9% of statements 19:24:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.6% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.134s coverage: 91.6% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 64.4% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 69.0% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 38.4% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.0% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.075s coverage: 9.6% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.329s coverage: 88.6% of statements 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:25:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1255 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:25:02 Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout 19:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.102s coverage: 28.7% of statements 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:25:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.084s coverage: 64.6% of statements 19:25:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:25:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.244s coverage: 95.6% of statements 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:25:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:25:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:25:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:25:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:25:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 19:25:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements 19:25:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 19:25:06 GO111MODULE=on go vet ./... 19:25:09 using credential edgex-jenkins-ssh 19:25:09 Cloning the remote Git repository 19:25:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:25:09 > git init /w/workspace/edgex-go/83 # timeout=10 19:25:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:25:10 > git --version # timeout=10 19:25:10 > git --version # 'git version 2.17.1' 19:25:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:25:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:25:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:25:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:25:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:25:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:41 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:25:42 Failed in branch arm64 19:25:42 > git config core.sparsecheckout # timeout=10 19:25:42 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 19:25:46 gofmt -l . 19:25:46 [ "`gofmt -l .`" = "" ] 19:25:46 ./bin/test-go-mod-tidy.sh 19:25:46 ./bin/test-attribution-txt.sh [Pipeline] sh 19:25:47 + ls -al . 19:25:47 total 812 19:25:47 drwxrwxr-x 10 1001 1001 4096 Apr 20 19:25 . 19:25:47 drwxr-xr-x 4 root root 30 Apr 20 19:23 .. 19:25:47 -rw-rw-r-- 1 1001 1001 11 Apr 20 19:21 .dockerignore 19:25:47 drwxrwxr-x 8 1001 1001 179 Apr 20 19:21 .git 19:25:47 drwxrwxr-x 3 1001 1001 125 Apr 20 19:21 .github 19:25:47 -rw-rw-r-- 1 1001 1001 818 Apr 20 19:21 .gitignore 19:25:47 drwx------ 3 1001 1001 60 Apr 20 19:22 .semver 19:25:47 -rw-rw-r-- 1 1001 1001 166 Apr 20 19:21 .sonarcloud.properties 19:25:47 -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:21 Attribution.txt 19:25:47 -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:21 CONTRIBUTING.md 19:25:47 -rw-rw-r-- 1 1001 1001 931 Apr 20 19:21 Dockerfile.build 19:25:47 -rw-rw-r-- 1 1001 1001 863 Apr 20 19:21 Jenkinsfile 19:25:47 -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:21 LICENSE 19:25:47 -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:21 Makefile 19:25:47 -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:21 README.md 19:25:47 -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:21 SECURITY.md 19:25:47 -rw-rw-r-- 1 1001 1001 5 Apr 20 19:22 VERSION 19:25:47 -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:21 ZMQWindows.md 19:25:47 drwxrwxr-x 2 1001 1001 117 Apr 20 19:21 bin 19:25:47 drwxrwxr-x 14 1001 1001 4096 Apr 20 19:21 cmd 19:25:47 -rw-r--r-- 1 root root 703598 Apr 20 19:25 coverage.out 19:25:47 -rw-r--r-- 1 root root 1060 Apr 20 19:25 go.mod 19:25:47 -rw-r--r-- 1 root root 22191 Apr 20 19:25 go.sum 19:25:47 drwxrwxr-x 8 1001 1001 127 Apr 20 19:21 internal 19:25:47 drwxrwxr-x 4 1001 1001 26 Apr 20 19:21 openapi 19:25:47 drwxrwxr-x 4 1001 1001 71 Apr 20 19:21 snap 19:25:47 -rw-rw-r-- 1 1001 1001 168 Apr 20 19:21 version.go [Pipeline] sh 19:25:47 + '[' -e coverage.out ] 19:25:47 + chown 1001:1001 coverage.out [Pipeline] stash 19:25:47 Stashed 1 file(s) [Pipeline] sh 19:25:48 + make build 19:25:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:25:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:26:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:26:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:26:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:26:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:26:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:26:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:26:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:26:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:26:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:26:17 $ docker stop --time=1 798bd98fcdc958ab4f96a91b8487704165364b0372423c5be83c92711d13af12 19:26:19 $ docker rm -f 798bd98fcdc958ab4f96a91b8487704165364b0372423c5be83c92711d13af12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:22 19:26:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:26:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:22 latest: Pulling from edgex-devops/edgex-compose 19:26:22 cbdbe7a5bc2a: Pulling fs layer 19:26:22 ca9280d653b3: Pulling fs layer 19:26:22 7e9c9ca2126c: Pulling fs layer 19:26:22 cbdbe7a5bc2a: Verifying Checksum 19:26:22 cbdbe7a5bc2a: Download complete 19:26:23 ca9280d653b3: Verifying Checksum 19:26:23 ca9280d653b3: Download complete 19:26:23 cbdbe7a5bc2a: Pull complete 19:26:24 7e9c9ca2126c: Verifying Checksum 19:26:24 7e9c9ca2126c: Download complete 19:26:24 ca9280d653b3: Pull complete 19:26:31 7e9c9ca2126c: Pull complete 19:26:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:26:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:26:31 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 19:26:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:26:34 $ docker top 8d78ded8538aaf9747e44680c8dfcc5a7c4e77a1d8c6803bfc75e5c53aba39c3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:34 + docker-compose build --help 19:26:34 + grep parallel 19:26:36 --parallel Build images in parallel. [Pipeline] } 19:26:36 $ docker stop --time=1 8d78ded8538aaf9747e44680c8dfcc5a7c4e77a1d8c6803bfc75e5c53aba39c3 19:26:37 $ docker rm -f 8d78ded8538aaf9747e44680c8dfcc5a7c4e77a1d8c6803bfc75e5c53aba39c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:38 . [Pipeline] withDockerContainer 19:26:38 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 19:26:38 $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:26:39 $ docker top ebaf5c162f9c4094a1ded55db8c945fe77cd3a57d5adb62b41e7bb8b0ec3f5e9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:39 + docker-compose -f ./docker-compose-build.yml build --parallel 19:26:40 Building docker-core-command-go ... 19:26:40 Building docker-core-data-go ... 19:26:40 Building docker-core-metadata-go ... 19:26:40 Building docker-security-bootstrapper-go ... 19:26:40 Building docker-security-proxy-setup-go ... 19:26:40 Building docker-security-secretstore-setup-go ... 19:26:40 Building docker-support-notifications-go ... 19:26:40 Building docker-support-scheduler-go ... 19:26:40 Building docker-sys-mgmt-agent-go ... 19:26:40 Building docker-core-data-go 19:26:40 Building docker-support-scheduler-go 19:26:40 Building docker-security-bootstrapper-go 19:26:40 Building docker-support-notifications-go 19:26:40 Building docker-security-proxy-setup-go 19:27:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:27:19 ---> f819e56cdd64 19:27:19 Step 3/22 : WORKDIR /edgex-go 19:27:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:27:19 ---> f819e56cdd64 19:27:19 Step 3/22 : WORKDIR /edgex-go 19:27:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:27:19 ---> f819e56cdd64 19:27:19 Step 3/21 : WORKDIR /edgex-go 19:27:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:27:19 ---> f819e56cdd64 19:27:19 Step 3/23 : WORKDIR /edgex-go 19:27:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:27:19 ---> f819e56cdd64 19:27:19 Step 3/31 : WORKDIR /edgex-go 19:27:19 ---> Running in c76d43b7be3f 19:27:19 ---> Running in 098a63efa6cf 19:27:19 ---> Running in e73bf727cc18 19:27:20 ---> Running in 2987f6504212 19:27:20 ---> Running in 57e38460dcd1 19:27:21 Removing intermediate container c76d43b7be3f 19:27:21 ---> 1793eedc3977 19:27:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:21 Removing intermediate container 098a63efa6cf 19:27:21 ---> 86059baf7075 19:27:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:21 Removing intermediate container e73bf727cc18 19:27:21 ---> 0fc07a1f6750 19:27:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:21 Removing intermediate container 2987f6504212 19:27:21 ---> 86ecdf57cafe 19:27:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:21 Removing intermediate container 57e38460dcd1 19:27:21 ---> 560ecb0495da 19:27:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:21 ---> Running in 651e58e15824 19:27:21 ---> Running in 404568ba2887 19:27:21 ---> Running in e51438d8c3b6 19:27:21 ---> Running in 296876d95a31 19:27:21 ---> Running in e591d846ade2 19:27:23 Removing intermediate container 651e58e15824 19:27:23 ---> e433bdc5bb91 19:27:23 Step 5/21 : RUN apk add --update --no-cache make git 19:27:23 ---> Running in ffcdd23552ee 19:27:23 Removing intermediate container 404568ba2887 19:27:23 ---> 6a99767e7704 19:27:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:27:23 Removing intermediate container e51438d8c3b6 19:27:23 ---> dfbdc9f8eb90 19:27:23 Step 5/22 : RUN apk add --update --no-cache make git 19:27:23 Removing intermediate container 296876d95a31 19:27:23 ---> dda8240058f5 19:27:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:27:23 Removing intermediate container e591d846ade2 19:27:23 ---> f69e5bdf1f3d 19:27:23 Step 5/31 : RUN apk add --update --no-cache make git 19:27:23 ---> Running in 9413b3d24340 19:27:23 ---> Running in 89ad7ab77696 19:27:23 ---> Running in 4fba8a103aa4 19:27:24 ---> Running in 9b0068b33b50 19:27:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:25 OK: 233 MiB in 51 packages 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:26 OK: 233 MiB in 51 packages 19:27:26 OK: 233 MiB in 51 packages 19:27:26 OK: 233 MiB in 51 packages 19:27:26 OK: 233 MiB in 51 packages 19:27:26 Removing intermediate container ffcdd23552ee 19:27:26 ---> 14c23bd1422a 19:27:26 Step 6/21 : COPY go.mod . 19:27:27 ---> 20860ddf6f74 19:27:27 Step 7/21 : RUN go mod download 19:27:27 ---> Running in ee8cbf78d6a0 19:27:27 Removing intermediate container 9b0068b33b50 19:27:27 ---> 43d8057ac196 19:27:27 Step 6/31 : COPY go.mod . 19:27:27 Removing intermediate container 89ad7ab77696 19:27:27 ---> cedcc4e3459c 19:27:27 Step 6/22 : COPY go.mod . 19:27:27 Removing intermediate container 9413b3d24340 19:27:27 ---> 81af5ab7a0af 19:27:27 Step 6/22 : COPY go.mod . 19:27:27 Removing intermediate container 4fba8a103aa4 19:27:27 ---> 8488d2055380 19:27:27 Step 6/23 : COPY go.mod . 19:27:27 ---> df0747b04633 19:27:27 Step 7/31 : RUN go mod download 19:27:27 ---> Running in d6fa49178e02 19:27:28 ---> 2a1823333f96 19:27:28 Step 7/22 : RUN go mod download 19:27:28 ---> bc7a4d714113 19:27:28 Step 7/22 : RUN go mod download 19:27:28 ---> Running in 7aca8a80590c 19:27:28 ---> 16460bfd5e72 19:27:28 Step 7/23 : RUN go mod download 19:27:28 ---> Running in 7aafa23339e3 19:27:28 ---> Running in 1550c1af6608 19:27:29 Removing intermediate container ee8cbf78d6a0 19:27:29 ---> 3ba62f8e9dfe 19:27:29 Step 8/21 : COPY . . 19:27:30 Removing intermediate container d6fa49178e02 19:27:30 ---> c3d4a079d325 19:27:30 Step 8/31 : COPY . . 19:27:32 Removing intermediate container 7aca8a80590c 19:27:32 ---> 9ffdc50c398b 19:27:32 Step 8/22 : COPY . . 19:27:37 Removing intermediate container 1550c1af6608 19:27:37 ---> 30ad551455a9 19:27:37 Step 8/23 : COPY . . 19:27:39 Removing intermediate container 7aafa23339e3 19:27:39 ---> a5725bbd086a 19:27:39 Step 8/22 : COPY . . 19:28:18 ---> d7977543b0f2 19:28:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:28:18 ---> 1fa500a1264e 19:28:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:28:18 ---> Running in 44d4965c43ba 19:28:18 ---> Running in 786d0edf2952 19:28:18 ---> 6279b9772156 19:28:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:28:18 ---> 64e3d2f4490a 19:28:18 Step 9/23 : RUN make cmd/core-data/core-data 19:28:18 ---> f8617570298d 19:28:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:28:18 ---> Running in 1499ffc8138c 19:28:18 ---> Running in 21524e0d0397 19:28:18 ---> Running in 1aba73975dd5 19:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:28:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:29:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:29:09 Removing intermediate container 786d0edf2952 19:29:09 ---> c1eb360862fc 19:29:09 19:29:09 Step 10/31 : FROM alpine:3.12 19:29:09 3.12: Pulling from library/alpine 19:29:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:29:10 Status: Downloaded newer image for alpine:3.12 19:29:10 ---> 13621d1b12d4 19:29:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:29:15 ---> Running in b99cc07cda2a 19:29:15 Removing intermediate container 44d4965c43ba 19:29:15 ---> fc23254fc94b 19:29:15 19:29:15 Step 10/21 : FROM alpine:3.12 19:29:15 ---> 13621d1b12d4 19:29:15 Step 11/21 : RUN apk add --update --no-cache curl 19:29:15 Removing intermediate container 1499ffc8138c 19:29:15 ---> f8455e17e67f 19:29:15 19:29:15 Step 10/22 : FROM alpine:3.12 19:29:15 Removing intermediate container 1aba73975dd5 19:29:15 ---> a0ae42453f9e 19:29:15 19:29:15 Step 10/22 : FROM alpine:3.12 19:29:15 ---> 13621d1b12d4 19:29:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:29:15 ---> 13621d1b12d4 19:29:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:29:15 Removing intermediate container b99cc07cda2a 19:29:15 ---> 61e5d02c9b34 19:29:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:29:15 ---> Running in 0ae2f53f4d29 19:29:16 ---> Running in f13650014dec 19:29:16 ---> Running in ccd791538698 19:29:16 ---> Running in 9a42048ec313 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:17 (1/2) Installing ca-certificates (20191127-r4) 19:29:17 (1/4) Installing ca-certificates (20191127-r4) 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:17 (2/2) Installing dumb-init (1.2.2-r1) 19:29:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:29:17 (3/4) Installing libcurl (7.76.1-r0) 19:29:17 Executing busybox-1.31.1-r20.trigger 19:29:17 (4/4) Installing curl (7.76.1-r0) 19:29:17 Executing busybox-1.31.1-r20.trigger 19:29:17 Executing ca-certificates-20191127-r4.trigger 19:29:17 Executing ca-certificates-20191127-r4.trigger 19:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:17 (1/1) Installing dumb-init (1.2.2-r1) 19:29:17 Executing busybox-1.31.1-r20.trigger 19:29:17 OK: 6 MiB in 15 packages 19:29:17 OK: 7 MiB in 18 packages 19:29:17 OK: 6 MiB in 16 packages 19:29:17 (1/2) Installing dumb-init (1.2.2-r1) 19:29:17 (2/2) Installing su-exec (0.2-r1) 19:29:17 Executing busybox-1.31.1-r20.trigger 19:29:17 OK: 6 MiB in 16 packages 19:29:22 Removing intermediate container 21524e0d0397 19:29:22 ---> 8754e6eb9b5a 19:29:22 19:29:22 Step 10/23 : FROM alpine:3.12 19:29:22 ---> 13621d1b12d4 19:29:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:29:22 ---> Running in 017772d9bb2e 19:29:22 Removing intermediate container ccd791538698 19:29:22 ---> 5cdceeea975c 19:29:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:29:22 Removing intermediate container 9a42048ec313 19:29:22 ---> c6df8d37064c 19:29:22 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:29:22 Removing intermediate container f13650014dec 19:29:22 ---> 3a2a4af11258 19:29:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:29:22 Removing intermediate container 0ae2f53f4d29 19:29:22 ---> c8b1e21047eb 19:29:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:29:22 ---> Running in 5f83f8794e8e 19:29:22 ---> Running in ea0af00a41f8 19:29:22 ---> Running in 64c24f907b7a 19:29:22 ---> Running in 142d74ff3f80 19:29:22 Removing intermediate container 017772d9bb2e 19:29:22 ---> 37c1dbc35f34 19:29:22 Step 12/23 : ENV APP_PORT=48080 19:29:22 ---> Running in 17f8ccfbb64e 19:29:22 Removing intermediate container 5f83f8794e8e 19:29:22 ---> f22f37359c2d 19:29:22 Step 13/22 : ENV APP_PORT=48085 19:29:22 Removing intermediate container 64c24f907b7a 19:29:22 ---> be10982aee11 19:29:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:29:22 Removing intermediate container 142d74ff3f80 19:29:22 ---> 1d121e8e36b4 19:29:22 Step 13/21 : WORKDIR /edgex 19:29:22 Removing intermediate container ea0af00a41f8 19:29:22 ---> 13c4009b7182 19:29:22 Step 13/22 : ENV APP_PORT=48060 19:29:23 ---> Running in 27483aa65501 19:29:23 ---> Running in ed6b1d221f38 19:29:23 ---> Running in b075b5fc2f4b 19:29:23 Removing intermediate container 17f8ccfbb64e 19:29:23 ---> 6eadab5a40c5 19:29:23 Step 13/23 : EXPOSE $APP_PORT 19:29:23 ---> Running in 050e08560741 19:29:23 ---> Running in 962e9f905e65 19:29:23 Removing intermediate container 27483aa65501 19:29:23 ---> ba426b6253f3 19:29:23 Step 14/22 : EXPOSE $APP_PORT 19:29:23 Removing intermediate container ed6b1d221f38 19:29:23 ---> dd5791287edb 19:29:23 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:29:23 Removing intermediate container b075b5fc2f4b 19:29:23 ---> 0caaf86cbb82 19:29:23 Step 14/22 : EXPOSE $APP_PORT 19:29:23 Removing intermediate container 050e08560741 19:29:23 ---> 05e56e1599e9 19:29:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:29:23 ---> Running in aefefdc7750d 19:29:23 ---> Running in a6bc6d2e1563 19:29:23 ---> Running in bae4c71fa0fa 19:29:23 Removing intermediate container 962e9f905e65 19:29:23 ---> 82b2a4715ec4 19:29:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:24 ---> Running in ffdf925facea 19:29:24 Removing intermediate container aefefdc7750d 19:29:24 ---> caf459bd7426 19:29:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:24 Removing intermediate container bae4c71fa0fa 19:29:24 ---> a768b461568a 19:29:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:24 ---> 6b27e98d7c58 19:29:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:29:24 ---> bcf7a411301e 19:29:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:29:24 ---> 7ad64b683c02 19:29:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:29:25 ---> 4ba4ad41d223 19:29:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:29:25 Removing intermediate container a6bc6d2e1563 19:29:25 ---> 85b0dbc510f7 19:29:25 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:29:25 ---> Running in 1a96607c1f05 19:29:26 ---> d2d7cc6deca8 19:29:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:29:26 ---> 5c9f956c1f6e 19:29:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:29:26 ---> ef78d47d59eb 19:29:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:29:26 Removing intermediate container ffdf925facea 19:29:26 ---> 2a4370865444 19:29:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:29:26 ---> Running in 891f94dac777 19:29:26 ---> Running in dac5f930b138 19:29:26 Removing intermediate container 1a96607c1f05 19:29:26 ---> ce6a37825652 19:29:26 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:29:26 ---> e6a36df7053e 19:29:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:29:26 ---> c907f3e512cf 19:29:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:29:26 Removing intermediate container 891f94dac777 19:29:26 ---> aa40981805f3 19:29:26 Step 18/21 : CMD ["--init=true"] 19:29:26 ---> 8040347321bf 19:29:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:29:26 ---> Running in c5adeda3c676 19:29:27 ---> Running in fccc209a5a22 19:29:27 ---> Running in 480565928b8e 19:29:27 ---> Running in 44e424718820 19:29:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:27 Removing intermediate container c5adeda3c676 19:29:27 ---> 75d2933df690 19:29:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:27 Removing intermediate container fccc209a5a22 19:29:27 ---> 97ab4f09f222 19:29:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:27 ---> Running in 79784eec4023 19:29:27 Removing intermediate container 44e424718820 19:29:27 ---> 70f43e0d90e2 19:29:27 Step 19/21 : LABEL arch=x86_64 19:29:27 ---> Running in 7e4314661f52 19:29:28 ---> Running in a7801f7b9601 19:29:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:28 Removing intermediate container 79784eec4023 19:29:28 ---> 6c89cb97e822 19:29:28 Step 20/22 : LABEL arch=x86_64 19:29:28 Removing intermediate container 7e4314661f52 19:29:28 ---> 6bdf9b36e847 19:29:28 Step 20/22 : LABEL arch=x86_64 19:29:28 ---> Running in bdad11b1307a 19:29:28 ---> Running in 06a4972eab88 19:29:28 Removing intermediate container a7801f7b9601 19:29:28 ---> 6fa430f681b9 19:29:28 Step 20/21 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:29:28 ---> Running in 949a148c7026 19:29:28 Removing intermediate container bdad11b1307a 19:29:28 ---> dc7a67b21a68 19:29:28 Step 21/22 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:29:28 (1/6) Installing dumb-init (1.2.2-r1) 19:29:28 ---> Running in c691366731c7 19:29:28 Removing intermediate container 06a4972eab88 19:29:28 ---> 3e28eb905ddd 19:29:28 Step 21/22 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:29:29 ---> Running in b8c20fd07a17 19:29:29 Removing intermediate container 949a148c7026 19:29:29 ---> 73733d004204 19:29:29 Step 21/21 : LABEL version=0.0.0 19:29:29 Removing intermediate container c691366731c7 19:29:29 ---> 13238378e1fc 19:29:29 Step 22/22 : LABEL version=0.0.0 19:29:29 ---> Running in 8bbd3a77f671 19:29:29 ---> Running in 4b869b39c6a1 19:29:29 Removing intermediate container b8c20fd07a17 19:29:29 ---> 476b595da452 19:29:29 Step 22/22 : LABEL version=0.0.0 19:29:29 Removing intermediate container 480565928b8e 19:29:29 ---> fecce28f7510 19:29:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:29 (2/6) Installing libgcc (9.3.0-r2) 19:29:29 (3/6) Installing libsodium (1.0.18-r0) 19:29:29 ---> Running in b2dbb83bd180 19:29:29 (4/6) Installing libstdc++ (9.3.0-r2) 19:29:29 Removing intermediate container 8bbd3a77f671 19:29:29 ---> 21cb21bf8c0e 19:29:29 19:29:29 (5/6) Installing libzmq (4.3.3-r0) 19:29:29 Removing intermediate container 4b869b39c6a1 19:29:29 ---> 9ce13cf4ad7a 19:29:29 19:29:29 (6/6) Installing zeromq (4.3.3-r0) 19:29:29 ---> 8a09aedf00d0 19:29:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:29:29 Removing intermediate container b2dbb83bd180 19:29:29 ---> 83c64f147084 19:29:29 19:29:29 Executing busybox-1.31.1-r20.trigger 19:29:30 OK: 8 MiB in 20 packages 19:29:30 Successfully built 9ce13cf4ad7a 19:29:30 Successfully built 21cb21bf8c0e 19:29:30 Successfully tagged docker-support-notifications-go:latest 19:29:30 Building docker-sys-mgmt-agent-go 19:29:30  Building docker-support-notifications-go ... done Successfully tagged docker-security-proxy-setup-go:latest 19:29:30  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 19:29:30 Successfully built 83c64f147084 19:29:30 Successfully tagged docker-support-scheduler-go:latest 19:29:30 Building docker-core-metadata-go 19:29:30  Building docker-support-scheduler-go ... done Removing intermediate container dac5f930b138 19:29:30 ---> a638be9442c8 19:29:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:30 ---> 4d898b4155c9 19:29:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:29:31 ---> ea9db84d0063 19:29:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:29:31 ---> 8cea8a209330 19:29:31 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:29:31 ---> 125d6c1525d8 19:29:31 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:29:32 ---> 706a49c6b4de 19:29:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:29:35 ---> 78dd7697d232 19:29:35 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:29:35 ---> 3a44bfb473cd 19:29:35 Step 19/23 : ENTRYPOINT ["/core-data"] 19:29:36 ---> Running in 3c9d8045a0a2 19:29:37 ---> Running in 47bc84dbc58b 19:29:37 Removing intermediate container 3c9d8045a0a2 19:29:37 ---> a1b2d9e725a6 19:29:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:29:37 Removing intermediate container 47bc84dbc58b 19:29:37 ---> 7f17aea5b700 19:29:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:37 ---> Running in d74e9d44ae5e 19:29:38 ---> 145760a34d91 19:29:38 Step 26/31 : RUN chmod +x /entrypoint.sh 19:29:41 ---> Running in 323fdb622316 19:29:41 Removing intermediate container d74e9d44ae5e 19:29:41 ---> 5a5a98d06ad4 19:29:41 Step 21/23 : LABEL arch=x86_64 19:29:41 ---> Running in 5c2d05749dac 19:29:41 Removing intermediate container 5c2d05749dac 19:29:41 ---> 36d0171265bb 19:29:41 Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:29:41 ---> Running in 248cc08fe71a 19:29:41 Removing intermediate container 248cc08fe71a 19:29:41 ---> 8a309c36b8e5 19:29:41 Step 23/23 : LABEL version=0.0.0 19:29:42 ---> Running in 97ff49a750d9 19:29:46 Removing intermediate container 97ff49a750d9 19:29:46 ---> 363e78064ede 19:29:46 19:29:46 Successfully built 363e78064ede 19:29:46 Successfully tagged docker-core-data-go:latest 19:29:46  Building docker-core-data-go ... done Building docker-core-command-go 19:29:48 Removing intermediate container 323fdb622316 19:29:48 ---> dfff91d72296 19:29:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:29:51 ---> Running in b5483c025550 19:29:52 Removing intermediate container b5483c025550 19:29:52 ---> 8d33ce478513 19:29:52 Step 28/31 : CMD ["gate"] 19:29:54 ---> Running in b7a279a5d2df 19:29:55 Removing intermediate container b7a279a5d2df 19:29:55 ---> ece028f6fefd 19:29:55 Step 29/31 : LABEL arch=x86_64 19:29:56 ---> Running in 7ca2bffb4d82 19:29:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:29:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:29:57 ---> f819e56cdd64 19:29:57 Step 3/23 : WORKDIR /edgex-go 19:29:57 ---> Using cache 19:29:57 ---> 560ecb0495da 19:29:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:57 ---> Using cache 19:29:57 ---> f69e5bdf1f3d 19:29:57 Step 5/23 : RUN apk add --update --no-cache make bash git 19:29:57 Removing intermediate container 7ca2bffb4d82 19:29:57 ---> 29c499d5e9d9 19:29:57 Step 30/31 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:29:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:29:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:29:58 ---> f819e56cdd64 19:29:58 Step 3/24 : WORKDIR /edgex-go 19:29:58 ---> Using cache 19:29:58 ---> 560ecb0495da 19:29:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:58 ---> Using cache 19:29:58 ---> f69e5bdf1f3d 19:29:58 Step 5/24 : RUN apk add --update --no-cache make git 19:29:58 ---> Using cache 19:29:58 ---> 43d8057ac196 19:29:58 Step 6/24 : COPY go.mod . 19:29:58 ---> Using cache 19:29:58 ---> df0747b04633 19:29:58 Step 7/24 : RUN go mod download 19:29:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:29:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:29:58 ---> f819e56cdd64 19:29:58 Step 3/23 : WORKDIR /edgex-go 19:29:58 ---> Using cache 19:29:58 ---> 560ecb0495da 19:29:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:58 ---> Using cache 19:29:58 ---> f69e5bdf1f3d 19:29:58 Step 5/23 : RUN apk add --update --no-cache make git 19:29:58 ---> Using cache 19:29:58 ---> 43d8057ac196 19:29:58 Step 6/23 : COPY go.mod . 19:29:58 ---> Using cache 19:29:58 ---> df0747b04633 19:29:58 Step 7/23 : RUN go mod download 19:29:58 ---> Using cache 19:29:58 ---> c3d4a079d325 19:29:58 Step 8/23 : COPY . . 19:29:58 ---> Using cache 19:29:58 ---> c3d4a079d325 19:29:58 Step 8/24 : COPY . . 19:29:58 ---> Using cache 19:29:58 ---> 1fa500a1264e 19:29:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:29:58 ---> Using cache 19:29:58 ---> 1fa500a1264e 19:29:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:29:59 ---> Running in 07e8f19a945e 19:29:59 ---> Running in eb2cbdd67c82 19:29:59 ---> Running in b351aa881b42 19:29:59 ---> Running in a611bc2bf668 19:30:00 Removing intermediate container 07e8f19a945e 19:30:00 ---> 6fc5925aad18 19:30:00 Step 31/31 : LABEL version=0.0.0 19:30:00 ---> Running in 3278613fa7ee 19:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:30:01 Removing intermediate container 3278613fa7ee 19:30:01 ---> 1993da8d6cef 19:30:01 19:30:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:30:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:30:02 Successfully built 1993da8d6cef 19:30:02 Successfully tagged docker-security-bootstrapper-go:latest 19:30:02  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages 19:30:04 Removing intermediate container eb2cbdd67c82 19:30:04 ---> cf2401d8f4a0 19:30:04 Step 6/23 : COPY go.mod . 19:30:06 ---> 59fbd9aca947 19:30:06 Step 7/23 : RUN go mod download 19:30:07 ---> Running in dc77a1a86ed1 19:30:12 Removing intermediate container dc77a1a86ed1 19:30:12 ---> 31844e288e63 19:30:12 Step 8/23 : COPY . . 19:30:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:30:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:30:15 ---> f819e56cdd64 19:30:15 Step 3/23 : WORKDIR /edgex-go 19:30:15 ---> Using cache 19:30:15 ---> 560ecb0495da 19:30:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:15 ---> Using cache 19:30:15 ---> f69e5bdf1f3d 19:30:15 Step 5/23 : RUN apk add --update --no-cache make git 19:30:15 ---> Using cache 19:30:15 ---> 43d8057ac196 19:30:15 Step 6/23 : COPY go.mod . 19:30:15 ---> Using cache 19:30:15 ---> df0747b04633 19:30:15 Step 7/23 : RUN go mod download 19:30:15 ---> Using cache 19:30:15 ---> c3d4a079d325 19:30:15 Step 8/23 : COPY . . 19:30:15 ---> Using cache 19:30:15 ---> 1fa500a1264e 19:30:15 Step 9/23 : RUN make cmd/core-command/core-command 19:30:16 ---> Running in 01799f6e6d2f 19:30:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:30:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:30:41 ---> 0085dfd59742 19:30:41 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:30:41 ---> Running in 7fc5c6abccc8 19:30:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:30:45 Removing intermediate container b351aa881b42 19:30:45 ---> 9673e562f704 19:30:45 19:30:45 Step 10/24 : FROM alpine:3.12 19:30:45 ---> 13621d1b12d4 19:30:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:30:45 ---> Running in e0474bb47704 19:30:45 Removing intermediate container a611bc2bf668 19:30:45 ---> 2b71c41a4966 19:30:45 19:30:45 Step 10/23 : FROM alpine:3.12 19:30:45 ---> 13621d1b12d4 19:30:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:30:45 ---> Using cache 19:30:45 ---> 5cdceeea975c 19:30:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:45 ---> Using cache 19:30:45 ---> f22f37359c2d 19:30:45 Step 13/23 : ENV APP_PORT=48081 19:30:46 ---> Running in 7b50dab9aab1 19:30:46 Removing intermediate container 7b50dab9aab1 19:30:46 ---> c95dff5d7773 19:30:46 Step 14/23 : EXPOSE $APP_PORT 19:30:46 ---> Running in b5328d1b617a 19:30:47 Removing intermediate container b5328d1b617a 19:30:47 ---> f1ab63529dd0 19:30:47 Step 15/23 : WORKDIR / 19:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:30:47 ---> Running in 7796498070df 19:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:30:47 (1/6) Installing ca-certificates (20191127-r4) 19:30:47 Removing intermediate container 7796498070df 19:30:47 ---> b4b985b17c03 19:30:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:47 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:30:47 (3/6) Installing libcurl (7.76.1-r0) 19:30:47 (4/6) Installing curl (7.76.1-r0) 19:30:47 (5/6) Installing dumb-init (1.2.2-r1) 19:30:47 (6/6) Installing su-exec (0.2-r1) 19:30:47 Executing busybox-1.31.1-r20.trigger 19:30:48 Executing ca-certificates-20191127-r4.trigger 19:30:48 OK: 7 MiB in 20 packages 19:30:49 ---> 9b9f9ed42639 19:30:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:30:50 Removing intermediate container e0474bb47704 19:30:50 ---> 4f2ee41a375d 19:30:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:30:50 ---> Running in 04d4bbda55e2 19:30:50 ---> d51a70bdae2f 19:30:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:30:50 Removing intermediate container 04d4bbda55e2 19:30:50 ---> 6ca9bade2576 19:30:50 Step 13/24 : WORKDIR / 19:30:52 ---> Running in c8f50dbcd7f4 19:30:54 ---> 1cd066eeba0f 19:30:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:30:54 ---> Running in 778e0144f048 19:30:54 Removing intermediate container c8f50dbcd7f4 19:30:54 ---> 55f85a7db015 19:30:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:30:54 Removing intermediate container 01799f6e6d2f 19:30:54 ---> 0bc4994574bc 19:30:54 19:30:54 Step 10/23 : FROM alpine:3.12 19:30:54 ---> 13621d1b12d4 19:30:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:30:54 ---> Using cache 19:30:54 ---> 5cdceeea975c 19:30:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:54 ---> Using cache 19:30:54 ---> f22f37359c2d 19:30:54 Step 13/23 : ENV APP_PORT=48082 19:30:54 ---> Running in 271504d0c366 19:30:54 Removing intermediate container 778e0144f048 19:30:54 ---> 31dc277e6987 19:30:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:55 ---> Running in 09f67c0dac94 19:30:55 ---> cae36834ac96 19:30:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:30:55 Removing intermediate container 271504d0c366 19:30:55 ---> bd7ff0bf18af 19:30:55 Step 14/23 : EXPOSE $APP_PORT 19:30:55 ---> Running in 320486a6d4e4 19:30:55 Removing intermediate container 09f67c0dac94 19:30:55 ---> 9290eab68e7c 19:30:55 Step 21/23 : LABEL arch=x86_64 19:30:55 Removing intermediate container 320486a6d4e4 19:30:55 ---> 2d2f1abc9a36 19:30:55 Step 15/23 : WORKDIR / 19:30:55 ---> Running in 3bf1b5292c0a 19:30:55 ---> 61ab8d8dbac6 19:30:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:30:55 ---> Running in 40faa8f2442b 19:30:56 Removing intermediate container 3bf1b5292c0a 19:30:56 ---> cc301753e07e 19:30:56 Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:30:56 ---> Running in 0ea677792a88 19:30:56 Removing intermediate container 40faa8f2442b 19:30:56 ---> 2d36ce42659c 19:30:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:56 ---> be5033ba76e1 19:30:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:30:56 Removing intermediate container 0ea677792a88 19:30:56 ---> aa5800bd5cfd 19:30:56 Step 23/23 : LABEL version=0.0.0 19:30:56 ---> Running in 33bf1eddd99a 19:30:56 ---> baa566b5a2ad 19:30:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:30:57 Removing intermediate container 33bf1eddd99a 19:30:57 ---> 86ec27f5597b 19:30:57 19:30:57 ---> 8af7e473115d 19:30:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:30:57 Successfully built 86ec27f5597b 19:30:57 Successfully tagged docker-core-metadata-go:latest 19:30:58  Building docker-core-metadata-go ... done  ---> 4d9864955389 19:30:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:30:58 ---> 51639167df4a 19:30:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:30:58 ---> ca7e23f3221a 19:30:58 Step 19/23 : ENTRYPOINT ["/core-command"] 19:30:58 ---> Running in c35a17b5be20 19:30:58 ---> 7268ae763c4a 19:30:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:30:59 ---> Running in b2aec2cebced 19:30:59 Removing intermediate container c35a17b5be20 19:30:59 ---> c44a6a974ade 19:30:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:59 ---> Running in c6d4b92cc1ac 19:30:59 Removing intermediate container c6d4b92cc1ac 19:30:59 ---> 64e731e4d227 19:30:59 Step 21/23 : LABEL arch=x86_64 19:31:00 ---> Running in 8cfb8a5dc892 19:31:00 Removing intermediate container 8cfb8a5dc892 19:31:00 ---> 1e8e4abbdbce 19:31:00 Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:31:01 ---> Running in 2cdfa496f8dd 19:31:01 Removing intermediate container 7fc5c6abccc8 19:31:01 ---> 559bc44e1260 19:31:01 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:31:01 ---> Running in c397aacf40f3 19:31:01 Removing intermediate container 2cdfa496f8dd 19:31:01 ---> 8cfc3fb85c54 19:31:01 Step 23/23 : LABEL version=0.0.0 19:31:02 Removing intermediate container b2aec2cebced 19:31:02 ---> af9e58046579 19:31:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:31:02 ---> Running in 03d54599c888 19:31:02 ---> Running in 7a6af20dd89d 19:31:02 Removing intermediate container 03d54599c888 19:31:02 ---> 990ed132976d 19:31:02 19:31:02 Removing intermediate container 7a6af20dd89d 19:31:02 ---> da66f46570f2 19:31:02 Step 22/24 : LABEL arch=x86_64 19:31:02 Successfully built 990ed132976d 19:31:02 ---> Running in 3cb889ce2be4 19:31:02 Successfully tagged docker-core-command-go:latest 19:31:02  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:31:02 Removing intermediate container 3cb889ce2be4 19:31:02 ---> 75d0bcba9c15 19:31:02 Step 23/24 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:31:02 ---> Running in 73dfd484593e 19:31:03 Removing intermediate container 73dfd484593e 19:31:03 ---> 84f800e984d6 19:31:03 Step 24/24 : LABEL version=0.0.0 19:31:03 ---> Running in 39aa443e57ac 19:31:03 Removing intermediate container 39aa443e57ac 19:31:03 ---> af66c0ea324c 19:31:03 19:31:04 Successfully built af66c0ea324c 19:31:04 Successfully tagged docker-security-secretstore-setup-go:latest 19:31:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container c397aacf40f3 19:31:04 ---> ef66f2c8aca9 19:31:04 19:31:04 Step 11/23 : FROM docker:20.10.0 19:31:04 20.10.0: Pulling from library/docker 19:31:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:31:09 Status: Downloaded newer image for docker:20.10.0 19:31:09 ---> aefe523efa57 19:31:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:31:09 ---> Running in 292b241e2fc0 19:31:09 Removing intermediate container 292b241e2fc0 19:31:09 ---> 6ae9e46f6fd2 19:31:09 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:31:09 ---> Running in a4462b26f58f 19:31:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:31:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:31:10 (1/39) Installing readline (8.0.4-r0) 19:31:10 (2/39) Installing bash (5.0.17-r0) 19:31:10 Executing bash-5.0.17-r0.post-install 19:31:10 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:31:10 (4/39) Installing libcurl (7.76.1-r0) 19:31:10 (5/39) Installing curl (7.76.1-r0) 19:31:10 (6/39) Installing dumb-init (1.2.2-r1) 19:31:10 (7/39) Installing libbz2 (1.0.8-r1) 19:31:10 (8/39) Installing expat (2.2.9-r1) 19:31:10 (9/39) Installing libffi (3.3-r2) 19:31:10 (10/39) Installing gdbm (1.13-r1) 19:31:10 (11/39) Installing xz-libs (5.2.5-r0) 19:31:10 (12/39) Installing sqlite-libs (3.32.1-r0) 19:31:10 (13/39) Installing python3 (3.8.8-r0) 19:31:11 (14/39) Installing py3-appdirs (1.4.4-r1) 19:31:11 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:31:11 (16/39) Installing py3-parsing (2.4.7-r0) 19:31:11 (17/39) Installing py3-six (1.15.0-r0) 19:31:11 (18/39) Installing py3-packaging (20.4-r0) 19:31:11 (19/39) Installing py3-setuptools (47.0.0-r0) 19:31:11 (20/39) Installing py3-chardet (3.0.4-r4) 19:31:11 (21/39) Installing py3-idna (2.9-r0) 19:31:11 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:31:11 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:31:11 (24/39) Installing py3-requests (2.23.0-r0) 19:31:11 (25/39) Installing py3-msgpack (1.0.0-r0) 19:31:11 (26/39) Installing py3-lockfile (0.12.2-r3) 19:31:11 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:31:11 (28/39) Installing py3-colorama (0.4.3-r0) 19:31:11 (29/39) Installing py3-distlib (0.3.0-r0) 19:31:11 (30/39) Installing py3-distro (1.5.0-r1) 19:31:11 (31/39) Installing py3-webencodings (0.5.1-r3) 19:31:11 (32/39) Installing py3-html5lib (1.0.1-r4) 19:31:11 (33/39) Installing py3-pytoml (0.1.21-r0) 19:31:11 (34/39) Installing py3-pep517 (0.8.2-r0) 19:31:11 (35/39) Installing py3-progress (1.5-r0) 19:31:11 (36/39) Installing py3-toml (0.10.1-r0) 19:31:11 (37/39) Installing py3-retrying (1.3.3-r0) 19:31:11 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:31:11 (39/39) Installing py3-pip (20.1.1-r0) 19:31:12 Executing busybox-1.31.1-r19.trigger 19:31:12 OK: 72 MiB in 59 packages 19:31:13 Collecting docker-compose==1.23.2 19:31:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:31:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:31:13 Collecting dockerpty<0.5,>=0.4.1 19:31:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:31:14 Collecting jsonschema<3,>=2.5.1 19:31:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:31:14 Collecting texttable<0.10,>=0.9.0 19:31:14 Downloading texttable-0.9.1.tar.gz (11 kB) 19:31:15 Collecting PyYAML<4,>=3.10 19:31:15 Downloading PyYAML-3.13.tar.gz (270 kB) 19:31:15 Collecting cached-property<2,>=1.2.0 19:31:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:31:16 Collecting docker<4.0,>=3.6.0 19:31:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:31:17 Collecting docopt<0.7,>=0.6.1 19:31:17 Downloading docopt-0.6.2.tar.gz (25 kB) 19:31:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:31:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:31:17 Collecting websocket-client<1.0,>=0.32.0 19:31:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:31:17 Collecting docker-pycreds>=0.4.0 19:31:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:31:17 Collecting idna<2.8,>=2.5 19:31:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:31:17 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:31:17 Collecting urllib3<1.25,>=1.21.1 19:31:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:31:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:31:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:31:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:31:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:31:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:31:17 Installing collected packages: dockerpty, jsonschema, texttable, PyYAML, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, docker-compose 19:31:17 Running setup.py install for dockerpty: started 19:31:18 Running setup.py install for dockerpty: finished with status 'done' 19:31:18 Running setup.py install for texttable: started 19:31:18 Running setup.py install for texttable: finished with status 'done' 19:31:18 Running setup.py install for PyYAML: started 19:31:19 Running setup.py install for PyYAML: finished with status 'done' 19:31:19 Attempting uninstall: idna 19:31:19 Found existing installation: idna 2.9 19:31:19 Uninstalling idna-2.9: 19:31:19 Successfully uninstalled idna-2.9 19:31:19 Attempting uninstall: urllib3 19:31:19 Found existing installation: urllib3 1.25.9 19:31:19 Uninstalling urllib3-1.25.9: 19:31:19 Successfully uninstalled urllib3-1.25.9 19:31:20 Attempting uninstall: requests 19:31:20 Found existing installation: requests 2.23.0 19:31:20 Uninstalling requests-2.23.0: 19:31:20 Successfully uninstalled requests-2.23.0 19:31:20 Running setup.py install for docopt: started 19:31:22 Running setup.py install for docopt: finished with status 'done' 19:31:22 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 19:31:32 Removing intermediate container a4462b26f58f 19:31:32 ---> b58398bc3e51 19:31:32 Step 14/23 : ENV APP_PORT=48090 19:31:32 ---> Running in a2207ef79271 19:31:32 Removing intermediate container a2207ef79271 19:31:32 ---> 7408d7084601 19:31:32 Step 15/23 : EXPOSE $APP_PORT 19:31:32 ---> Running in 5860ad762f3d 19:31:32 Removing intermediate container 5860ad762f3d 19:31:32 ---> 482f38778735 19:31:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:31:33 ---> 650fab0de8df 19:31:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:31:33 ---> 45754919ba92 19:31:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:31:33 ---> 5c34a0451217 19:31:33 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:31:33 ---> Running in 224f2e69d366 19:31:33 Removing intermediate container 224f2e69d366 19:31:33 ---> 040a56a8143a 19:31:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:33 ---> Running in e26cdd73e36e 19:31:34 Removing intermediate container e26cdd73e36e 19:31:34 ---> c64855001a03 19:31:34 Step 21/23 : LABEL arch=x86_64 19:31:34 ---> Running in 2040235d0498 19:31:34 Removing intermediate container 2040235d0498 19:31:34 ---> 13564d1deb92 19:31:34 Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d 19:31:34 ---> Running in 13d6f40bfe96 19:31:34 Removing intermediate container 13d6f40bfe96 19:31:34 ---> 88c714a74d10 19:31:34 Step 23/23 : LABEL version=0.0.0 19:31:34 ---> Running in ed026966449f 19:31:35 Removing intermediate container ed026966449f 19:31:35 ---> 4baf9f2307a6 19:31:35 19:31:35 Successfully built 4baf9f2307a6 19:31:35 Successfully tagged docker-sys-mgmt-agent-go:latest 19:31:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:31:35 $ docker stop --time=1 ebaf5c162f9c4094a1ded55db8c945fe77cd3a57d5adb62b41e7bb8b0ec3f5e9 19:31:37 $ docker rm -f ebaf5c162f9c4094a1ded55db8c945fe77cd3a57d5adb62b41e7bb8b0ec3f5e9 [Pipeline] // withDockerContainer [Pipeline] sh 19:31:37 + docker images 19:31:37 + grep docker 19:31:37 docker-sys-mgmt-agent-go latest 4baf9f2307a6 3 seconds ago 312MB 19:31:37 docker-security-secretstore-setup-go latest af66c0ea324c 34 seconds ago 26.3MB 19:31:37 docker-core-command-go latest 990ed132976d 35 seconds ago 17.5MB 19:31:37 docker-core-metadata-go latest 86ec27f5597b 41 seconds ago 19.2MB 19:31:37 docker-security-bootstrapper-go latest 1993da8d6cef About a minute ago 19.3MB 19:31:37 docker-core-data-go latest 363e78064ede About a minute ago 22.9MB 19:31:37 docker-support-notifications-go latest 9ce13cf4ad7a 2 minutes ago 18.2MB 19:31:37 docker-support-scheduler-go latest 83c64f147084 2 minutes ago 17.7MB 19:31:37 docker-security-proxy-setup-go latest 21cb21bf8c0e 2 minutes ago 26MB 19:31:37 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:31:52 Still waiting to schedule task 19:31:52 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 19:33:17 Running on prd-ubuntu18.04-docker-8c-8g-1262 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:33:17 Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout 19:33:20 using credential edgex-jenkins-ssh 19:33:20 Cloning the remote Git repository 19:33:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:33:20 > git init /w/workspace/edgex-go/83 # timeout=10 19:33:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:33:20 > git --version # timeout=10 19:33:20 > git --version # 'git version 2.17.1' 19:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:33:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:33:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:33:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:33:32 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:33:32 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:33:33 ---> sysstat.sh 19:33:32 > git config core.sparsecheckout # timeout=10 19:33:32 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [Pipeline] libraryResource [Pipeline] sh 19:33:34 ---> package-listing.sh 19:33:34 ++ facter osfamily 19:33:34 ++ tr '[:upper:]' '[:lower:]' 19:33:34 + OS_FAMILY=redhat 19:33:34 + workspace=/w/workspace/edgex-go/83 19:33:34 + START_PACKAGES=/tmp/packages_start.txt 19:33:34 + END_PACKAGES=/tmp/packages_end.txt 19:33:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:33:34 + PACKAGES=/tmp/packages_start.txt 19:33:34 + '[' /w/workspace/edgex-go/83 ']' 19:33:34 + PACKAGES=/tmp/packages_end.txt 19:33:34 + case "${OS_FAMILY}" in 19:33:34 + rpm -qa 19:33:34 + sort 19:33:39 + '[' -f /tmp/packages_start.txt ']' 19:33:39 + '[' -f /tmp/packages_end.txt ']' 19:33:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:33:39 + '[' /w/workspace/edgex-go/83 ']' 19:33:39 + mkdir -p /w/workspace/edgex-go/83/archives/ 19:33:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/83/archives/ [Pipeline] echo 19:33:39 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/83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:33:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:33:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:33:40 19:33:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:33:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:33:40 alpine: Pulling from edgex-lftools-log-publisher 19:33:40 df20fa9351a1: Pulling fs layer 19:33:40 36b3adc4ff6f: Pulling fs layer 19:33:40 8ad3a11d3b57: Pulling fs layer 19:33:40 46f8f816bc3b: Pulling fs layer 19:33:40 93b61091891f: Pulling fs layer 19:33:40 93b9cdb0e59b: Pulling fs layer 19:33:40 5e14af77c1be: Pulling fs layer 19:33:40 01666e4c0597: Pulling fs layer 19:33:40 aa168da1d23b: Pulling fs layer 19:33:40 5e14af77c1be: Waiting 19:33:40 93b61091891f: Waiting 19:33:40 aa168da1d23b: Waiting 19:33:40 46f8f816bc3b: Waiting 19:33:40 36b3adc4ff6f: Verifying Checksum 19:33:40 36b3adc4ff6f: Download complete 19:33:40 46f8f816bc3b: Verifying Checksum 19:33:40 46f8f816bc3b: Download complete 19:33:40 df20fa9351a1: Verifying Checksum 19:33:40 df20fa9351a1: Download complete 19:33:40 93b9cdb0e59b: Verifying Checksum 19:33:40 93b9cdb0e59b: Download complete 19:33:40 5e14af77c1be: Verifying Checksum 19:33:40 5e14af77c1be: Download complete 19:33:40 93b61091891f: Verifying Checksum 19:33:40 93b61091891f: Download complete 19:33:40 01666e4c0597: Verifying Checksum 19:33:40 01666e4c0597: Download complete 19:33:40 8ad3a11d3b57: Verifying Checksum 19:33:40 8ad3a11d3b57: Download complete 19:33:41 df20fa9351a1: Pull complete 19:33:41 36b3adc4ff6f: Pull complete 19:33:42 aa168da1d23b: Verifying Checksum 19:33:42 aa168da1d23b: Download complete 19:33:43 8ad3a11d3b57: Pull complete 19:33:43 46f8f816bc3b: Pull complete 19:33:44 93b61091891f: Pull complete 19:33:44 93b9cdb0e59b: Pull complete 19:33:44 5e14af77c1be: Pull complete 19:33:44 01666e4c0597: Pull complete 19:33:55 aa168da1d23b: Pull complete 19:33:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:33:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:33:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:33:55 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 19:33:55 $ 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/83/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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:33:59 $ docker top c22585be1cb994948c95a62ff2460d4f118676682e4073745545223d94dca4da -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:00 + touch /tmp/pre-build-complete [Pipeline] sh 19:34:00 + mkdir -p /var/log/sa [Pipeline] sh 19:34:00 + ls /var/log/sa-host 19:34:00 + sadf -c /var/log/sa-host/sa20 19:34:00 file_magic: OK 19:34:00 HZ: Using current value: 100 19:34:00 file_header: OK 19:34: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 19:34:00 Statistics: 19:34:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:34:00 File successfully converted to sysstat format version 12.2.1 19:34:00 + sadf -c /var/log/sa-host/sa23 19:34:00 file_magic: OK 19:34:00 HZ: Using current value: 100 19:34:00 file_header: OK 19:34: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 19:34:00 Statistics: 19:34:00 Hnuu...uuuununununu... 19:34:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:34:01 provisioning config files... 19:34:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/83@tmp/config5129987190935168028tmp [Pipeline] { [Pipeline] echo 19:34:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:34:01 ---> create-netrc.sh [Pipeline] } 19:34:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:34:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:34:01 ---> python-tools-install.sh [Pipeline] echo 19:34:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:34:02 ---> sudo-logs.sh 19:34:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:34:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:34:02 ---> job-cost.sh 19:34:02 lf-activate-venv: SKIPPING 19:34:02 INFO: No Stack... 19:34:03 INFO: Retrieving Pricing Info for: v1-standard-2 19:34:03 INFO: Archiving Costs [Pipeline] echo 19:34:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:34:03 ---> logs-deploy.sh 19:34:03 lf-activate-venv: SKIPPING 19:34:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/83 19:34:03 INFO: archiving workspace using pattern(s): 19:34:05 Archives upload complete. 19:34:05 INFO: archiving logs to Nexus 19:34:06 ---> uname -a: 19:34:06 Linux prd-centos7-docker-4c-2g-1249.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:34:06 19:34:06 19:34:06 ---> lscpu: 19:34:06 Architecture: x86_64 19:34:06 CPU op-mode(s): 32-bit, 64-bit 19:34:06 Byte Order: Little Endian 19:34:06 Address sizes: 40 bits physical, 48 bits virtual 19:34:06 CPU(s): 4 19:34:06 On-line CPU(s) list: 0-3 19:34:06 Thread(s) per core: 1 19:34:06 Core(s) per socket: 1 19:34:06 Socket(s): 4 19:34:06 NUMA node(s): 1 19:34:06 Vendor ID: GenuineIntel 19:34:06 CPU family: 6 19:34:06 Model: 44 19:34:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:34:06 Stepping: 1 19:34:06 CPU MHz: 2933.436 19:34:06 BogoMIPS: 5866.87 19:34:06 Virtualization: VT-x 19:34:06 Hypervisor vendor: KVM 19:34:06 Virtualization type: full 19:34:06 L1d cache: 128 KiB 19:34:06 L1i cache: 128 KiB 19:34:06 L2 cache: 16 MiB 19:34:06 L3 cache: 64 MiB 19:34:06 NUMA node0 CPU(s): 0-3 19:34:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:34:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:34:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:34:06 Vulnerability Meltdown: Mitigation; PTI 19:34:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:34:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:34:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:34:06 Vulnerability Srbds: Not affected 19:34:06 Vulnerability Tsx async abort: Not affected 19:34:06 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 19:34:06 19:34:06 19:34:06 ---> nproc: 19:34:06 4 19:34:06 19:34:06 19:34:06 ---> df -h: 19:34:06 Filesystem Size Used Available Use% Mounted on 19:34:06 overlay 50.0G 12.2G 37.8G 24% / 19:34:06 tmpfs 64.0M 0 64.0M 0% /dev 19:34:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:34:06 shm 64.0M 0 64.0M 0% /dev/shm 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/83 19:34:06 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/83@tmp 19:34:06 19:34:06 19:34:06 ---> free -m: 19:34:06 total used free shared buff/cache available 19:34:06 Mem: 1837 724 115 0 997 1030 19:34:06 Swap: 1023 50 973 19:34:06 19:34:06 19:34:06 ---> ip addr: 19:34:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:34:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:34:06 inet 127.0.0.1/8 scope host lo 19:34:06 valid_lft forever preferred_lft forever 19:34:06 inet6 ::1/128 scope host 19:34:06 valid_lft forever preferred_lft forever 19:34:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:34:06 link/ether fa:16:3e:b8:b9:8c brd ff:ff:ff:ff:ff:ff 19:34:06 inet 10.30.122.251/23 brd 10.30.123.255 scope global dynamic eth0 19:34:06 valid_lft 85613sec preferred_lft 85613sec 19:34:06 inet6 fe80::f816:3eff:feb8:b98c/64 scope link 19:34:06 valid_lft forever preferred_lft forever 19:34:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:34:06 link/ether 02:42:0f:de:0c:1d brd ff:ff:ff:ff:ff:ff 19:34:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:34:06 valid_lft forever preferred_lft forever 19:34:06 inet6 fe80::42:fff:fede:c1d/64 scope link 19:34:06 valid_lft forever preferred_lft forever 19:34:06 19:34:06 19:34:06 ---> sar -b -r -n DEV: 19:34:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:34:06 19:34:06 19:20:48 LINUX RESTART (4 CPU) 19:34:06 19:34:06 19:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:34:06 19:23:01 222.86 116.77 106.09 0.00 7298.89 44501.13 0.00 19:34:06 19:24:02 259.04 107.71 151.33 0.00 4394.68 20988.46 0.00 19:34:06 19:25:01 87.48 17.24 70.24 0.00 677.12 9565.92 0.00 19:34:06 19:26:01 150.56 79.95 70.61 0.00 3693.83 10292.32 0.00 19:34:06 19:27:01 275.12 103.44 171.68 0.00 36093.95 107640.90 0.00 19:34:06 19:28:02 2443.78 2102.35 341.43 0.00 164797.39 175450.24 0.00 19:34:06 19:29:02 930.29 762.37 167.92 0.00 48039.26 53803.87 0.00 19:34:06 19:30:02 1043.14 700.33 342.81 0.00 85292.78 131048.70 0.00 19:34:06 19:31:01 1153.34 885.63 267.71 0.00 59738.15 70801.55 0.00 19:34:06 19:32:01 122.09 19.31 102.78 0.00 3361.92 17728.01 0.00 19:34:06 19:33:01 1.23 0.02 1.22 0.00 0.53 16.13 0.00 19:34:06 Average: 609.46 446.29 163.16 0.00 37709.04 58521.49 0.00 19:34:06 19:34:06 19:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:34:06 19:23:01 86208 0 733624 38.99 1564 1060148 1475660 50.36 569168 983660 52184 19:34:06 19:24:02 149844 0 796188 42.32 940 934572 1748960 59.69 629440 823944 75912 19:34:06 19:25:01 254360 0 828852 44.05 600 797732 1781612 60.80 674176 670992 74704 19:34:06 19:26:01 265596 0 750432 39.88 580 864936 1369224 46.73 567696 753800 176 19:34:06 19:27:01 76416 0 835556 44.41 68 969504 2243184 76.56 726480 863392 79316 19:34:06 19:28:02 73276 0 852164 45.29 68 956036 2350856 80.23 761228 813960 72424 19:34:06 19:29:02 298188 0 941564 50.04 68 641724 3277804 111.87 607740 695312 29904 19:34:06 19:30:02 92380 0 741088 39.39 68 1048008 2115732 72.21 630160 928824 42504 19:34:06 19:31:01 372536 0 683760 36.34 68 825180 1395968 47.64 569052 705460 8792 19:34:06 19:32:01 150060 0 650276 34.56 68 1081140 1221212 41.68 501732 984296 20 19:34:06 19:33:01 155024 0 645304 34.30 68 1081148 1187144 40.52 498644 983616 12 19:34:06 Average: 179444 0 768983 40.87 378 932739 1833396 62.57 612320 837023 39632 19:34:06 19:34:06 19:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:34:06 19:23:01 veth94fafb4 69.81 104.72 4.59 271.01 0.00 0.00 0.00 0.00 19:34:06 19:23:01 eth0 806.62 722.38 4507.41 104.80 0.00 0.00 0.00 0.00 19:34:06 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:23:01 docker0 497.24 508.77 37.38 1666.20 0.00 0.00 0.00 0.00 19:34:06 19:24:02 eth0 175.42 129.50 594.02 21.78 0.00 0.00 0.00 0.00 19:34:06 19:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:24:02 docker0 109.79 138.70 7.98 563.31 0.00 0.00 0.00 0.00 19:34:06 19:24:02 veth73db962 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:25:01 eth0 28.86 15.58 21.40 11.55 0.00 0.00 0.00 0.00 19:34:06 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:25:01 docker0 2.57 2.57 0.17 0.21 0.00 0.00 0.00 0.00 19:34:06 19:25:01 veth73db962 2.57 2.57 0.21 0.21 0.00 0.00 0.00 0.00 19:34:06 19:26:01 eth0 32.07 24.24 18.61 83.73 0.00 0.00 0.00 0.00 19:34:06 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:26:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:26:01 veth73db962 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:27:01 veth6911b56 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:27:01 eth0 197.55 153.46 1691.54 66.00 0.00 0.00 0.00 0.00 19:34:06 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:28:02 veth6911b56 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:28:02 eth0 75.93 53.80 163.06 12.09 0.00 0.00 0.00 0.00 19:34:06 19:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:28:02 docker0 43.44 55.35 2.88 146.67 0.00 0.00 0.00 0.00 19:34:06 19:29:02 veth6911b56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:29:02 vethbbe085b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:29:02 eth0 7.36 3.58 5.81 3.09 0.00 0.00 0.00 0.00 19:34:06 19:29:02 vethccd1f1d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:30:02 veth30bac29 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:30:02 veth1e22517 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:30:02 veth6911b56 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 19:34:06 19:30:02 eth0 103.77 70.51 283.13 72.42 0.00 0.00 0.00 0.00 19:34:06 19:31:01 veth6911b56 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:31:01 eth0 53.89 32.11 74.82 42.21 0.00 0.00 0.00 0.00 19:34:06 19:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:34:06 19:31:01 docker0 1167.27 1165.29 91.74 3982.82 0.00 0.00 0.00 0.00 19:34:06 19:32:01 eth0 193.94 136.98 1585.66 77.04 0.00 0.00 0.00 0.00 19:34:06 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:32:01 docker0 22.80 40.45 1.52 343.61 0.00 0.00 0.00 0.00 19:34:06 19:33:01 eth0 0.52 0.08 0.06 0.01 0.00 0.00 0.00 0.00 19:34:06 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 Average: eth0 152.77 122.37 816.09 45.02 0.00 0.00 0.00 0.00 19:34:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:34:06 Average: docker0 64.98 72.85 4.76 270.44 0.00 0.00 0.00 0.00 19:34:06 19:34:06 19:34:06 ---> sar -P ALL: 19:34:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:34:06 19:34:06 19:20:48 LINUX RESTART (4 CPU) 19:34:06 19:34:06 19:22:01 CPU %user %nice %system %iowait %steal %idle 19:34:06 19:23:01 all 13.83 0.00 8.21 1.80 0.92 75.25 19:34:06 19:23:01 0 15.91 0.00 8.63 1.40 0.86 73.20 19:34:06 19:23:01 1 17.00 0.00 8.98 2.27 1.02 70.72 19:34:06 19:23:01 2 10.37 0.00 8.12 1.45 0.91 79.15 19:34:06 19:23:01 3 12.10 0.00 7.11 2.06 0.87 77.86 19:34:06 19:24:02 all 29.02 0.00 10.60 6.99 1.09 52.31 19:34:06 19:24:02 0 28.72 0.00 11.55 8.75 1.30 49.68 19:34:06 19:24:02 1 29.20 0.00 9.98 5.86 1.04 53.92 19:34:06 19:24:02 2 28.96 0.00 10.08 7.07 1.01 52.89 19:34:06 19:24:02 3 29.18 0.00 10.79 6.29 1.00 52.74 19:34:06 19:25:01 all 50.03 0.00 13.46 2.65 2.38 31.48 19:34:06 19:25:01 0 50.51 0.00 13.64 2.21 2.12 31.52 19:34:06 19:25:01 1 48.96 0.00 13.80 3.54 2.21 31.50 19:34:06 19:25:01 2 49.08 0.00 13.27 2.45 2.68 32.52 19:34:06 19:25:01 3 51.58 0.00 13.11 2.42 2.49 30.40 19:34:06 19:26:01 all 51.94 0.00 15.61 2.35 2.79 27.32 19:34:06 19:26:01 0 51.77 0.00 15.63 3.85 2.61 26.14 19:34:06 19:26:01 1 52.10 0.00 15.20 2.70 2.76 27.24 19:34:06 19:26:01 2 51.41 0.00 16.05 1.96 3.13 27.45 19:34:06 19:26:01 3 52.48 0.00 15.55 0.86 2.65 28.45 19:34:06 19:27:01 all 21.28 0.00 18.13 5.06 0.94 54.59 19:34:06 19:27:01 0 21.93 0.00 18.57 6.06 0.89 52.54 19:34:06 19:27:01 1 20.79 0.00 18.48 6.54 0.99 53.21 19:34:06 19:27:01 2 21.50 0.00 17.28 4.11 0.99 56.11 19:34:06 19:27:01 3 20.91 0.00 18.19 3.51 0.89 56.51 19:34:06 19:28:02 all 22.13 0.00 31.08 21.78 1.99 23.03 19:34:06 19:28:02 0 21.66 0.00 31.62 19.84 1.93 24.95 19:34:06 19:28:02 1 21.13 0.00 28.28 23.96 2.18 24.46 19:34:06 19:28:02 2 22.64 0.00 32.89 20.37 1.86 22.23 19:34:06 19:28:02 3 23.10 0.00 31.55 22.95 1.97 20.43 19:34:06 19:29:02 all 65.78 0.00 18.70 7.75 1.18 6.59 19:34:06 19:29:02 0 64.30 0.00 20.20 8.53 1.22 5.74 19:34:06 19:29:02 1 65.93 0.00 18.28 8.37 1.22 6.20 19:34:06 19:29:02 2 66.07 0.00 18.46 7.24 1.26 6.96 19:34:06 19:29:02 3 66.80 0.00 17.88 6.83 1.03 7.46 19:34:06 19:30:02 all 24.69 0.00 25.75 22.06 1.29 26.23 19:34:06 19:30:02 0 24.01 0.00 26.09 20.99 1.38 27.53 19:34:06 19:30:02 1 26.11 0.00 26.69 23.96 1.16 22.07 19:34:06 19:30:02 2 23.50 0.00 25.28 21.60 1.31 28.31 19:34:06 19:30:02 3 25.14 0.00 24.92 21.70 1.29 26.96 19:34:06 19:31:01 all 62.55 0.00 24.49 6.45 0.95 5.56 19:34:06 19:31:01 0 61.90 0.00 25.13 3.91 0.89 8.17 19:34:06 19:31:01 1 61.48 0.00 26.35 6.91 0.94 4.31 19:34:06 19:31:01 2 63.63 0.00 23.39 7.30 0.93 4.75 19:34:06 19:31:01 3 63.18 0.00 23.09 7.69 1.04 5.00 19:34:06 19:32:01 all 8.05 0.00 5.55 3.31 0.26 82.84 19:34:06 19:32:01 0 8.81 0.00 5.17 1.10 0.31 84.62 19:34:06 19:32:01 1 7.10 0.00 5.93 5.03 0.19 81.75 19:34:06 19:32:01 2 7.99 0.00 5.82 5.80 0.24 80.15 19:34:06 19:32:01 3 8.30 0.00 5.27 1.31 0.29 84.84 19:34:06 19:33:01 all 0.15 0.00 0.05 0.00 0.00 99.80 19:34:06 19:33:01 0 0.50 0.00 0.03 0.00 0.00 99.47 19:34:06 19:33:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:34:06 19:33:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:34:06 19:33:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:34:06 19:34:06 Average: CPU %user %nice %system %iowait %steal %idle 19:34:06 Average: all 31.14 0.00 15.39 7.20 1.24 45.03 19:34:06 Average: 0 31.23 0.00 15.81 6.89 1.21 44.86 19:34:06 Average: 1 31.19 0.00 15.43 8.02 1.23 44.13 19:34:06 Average: 2 30.69 0.00 15.31 7.14 1.29 45.57 19:34:06 Average: 3 31.46 0.00 15.00 6.76 1.21 45.57 19:34:06 19:34:06 19:34:06