Pull request #3040 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57833167145affc62033509b974725e85080a4be+ff4e3493a8c789d3c4d6c885bb9a70d186a91ade (d3bd53a7b929f2f88ba07d8780055a7f1d83c189) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21199 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit 57833167145affc62033509b974725e85080a4be Merge succeeded, producing 9e5f365b0e81e2e5626aa87507c6022040d4e715 Checking out Revision 9e5f365b0e81e2e5626aa87507c6022040d4e715 (PR-3040) > 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/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57833167145affc62033509b974725e85080a4be # 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 ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e5f365b0e81e2e5626aa87507c6022040d4e715 # timeout=10 Commit message: "Merge commit 'ff4e3493a8c789d3c4d6c885bb9a70d186a91ade' into HEAD" > git rev-list --no-walk 57833167145affc62033509b974725e85080a4be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:57:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:57:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:57:23 ========================================================= 15:57:23 EdgeX Global Pipelines Version Info 15:57:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:57:26 ------------------- 15:57:26 stable info: 15:57:26 ------------------- 15:57:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:57:26 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 15:57:26 Message: update stable to v1.0.177 15:57:27 ------------------- 15:57:27 experimental info: 15:57:27 ------------------- 15:57:27 Commited By: **** collab-it+edgex@linuxfoundation.org 15:57:27 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 15:57:27 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:57:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:57:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e5f365b0e81e2e5626aa87507c6022040d4e715 [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e5f365 [Pipeline] echo 15:57:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:57:30 provisioning config files... 15:57:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7194090784752841043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:57:30 ---> docker-login.sh 15:57:30 nexus3.edgexfoundry.org:10001 15:57:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:31 Configure a credential helper to remove this warning. See 15:57:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:31 15:57:31 Login Succeeded 15:57:31 nexus3.edgexfoundry.org:10002 15:57:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:32 Configure a credential helper to remove this warning. See 15:57:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:32 15:57:32 Login Succeeded 15:57:32 nexus3.edgexfoundry.org:10003 15:57:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:32 Configure a credential helper to remove this warning. See 15:57:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:32 15:57:32 Login Succeeded 15:57:32 nexus3.edgexfoundry.org:10004 15:57:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:32 Configure a credential helper to remove this warning. See 15:57:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:32 15:57:32 Login Succeeded 15:57:32 docker.io 15:57:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:33 Configure a credential helper to remove this warning. See 15:57:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:33 15:57:33 Login Succeeded 15:57:33 ---> docker-login.sh ends [Pipeline] } 15:57:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:33 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ dirname cmd/core-command/Dockerfile 15:57:33 ++ cut -d/ -f2 15:57:33 + echo core-command,cmd/core-command/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ cut -d/ -f2 15:57:33 ++ dirname cmd/core-data/Dockerfile 15:57:33 + echo core-data,cmd/core-data/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ dirname cmd/core-metadata/Dockerfile 15:57:33 ++ cut -d/ -f2 15:57:33 + echo core-metadata,cmd/core-metadata/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:57:33 ++ cut -d/ -f2 15:57:33 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ cut -d/ -f2 15:57:33 ++ dirname cmd/security-proxy-setup/Dockerfile 15:57:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:57:33 ++ cut -d/ -f2 15:57:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ cut -d/ -f2 15:57:33 ++ dirname cmd/support-notifications/Dockerfile 15:57:33 + echo support-notifications,cmd/support-notifications/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ cut -d/ -f2 15:57:33 ++ dirname cmd/support-scheduler/Dockerfile 15:57:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:57:33 + for file in '`ls cmd/**/Dockerfile`' 15:57:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:57:33 ++ cut -d/ -f2 15:57:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:57:34 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 15:57:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:34 15:57:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:57:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:35 latest: Pulling from edgex-devops/git-semver 15:57:35 31603596830f: Pulling fs layer 15:57:35 2a8b12db71e7: Pulling fs layer 15:57:35 6ca5941a6612: Pulling fs layer 15:57:35 ecc8261a40a4: Pulling fs layer 15:57:35 ecc8261a40a4: Waiting 15:57:35 2a8b12db71e7: Download complete 15:57:35 31603596830f: Verifying Checksum 15:57:35 31603596830f: Download complete 15:57:36 31603596830f: Pull complete 15:57:36 2a8b12db71e7: Pull complete 15:57:36 ecc8261a40a4: Verifying Checksum 15:57:36 ecc8261a40a4: Download complete 15:57:37 6ca5941a6612: Verifying Checksum 15:57:37 6ca5941a6612: Download complete 15:57:39 6ca5941a6612: Pull complete 15:57:39 ecc8261a40a4: Pull complete 15:57:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:57:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:57:39 prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container 15:57:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 15:57:43 $ docker top 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:43 [ssh-agent] Looking for ssh-agent implementation... 15:57:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:44 $ docker exec 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent 15:57:44 SSH_AUTH_SOCK=/tmp/ssh-FMm7ygSwqpB3/agent.11 15:57:44 SSH_AGENT_PID=16 15:57:44 Running ssh-add (command line suppressed) 15:57:44 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8943594336255037619.key (/w/workspace/edgex-go/7@tmp/private_key_8943594336255037619.key) 15:57:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:45 + git tag --points-at HEAD [Pipeline] } 15:57:45 $ docker exec --env ******** --env ******** 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent -k 15:57:46 unset SSH_AUTH_SOCK; 15:57:46 unset SSH_AGENT_PID; 15:57:46 echo Agent pid 16 killed; 15:57:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:57:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:46 [ssh-agent] Looking for ssh-agent implementation... 15:57:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:46 $ docker exec 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent 15:57:47 SSH_AUTH_SOCK=/tmp/ssh-oAc0VkmB9QFf/agent.44 15:57:47 SSH_AGENT_PID=49 15:57:47 Running ssh-add (command line suppressed) 15:57:47 Identity added: /w/workspace/edgex-go/7@tmp/private_key_6677862864972042985.key (/w/workspace/edgex-go/7@tmp/private_key_6677862864972042985.key) 15:57:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:48 + git semver init 15:57:48 # -> Open(): unable to determine branch for HEAD 15:57:48 # $GIT_DIR = /w/workspace/edgex-go/7/.git 15:57:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 15:57:48 # $SEMVER_REMOTE_NAME = origin 15:57:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:48 # $SEMVER_USER_NAME = edgex-jenkins 15:57:48 # $SEMVER_BRANCH = PR-3040 15:57:48 # $SEMVER_TEMP = /tmp/semver-270307575 15:57:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:58:22 # '/tmp/semver-270307575' -> '/w/workspace/edgex-go/7/.semver' 15:58:23 # -> Force: false 15:58:23 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 15:58:23 $ docker exec --env ******** --env ******** 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent -k 15:58:24 unset SSH_AUTH_SOCK; 15:58:24 unset SSH_AGENT_PID; 15:58:24 echo Agent pid 49 killed; 15:58:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:58:25 + git semver [Pipeline] } 15:58:25 $ docker stop --time=1 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef 15:58:27 $ docker rm -f 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef [Pipeline] // withDockerContainer [Pipeline] sh 15:58:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:58:29 Stashed 1 file(s) [Pipeline] echo 15:58:29 [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 15:58:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:58:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:58:31 + true 15:58:31 + sudo service docker restart 15:58:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:58:32 ========================================================= 15:58:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:58:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:58:32 + 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 . 15:58:39 Sending build context to Docker daemon 326.6MB 15:58:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:58:39 Step 2/6 : FROM ${BASE} 15:58:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:58:39 188c0c94c7c5: Pulling fs layer 15:58:39 0ef7d3d256c8: Pulling fs layer 15:58:39 de9db76c5a1d: Pulling fs layer 15:58:39 bca2f99d35d6: Pulling fs layer 15:58:39 93359f2a8cfa: Pulling fs layer 15:58:39 7c6f9722023f: Pulling fs layer 15:58:39 a35cf1a2eb13: Pulling fs layer 15:58:39 bca2f99d35d6: Waiting 15:58:39 7c6f9722023f: Waiting 15:58:39 a35cf1a2eb13: Waiting 15:58:39 93359f2a8cfa: Waiting 15:58:39 de9db76c5a1d: Verifying Checksum 15:58:39 de9db76c5a1d: Download complete 15:58:39 0ef7d3d256c8: Verifying Checksum 15:58:39 0ef7d3d256c8: Download complete 15:58:39 93359f2a8cfa: Verifying Checksum 15:58:39 93359f2a8cfa: Download complete 15:58:40 7c6f9722023f: Verifying Checksum 15:58:40 7c6f9722023f: Download complete 15:58:40 188c0c94c7c5: Verifying Checksum 15:58:40 188c0c94c7c5: Download complete 15:58:41 188c0c94c7c5: Pull complete 15:58:41 0ef7d3d256c8: Pull complete 15:58:42 de9db76c5a1d: Pull complete 15:58:44 Still waiting to schedule task 15:58:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:58:45 a35cf1a2eb13: Verifying Checksum 15:58:45 a35cf1a2eb13: Download complete 15:58:46 bca2f99d35d6: Verifying Checksum 15:58:46 bca2f99d35d6: Download complete 15:58:59 bca2f99d35d6: Pull complete 15:58:59 93359f2a8cfa: Pull complete 15:58:59 7c6f9722023f: Pull complete 15:59:03 a35cf1a2eb13: Pull complete 15:59:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:59:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:59:03 ---> a62c8e92a672 15:59:03 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 15:59:04 ---> Running in 3603283ff62d 15:59:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:59:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:59:06 (1/12) Installing libmagic (5.38-r0) 15:59:07 (2/12) Installing file (5.38-r0) 15:59:07 (3/12) Installing libc-dev (0.7.2-r3) 15:59:07 (4/12) Installing g++ (9.3.0-r2) 15:59:15 (5/12) Installing fortify-headers (1.1-r0) 15:59:15 (6/12) Installing patch (2.7.6-r6) 15:59:15 (7/12) Installing build-base (0.5-r2) 15:59:15 (8/12) Installing libsodium (1.0.18-r0) 15:59:15 (9/12) Installing pkgconf (1.7.2-r0) 15:59:15 (10/12) Installing libsodium-dev (1.0.18-r0) 15:59:15 (11/12) Installing libzmq (4.3.3-r0) 15:59:15 (12/12) Installing zeromq-dev (4.3.3-r0) 15:59:15 Executing busybox-1.31.1-r19.trigger 15:59:15 OK: 233 MiB in 51 packages 15:59:19 Removing intermediate container 3603283ff62d 15:59:19 ---> a1e8b541ad1d 15:59:19 Step 4/6 : WORKDIR /edgex-go 15:59:19 ---> Running in 7d0b62f2a09b 15:59:19 Removing intermediate container 7d0b62f2a09b 15:59:19 ---> 8415d428ef3f 15:59:19 Step 5/6 : COPY go.mod . 15:59:19 ---> 2798a5a6d445 15:59:19 Step 6/6 : RUN go mod download 15:59:20 ---> Running in 280a7c5f1086 15:59:47 Removing intermediate container 280a7c5f1086 15:59:47 ---> 3c87618a4322 15:59:47 Successfully built 3c87618a4322 15:59:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:59:47 + docker inspect -f . ci-base-image-x86_64 15:59:47 . [Pipeline] withDockerContainer 15:59:48 prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container 15:59:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 15:59:50 $ docker top 53d4b9948d1910e4021026098361216898453456f77a491f5c99133e49b99e4c -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:51 + go version 15:59:51 go version go1.15.5 linux/amd64 [Pipeline] } 15:59:51 $ docker stop --time=1 53d4b9948d1910e4021026098361216898453456f77a491f5c99133e49b99e4c 15:59:54 $ docker rm -f 53d4b9948d1910e4021026098361216898453456f77a491f5c99133e49b99e4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:59:55 + docker inspect -f . ci-base-image-x86_64 15:59:55 . [Pipeline] withDockerContainer 15:59:56 prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container 15:59:56 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 15:59:58 $ docker top 6b4c2d3cf9c47955dd3e7f1cd65f61c2e5dbd849a0f90f0f931eadf61b8d9292 -eo pid,comm [Pipeline] { [Pipeline] echo 15:59:58 ========================================================= 15:59:58 [edgeXBuildGoParallel] Running Tests and Build... 15:59:58 ========================================================= [Pipeline] sh 15:59:59 + make test 15:59:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:00:22 ? github.com/edgexfoundry/edgex-go [no test files] 16:00:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:01:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:01:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:01:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:01:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:01:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:01:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:01:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.307s coverage: 46.6% of statements 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:01:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.411s coverage: 27.0% of statements 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:01:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:01:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:01:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 67.9% of statements 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.453s coverage: 82.3% of statements 16:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.835s coverage: 28.6% of statements 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.252s coverage: 86.7% of statements 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.255s coverage: 97.5% of statements 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:01:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements 16:01:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:01:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:01:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:01:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.329s coverage: 92.8% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.095s coverage: 58.8% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.171s coverage: 0.1% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.118s coverage: 75.5% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.251s coverage: 80.8% of statements 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements 16:01:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.2% of statements 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.446s coverage: 63.5% of statements 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements 16:01:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 16:01:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements 16:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 16:01:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.756s coverage: 68.9% of statements 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:01:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.333s coverage: 37.0% of statements 16:01:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:01:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:01:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.800s coverage: 84.0% of statements 16:01:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 16:01:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.1% of statements 16:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:01:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 16:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:01:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.198s coverage: 100.0% of statements 16:01:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:01:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.425s coverage: 29.1% of statements 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:01:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:01:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:01:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.102s coverage: 0.0% of statements 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:01:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:01:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:01:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.177s coverage: 87.9% of statements 16:01:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:01:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:01:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 16:01:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 16:01:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 16:01:53 GO111MODULE=on go vet ./... 16:02:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21207 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 16:02:07 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 16:02:12 using credential edgex-jenkins-ssh 16:02:12 Cloning the remote Git repository 16:02:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:02:12 > git init /w/workspace/edgex-go/7 # timeout=10 16:02:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:02:12 > git --version # timeout=10 16:02:12 > git --version # 'git version 2.17.1' 16:02:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:02:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:02:29 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit 57833167145affc62033509b974725e85080a4be 16:02:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:02:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:02:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:02:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:02:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:02:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:02:30 > git config core.sparsecheckout # timeout=10 16:02:30 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:02:30 Failed in branch arm64 16:02:51 gofmt -l . 16:02:51 [ "`gofmt -l .`" = "" ] 16:02:51 ./bin/test-go-mod-tidy.sh 16:02:51 ./bin/test-attribution-txt.sh [Pipeline] sh 16:02:52 + ls -al . 16:02:52 total 656 16:02:52 drwxrwxr-x 10 1001 1001 4096 Jan 19 16:02 . 16:02:52 drwxr-xr-x 4 root root 28 Jan 19 15:59 .. 16:02:52 -rw-rw-r-- 1 1001 1001 11 Jan 19 15:57 .dockerignore 16:02:52 drwxrwxr-x 8 1001 1001 179 Jan 19 15:57 .git 16:02:52 drwxrwxr-x 3 1001 1001 125 Jan 19 15:57 .github 16:02:52 -rw-rw-r-- 1 1001 1001 824 Jan 19 15:57 .gitignore 16:02:52 drwx------ 3 1001 1001 47 Jan 19 15:58 .semver 16:02:52 -rw-rw-r-- 1 1001 1001 166 Jan 19 15:57 .sonarcloud.properties 16:02:52 -rw-rw-r-- 1 1001 1001 7744 Jan 19 15:57 Attribution.txt 16:02:52 -rw-rw-r-- 1 1001 1001 3804 Jan 19 15:57 CONTRIBUTING.md 16:02:52 -rw-rw-r-- 1 1001 1001 931 Jan 19 15:57 Dockerfile.build 16:02:52 -rw-rw-r-- 1 1001 1001 863 Jan 19 15:57 Jenkinsfile 16:02:52 -rw-rw-r-- 1 1001 1001 10775 Jan 19 15:57 LICENSE 16:02:52 -rw-rw-r-- 1 1001 1001 5750 Jan 19 15:57 Makefile 16:02:52 -rw-rw-r-- 1 1001 1001 6524 Jan 19 15:57 README.md 16:02:52 -rw-rw-r-- 1 1001 1001 6744 Jan 19 15:57 SECURITY.md 16:02:52 -rw-rw-r-- 1 1001 1001 5 Jan 19 15:58 VERSION 16:02:52 -rw-rw-r-- 1 1001 1001 4131 Jan 19 15:57 ZMQWindows.md 16:02:52 drwxrwxr-x 2 1001 1001 117 Jan 19 15:57 bin 16:02:52 drwxrwxr-x 14 1001 1001 4096 Jan 19 15:57 cmd 16:02:52 -rw-r--r-- 1 root root 550280 Jan 19 16:01 coverage.out 16:02:52 -rw-r--r-- 1 root root 981 Jan 19 16:02 go.mod 16:02:52 -rw-r--r-- 1 root root 19326 Jan 19 16:02 go.sum 16:02:52 drwxrwxr-x 8 1001 1001 127 Jan 19 15:57 internal 16:02:52 drwxrwxr-x 4 1001 1001 26 Jan 19 15:57 openapi 16:02:52 drwxrwxr-x 4 1001 1001 71 Jan 19 15:57 snap 16:02:52 -rw-rw-r-- 1 1001 1001 168 Jan 19 15:57 version.go [Pipeline] sh 16:02:55 + '[' -e coverage.out ] 16:02:55 + chown 1001:1001 coverage.out [Pipeline] stash 16:02:55 Stashed 1 file(s) [Pipeline] sh 16:02:56 + make build 16:02:56 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 16:03:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:03:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:03:27 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 16:03:30 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 16:03:31 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 16:03:38 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 16:03:42 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 16:03:44 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 16:03:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:03:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:03:54 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 [Pipeline] } 16:03:56 $ docker stop --time=1 6b4c2d3cf9c47955dd3e7f1cd65f61c2e5dbd849a0f90f0f931eadf61b8d9292 16:03:58 $ docker rm -f 6b4c2d3cf9c47955dd3e7f1cd65f61c2e5dbd849a0f90f0f931eadf61b8d9292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:04:01 16:04:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:04:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:04:01 latest: Pulling from edgex-devops/edgex-compose 16:04:01 cbdbe7a5bc2a: Pulling fs layer 16:04:01 ca9280d653b3: Pulling fs layer 16:04:01 7e9c9ca2126c: Pulling fs layer 16:04:02 cbdbe7a5bc2a: Download complete 16:04:03 ca9280d653b3: Verifying Checksum 16:04:03 ca9280d653b3: Download complete 16:04:03 cbdbe7a5bc2a: Pull complete 16:04:06 ca9280d653b3: Pull complete 16:04:07 7e9c9ca2126c: Verifying Checksum 16:04:07 7e9c9ca2126c: Download complete 16:04:22 7e9c9ca2126c: Pull complete 16:04:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:04:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:04:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:04:23 prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container 16:04:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 16:04:25 $ docker top 06b4ef69193672993688b54cce80ec1833cd45b6a45b0d793db567c5f13a6d1c -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:27 + docker-compose build --help 16:04:27 + grep parallel 16:04:28 --parallel Build images in parallel. [Pipeline] } 16:04:28 $ docker stop --time=1 06b4ef69193672993688b54cce80ec1833cd45b6a45b0d793db567c5f13a6d1c 16:04:30 $ docker rm -f 06b4ef69193672993688b54cce80ec1833cd45b6a45b0d793db567c5f13a6d1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:04:32 . [Pipeline] withDockerContainer 16:04:32 prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container 16:04:33 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 16:04:34 $ docker top ea1a7af3b236b4b06f1b671f811724fd009ea1421fc205914413ab764b1995ac -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:35 + docker-compose -f ./docker-compose-build.yml build --parallel 16:04:37 Building docker-core-command-go ... 16:04:37 Building docker-core-data-go ... 16:04:37 Building docker-core-metadata-go ... 16:04:37 Building docker-security-bootstrap-redis-go ... 16:04:37 Building docker-security-proxy-setup-go ... 16:04:37 Building docker-security-secretstore-setup-go ... 16:04:37 Building docker-support-notifications-go ... 16:04:37 Building docker-support-scheduler-go ... 16:04:37 Building docker-sys-mgmt-agent-go ... 16:04:37 Building docker-support-notifications-go 16:04:37 Building docker-core-metadata-go 16:04:37 Building docker-core-command-go 16:04:37 Building docker-security-proxy-setup-go 16:04:37 Building docker-core-data-go 16:05:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:05:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:05:46 ---> 3c87618a4322 16:05:46 Step 3/22 : WORKDIR /edgex-go 16:05:46 ---> 3c87618a4322 16:05:46 Step 3/22 : WORKDIR /edgex-go 16:05:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:05:46 ---> 3c87618a4322 16:05:46 Step 3/24 : WORKDIR /edgex-go 16:05:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:05:46 ---> 3c87618a4322 16:05:46 Step 3/23 : WORKDIR /edgex-go 16:05:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:05:46 ---> 3c87618a4322 16:05:46 Step 3/21 : WORKDIR /edgex-go 16:05:46 ---> Running in 0ef97ffe340b 16:05:46 ---> Running in 45bf3cc8975e 16:05:46 ---> Running in d394f325418c 16:05:46 ---> Running in 7535cb375bc1 16:05:46 ---> Running in d31c10feb1ce 16:05:46 Removing intermediate container d31c10feb1ce 16:05:46 ---> ee896e73119b 16:05:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:46 Removing intermediate container 7535cb375bc1 16:05:46 ---> 0dd04807cb8e 16:05:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:46 Removing intermediate container d394f325418c 16:05:46 ---> 966440313e83 16:05:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:46 Removing intermediate container 0ef97ffe340b 16:05:46 ---> fc78a8b800e4 16:05:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:46 Removing intermediate container 45bf3cc8975e 16:05:46 ---> 0b01eb55d86a 16:05:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:46 ---> Running in ba9193dd434b 16:05:46 ---> Running in 0ed77e3c1341 16:05:46 ---> Running in 25eb3513ba1b 16:05:46 ---> Running in a2f3e471721c 16:05:46 ---> Running in d8bfa961268f 16:05:46 Removing intermediate container a2f3e471721c 16:05:46 ---> 0e77d18b0a0a 16:05:46 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:05:46 Removing intermediate container 0ed77e3c1341 16:05:46 ---> 1d2320940dc3 16:05:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:05:46 Removing intermediate container 25eb3513ba1b 16:05:46 ---> 917cfd3adbfc 16:05:46 Step 5/22 : RUN apk add --update --no-cache make git 16:05:46 Removing intermediate container ba9193dd434b 16:05:46 ---> 830d67f84613 16:05:46 Step 5/21 : RUN apk add --update --no-cache make git 16:05:46 ---> Running in 2fa04eda71bb 16:05:46 ---> Running in 693b34a8a993 16:05:47 ---> Running in 3b3c424a0fe1 16:05:47 Removing intermediate container d8bfa961268f 16:05:47 ---> 3748ca0d305b 16:05:47 Step 5/22 : RUN apk add --update --no-cache make git 16:05:47 ---> Running in 113cec43488d 16:05:47 ---> Running in 87365a101154 16:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:51 OK: 233 MiB in 51 packages 16:05:51 OK: 233 MiB in 51 packages 16:05:51 OK: 233 MiB in 51 packages 16:05:52 OK: 233 MiB in 51 packages 16:05:52 OK: 233 MiB in 51 packages 16:05:53 Removing intermediate container 693b34a8a993 16:05:53 ---> f02b1592c1ee 16:05:53 Step 6/24 : COPY go.mod . 16:05:54 Removing intermediate container 2fa04eda71bb 16:05:54 ---> ed24c482b991 16:05:54 Step 6/23 : COPY go.mod . 16:05:55 Removing intermediate container 113cec43488d 16:05:55 ---> 1c9e68680aca 16:05:55 Step 6/21 : COPY go.mod . 16:05:55 ---> d060b1dbec75 16:05:55 Step 7/24 : RUN go mod download 16:05:55 Removing intermediate container 3b3c424a0fe1 16:05:55 ---> fb6f8b8b618b 16:05:55 Step 6/22 : COPY go.mod . 16:05:55 Removing intermediate container 87365a101154 16:05:55 ---> 9aac35c3132d 16:05:55 Step 6/22 : COPY go.mod . 16:05:55 ---> Running in ab9a924e9a0d 16:05:55 ---> 35f30ebd3ff5 16:05:55 Step 7/23 : RUN go mod download 16:05:55 ---> 7c9e3bdc67c4 16:05:55 Step 7/21 : RUN go mod download 16:05:55 ---> Running in 0c17d170c19f 16:05:56 ---> deaaa957a429 16:05:56 Step 7/22 : RUN go mod download 16:05:56 ---> Running in 30522a79e332 16:05:56 ---> c6ffea093f56 16:05:56 Step 7/22 : RUN go mod download 16:05:56 ---> Running in 243d222e2137 16:05:56 ---> Running in aa6457d5cd53 16:06:02 Removing intermediate container 243d222e2137 16:06:02 ---> 9f93ee5ee450 16:06:02 Step 8/22 : COPY . . 16:06:02 Removing intermediate container ab9a924e9a0d 16:06:02 ---> d3474cf7a3ce 16:06:02 Step 8/24 : COPY . . 16:06:02 Removing intermediate container 30522a79e332 16:06:02 ---> 93ecaeb1769f 16:06:02 Step 8/21 : COPY . . 16:06:02 Removing intermediate container aa6457d5cd53 16:06:02 ---> d00df1df4dbb 16:06:02 Step 8/22 : COPY . . 16:06:02 Removing intermediate container 0c17d170c19f 16:06:02 ---> 366fe1c3781e 16:06:02 Step 8/23 : COPY . . 16:07:12 ---> a558c9edbea6 16:07:12 Step 9/22 : RUN make cmd/core-command/core-command 16:07:12 ---> e035315a0485 16:07:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:07:12 ---> dd1682e3e0c8 16:07:12 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:07:12 ---> Running in f3f413ffd966 16:07:12 ---> Running in 67e1893cd001 16:07:12 ---> 60caf6b5dd1c 16:07:12 Step 9/23 : RUN make cmd/core-data/core-data 16:07:12 ---> de5e7d72ea0f 16:07:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:07:12 ---> Running in fde363deac01 16:07:12 ---> Running in d2ae93727363 16:07:12 ---> Running in 4b879b53868d 16:07:12 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 16:07:12 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 16:07:12 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 16:07:12 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 16:07:12 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 16:07:52 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 16:08:05 Removing intermediate container f3f413ffd966 16:08:05 ---> 173aec515dd6 16:08:05 16:08:05 Step 10/22 : FROM scratch 16:08:05 ---> 16:08:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:08:05 Removing intermediate container 67e1893cd001 16:08:05 ---> 20ce96c62258 16:08:05 16:08:05 Step 10/24 : FROM scratch 16:08:05 ---> 16:08:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:08:05 ---> Running in 7f85fb601a41 16:08:05 ---> Running in b5404dd20ca7 16:08:05 Removing intermediate container 7f85fb601a41 16:08:05 ---> 73ad4a90d6a5 16:08:05 Step 12/24 : ENV APP_PORT=48060 16:08:05 Removing intermediate container b5404dd20ca7 16:08:05 ---> 700b733d2f15 16:08:05 Step 12/22 : ENV APP_PORT=48082 16:08:06 ---> Running in 319194d8ac0c 16:08:06 ---> Running in 55378e83f090 16:08:07 Removing intermediate container fde363deac01 16:08:07 ---> cba6f04e1ed5 16:08:07 16:08:07 Step 10/21 : FROM alpine:3.12 16:08:07 3.12: Pulling from library/alpine 16:08:07 Removing intermediate container 55378e83f090 16:08:07 ---> 9307b9cdc604 16:08:07 Step 13/22 : EXPOSE $APP_PORT 16:08:07 Removing intermediate container 319194d8ac0c 16:08:07 ---> 32bf96eb7532 16:08:07 Step 13/24 : EXPOSE $APP_PORT 16:08:07 ---> Running in f007263f4c5c 16:08:08 ---> Running in bd8dbe187eac 16:08:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:08:08 Removing intermediate container f007263f4c5c 16:08:08 ---> d079ffcaeff3 16:08:08 Step 14/22 : WORKDIR / 16:08:09 Status: Downloaded newer image for alpine:3.12 16:08:09 ---> 389fef711851 16:08:09 Step 11/21 : RUN apk add --update --no-cache curl 16:08:11 ---> Running in 84dd5617108f 16:08:11 ---> Running in 798627566e8c 16:08:11 Removing intermediate container bd8dbe187eac 16:08:11 ---> fbd70331f8d3 16:08:11 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:08:11 Removing intermediate container 4b879b53868d 16:08:11 ---> e34e70139e84 16:08:11 16:08:11 Step 10/22 : FROM scratch 16:08:11 ---> 16:08:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:08:11 ---> Using cache 16:08:11 ---> 700b733d2f15 16:08:11 Step 12/22 : ENV APP_PORT=48081 16:08:12 ---> Running in 8bad2f3df021 16:08:12 Removing intermediate container 84dd5617108f 16:08:12 ---> abe5382d65cc 16:08:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:12 ---> 41fa780eaf17 16:08:12 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:08:12 Removing intermediate container 8bad2f3df021 16:08:12 ---> 09a721404020 16:08:12 Step 13/22 : EXPOSE $APP_PORT 16:08:12 ---> Running in 060371734a02 16:08:13 ---> 28e0dd03cd7a 16:08:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:13 (1/4) Installing ca-certificates (20191127-r4) 16:08:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:08:13 (3/4) Installing libcurl (7.69.1-r3) 16:08:14 (4/4) Installing curl (7.69.1-r3) 16:08:14 Executing busybox-1.31.1-r19.trigger 16:08:14 Executing ca-certificates-20191127-r4.trigger 16:08:14 OK: 7 MiB in 18 packages 16:08:14 Removing intermediate container 060371734a02 16:08:14 ---> c6bb2e71b990 16:08:14 Step 14/22 : WORKDIR / 16:08:15 ---> Running in 4f5ee198d1ea 16:08:15 ---> ddda03f835dc 16:08:15 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:08:15 ---> 1f412a2e9c51 16:08:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:08:16 Removing intermediate container 4f5ee198d1ea 16:08:16 ---> 7697904ce06a 16:08:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:17 Removing intermediate container d2ae93727363 16:08:17 ---> 3e5545b05b3a 16:08:17 16:08:17 Step 10/23 : FROM alpine:3.12 16:08:17 ---> a65a7451bb32 16:08:17 Step 18/22 : ENTRYPOINT ["/core-command"] 16:08:17 ---> 389fef711851 16:08:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:08:17 ---> d763f3b64304 16:08:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:17 Removing intermediate container 798627566e8c 16:08:17 ---> 65aef4cfbdb8 16:08:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:08:17 ---> Running in dd822d62e224 16:08:17 ---> Running in 664c98e6a38f 16:08:17 ---> Running in efb2f1e86615 16:08:17 ---> 364c42478e34 16:08:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:08:17 ---> d3303f8d0ae4 16:08:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:08:17 Removing intermediate container dd822d62e224 16:08:17 ---> 790699937686 16:08:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:18 Removing intermediate container 664c98e6a38f 16:08:18 ---> f4395fbf82bb 16:08:18 Step 12/23 : ENV APP_PORT=48080 16:08:18 ---> Running in 2dbb98f869cb 16:08:18 ---> Running in a8c87cc912d4 16:08:19 Removing intermediate container efb2f1e86615 16:08:19 ---> 8e75d31aa3f3 16:08:19 Step 13/21 : WORKDIR /edgex 16:08:19 ---> Running in 88dc5f8dc2e0 16:08:19 ---> 5d00eff95644 16:08:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:08:19 Removing intermediate container a8c87cc912d4 16:08:19 ---> 072ccce15911 16:08:19 Step 13/23 : EXPOSE $APP_PORT 16:08:19 ---> 4716a260d0a5 16:08:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:08:19 Removing intermediate container 2dbb98f869cb 16:08:19 ---> 958fcad5b343 16:08:19 Step 20/22 : LABEL arch=x86_64 16:08:19 ---> Running in ed44460fc26c 16:08:19 ---> Running in 68ebfb90cb24 16:08:19 Removing intermediate container 88dc5f8dc2e0 16:08:19 ---> 5bab17fc6f98 16:08:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:08:20 ---> 1684e8e14f13 16:08:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:08:20 ---> 64e8ee197bbc 16:08:20 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:08:20 Removing intermediate container 68ebfb90cb24 16:08:20 ---> 947ad7cd2183 16:08:20 Step 21/22 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:08:20 Removing intermediate container ed44460fc26c 16:08:20 ---> 6df73575e97f 16:08:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:20 ---> Running in eec2dc0aa0a8 16:08:20 ---> Running in 920c744412c1 16:08:20 ---> Running in 826f5fdf55fc 16:08:20 ---> 293311200059 16:08:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:08:20 ---> Running in 489b2ee51465 16:08:21 Removing intermediate container eec2dc0aa0a8 16:08:21 ---> 21e2585385e4 16:08:21 Step 22/22 : LABEL version=0.0.0 16:08:21 Removing intermediate container 826f5fdf55fc 16:08:21 ---> b9c5c072ea76 16:08:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:21 Removing intermediate container 920c744412c1 16:08:21 ---> 4bfd22622aff 16:08:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:21 ---> Running in 1dcb22bab01b 16:08:22 ---> Running in 38f6d1806f4d 16:08:22 ---> Running in 3bf89d84e563 16:08:22 ---> f4f377051dde 16:08:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:08:23 Removing intermediate container 1dcb22bab01b 16:08:23 ---> 225e2c61a8d1 16:08:23 16:08:23 Removing intermediate container 38f6d1806f4d 16:08:23 ---> 75ddd2f47454 16:08:23 Step 22/24 : LABEL arch=x86_64 16:08:23 Removing intermediate container 3bf89d84e563 16:08:23 ---> dd04262aa8bc 16:08:23 Step 20/22 : LABEL arch=x86_64 16:08:23 ---> Running in 4cd227c1b923 16:08:23 ---> Running in 54e1a17a1b49 16:08:23 ---> 17f207f9abee 16:08:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:08:24 Successfully built 225e2c61a8d1 16:08:24 ---> Running in 4edae7959a5e 16:08:24 Successfully tagged docker-core-command-go:latest 16:08:24  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 16:08:24 Removing intermediate container 4cd227c1b923 16:08:24 ---> 4b60e98849ef 16:08:24 Step 23/24 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:08:24 Removing intermediate container 54e1a17a1b49 16:08:24 ---> a36a68b19e80 16:08:24 Step 21/22 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:08:25 Removing intermediate container 489b2ee51465 16:08:25 ---> c7419f46cbb2 16:08:25 Step 15/23 : RUN apk add --update --no-cache zeromq 16:08:25 ---> Running in 71b4779a6abd 16:08:25 ---> Running in 2b91ac7bd19a 16:08:25 ---> Running in 73640036686c 16:08:25 Removing intermediate container 4edae7959a5e 16:08:25 ---> 237c10604f80 16:08:25 Step 18/21 : CMD ["--init=true"] 16:08:26 ---> Running in 9eea9c643fd4 16:08:26 Removing intermediate container 71b4779a6abd 16:08:26 ---> ac683ef9e702 16:08:26 Step 22/22 : LABEL version=0.0.0 16:08:26 Removing intermediate container 2b91ac7bd19a 16:08:26 ---> 7ab99b46ca63 16:08:26 Step 24/24 : LABEL version=0.0.0 16:08:27 ---> Running in ec15a1654a39 16:08:27 ---> Running in 56ad9f30a72c 16:08:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:27 Removing intermediate container 9eea9c643fd4 16:08:27 ---> 234dafbf7035 16:08:27 Step 19/21 : LABEL arch=x86_64 16:08:28 ---> Running in 6ad6dc8c1a54 16:08:28 Removing intermediate container ec15a1654a39 16:08:28 ---> 0d92045ea282 16:08:28 16:08:28 Removing intermediate container 56ad9f30a72c 16:08:28 ---> 1336a53fb2b4 16:08:28 16:08:28 Successfully built 0d92045ea282 16:08:28 Successfully tagged docker-core-metadata-go:latest 16:08:28  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 16:08:28 Successfully built 1336a53fb2b4 16:08:28 Removing intermediate container 6ad6dc8c1a54 16:08:28 ---> 22bb2afa8551 16:08:28 Step 20/21 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:08:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:29 Successfully tagged docker-support-notifications-go:latest 16:08:29 Building docker-security-bootstrap-redis-go 16:08:29  Building docker-support-notifications-go ... done  ---> Running in db9034590f91 16:08:30 Removing intermediate container db9034590f91 16:08:30 ---> a75525e4c063 16:08:30 Step 21/21 : LABEL version=0.0.0 16:08:31 (1/5) Installing libgcc (9.3.0-r2) 16:08:31 (2/5) Installing libsodium (1.0.18-r0) 16:08:31 ---> Running in b309a48f673c 16:08:31 (3/5) Installing libstdc++ (9.3.0-r2) 16:08:32 (4/5) Installing libzmq (4.3.3-r0) 16:08:32 Removing intermediate container b309a48f673c 16:08:32 ---> 478eaf5149b8 16:08:32 16:08:32 (5/5) Installing zeromq (4.3.3-r0) 16:08:32 Executing busybox-1.31.1-r19.trigger 16:08:32 OK: 8 MiB in 19 packages 16:08:32 Successfully built 478eaf5149b8 16:08:33 Successfully tagged docker-security-proxy-setup-go:latest 16:08:33 Building docker-support-scheduler-go 16:08:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 73640036686c 16:08:35 ---> 36241a621911 16:08:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:37 ---> f43441038ac4 16:08:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:08:39 ---> 21513a7b3bdd 16:08:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:08:41 ---> 6bc0f192dde9 16:08:41 Step 19/23 : ENTRYPOINT ["/core-data"] 16:08:41 ---> Running in 76d9e4f03708 16:08:41 Removing intermediate container 76d9e4f03708 16:08:41 ---> 49877186c43f 16:08:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:42 ---> Running in 4b0863f8707d 16:08:42 Removing intermediate container 4b0863f8707d 16:08:42 ---> 2e643573b506 16:08:42 Step 21/23 : LABEL arch=x86_64 16:08:42 ---> Running in cad35b8f156a 16:08:43 Removing intermediate container cad35b8f156a 16:08:43 ---> 5f23477e0bcb 16:08:43 Step 22/23 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:08:43 ---> Running in 9d29750d1200 16:08:44 Removing intermediate container 9d29750d1200 16:08:44 ---> 8b60b31fd855 16:08:44 Step 23/23 : LABEL version=0.0.0 16:08:45 ---> Running in 1acc76c6c06c 16:08:46 Removing intermediate container 1acc76c6c06c 16:08:46 ---> f55e98ab96f9 16:08:46 16:08:46 Successfully built f55e98ab96f9 16:08:46 Successfully tagged docker-core-data-go:latest 16:09:19  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:09:19 ---> 3c87618a4322 16:09:19 Step 3/26 : WORKDIR /edgex-go 16:09:19 ---> Using cache 16:09:19 ---> 0b01eb55d86a 16:09:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:19 ---> Using cache 16:09:19 ---> 3748ca0d305b 16:09:19 Step 5/26 : RUN apk add --update --no-cache make bash git 16:09:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:09:19 ---> 3c87618a4322 16:09:19 Step 3/24 : WORKDIR /edgex-go 16:09:19 ---> Using cache 16:09:19 ---> 0b01eb55d86a 16:09:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:19 ---> Using cache 16:09:19 ---> 3748ca0d305b 16:09:19 Step 5/24 : RUN apk add --update --no-cache make git 16:09:19 ---> Using cache 16:09:19 ---> 9aac35c3132d 16:09:19 Step 6/24 : COPY go.mod . 16:09:19 ---> Using cache 16:09:19 ---> c6ffea093f56 16:09:19 Step 7/24 : RUN go mod download 16:09:19 ---> Using cache 16:09:19 ---> 9f93ee5ee450 16:09:19 Step 8/24 : COPY . . 16:09:19 ---> Using cache 16:09:19 ---> a558c9edbea6 16:09:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:09:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:09:19 ---> 3c87618a4322 16:09:19 Step 3/21 : WORKDIR /edgex-go 16:09:19 ---> Using cache 16:09:19 ---> 0b01eb55d86a 16:09:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:19 ---> Using cache 16:09:19 ---> 3748ca0d305b 16:09:19 Step 5/21 : RUN apk add --update --no-cache make git 16:09:19 ---> Using cache 16:09:19 ---> 9aac35c3132d 16:09:19 Step 6/21 : COPY go.mod . 16:09:19 ---> Using cache 16:09:19 ---> c6ffea093f56 16:09:19 Step 7/21 : RUN go mod download 16:09:19 ---> Using cache 16:09:19 ---> 9f93ee5ee450 16:09:19 Step 8/21 : COPY . . 16:09:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:09:19 ---> 3c87618a4322 16:09:19 Step 3/22 : WORKDIR /edgex-go 16:09:19 ---> Using cache 16:09:19 ---> 0b01eb55d86a 16:09:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:19 ---> Using cache 16:09:19 ---> 3748ca0d305b 16:09:19 Step 5/22 : RUN apk add --update --no-cache make git 16:09:19 ---> Using cache 16:09:19 ---> 9aac35c3132d 16:09:19 Step 6/22 : COPY go.mod . 16:09:19 ---> Using cache 16:09:19 ---> c6ffea093f56 16:09:19 Step 7/22 : RUN go mod download 16:09:19 ---> Using cache 16:09:19 ---> 9f93ee5ee450 16:09:19 Step 8/22 : COPY . . 16:09:19 ---> Using cache 16:09:19 ---> a558c9edbea6 16:09:19 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:09:19 ---> Using cache 16:09:19 ---> a558c9edbea6 16:09:19 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:09:19 ---> Running in cb91bca1a407 16:09:19 ---> Running in 18957083a06e 16:09:19 ---> Running in e8833b5bc169 16:09:19 ---> Running in 340f8fb1445c 16:09:19 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 16:09: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 16:09:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:09:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:22 OK: 233 MiB in 51 packages 16:09:26 Removing intermediate container cb91bca1a407 16:09:26 ---> eaf5c388f149 16:09:26 Step 6/26 : COPY go.mod . 16:09:27 ---> 9deabaadffeb 16:09:27 Step 7/26 : RUN go mod download 16:09:27 ---> Running in 414ad410a1cb 16:09:33 Removing intermediate container 414ad410a1cb 16:09:33 ---> 3a7189d9fde9 16:09:33 Step 8/26 : COPY . . 16:10:06 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 16:10:15 Removing intermediate container 340f8fb1445c 16:10:15 ---> c421e8b13779 16:10:15 16:10:15 Step 10/22 : FROM alpine:3.12 16:10:15 Removing intermediate container e8833b5bc169 16:10:15 ---> 145878fc22a5 16:10:15 16:10:15 Step 10/21 : FROM scratch 16:10:15 ---> 16:10:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:10:15 ---> 389fef711851 16:10:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:10:15 ---> Running in b4b5ee98376b 16:10:15 ---> Using cache 16:10:15 ---> 700b733d2f15 16:10:15 Step 12/21 : ENV APP_PORT=48085 16:10:15 ---> Running in 421462c28b15 16:10:16 ---> 38385fc3eb0c 16:10:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:10:16 ---> Running in bf45ddeb028b 16:10:16 Removing intermediate container 421462c28b15 16:10:16 ---> 2b6452b5ed6f 16:10:16 Step 13/21 : EXPOSE $APP_PORT 16:10:16 ---> Running in b7d5feee4448 16:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:17 (1/5) Installing ca-certificates (20191127-r4) 16:10:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:10:17 (3/5) Installing libcurl (7.69.1-r3) 16:10:17 Removing intermediate container b7d5feee4448 16:10:17 ---> 395897ad1cfc 16:10:17 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 16:10:17 (4/5) Installing curl (7.69.1-r3) 16:10:17 (5/5) Installing dumb-init (1.2.2-r1) 16:10:17 Executing busybox-1.31.1-r19.trigger 16:10:17 Executing ca-certificates-20191127-r4.trigger 16:10:17 OK: 7 MiB in 19 packages 16:10:17 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 16:10:18 ---> 514f48aa9d28 16:10:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:10:19 Removing intermediate container 18957083a06e 16:10:19 ---> 530c0f66c949 16:10:19 16:10:19 Step 10/24 : FROM alpine:3.12 16:10:19 ---> 389fef711851 16:10:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:10:19 ---> Running in 02ada9d16304 16:10:20 ---> 011beb132576 16:10:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:10:20 Removing intermediate container b4b5ee98376b 16:10:20 ---> cc6baad9a6d2 16:10:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:10:20 ---> Running in d16a95ad8557 16:10:21 ---> 54690ad6ca0b 16:10:21 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:10:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:21 ---> Running in f970c792909a 16:10:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:21 Removing intermediate container d16a95ad8557 16:10:21 ---> 3d9261d73669 16:10:21 Step 13/22 : WORKDIR / 16:10:22 (1/5) Installing ca-certificates (20191127-r4) 16:10:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:10:22 (3/5) Installing libcurl (7.69.1-r3) 16:10:22 (4/5) Installing curl (7.69.1-r3) 16:10:22 (5/5) Installing dumb-init (1.2.2-r1) 16:10:22 Executing busybox-1.31.1-r19.trigger 16:10:22 Executing ca-certificates-20191127-r4.trigger 16:10:22 OK: 7 MiB in 19 packages 16:10:23 ---> Running in 827feafc21be 16:10:23 Removing intermediate container f970c792909a 16:10:23 ---> c07a14fe5c23 16:10:23 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:10:24 ---> Running in c65b567a0a75 16:10:24 Removing intermediate container 827feafc21be 16:10:24 ---> a5de1773c19b 16:10:24 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:10:26 Removing intermediate container c65b567a0a75 16:10:26 ---> 47a42ad8bf19 16:10:26 Step 19/21 : LABEL arch=x86_64 16:10:26 ---> Running in 82dd3584e106 16:10:26 Removing intermediate container 02ada9d16304 16:10:26 ---> 82258ab88fda 16:10:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:10:26 ---> 25a1aca7eabc 16:10:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:10:27 ---> Running in 50dd96e8a903 16:10:27 Removing intermediate container 82dd3584e106 16:10:27 ---> b8c9034cef53 16:10:27 Step 20/21 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:10:27 ---> Running in b4d11eac1474 16:10:27 Removing intermediate container 50dd96e8a903 16:10:27 ---> 1c704a94a9de 16:10:27 Step 13/24 : WORKDIR / 16:10:28 ---> Running in d1c9e8059063 16:10:28 Removing intermediate container b4d11eac1474 16:10:28 ---> c807617f0bdf 16:10:28 Step 21/21 : LABEL version=0.0.0 16:10:28 ---> 2971465b6605 16:10:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:10:28 ---> Running in 2e35369f043f 16:10:28 Removing intermediate container d1c9e8059063 16:10:28 ---> 8a289ae22d68 16:10:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:10:29 ---> ef982c63a5bb 16:10:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:10:29 Removing intermediate container 2e35369f043f 16:10:29 ---> 2202a939e520 16:10:29 16:10:30 ---> 132bae5bc3a3 16:10:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:10:30 Successfully built 2202a939e520 16:10:30 Successfully tagged docker-support-scheduler-go:latest 16:10:30  Building docker-support-scheduler-go ... done  ---> 4626721c69f4 16:10:30 Step 18/22 : RUN chmod +x entrypoint.sh 16:10:30 ---> Running in 6adb82a00a03 16:10:31 ---> 2d6919965089 16:10:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:10:32 ---> dcc27bf1b823 16:10:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:10:35 ---> 73ee96f22a1a 16:10:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:10:35 Removing intermediate container 6adb82a00a03 16:10:35 ---> 7e4adab1df79 16:10:35 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:10:35 ---> Running in 80ea77cda68f 16:10:36 ---> eba816fc8d95 16:10:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:10:36 Removing intermediate container 80ea77cda68f 16:10:36 ---> e4d041189dc9 16:10:36 Step 20/22 : LABEL arch=x86_64 16:10:36 ---> Running in 4b6a4a29755e 16:10:37 Removing intermediate container 4b6a4a29755e 16:10:37 ---> 1036353affc5 16:10:37 Step 21/22 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:10:38 ---> 19fcef098f60 16:10:38 ---> Running in 636bea4981bb 16:10:38 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/ 16:10:38 ---> Running in da666ed3e09c 16:10:38 Removing intermediate container 636bea4981bb 16:10:38 ---> cb67f959177a 16:10:38 Step 22/22 : LABEL version=0.0.0 16:10:38 ---> Running in faa0aac3a1dd 16:10:39 Removing intermediate container faa0aac3a1dd 16:10:39 ---> 26e48d0fe15b 16:10:39 16:10:39 Successfully built 26e48d0fe15b 16:10:39 Successfully tagged docker-security-bootstrap-redis-go:latest 16:10:41  Building docker-security-bootstrap-redis-go ... done Removing intermediate container da666ed3e09c 16:10:41 ---> 811edb0ac543 16:10:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:10:41 ---> Running in 229ae124bfeb 16:10:43 Removing intermediate container 229ae124bfeb 16:10:43 ---> 840d4a5969c3 16:10:43 Step 22/24 : LABEL arch=x86_64 16:10:43 ---> Running in 2415478fcd63 16:10:43 Removing intermediate container bf45ddeb028b 16:10:43 ---> 42335e7182e9 16:10:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:10:44 ---> Running in 8b492c9cf4ae 16:10:44 Removing intermediate container 2415478fcd63 16:10:44 ---> 9aa8bed011f4 16:10:44 Step 23/24 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:10:44 ---> Running in 775ac35bebfc 16:10:44 Removing intermediate container 775ac35bebfc 16:10:44 ---> 819ee8552310 16:10:44 Step 24/24 : LABEL version=0.0.0 16:10:44 ---> Running in f838c54a036d 16:10:45 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 16:10:45 Removing intermediate container f838c54a036d 16:10:45 ---> d82af9f8013d 16:10:45 16:10:45 Successfully built d82af9f8013d 16:10:46 Successfully tagged docker-security-secretstore-setup-go:latest 16:10:48  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8b492c9cf4ae 16:10:48 ---> fe0c53a92e1f 16:10:48 16:10:48 Step 11/26 : FROM docker:20.10.0 16:10:48 20.10.0: Pulling from library/docker 16:11:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:11:04 Status: Downloaded newer image for docker:20.10.0 16:11:04 ---> aefe523efa57 16:11:04 Step 12/26 : RUN apk add --no-cache bash 16:11:04 ---> Running in 36dba494b6fa 16:11:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:05 (1/2) Installing readline (8.0.4-r0) 16:11:05 (2/2) Installing bash (5.0.17-r0) 16:11:05 Executing bash-5.0.17-r0.post-install 16:11:05 Executing busybox-1.31.1-r19.trigger 16:11:05 OK: 12 MiB in 22 packages 16:11:06 Removing intermediate container 36dba494b6fa 16:11:06 ---> 7635d5e43e0c 16:11:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:11:07 ---> Running in f1f839d2f161 16:11:07 Removing intermediate container f1f839d2f161 16:11:07 ---> 43a9513d4f85 16:11:07 Step 14/26 : ENV APP_PORT=48090 16:11:07 ---> Running in b7ce7420883c 16:11:08 Removing intermediate container b7ce7420883c 16:11:08 ---> aa661066644e 16:11:08 Step 15/26 : EXPOSE $APP_PORT 16:11:08 ---> Running in 7684c3fcbf21 16:11:09 Removing intermediate container 7684c3fcbf21 16:11:09 ---> 30c3bfca6d2c 16:11:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:11:10 ---> 62d7932656a6 16:11:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:11:11 ---> 63102d82c9aa 16:11:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:11:12 ---> f3803ebb9ded 16:11:12 Step 19/26 : RUN apk --no-cache add py3-pip 16:11:12 ---> Running in febd3d1b9774 16:11:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:14 (1/33) Installing libbz2 (1.0.8-r1) 16:11:14 (2/33) Installing expat (2.2.9-r1) 16:11:14 (3/33) Installing libffi (3.3-r2) 16:11:14 (4/33) Installing gdbm (1.13-r1) 16:11:14 (5/33) Installing xz-libs (5.2.5-r0) 16:11:14 (6/33) Installing sqlite-libs (3.32.1-r0) 16:11:14 (7/33) Installing python3 (3.8.5-r0) 16:11:17 (8/33) Installing py3-appdirs (1.4.4-r1) 16:11:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:11:17 (10/33) Installing py3-parsing (2.4.7-r0) 16:11:17 (11/33) Installing py3-six (1.15.0-r0) 16:11:17 (12/33) Installing py3-packaging (20.4-r0) 16:11:17 (13/33) Installing py3-setuptools (47.0.0-r0) 16:11:17 (14/33) Installing py3-chardet (3.0.4-r4) 16:11:17 (15/33) Installing py3-idna (2.9-r0) 16:11:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:11:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:11:18 (18/33) Installing py3-requests (2.23.0-r0) 16:11:18 (19/33) Installing py3-msgpack (1.0.0-r0) 16:11:18 (20/33) Installing py3-lockfile (0.12.2-r3) 16:11:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:11:18 (22/33) Installing py3-colorama (0.4.3-r0) 16:11:18 (23/33) Installing py3-distlib (0.3.0-r0) 16:11:18 (24/33) Installing py3-distro (1.5.0-r1) 16:11:18 (25/33) Installing py3-webencodings (0.5.1-r3) 16:11:18 (26/33) Installing py3-html5lib (1.0.1-r4) 16:11:18 (27/33) Installing py3-pytoml (0.1.21-r0) 16:11:18 (28/33) Installing py3-pep517 (0.8.2-r0) 16:11:18 (29/33) Installing py3-progress (1.5-r0) 16:11:18 (30/33) Installing py3-toml (0.10.1-r0) 16:11:18 (31/33) Installing py3-retrying (1.3.3-r0) 16:11:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:11:18 (33/33) Installing py3-pip (20.1.1-r0) 16:11:18 Executing busybox-1.31.1-r19.trigger 16:11:18 OK: 71 MiB in 55 packages 16:11:29 Removing intermediate container febd3d1b9774 16:11:29 ---> 2ad6c52f2a33 16:11:29 Step 20/26 : RUN pip install docker-compose==1.23.2 16:11:29 ---> Running in 61a1bebce17e 16:11:31 Collecting docker-compose==1.23.2 16:11:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:11:31 Collecting docker<4.0,>=3.6.0 16:11:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:11:32 Collecting docopt<0.7,>=0.6.1 16:11:32 Downloading docopt-0.6.2.tar.gz (25 kB) 16:11:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:11:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:11:33 Collecting cached-property<2,>=1.2.0 16:11:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:11:34 Collecting jsonschema<3,>=2.5.1 16:11:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:11:34 Collecting texttable<0.10,>=0.9.0 16:11:34 Downloading texttable-0.9.1.tar.gz (11 kB) 16:11:36 Collecting websocket-client<1.0,>=0.32.0 16:11:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:11:36 Collecting dockerpty<0.5,>=0.4.1 16:11:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:11:37 Collecting PyYAML<4,>=3.10 16:11:37 Downloading PyYAML-3.13.tar.gz (270 kB) 16:11:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:11:38 Collecting docker-pycreds>=0.4.0 16:11:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:11:38 Collecting urllib3<1.25,>=1.21.1 16:11:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:11:38 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) 16:11:39 Collecting idna<2.8,>=2.5 16:11:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:11:39 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) 16:11:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:11:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:11:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:11:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:11:39 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, texttable, dockerpty, PyYAML, docker-compose 16:11:39 Attempting uninstall: urllib3 16:11:39 Found existing installation: urllib3 1.25.9 16:11:39 Uninstalling urllib3-1.25.9: 16:11:39 Successfully uninstalled urllib3-1.25.9 16:11:40 Attempting uninstall: idna 16:11:40 Found existing installation: idna 2.9 16:11:40 Uninstalling idna-2.9: 16:11:40 Successfully uninstalled idna-2.9 16:11:40 Attempting uninstall: requests 16:11:40 Found existing installation: requests 2.23.0 16:11:40 Uninstalling requests-2.23.0: 16:11:40 Successfully uninstalled requests-2.23.0 16:11:41 Running setup.py install for docopt: started 16:11:42 Running setup.py install for docopt: finished with status 'done' 16:11:42 Running setup.py install for texttable: started 16:11:43 Running setup.py install for texttable: finished with status 'done' 16:11:43 Running setup.py install for dockerpty: started 16:11:43 Running setup.py install for dockerpty: finished with status 'done' 16:11:43 Running setup.py install for PyYAML: started 16:11:45 Running setup.py install for PyYAML: finished with status 'done' 16:11:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:11:50 Removing intermediate container 61a1bebce17e 16:11:50 ---> fe94b8d375d0 16:11:50 Step 21/26 : RUN apk --no-cache add curl 16:11:50 ---> Running in bbf1b902edf2 16:11:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:11:52 (2/3) Installing libcurl (7.69.1-r3) 16:11:52 (3/3) Installing curl (7.69.1-r3) 16:11:52 Executing busybox-1.31.1-r19.trigger 16:11:52 OK: 72 MiB in 58 packages 16:11:53 Removing intermediate container bbf1b902edf2 16:11:53 ---> e641ef24c012 16:11:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:11:53 ---> Running in a490e170f49f 16:11:54 Removing intermediate container a490e170f49f 16:11:54 ---> 2f176da17d83 16:11:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:54 ---> Running in 50ce45a5a2b4 16:11:54 Removing intermediate container 50ce45a5a2b4 16:11:54 ---> 916d842f6158 16:11:54 Step 24/26 : LABEL arch=x86_64 16:11:54 ---> Running in 11fdbeeafbcc 16:11:56 Removing intermediate container 11fdbeeafbcc 16:11:56 ---> bc2bf897ed12 16:11:56 Step 25/26 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 16:11:56 ---> Running in d3dde1842dc6 16:11:56 Removing intermediate container d3dde1842dc6 16:11:56 ---> b17cc5febd9b 16:11:56 Step 26/26 : LABEL version=0.0.0 16:11:56 ---> Running in 1d74d5a1260d 16:11:57 Removing intermediate container 1d74d5a1260d 16:11:57 ---> 08d52421b3a4 16:11:57 16:11:57 Successfully built 08d52421b3a4 16:11:57 Successfully tagged docker-sys-mgmt-agent-go:latest 16:11:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:11:57 $ docker stop --time=1 ea1a7af3b236b4b06f1b671f811724fd009ea1421fc205914413ab764b1995ac 16:12:00 $ docker rm -f ea1a7af3b236b4b06f1b671f811724fd009ea1421fc205914413ab764b1995ac [Pipeline] // withDockerContainer [Pipeline] sh 16:12:00 + docker images 16:12:00 + grep docker 16:12:01 docker-sys-mgmt-agent-go latest 08d52421b3a4 5 seconds ago 313MB 16:12:01 docker-security-secretstore-setup-go latest d82af9f8013d About a minute ago 24.6MB 16:12:01 docker-security-bootstrap-redis-go latest 26e48d0fe15b About a minute ago 15.8MB 16:12:01 docker-support-scheduler-go latest 2202a939e520 About a minute ago 10.7MB 16:12:01 docker-core-data-go latest f55e98ab96f9 3 minutes ago 22.3MB 16:12:01 docker-security-proxy-setup-go latest 478eaf5149b8 3 minutes ago 24.4MB 16:12:01 docker-support-notifications-go latest 1336a53fb2b4 3 minutes ago 12MB 16:12:01 docker-core-metadata-go latest 0d92045ea282 3 minutes ago 13.1MB 16:12:01 docker-core-command-go latest 225e2c61a8d1 3 minutes ago 10.6MB 16:12:01 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:12:17 Still waiting to schedule task 16:12:17 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21215’ 16:14:30 Running on prd-ubuntu18.04-docker-8c-8g-21217 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 16:14:30 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 16:14:32 using credential edgex-jenkins-ssh 16:14:32 Cloning the remote Git repository 16:14:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:14:32 > git init /w/workspace/edgex-go/7 # timeout=10 16:14:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:14:32 > git --version # timeout=10 16:14:32 > git --version # 'git version 2.17.1' 16:14:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:14:46 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit 57833167145affc62033509b974725e85080a4be [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 16:14:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:14:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:14:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:14:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:14:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:46 > git config core.sparsecheckout # timeout=10 16:14:46 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [Pipeline] } 16:14:46 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:14:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:14:50 ---> package-listing.sh 16:14:50 ++ facter osfamily 16:14:50 ++ tr '[:upper:]' '[:lower:]' 16:14:50 + OS_FAMILY=redhat 16:14:50 + workspace=/w/workspace/edgex-go/7 16:14:50 + START_PACKAGES=/tmp/packages_start.txt 16:14:50 + END_PACKAGES=/tmp/packages_end.txt 16:14:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:14:50 + PACKAGES=/tmp/packages_start.txt 16:14:50 + '[' /w/workspace/edgex-go/7 ']' 16:14:50 + PACKAGES=/tmp/packages_end.txt 16:14:50 + case "${OS_FAMILY}" in 16:14:50 + rpm -qa 16:14:50 + sort 16:14:59 + '[' -f /tmp/packages_start.txt ']' 16:14:59 + '[' -f /tmp/packages_end.txt ']' 16:14:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:14:59 + '[' /w/workspace/edgex-go/7 ']' 16:14:59 + mkdir -p /w/workspace/edgex-go/7/archives/ 16:14:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 16:14:59 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:14:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:15:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:00 16:15:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:15:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:01 alpine: Pulling from edgex-lftools-log-publisher 16:15:01 df20fa9351a1: Pulling fs layer 16:15:01 36b3adc4ff6f: Pulling fs layer 16:15:01 8ad3a11d3b57: Pulling fs layer 16:15:01 46f8f816bc3b: Pulling fs layer 16:15:01 93b61091891f: Pulling fs layer 16:15:01 93b9cdb0e59b: Pulling fs layer 16:15:01 5e14af77c1be: Pulling fs layer 16:15:01 01666e4c0597: Pulling fs layer 16:15:01 aa168da1d23b: Pulling fs layer 16:15:01 46f8f816bc3b: Waiting 16:15:01 5e14af77c1be: Waiting 16:15:01 93b61091891f: Waiting 16:15:01 01666e4c0597: Waiting 16:15:01 93b9cdb0e59b: Waiting 16:15:01 aa168da1d23b: Waiting 16:15:01 36b3adc4ff6f: Verifying Checksum 16:15:01 36b3adc4ff6f: Download complete 16:15:01 46f8f816bc3b: Verifying Checksum 16:15:01 46f8f816bc3b: Download complete 16:15:01 df20fa9351a1: Verifying Checksum 16:15:01 df20fa9351a1: Download complete 16:15:01 93b9cdb0e59b: Verifying Checksum 16:15:01 93b9cdb0e59b: Download complete 16:15:01 5e14af77c1be: Verifying Checksum 16:15:01 5e14af77c1be: Download complete 16:15:02 93b61091891f: Verifying Checksum 16:15:02 93b61091891f: Download complete 16:15:02 01666e4c0597: Verifying Checksum 16:15:02 01666e4c0597: Download complete 16:15:02 8ad3a11d3b57: Verifying Checksum 16:15:02 8ad3a11d3b57: Download complete 16:15:02 df20fa9351a1: Pull complete 16:15:03 36b3adc4ff6f: Pull complete 16:15:06 8ad3a11d3b57: Pull complete 16:15:06 46f8f816bc3b: Pull complete 16:15:08 93b61091891f: Pull complete 16:15:08 93b9cdb0e59b: Pull complete 16:15:09 5e14af77c1be: Pull complete 16:15:09 01666e4c0597: Pull complete 16:15:11 aa168da1d23b: Verifying Checksum 16:15:11 aa168da1d23b: Download complete 16:15:30 aa168da1d23b: Pull complete 16:15:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:15:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:15:30 prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container 16:15:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 16:15:35 $ docker top 4a8c87469721b8542182f873c067ef1c12d7c6cc71413f75a0bb32fc4dce3155 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:36 + touch /tmp/pre-build-complete [Pipeline] sh 16:15:37 + mkdir -p /var/log/sa [Pipeline] sh 16:15:38 + ls /var/log/sa-host 16:15:38 + sadf -c /var/log/sa-host/sa19 16:15:38 file_magic: OK 16:15:38 HZ: Using current value: 100 16:15:38 file_header: OK 16:15:38 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 16:15:38 Statistics: 16:15:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:15:38 File successfully converted to sysstat format version 12.2.1 16:15:38 + sadf -c /var/log/sa-host/sa23 16:15:38 file_magic: OK 16:15:38 HZ: Using current value: 100 16:15:38 file_header: OK 16:15:38 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 16:15:38 Statistics: 16:15:38 Hnuu...uuuununununu... 16:15:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:40 provisioning config files... 16:15:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3368501300422165086tmp [Pipeline] { [Pipeline] echo 16:15:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:15:41 ---> create-netrc.sh [Pipeline] } 16:15:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:15:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:15:42 ---> python-tools-install.sh [Pipeline] echo 16:15:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:15:43 ---> sudo-logs.sh 16:15:43 Archiving 'sudo' log.. [Pipeline] echo 16:15:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:15:44 ---> job-cost.sh 16:15:44 lf-activate-venv: SKIPPING 16:15:44 INFO: No Stack... 16:15:45 INFO: Retrieving Pricing Info for: v1-standard-2 16:15:45 INFO: Archiving Costs [Pipeline] echo 16:15:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:15:46 ---> logs-deploy.sh 16:15:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/7 16:15:46 INFO: archiving workspace using pattern(s): 16:15:50 Archives upload complete. 16:15:50 INFO: archiving logs to Nexus 16:15:51 ---> uname -a: 16:15:51 Linux prd-centos7-docker-4c-2g-21199.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:15:51 16:15:51 16:15:51 ---> lscpu: 16:15:51 Architecture: x86_64 16:15:51 CPU op-mode(s): 32-bit, 64-bit 16:15:51 Byte Order: Little Endian 16:15:51 Address sizes: 40 bits physical, 48 bits virtual 16:15:51 CPU(s): 4 16:15:51 On-line CPU(s) list: 0-3 16:15:51 Thread(s) per core: 1 16:15:51 Core(s) per socket: 1 16:15:51 Socket(s): 4 16:15:51 NUMA node(s): 1 16:15:51 Vendor ID: GenuineIntel 16:15:51 CPU family: 6 16:15:51 Model: 44 16:15:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:15:51 Stepping: 1 16:15:51 CPU MHz: 2933.438 16:15:51 BogoMIPS: 5866.87 16:15:51 Virtualization: VT-x 16:15:51 Hypervisor vendor: KVM 16:15:51 Virtualization type: full 16:15:51 L1d cache: 128 KiB 16:15:51 L1i cache: 128 KiB 16:15:51 L2 cache: 16 MiB 16:15:51 L3 cache: 64 MiB 16:15:51 NUMA node0 CPU(s): 0-3 16:15:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:15:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:15:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:15:51 Vulnerability Meltdown: Mitigation; PTI 16:15:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:15:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:15:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:15:51 Vulnerability Srbds: Not affected 16:15:51 Vulnerability Tsx async abort: Not affected 16:15:51 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 16:15:51 16:15:51 16:15:51 ---> nproc: 16:15:51 4 16:15:51 16:15:51 16:15:51 ---> df -h: 16:15:51 Filesystem Size Used Available Use% Mounted on 16:15:51 overlay 50.0G 11.2G 38.8G 22% / 16:15:51 tmpfs 64.0M 0 64.0M 0% /dev 16:15:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:15:51 shm 64.0M 0 64.0M 0% /dev/shm 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/7 16:15:51 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/7@tmp 16:15:51 16:15:51 16:15:51 ---> free -m: 16:15:51 total used free shared buff/cache available 16:15:51 Mem: 1837 822 237 0 777 944 16:15:51 Swap: 1023 37 986 16:15:51 16:15:51 16:15:51 ---> ip addr: 16:15:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:15:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:15:51 inet 127.0.0.1/8 scope host lo 16:15:51 valid_lft forever preferred_lft forever 16:15:51 inet6 ::1/128 scope host 16:15:51 valid_lft forever preferred_lft forever 16:15:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:15:51 link/ether fa:16:3e:81:c5:d2 brd ff:ff:ff:ff:ff:ff 16:15:51 inet 10.30.122.130/23 brd 10.30.123.255 scope global dynamic eth0 16:15:51 valid_lft 85216sec preferred_lft 85216sec 16:15:51 inet6 fe80::f816:3eff:fe81:c5d2/64 scope link 16:15:51 valid_lft forever preferred_lft forever 16:15:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:15:51 link/ether 02:42:38:e8:7c:7c brd ff:ff:ff:ff:ff:ff 16:15:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:15:51 valid_lft forever preferred_lft forever 16:15:51 inet6 fe80::42:38ff:fee8:7c7c/64 scope link 16:15:51 valid_lft forever preferred_lft forever 16:15:51 16:15:51 16:15:51 ---> sar -b -r -n DEV: 16:15:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 16:15:51 16:15:51 15:55:53 LINUX RESTART (4 CPU) 16:15:51 16:15:51 15:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:15:51 15:58:01 55.69 13.97 41.72 0.00 4774.27 7876.86 0.00 16:15:51 15:59:01 158.26 68.05 90.22 0.00 4833.08 39028.43 0.00 16:15:51 16:00:01 187.91 48.18 139.74 0.00 2564.21 23096.12 0.00 16:15:51 16:01:01 105.75 55.80 49.94 0.00 1751.36 5971.12 0.00 16:15:51 16:02:01 96.29 53.92 42.37 0.00 1904.18 4128.84 0.00 16:15:51 16:03:01 85.43 36.28 49.15 0.00 2538.60 4631.56 0.00 16:15:51 16:04:01 28.67 8.71 19.96 0.00 436.25 6507.17 0.00 16:15:51 16:05:03 221.86 69.35 152.51 0.00 24864.51 88917.59 0.00 16:15:51 16:06:02 932.65 774.60 158.05 0.00 68953.40 71149.97 0.00 16:15:51 16:07:02 2113.94 1893.69 220.25 0.00 133312.03 147428.84 0.00 16:15:51 16:08:01 233.85 141.15 92.70 0.00 13676.00 14804.27 0.00 16:15:51 16:09:05 638.00 376.89 261.10 0.00 70088.83 106798.72 0.00 16:15:51 16:10:02 1024.66 892.38 132.28 0.00 45498.70 48360.06 0.00 16:15:51 16:11:01 466.69 285.79 180.90 0.00 14680.41 30446.42 0.00 16:15:51 16:12:01 223.81 105.15 118.66 0.00 4191.82 10860.44 0.00 16:15:51 16:13:01 149.74 142.49 7.25 0.00 2935.86 470.26 0.00 16:15:51 16:14:01 0.43 0.12 0.32 0.00 7.19 4.46 0.00 16:15:51 16:15:01 61.18 60.93 0.25 0.00 5801.33 3.99 0.00 16:15:51 Average: 374.47 276.57 97.89 0.00 22391.19 34106.21 0.00 16:15:51 16:15:51 15:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:15:51 15:58:01 78552 0 645780 34.32 2620 1154592 1344752 45.89 538628 1058388 96692 16:15:51 15:59:01 84180 0 692872 36.82 2276 1102216 1560552 53.26 629988 920420 90096 16:15:51 16:00:01 311100 0 690108 36.68 1492 878844 1376356 46.97 469984 833588 52 16:15:51 16:01:01 212920 0 770176 40.93 1408 897040 1758740 60.02 612940 778396 43604 16:15:51 16:02:01 298564 0 810096 43.05 704 772180 1756908 59.96 580800 719252 34776 16:15:51 16:03:01 77248 0 925440 49.19 648 878208 1715940 58.56 760412 752124 62080 16:15:51 16:04:01 357904 0 714944 38.00 648 808048 1326576 45.27 522976 716180 1132 16:15:51 16:05:03 72176 0 821612 43.67 128 987628 2273720 77.60 700224 884656 86952 16:15:51 16:06:02 209968 0 788060 41.88 12 883504 2170884 74.09 572440 882356 69164 16:15:51 16:07:02 307020 0 669360 35.58 0 905164 1351300 46.12 601384 746916 568 16:15:51 16:08:01 241424 0 853828 45.38 0 786292 2273656 77.60 686532 690340 39332 16:15:51 16:09:05 74516 0 778460 41.37 0 1028568 2183672 74.53 693680 903296 69468 16:15:51 16:10:02 117296 0 828532 44.03 0 935716 2304272 78.64 659116 859272 53392 16:15:51 16:11:01 98872 0 720224 38.28 0 1062448 1645136 56.15 590428 942968 88132 16:15:51 16:12:01 142276 0 672232 35.73 0 1067036 1243752 42.45 507972 961176 96 16:15:51 16:13:01 241652 0 754832 40.12 0 885060 1188572 40.56 460076 816368 12 16:15:51 16:14:01 243356 0 752920 40.02 0 885268 1169040 39.90 459228 816068 8 16:15:51 16:15:01 75520 0 790032 41.99 0 1015992 1421804 48.52 520944 919696 9256 16:15:51 Average: 180252 0 759973 40.39 552 940767 1670313 57.00 587097 844526 41378 16:15:51 16:15:51 15:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:15:51 15:58:01 veth565b450 333.28 325.86 38.98 1646.72 0.00 0.00 0.00 0.00 16:15:51 15:58:01 eth0 715.33 656.94 3712.40 98.50 0.00 0.00 0.00 0.00 16:15:51 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 15:58:01 docker0 333.28 325.73 34.42 1646.71 0.00 0.00 0.00 0.00 16:15:51 15:59:01 eth0 506.89 463.25 3827.63 49.83 0.00 0.00 0.00 0.00 16:15:51 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 15:59:01 docker0 223.87 206.05 20.02 993.24 0.00 0.00 0.00 0.00 16:15:51 16:00:01 veth6e7e4a7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:15:51 16:00:01 eth0 220.68 137.93 874.61 76.09 0.00 0.00 0.00 0.00 16:15:51 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:00:01 docker0 104.34 180.01 7.56 843.60 0.00 0.00 0.00 0.00 16:15:51 16:01:01 veth6e7e4a7 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:01:01 eth0 13.87 9.08 10.07 5.28 0.00 0.00 0.00 0.00 16:15:51 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:02:01 veth6e7e4a7 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 16:15:51 16:02:01 eth0 36.33 25.97 26.77 14.81 0.00 0.00 0.00 0.00 16:15:51 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:02:01 docker0 0.44 0.44 0.03 0.04 0.00 0.00 0.00 0.00 16:15:51 16:03:01 veth6e7e4a7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:03:01 eth0 22.25 18.87 11.43 61.31 0.00 0.00 0.00 0.00 16:15:51 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:04:01 eth0 31.65 24.25 45.67 12.29 0.00 0.00 0.00 0.00 16:15:51 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:05:03 vethfafa455 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:15:51 16:05:03 eth0 176.85 137.48 1628.23 61.56 0.00 0.00 0.00 0.00 16:15:51 16:05:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:05:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:06:02 vethfafa455 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 16:15:51 16:06:02 eth0 38.76 23.86 159.42 6.76 0.00 0.00 0.00 0.00 16:15:51 16:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:06:02 docker0 13.43 24.77 0.72 148.76 0.00 0.00 0.00 0.00 16:15:51 16:07:02 vethfafa455 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:07:02 eth0 6.65 4.99 5.10 2.75 0.00 0.00 0.00 0.00 16:15:51 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:08:01 vethfafa455 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:08:01 vethc85a69a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:15:51 16:08:01 eth0 10.06 7.08 7.30 3.95 0.00 0.00 0.00 0.00 16:15:51 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:09:05 vethfafa455 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:09:05 eth0 63.94 47.13 152.40 67.25 0.00 0.00 0.00 0.00 16:15:51 16:09:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:09:05 docker0 647.59 710.73 59.95 3515.78 0.00 0.00 0.00 0.00 16:15:51 16:10:02 vethfafa455 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:10:02 eth0 19.42 13.59 42.41 6.50 0.00 0.00 0.00 0.00 16:15:51 16:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:10:02 veth422e59c 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 16:15:51 16:11:01 vethfafa455 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:11:01 eth0 184.31 151.72 1342.79 76.07 0.00 0.00 0.00 0.00 16:15:51 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:11:01 docker0 702.04 781.74 64.67 3873.90 0.00 0.00 0.00 0.00 16:15:51 16:12:01 eth0 153.25 102.48 435.71 71.72 0.00 0.00 0.00 0.00 16:15:51 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:12:01 docker0 58.78 95.00 3.39 400.52 0.00 0.00 0.00 0.00 16:15:51 16:13:01 eth0 1.05 0.90 0.82 0.43 0.00 0.00 0.00 0.00 16:15:51 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:14:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:15:51 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:15:01 eth0 28.28 22.44 165.58 5.94 0.00 0.00 0.00 0.00 16:15:51 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 Average: eth0 124.28 103.03 694.37 34.73 0.00 0.00 0.00 0.00 16:15:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:51 Average: docker0 41.75 48.14 3.73 234.63 0.00 0.00 0.00 0.00 16:15:51 16:15:51 16:15:51 ---> sar -P ALL: 16:15:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 16:15:51 16:15:51 15:55:53 LINUX RESTART (4 CPU) 16:15:51 16:15:51 15:57:01 CPU %user %nice %system %iowait %steal %idle 16:15:51 15:58:01 all 5.44 0.00 3.33 0.99 18.85 71.39 16:15:51 15:58:01 0 3.88 0.00 3.58 0.21 20.69 71.65 16:15:51 15:58:01 1 5.99 0.00 3.41 2.22 18.84 69.54 16:15:51 15:58:01 2 5.05 0.00 3.32 1.07 18.34 72.22 16:15:51 15:58:01 3 6.89 0.00 3.01 0.47 17.47 72.15 16:15:51 15:59:01 all 8.66 0.00 4.73 1.01 22.22 63.37 16:15:51 15:59:01 0 5.73 0.00 4.96 0.93 23.03 65.36 16:15:51 15:59:01 1 9.08 0.00 4.88 1.28 21.83 62.92 16:15:51 15:59:01 2 7.85 0.00 3.75 0.82 22.71 64.87 16:15:51 15:59:01 3 12.11 0.00 5.34 1.01 21.30 60.24 16:15:51 16:00:01 all 5.18 0.00 5.79 3.60 16.42 69.00 16:15:51 16:00:01 0 4.60 0.00 4.95 1.17 17.18 72.10 16:15:51 16:00:01 1 4.70 0.00 6.22 5.37 15.99 67.72 16:15:51 16:00:01 2 4.97 0.00 5.66 1.84 15.93 71.61 16:15:51 16:00:01 3 6.45 0.00 6.37 6.10 16.58 64.49 16:15:51 16:01:01 all 34.76 0.00 10.12 4.64 28.43 22.06 16:15:51 16:01:01 0 32.65 0.00 9.64 4.28 29.88 23.55 16:15:51 16:01:01 1 34.27 0.00 9.68 3.63 28.44 23.98 16:15:51 16:01:01 2 33.84 0.00 10.21 6.06 27.61 22.28 16:15:51 16:01:01 3 38.37 0.00 10.99 4.60 27.74 18.29 16:15:51 16:02:01 all 36.44 0.00 11.94 2.72 29.49 19.41 16:15:51 16:02:01 0 32.00 0.00 11.06 4.28 32.17 20.49 16:15:51 16:02:01 1 33.88 0.00 12.16 2.55 29.20 22.21 16:15:51 16:02:01 2 40.63 0.00 12.86 1.95 28.26 16.30 16:15:51 16:02:01 3 39.66 0.00 11.74 2.01 28.15 18.43 16:15:51 16:03:01 all 26.28 0.00 12.14 2.92 24.58 34.09 16:15:51 16:03:01 0 25.83 0.00 11.92 2.69 24.40 35.16 16:15:51 16:03:01 1 26.37 0.00 11.64 3.93 25.10 32.96 16:15:51 16:03:01 2 26.32 0.00 12.53 2.86 24.96 33.33 16:15:51 16:03:01 3 26.59 0.00 12.46 2.19 23.84 34.92 16:15:51 16:04:01 all 12.51 0.00 8.31 0.34 31.65 47.19 16:15:51 16:04:01 0 11.31 0.00 7.93 0.81 32.41 47.54 16:15:51 16:04:01 1 11.74 0.00 7.73 0.19 32.37 47.97 16:15:51 16:04:01 2 14.06 0.00 8.63 0.24 30.87 46.20 16:15:51 16:04:01 3 12.96 0.00 8.95 0.12 30.94 47.03 16:15:51 16:05:03 all 5.85 0.00 7.73 4.79 31.14 50.49 16:15:51 16:05:03 0 5.10 0.00 6.88 4.80 31.77 51.45 16:15:51 16:05:03 1 5.25 0.00 8.03 5.22 31.14 50.37 16:15:51 16:05:03 2 6.42 0.00 6.98 4.79 31.07 50.73 16:15:51 16:05:03 3 6.65 0.00 9.10 4.32 30.57 49.36 16:15:51 16:06:02 all 11.52 0.00 12.31 8.27 38.06 29.84 16:15:51 16:06:02 0 10.21 0.00 11.32 9.35 38.23 30.89 16:15:51 16:06:02 1 12.31 0.00 13.60 7.12 38.43 28.54 16:15:51 16:06:02 2 11.42 0.00 12.28 7.89 37.51 30.90 16:15:51 16:06:02 3 12.18 0.00 12.09 8.66 38.07 29.00 16:15:51 16:07:02 all 8.82 0.00 10.56 29.66 29.57 21.40 16:15:51 16:07:02 0 8.23 0.00 10.53 25.60 29.51 26.13 16:15:51 16:07:02 1 8.03 0.00 10.26 29.22 29.29 23.20 16:15:51 16:07:02 2 9.59 0.00 11.12 31.58 28.99 18.73 16:15:51 16:07:02 3 9.45 0.00 10.33 32.33 30.49 17.41 16:15:51 16:08:01 all 65.22 0.00 15.53 2.71 13.30 3.25 16:15:51 16:08:01 0 66.11 0.00 15.84 2.68 12.78 2.58 16:15:51 16:08:01 1 65.22 0.00 14.44 3.06 13.72 3.56 16:15:51 16:08:01 2 66.67 0.00 15.64 2.49 12.06 3.14 16:15:51 16:08:01 3 62.76 0.00 16.23 2.60 14.69 3.73 16:15:51 16:15:51 16:08:01 CPU %user %nice %system %iowait %steal %idle 16:15:51 16:09:05 all 11.75 0.00 13.15 9.65 35.04 30.42 16:15:51 16:09:05 0 12.39 0.00 15.86 11.43 34.87 25.45 16:15:51 16:09:05 1 10.64 0.00 12.35 9.15 34.90 32.96 16:15:51 16:09:05 2 11.63 0.00 12.40 10.27 34.27 31.43 16:15:51 16:09:05 3 12.37 0.00 12.06 7.77 36.13 31.68 16:15:51 16:10:02 all 34.98 0.37 15.03 11.57 28.63 9.42 16:15:51 16:10:02 0 36.43 0.45 16.18 12.06 26.32 8.56 16:15:51 16:10:02 1 34.57 0.33 14.04 12.03 28.93 10.09 16:15:51 16:10:02 2 36.39 0.33 15.45 11.78 27.99 8.07 16:15:51 16:10:02 3 32.50 0.37 14.43 10.41 31.32 10.96 16:15:51 16:11:01 all 16.75 0.67 14.20 12.40 30.79 25.20 16:15:51 16:11:01 0 15.85 0.64 14.44 13.66 31.71 23.71 16:15:51 16:11:01 1 17.01 0.67 13.76 12.45 30.67 25.44 16:15:51 16:11:01 2 18.59 0.68 14.25 10.99 29.67 25.83 16:15:51 16:11:01 3 15.55 0.70 14.33 12.48 31.10 25.84 16:15:51 16:12:01 all 6.07 1.24 10.77 10.19 21.79 49.95 16:15:51 16:12:01 0 7.75 1.03 11.75 8.51 22.72 48.24 16:15:51 16:12:01 1 6.80 1.24 10.96 12.83 20.92 47.24 16:15:51 16:12:01 2 5.97 1.16 10.35 9.09 21.08 52.36 16:15:51 16:12:01 3 3.79 1.51 10.07 10.27 22.48 51.87 16:15:51 16:13:01 all 0.09 0.28 2.03 0.57 3.51 93.51 16:15:51 16:13:01 0 0.07 0.21 1.61 0.59 3.05 94.47 16:15:51 16:13:01 1 0.05 0.46 3.08 0.84 3.61 91.96 16:15:51 16:13:01 2 0.07 0.31 2.24 0.67 4.20 92.52 16:15:51 16:13:01 3 0.20 0.15 1.18 0.20 3.17 95.11 16:15:51 16:14:01 all 0.06 0.00 0.08 0.01 0.78 99.07 16:15:51 16:14:01 0 0.03 0.00 0.10 0.02 0.71 99.14 16:15:51 16:14:01 1 0.08 0.00 0.03 0.00 0.80 99.09 16:15:51 16:14:01 2 0.03 0.00 0.08 0.02 0.78 99.09 16:15:51 16:14:01 3 0.08 0.00 0.12 0.00 0.84 98.96 16:15:51 16:15:01 all 1.05 0.00 0.74 2.28 2.22 93.72 16:15:51 16:15:01 0 0.73 0.00 0.66 1.55 2.23 94.83 16:15:51 16:15:01 1 0.70 0.00 0.80 1.71 2.12 94.68 16:15:51 16:15:01 2 1.99 0.00 0.85 3.07 2.17 91.92 16:15:51 16:15:01 3 0.77 0.00 0.65 2.78 2.35 93.46 16:15:51 Average: all 15.16 0.14 8.60 5.95 22.52 47.62 16:15:51 Average: 0 14.52 0.13 8.64 5.72 23.00 48.00 16:15:51 Average: 1 14.97 0.15 8.56 6.23 22.50 47.58 16:15:51 Average: 2 15.61 0.14 8.57 5.89 22.08 47.71 16:15:51 Average: 3 15.55 0.15 8.64 5.96 22.51 47.19 16:15:51 16:15:51 16:15:51