Pull request #2874 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 5db5087cdcefc824a2ea3931a950fd48251fb728+82d8907018ab8cb9f1ec85c1c043836e064d42f9 (291c48f9290192db8f51bb60ddd1758e65c16cf7) 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-12365’ is offline Running on prd-centos7-docker-4c-2g-12367 in /w/workspace/edgexfoundry_edgex-go_PR-2874 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 5db5087cdcefc824a2ea3931a950fd48251fb728 > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2874/head:refs/remotes/origin/PR-2874 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5db5087cdcefc824a2ea3931a950fd48251fb728 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing 5db5087cdcefc824a2ea3931a950fd48251fb728 Checking out Revision 5db5087cdcefc824a2ea3931a950fd48251fb728 (PR-2874) > git merge 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5db5087cdcefc824a2ea3931a950fd48251fb728 # timeout=10 Commit message: "Add logic to validate if empty device name is passed in" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:07:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk f3dd5c11392488bb668fc391125cd7b3fa098ef9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:07:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:07:57 ========================================================= 04:07:57 EdgeX Global Pipelines Version Info 04:07:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:07:59 ------------------- 04:07:59 stable info: 04:07:59 ------------------- 04:07:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:07:59 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 04:07:59 Message: update stable to v1.0.162 04:08:00 ------------------- 04:08:00 experimental info: 04:08:00 ------------------- 04:08:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:08:00 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 04:08:00 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:08:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:08:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2874 [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2874 [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2874 [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5db5087cdcefc824a2ea3931a950fd48251fb728 [Pipeline] echo 04:08:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5db5087 [Pipeline] echo 04:08:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:08:04 provisioning config files... 04:08:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1131788223629835572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:04 ---> docker-login.sh 04:08:04 nexus3.edgexfoundry.org:10001 04:08:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:05 Configure a credential helper to remove this warning. See 04:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:05 04:08:05 Login Succeeded 04:08:05 nexus3.edgexfoundry.org:10002 04:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:05 Configure a credential helper to remove this warning. See 04:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:05 04:08:05 Login Succeeded 04:08:05 nexus3.edgexfoundry.org:10003 04:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:05 Configure a credential helper to remove this warning. See 04:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:05 04:08:05 Login Succeeded 04:08:05 nexus3.edgexfoundry.org:10004 04:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:05 Configure a credential helper to remove this warning. See 04:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:05 04:08:05 Login Succeeded 04:08:05 docker.io 04:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:05 Configure a credential helper to remove this warning. See 04:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:05 04:08:05 Login Succeeded 04:08:05 ---> docker-login.sh ends [Pipeline] } 04:08:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:06 ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/core-command/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo core-command,cmd/core-command/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/core-data/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo core-data,cmd/core-data/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/core-metadata/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo core-metadata,cmd/core-metadata/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/security-bootstrap-redis/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/security-proxy-setup/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/security-secrets-setup/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/support-logging/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo support-logging,cmd/support-logging/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/support-notifications/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo support-notifications,cmd/support-notifications/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/support-scheduler/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:08:06 + for file in '`ls cmd/**/Dockerfile`' 04:08:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:08:06 ++ cut -d/ -f2 04:08:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:08:06 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 04:08:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:08 04:08:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:08:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:08 latest: Pulling from edgex-devops/git-semver 04:08:08 31603596830f: Pulling fs layer 04:08:08 2a8b12db71e7: Pulling fs layer 04:08:08 6ca5941a6612: Pulling fs layer 04:08:08 ecc8261a40a4: Pulling fs layer 04:08:08 ecc8261a40a4: Waiting 04:08:08 2a8b12db71e7: Verifying Checksum 04:08:08 2a8b12db71e7: Download complete 04:08:08 31603596830f: Download complete 04:08:08 ecc8261a40a4: Verifying Checksum 04:08:08 ecc8261a40a4: Download complete 04:08:08 6ca5941a6612: Verifying Checksum 04:08:08 6ca5941a6612: Download complete 04:08:09 31603596830f: Pull complete 04:08:09 2a8b12db71e7: Pull complete 04:08:10 6ca5941a6612: Pull complete 04:08:10 ecc8261a40a4: Pull complete 04:08:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:08:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:08:10 prd-centos7-docker-4c-2g-12367 does not seem to be running inside a container 04:08:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:08:13 $ docker top 87db2dce2e1563d5e4a5f303fb0569d9a5d3fbc87e85b150bba9516d1ea58cad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:13 [ssh-agent] Looking for ssh-agent implementation... 04:08:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:13 $ docker exec 87db2dce2e1563d5e4a5f303fb0569d9a5d3fbc87e85b150bba9516d1ea58cad ssh-agent 04:08:13 SSH_AUTH_SOCK=/tmp/ssh-68gCkY96zrLw/agent.12 04:08:13 SSH_AGENT_PID=17 04:08:13 Running ssh-add (command line suppressed) 04:08:13 Identity added: /w/workspace/edgex-go/5@tmp/private_key_456205850744660062.key (/w/workspace/edgex-go/5@tmp/private_key_456205850744660062.key) 04:08:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:14 + git tag --points-at HEAD [Pipeline] } 04:08:14 $ docker exec --env ******** --env ******** 87db2dce2e1563d5e4a5f303fb0569d9a5d3fbc87e85b150bba9516d1ea58cad ssh-agent -k 04:08:14 unset SSH_AUTH_SOCK; 04:08:14 unset SSH_AGENT_PID; 04:08:14 echo Agent pid 17 killed; 04:08:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:08:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:14 [ssh-agent] Looking for ssh-agent implementation... 04:08:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:14 $ docker exec 87db2dce2e1563d5e4a5f303fb0569d9a5d3fbc87e85b150bba9516d1ea58cad ssh-agent 04:08:14 SSH_AUTH_SOCK=/tmp/ssh-ptEDTTCAcv1V/agent.47 04:08:14 SSH_AGENT_PID=52 04:08:14 Running ssh-add (command line suppressed) 04:08:15 Identity added: /w/workspace/edgex-go/5@tmp/private_key_827682886026519666.key (/w/workspace/edgex-go/5@tmp/private_key_827682886026519666.key) 04:08:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:15 + git semver init 04:08:15 # -> Open(): unable to determine branch for HEAD 04:08:15 # $GIT_DIR = /w/workspace/edgex-go/5/.git 04:08:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 04:08:15 # $SEMVER_REMOTE_NAME = origin 04:08:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:08:15 # $SEMVER_USER_NAME = edgex-jenkins 04:08:15 # $SEMVER_BRANCH = PR-2874 04:08:15 # $SEMVER_TEMP = /tmp/semver-715630684 04:08:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:08:33 # '/tmp/semver-715630684' -> '/w/workspace/edgex-go/5/.semver' 04:08:33 # -> Force: false 04:08:33 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 04:08:33 $ docker exec --env ******** --env ******** 87db2dce2e1563d5e4a5f303fb0569d9a5d3fbc87e85b150bba9516d1ea58cad ssh-agent -k 04:08:33 unset SSH_AUTH_SOCK; 04:08:33 unset SSH_AGENT_PID; 04:08:33 echo Agent pid 52 killed; 04:08:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:35 + git semver [Pipeline] } 04:08:35 $ docker stop --time=1 87db2dce2e1563d5e4a5f303fb0569d9a5d3fbc87e85b150bba9516d1ea58cad 04:08:37 $ docker rm -f 87db2dce2e1563d5e4a5f303fb0569d9a5d3fbc87e85b150bba9516d1ea58cad [Pipeline] // withDockerContainer [Pipeline] sh 04:08:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:08:38 Stashed 1 file(s) [Pipeline] echo 04:08:38 [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] echo 04:08:38 ========================================================= 04:08:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:08:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:08:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:08:42 Sending build context to Docker daemon 325.9MB 04:08:42 Step 1/7 : ARG BASE=golang:1.15-alpine 04:08:42 Step 2/7 : FROM ${BASE} 04:08:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:08:42 df20fa9351a1: Pulling fs layer 04:08:42 ed8968b2872e: Pulling fs layer 04:08:42 a92cc7c5fd73: Pulling fs layer 04:08:42 e871e8e8d7a9: Pulling fs layer 04:08:42 e73272ec9a57: Pulling fs layer 04:08:42 1e910a182e73: Pulling fs layer 04:08:42 4e634b169226: Pulling fs layer 04:08:42 e73272ec9a57: Waiting 04:08:42 1e910a182e73: Waiting 04:08:42 4e634b169226: Waiting 04:08:42 e871e8e8d7a9: Waiting 04:08:42 a92cc7c5fd73: Download complete 04:08:42 ed8968b2872e: Download complete 04:08:42 e73272ec9a57: Verifying Checksum 04:08:42 e73272ec9a57: Download complete 04:08:42 df20fa9351a1: Verifying Checksum 04:08:42 df20fa9351a1: Download complete 04:08:42 1e910a182e73: Verifying Checksum 04:08:42 1e910a182e73: Download complete 04:08:42 df20fa9351a1: Pull complete 04:08:42 ed8968b2872e: Pull complete 04:08:43 a92cc7c5fd73: Pull complete 04:08:44 4e634b169226: Verifying Checksum 04:08:44 4e634b169226: Download complete 04:08:45 e871e8e8d7a9: Verifying Checksum 04:08:45 e871e8e8d7a9: Download complete 04:08:52 e871e8e8d7a9: Pull complete 04:08:52 e73272ec9a57: Pull complete 04:08:52 1e910a182e73: Pull complete 04:08:53 Still waiting to schedule task 04:08:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:08:57 4e634b169226: Pull complete 04:08:57 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 04:08:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:08:57 ---> f7629b54cfaa 04:08:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:08:57 ---> Running in fdb45206f5d0 04:08:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:59 (1/12) Installing libmagic (5.38-r0) 04:09:00 (2/12) Installing file (5.38-r0) 04:09:00 (3/12) Installing libc-dev (0.7.2-r3) 04:09:00 (4/12) Installing g++ (9.3.0-r2) 04:09:05 (5/12) Installing fortify-headers (1.1-r0) 04:09:05 (6/12) Installing patch (2.7.6-r6) 04:09:05 (7/12) Installing build-base (0.5-r2) 04:09:05 (8/12) Installing libsodium (1.0.18-r0) 04:09:05 (9/12) Installing pkgconf (1.7.2-r0) 04:09:05 (10/12) Installing libsodium-dev (1.0.18-r0) 04:09:05 (11/12) Installing libzmq (4.3.3-r0) 04:09:05 (12/12) Installing zeromq-dev (4.3.3-r0) 04:09:05 Executing busybox-1.31.1-r16.trigger 04:09:05 OK: 233 MiB in 51 packages 04:09:10 Removing intermediate container fdb45206f5d0 04:09:10 ---> bd48ffa9b5f0 04:09:10 Step 4/7 : WORKDIR /edgex-go 04:09:10 ---> Running in a6030e31ca92 04:09:10 Removing intermediate container a6030e31ca92 04:09:10 ---> 7f749a3be8bf 04:09:10 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:09:10 latest: Pulling from library/docker 04:09:10 188c0c94c7c5: Pulling fs layer 04:09:10 0c7c675703d6: Pulling fs layer 04:09:10 cc8c12a437cb: Pulling fs layer 04:09:10 c5dafad2182a: Pulling fs layer 04:09:10 5aa711733414: Pulling fs layer 04:09:10 058f73b55e4b: Pulling fs layer 04:09:10 8c9c664faf12: Pulling fs layer 04:09:10 058f73b55e4b: Waiting 04:09:10 8c9c664faf12: Waiting 04:09:10 c5dafad2182a: Waiting 04:09:10 cc8c12a437cb: Verifying Checksum 04:09:10 cc8c12a437cb: Download complete 04:09:10 0c7c675703d6: Verifying Checksum 04:09:10 0c7c675703d6: Download complete 04:09:10 188c0c94c7c5: Verifying Checksum 04:09:10 188c0c94c7c5: Download complete 04:09:10 058f73b55e4b: Download complete 04:09:10 5aa711733414: Download complete 04:09:10 188c0c94c7c5: Pull complete 04:09:10 8c9c664faf12: Verifying Checksum 04:09:10 8c9c664faf12: Download complete 04:09:11 0c7c675703d6: Pull complete 04:09:11 cc8c12a437cb: Pull complete 04:09:11 c5dafad2182a: Verifying Checksum 04:09:11 c5dafad2182a: Download complete 04:09:14 c5dafad2182a: Pull complete 04:09:14 5aa711733414: Pull complete 04:09:14 058f73b55e4b: Pull complete 04:09:14 8c9c664faf12: Pull complete 04:09:14 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 04:09:14 Status: Downloaded newer image for docker:latest 04:09:16 ---> 010b994fc728 04:09:16 Step 6/7 : COPY go.mod . 04:09:16 ---> 640a1123fee7 04:09:16 Step 7/7 : RUN go mod download 04:09:16 ---> Running in b53c6d5d5dde 04:09:38 Removing intermediate container b53c6d5d5dde 04:09:38 ---> 007fd55fdcfb 04:09:38 Successfully built 007fd55fdcfb 04:09:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:09:38 + docker inspect -f . ci-base-image-x86_64 04:09:38 . [Pipeline] withDockerContainer 04:09:38 prd-centos7-docker-4c-2g-12367 does not seem to be running inside a container 04:09:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:39 $ docker top 4a6af8b8e210d8048b4fe7d405bfad9755555acfb8f978c9a4b92165115f9256 -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:40 + go version 04:09:40 go version go1.15.2 linux/amd64 [Pipeline] } 04:09:40 $ docker stop --time=1 4a6af8b8e210d8048b4fe7d405bfad9755555acfb8f978c9a4b92165115f9256 04:09:41 $ docker rm -f 4a6af8b8e210d8048b4fe7d405bfad9755555acfb8f978c9a4b92165115f9256 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:09:42 + docker inspect -f . ci-base-image-x86_64 04:09:42 . [Pipeline] withDockerContainer 04:09:42 prd-centos7-docker-4c-2g-12367 does not seem to be running inside a container 04:09:42 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:43 $ docker top 81b327a29091ed7a2ea2fb475d3606c2cbf3c75fcb1742aff2571b492da55300 -eo pid,comm [Pipeline] { [Pipeline] echo 04:09:43 ========================================================= 04:09:43 [edgeXBuildGoParallel] Running Tests and Build... 04:09:43 ========================================================= [Pipeline] sh 04:09:43 + make test 04:09:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:09:51 ? github.com/edgexfoundry/edgex-go [no test files] 04:10:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:10:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:10:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:10:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:10:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:10:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:10:14 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.045s 04:10:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:10:14 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:10:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:10:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:10:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:10:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:10:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 04:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.0% of statements 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.408s coverage: 67.9% of statements 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.394s coverage: 83.8% of statements 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:10:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12368 in /w/workspace/edgexfoundry_edgex-go_PR-2874 [Pipeline] { [Pipeline] ws 04:10:24 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 04:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements 04:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:10:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 04:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:10:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements 04:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:10:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.286s coverage: 95.7% of statements 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:10:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:10:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.0% of statements [no tests to run] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 04:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 04:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 04:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 04:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 04:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.366s coverage: 55.9% of statements 04:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:10:29 using credential edgex-jenkins-ssh 04:10:29 Cloning the remote Git repository 04:10:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:10:29 > git init /w/workspace/edgex-go/5 # timeout=10 04:10:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:10:30 > git --version # timeout=10 04:10:30 > git --version # 'git version 2.17.1' 04:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:46 Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 5db5087cdcefc824a2ea3931a950fd48251fb728 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 04:10:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:10:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:10:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:10:45 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2874/head:refs/remotes/origin/PR-2874 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:10:46 > git config core.sparsecheckout # timeout=10 04:10:46 > git checkout -f 5db5087cdcefc824a2ea3931a950fd48251fb728 # timeout=10 [Pipeline] } 04:10:47 Failed in branch arm64 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.568s coverage: 86.3% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.089s coverage: 72.2% of statements 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.389s coverage: 72.1% of statements 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.050s coverage: 82.4% of statements 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.036s coverage: 48.4% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 36.5% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.267s coverage: 84.1% of statements 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 42.9% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.050s coverage: 83.8% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.625s coverage: 29.1% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements 04:10:47 GO111MODULE=on go vet ./... 04:11:09 gofmt -l . 04:11:09 [ "`gofmt -l .`" = "" ] 04:11:09 ./bin/test-go-mod-tidy.sh 04:11:09 ./bin/test-attribution-txt.sh [Pipeline] sh 04:11:10 + ls -al . 04:11:10 total 640 04:11:10 drwxrwxr-x 10 1001 1001 4096 Nov 17 04:11 . 04:11:10 drwxr-xr-x 4 root root 28 Nov 17 04:09 .. 04:11:10 -rw-rw-r-- 1 1001 1001 11 Nov 17 04:07 .dockerignore 04:11:10 drwxrwxr-x 8 1001 1001 179 Nov 17 04:07 .git 04:11:10 drwxrwxr-x 3 1001 1001 125 Nov 17 04:07 .github 04:11:10 -rw-rw-r-- 1 1001 1001 944 Nov 17 04:07 .gitignore 04:11:10 drwx------ 3 1001 1001 47 Nov 17 04:08 .semver 04:11:10 -rw-rw-r-- 1 1001 1001 166 Nov 17 04:07 .sonarcloud.properties 04:11:10 -rw-rw-r-- 1 1001 1001 3804 Nov 17 04:07 CONTRIBUTING.md 04:11:10 -rw-rw-r-- 1 1001 1001 1035 Nov 17 04:07 Dockerfile.build 04:11:10 -rw-rw-r-- 1 1001 1001 863 Nov 17 04:07 Jenkinsfile 04:11:10 -rw-rw-r-- 1 1001 1001 10775 Nov 17 04:07 LICENSE 04:11:10 -rw-rw-r-- 1 1001 1001 6581 Nov 17 04:07 Makefile 04:11:10 -rw-rw-r-- 1 1001 1001 6447 Nov 17 04:07 README.md 04:11:10 -rw-rw-r-- 1 1001 1001 259 Nov 17 04:07 SECURITY.md 04:11:10 -rw-rw-r-- 1 1001 1001 5 Nov 17 04:08 VERSION 04:11:10 -rw-rw-r-- 1 1001 1001 4131 Nov 17 04:07 ZMQWindows.md 04:11:10 drwxrwxr-x 2 1001 1001 117 Nov 17 04:07 bin 04:11:10 drwxrwxr-x 15 1001 1001 4096 Nov 17 04:07 cmd 04:11:10 -rw-r--r-- 1 root root 545346 Nov 17 04:10 coverage.out 04:11:10 -rw-r--r-- 1 root root 1041 Nov 17 04:11 go.mod 04:11:10 -rw-r--r-- 1 root root 18582 Nov 17 04:11 go.sum 04:11:10 drwxrwxr-x 8 1001 1001 127 Nov 17 04:07 internal 04:11:10 drwxrwxr-x 4 1001 1001 26 Nov 17 04:07 openapi 04:11:10 drwxrwxr-x 4 1001 1001 71 Nov 17 04:07 snap 04:11:10 -rw-rw-r-- 1 1001 1001 168 Nov 17 04:07 version.go [Pipeline] sh 04:11:10 + '[' -e coverage.out ] 04:11:10 + chown 1001:1001 coverage.out [Pipeline] stash 04:11:11 Stashed 1 file(s) [Pipeline] sh 04:11:11 + make build 04:11:11 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 04:11:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:11: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 04:11:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:11:26 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 04:11:27 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 04:11:27 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 04:11:29 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 04:11:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:11:31 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 04:11:32 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 04:11:33 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 04:11:34 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 [Pipeline] } 04:11:35 $ docker stop --time=1 81b327a29091ed7a2ea2fb475d3606c2cbf3c75fcb1742aff2571b492da55300 04:11:37 $ docker rm -f 81b327a29091ed7a2ea2fb475d3606c2cbf3c75fcb1742aff2571b492da55300 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:11:42 04:11:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:11:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:11:42 latest: Pulling from edgex-devops/edgex-compose 04:11:42 cbdbe7a5bc2a: Pulling fs layer 04:11:42 ca9280d653b3: Pulling fs layer 04:11:42 7e9c9ca2126c: Pulling fs layer 04:11:43 cbdbe7a5bc2a: Download complete 04:11:43 cbdbe7a5bc2a: Pull complete 04:11:43 ca9280d653b3: Verifying Checksum 04:11:43 ca9280d653b3: Download complete 04:11:44 ca9280d653b3: Pull complete 04:11:45 7e9c9ca2126c: Download complete 04:11:52 7e9c9ca2126c: Pull complete 04:11:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:11:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:11:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:11:52 prd-centos7-docker-4c-2g-12367 does not seem to be running inside a container 04:11:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 04:11:55 $ docker top cc1c976c260a3d41082a829490b2cd2b22b6f0a376a9da8ca718f85308d7fb16 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:56 + docker-compose build --help 04:11:56 + grep parallel 04:11:57 --parallel Build images in parallel. [Pipeline] } 04:11:57 $ docker stop --time=1 cc1c976c260a3d41082a829490b2cd2b22b6f0a376a9da8ca718f85308d7fb16 04:11:58 $ docker rm -f cc1c976c260a3d41082a829490b2cd2b22b6f0a376a9da8ca718f85308d7fb16 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:11:59 . [Pipeline] withDockerContainer 04:11:59 prd-centos7-docker-4c-2g-12367 does not seem to be running inside a container 04:11:59 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:12:00 $ docker top d4e51e6547f67bf955724d24391b85d30ac2dab051ae6446c24a43d4e988b7fa -eo pid,comm [Pipeline] { [Pipeline] sh 04:12:00 + docker-compose -f ./docker-compose-build.yml build --parallel 04:12:01 Building docker-core-command-go ... 04:12:01 Building docker-core-data-go ... 04:12:01 Building docker-core-metadata-go ... 04:12:01 Building docker-security-bootstrap-redis-go ... 04:12:01 Building docker-security-proxy-setup-go ... 04:12:01 Building docker-security-secrets-setup-go ... 04:12:01 Building docker-security-secretstore-setup-go ... 04:12:01 Building docker-support-logging-go ... 04:12:01 Building docker-support-notifications-go ... 04:12:01 Building docker-support-scheduler-go ... 04:12:01 Building docker-sys-mgmt-agent-go ... 04:12:01 Building docker-core-data-go 04:12:01 Building docker-support-logging-go 04:12:01 Building docker-core-command-go 04:12:01 Building docker-security-proxy-setup-go 04:12:01 Building docker-security-secretstore-setup-go 04:12:33 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 04:12:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:12:33 ---> 007fd55fdcfb 04:12:33 Step 3/20 : WORKDIR /edgex-go 04:12:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 04:12:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:12:33 ---> 007fd55fdcfb 04:12:33 Step 3/24 : WORKDIR /edgex-go 04:12:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 04:12:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:12:33 ---> 007fd55fdcfb 04:12:33 Step 3/23 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:12:33 04:12:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:12:33 ---> 007fd55fdcfb 04:12:33 Step 3/22 : WORKDIR /edgex-go 04:12:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:12:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:12:33 ---> 007fd55fdcfb 04:12:33 Step 3/22 : WORKDIR /edgex-go 04:12:33 ---> Running in 06709d67f1ad 04:12:33 ---> Running in 68faf6fee5ed 04:12:33 ---> Running in a82842ae6b7c 04:12:33 ---> Running in e9fe28358d5a 04:12:33 ---> Running in b43154c8e0f9 04:12:34 Removing intermediate container e9fe28358d5a 04:12:34 ---> 3f1280c36fbf 04:12:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:34 Removing intermediate container a82842ae6b7c 04:12:34 ---> e24172e00467 04:12:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:34 Removing intermediate container b43154c8e0f9 04:12:34 ---> 990bbfd56f88 04:12:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:34 Removing intermediate container 68faf6fee5ed 04:12:34 ---> a40bc071d133 04:12:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:34 Removing intermediate container 06709d67f1ad 04:12:34 ---> b49efb7c0361 04:12:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:34 ---> Running in c4fd376642af 04:12:34 ---> Running in 483cecde6b2c 04:12:34 ---> Running in d057daa05e5e 04:12:34 ---> Running in 603e75312cea 04:12:34 ---> Running in 21e53857ce2e 04:12:36 Removing intermediate container d057daa05e5e 04:12:36 ---> 22aa789049a4 04:12:36 Step 5/22 : RUN apk update && apk add make git 04:12:36 ---> Running in 8d618e27edde 04:12:36 Removing intermediate container c4fd376642af 04:12:36 ---> 93af34fc3f83 04:12:36 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:12:36 ---> Running in 6f314a85b81f 04:12:36 Removing intermediate container 483cecde6b2c 04:12:36 ---> 1426f7c0a3fd 04:12:36 Step 5/22 : RUN apk update && apk add make && apk add bash git 04:12:37 Removing intermediate container 603e75312cea 04:12:37 ---> f63f8f05ea2d 04:12:37 Step 5/20 : RUN apk update && apk add make git 04:12:37 ---> Running in d76d2040b2a8 04:12:37 Removing intermediate container 21e53857ce2e 04:12:37 ---> c6e6d8084da4 04:12:37 Step 5/24 : RUN apk update && apk add make git 04:12:37 ---> Running in 6037a180c9f9 04:12:37 ---> Running in 94a834d1b745 04:12:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:39 v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:39 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:39 OK: 12752 distinct packages available 04:12:39 OK: 233 MiB in 51 packages 04:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:39 v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:39 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:39 OK: 12752 distinct packages available 04:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:40 Removing intermediate container 8d618e27edde 04:12:40 ---> 660bcb4fa176 04:12:40 Step 6/22 : COPY go.mod . 04:12:40 OK: 233 MiB in 51 packages 04:12:40 v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:40 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:40 OK: 12752 distinct packages available 04:12:40 v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:40 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:40 OK: 12752 distinct packages available 04:12:40 ---> 3c792dd3efb2 04:12:40 Step 7/22 : RUN go mod download 04:12:40 OK: 233 MiB in 51 packages 04:12:40 OK: 233 MiB in 51 packages 04:12:40 ---> Running in 1fc74af8bf1b 04:12:40 OK: 233 MiB in 51 packages 04:12:40 Removing intermediate container 6f314a85b81f 04:12:40 ---> db6e806d895f 04:12:40 Step 6/23 : COPY go.mod . 04:12:40 v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:40 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:40 OK: 12752 distinct packages available 04:12:41 OK: 233 MiB in 51 packages 04:12:41 ---> b2c1ee931e96 04:12:41 Step 7/23 : RUN go mod download 04:12:41 Removing intermediate container 6037a180c9f9 04:12:41 ---> 28db36cca80c 04:12:41 Step 6/20 : COPY go.mod . 04:12:41 ---> Running in 28eaba7ba932 04:12:41 Removing intermediate container d76d2040b2a8 04:12:41 ---> fecb6cd3a498 04:12:41 Step 6/22 : COPY go.mod . 04:12:41 ---> db206a770e0f 04:12:41 Step 7/20 : RUN go mod download 04:12:41 ---> Running in 2cbe7768e2cb 04:12:42 ---> 727370c7998d 04:12:42 Step 7/22 : RUN go mod download 04:12:42 ---> Running in 8ba999eda2b6 04:12:42 Removing intermediate container 94a834d1b745 04:12:42 ---> 79814781a1e3 04:12:42 Step 6/24 : COPY go.mod . 04:12:42 Removing intermediate container 1fc74af8bf1b 04:12:42 ---> 609f00dae8f2 04:12:42 Step 8/22 : COPY . . 04:12:42 ---> a244a05fa951 04:12:42 Step 7/24 : RUN go mod download 04:12:42 ---> Running in 6a71f9827d27 04:12:44 Removing intermediate container 28eaba7ba932 04:12:44 ---> e2f89712a669 04:12:44 Step 8/23 : COPY . . 04:12:50 Removing intermediate container 2cbe7768e2cb 04:12:50 ---> 33540d07f627 04:12:50 Step 8/20 : COPY . . 04:12:54 Removing intermediate container 8ba999eda2b6 04:12:54 ---> a0790b9c6072 04:12:54 Step 8/22 : COPY . . 04:12:59 Removing intermediate container 6a71f9827d27 04:12:59 ---> 59cbcb3b8839 04:12:59 Step 8/24 : COPY . . 04:13:26 ---> 9bc2b8813faf 04:13:26 Step 9/22 : RUN make cmd/core-command/core-command 04:13:27 ---> ec30262217de 04:13:27 Step 9/23 : RUN make cmd/core-data/core-data 04:13:28 ---> dda27dc340d8 04:13:28 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:13:29 ---> Running in 2b91a7525ee9 04:13:29 ---> Running in 0ca3782a0408 04:13:30 ---> Running in f5cf4f43bbe7 04:13:32 ---> ab4c1529fa83 04:13:32 Step 9/22 : RUN make cmd/support-logging/support-logging 04:13:32 ---> Running in d91897b7b9dd 04:13:32 ---> 37ad30ad3c34 04:13:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:13:32 ---> Running in 91bb0b665f77 04:13:32 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 04:13:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:13:32 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 04:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:13:33 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 04:13:59 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 04:14:03 Removing intermediate container f5cf4f43bbe7 04:14:03 ---> 2ba2a46b2d4c 04:14:03 04:14:03 Step 10/20 : FROM alpine 04:14:03 latest: Pulling from library/alpine 04:14:03 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 04:14:03 Status: Downloaded newer image for alpine:latest 04:14:03 ---> d6e46aa2470d 04:14:03 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:14:04 ---> Running in 38fdc41e0483 04:14:05 Removing intermediate container d91897b7b9dd 04:14:05 ---> 742e9279c7eb 04:14:05 04:14:05 Step 10/22 : FROM scratch 04:14:05 ---> 04:14:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:14:05 ---> Running in 2fa21ab7ce6f 04:14:05 Removing intermediate container 2fa21ab7ce6f 04:14:05 ---> f37cc06b936c 04:14:05 Step 12/22 : ENV APP_PORT=48061 04:14:06 ---> Running in 0d2700d5c76f 04:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:06 Removing intermediate container 0d2700d5c76f 04:14:06 ---> b38f25a43cc4 04:14:06 Step 13/22 : EXPOSE $APP_PORT 04:14:06 v3.12.1-32-g3dc1dba8df [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:14:06 v3.12.1-33-ge462514615 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:14:06 OK: 12744 distinct packages available 04:14:07 (1/4) Installing ca-certificates (20191127-r4) 04:14:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:14:07 (3/4) Installing libcurl (7.69.1-r1) 04:14:07 (4/4) Installing curl (7.69.1-r1) 04:14:07 Executing busybox-1.31.1-r19.trigger 04:14:08 Executing ca-certificates-20191127-r4.trigger 04:14:09 OK: 7 MiB in 18 packages 04:14:10 ---> Running in 47c3f158bcc3 04:14:10 Removing intermediate container 91bb0b665f77 04:14:10 ---> 0d376bd1eaae 04:14:10 04:14:10 Step 10/24 : FROM alpine:3.10 04:14:10 Removing intermediate container 2b91a7525ee9 04:14:10 ---> dc39e8bcc8cf 04:14:10 04:14:10 Step 10/22 : FROM scratch 04:14:10 ---> 04:14:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:14:10 Removing intermediate container 47c3f158bcc3 04:14:10 ---> f605410123d9 04:14:10 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 04:14:10 ---> Running in 371b8b1e826e 04:14:10 3.10: Pulling from library/alpine 04:14:11 Removing intermediate container 371b8b1e826e 04:14:11 ---> b0e7ea594eac 04:14:11 Step 12/22 : ENV APP_PORT=48082 04:14:11 Removing intermediate container 38fdc41e0483 04:14:11 ---> d8efa412eae7 04:14:11 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:14:11 ---> e54452a90725 04:14:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:14:11 ---> Running in 74b20dc116b3 04:14:11 ---> Running in 5bdc50e33058 04:14:12 Removing intermediate container 74b20dc116b3 04:14:12 ---> 62321948b724 04:14:12 Step 13/22 : EXPOSE $APP_PORT 04:14:13 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:14:13 ---> 425873b8cfcd 04:14:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:14:13 Status: Downloaded newer image for alpine:3.10 04:14:13 ---> be4e4bea2c2e 04:14:13 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:14:13 Removing intermediate container 5bdc50e33058 04:14:13 ---> 600cb0f6d0d3 04:14:13 Step 13/20 : WORKDIR /edgex 04:14:13 ---> Running in 1f4ed7faa7e4 04:14:14 ---> Running in 68266dbadf5c 04:14:14 ---> Running in c830385fde3d 04:14:14 Removing intermediate container 1f4ed7faa7e4 04:14:14 ---> ac6aebdf338c 04:14:14 Step 14/22 : WORKDIR / 04:14:14 Removing intermediate container 0ca3782a0408 04:14:14 ---> 9c3951c59c81 04:14:14 04:14:14 Step 10/23 : FROM alpine 04:14:14 ---> d6e46aa2470d 04:14:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:14:14 ---> 19651dc47f33 04:14:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:14:14 ---> Running in 65a2d0f43281 04:14:14 ---> Running in 6c8a13ff0e5a 04:14:14 Removing intermediate container c830385fde3d 04:14:14 ---> addd680d8b2a 04:14:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:14:14 ---> 5d45a6a89cc4 04:14:14 Step 18/22 : ENTRYPOINT ["/support-logging"] 04:14:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:14:14 Removing intermediate container 65a2d0f43281 04:14:14 ---> 1f78c87fd526 04:14:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:14:14 Removing intermediate container 6c8a13ff0e5a 04:14:14 ---> d14390273b37 04:14:14 Step 12/23 : ENV APP_PORT=48080 04:14:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:14:15 ---> Running in b33cb7855340 04:14:15 v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:14:15 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:14:15 OK: 10346 distinct packages available 04:14:15 ---> Running in 6c77e70a0eea 04:14:15 ---> 24b2345b0dab 04:14:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:14:15 (1/5) Installing ca-certificates (20191127-r2) 04:14:15 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:14:15 (3/5) Installing libcurl (7.66.0-r1) 04:14:15 (4/5) Installing curl (7.66.0-r1) 04:14:15 (5/5) Installing dumb-init (1.2.2-r1) 04:14:15 Executing busybox-1.30.1-r3.trigger 04:14:15 Executing ca-certificates-20191127-r2.trigger 04:14:15 OK: 7 MiB in 19 packages 04:14:15 ---> 94547b2ca1bc 04:14:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:14:16 Removing intermediate container b33cb7855340 04:14:16 ---> ef39029c6f76 04:14:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:16 Removing intermediate container 6c77e70a0eea 04:14:16 ---> afd36ea58e80 04:14:16 Step 13/23 : EXPOSE $APP_PORT 04:14:16 ---> a4f74faa144d 04:14:16 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:14:16 ---> 46fda9a4c16e 04:14:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:14:16 ---> Running in 85e09b3c4c8b 04:14:16 ---> Running in 15b06af06d8e 04:14:16 ---> Running in 464f96b1060b 04:14:17 Removing intermediate container 85e09b3c4c8b 04:14:17 ---> d8e86fbf2a8b 04:14:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:17 Removing intermediate container 15b06af06d8e 04:14:17 ---> af1beba5c75a 04:14:17 Step 20/22 : LABEL arch=x86_64 04:14:17 Removing intermediate container 464f96b1060b 04:14:17 ---> 57cac34ee280 04:14:17 Step 17/20 : CMD ["--init=true"] 04:14:18 Removing intermediate container 68266dbadf5c 04:14:18 ---> 304a7e64bc68 04:14:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:14:18 ---> ff99e14d342f 04:14:18 Step 18/22 : ENTRYPOINT ["/core-command"] 04:14:18 ---> Running in 61693b19e1bf 04:14:18 ---> Running in 464ad0f2565a 04:14:18 ---> Running in b3d738d67f85 04:14:18 ---> Running in f0fe81b0a283 04:14:18 ---> Running in 6e76fdef56e0 04:14:18 Removing intermediate container 464ad0f2565a 04:14:18 ---> e3a041e956f9 04:14:18 Step 21/22 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:14:18 Removing intermediate container b3d738d67f85 04:14:18 ---> 9a0b51991332 04:14:18 Step 18/20 : LABEL arch=x86_64 04:14:18 Removing intermediate container f0fe81b0a283 04:14:18 ---> 0357ff2772cd 04:14:18 Step 13/24 : WORKDIR / 04:14:18 Removing intermediate container 6e76fdef56e0 04:14:18 ---> 2c8a7bdf6e5a 04:14:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:19 ---> Running in 2ffaecb0a859 04:14:19 ---> Running in 6c7826cfb620 04:14:19 ---> Running in 9e81010c5797 04:14:19 ---> Running in 722bab529ed6 04:14:19 Removing intermediate container 2ffaecb0a859 04:14:19 ---> a2f8e2020edb 04:14:19 Step 22/22 : LABEL version=0.0.0 04:14:19 Removing intermediate container 6c7826cfb620 04:14:19 ---> a8e03af4e4bb 04:14:19 Step 19/20 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:14:19 ---> Running in 71977c231f9d 04:14:19 Removing intermediate container 9e81010c5797 04:14:19 ---> e0c154ac88c0 04:14:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:14:19 Removing intermediate container 722bab529ed6 04:14:19 ---> 2c66ad0b0628 04:14:19 Step 20/22 : LABEL arch=x86_64 04:14:19 ---> Running in 92b2f255fb22 04:14:19 ---> Running in bb669fd914d7 04:14:19 Removing intermediate container 71977c231f9d 04:14:19 ---> a764e0dc4f66 04:14:19 04:14:20 Removing intermediate container 61693b19e1bf 04:14:20 ---> e698aee0b83a 04:14:20 Step 15/23 : RUN apk --no-cache add zeromq 04:14:20 ---> 110ab6b8135b 04:14:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:14:20 Removing intermediate container 92b2f255fb22 04:14:20 ---> 59a38bd28e35 04:14:20 Step 20/20 : LABEL version=0.0.0 04:14:20 Successfully built a764e0dc4f66 04:14:20 Removing intermediate container bb669fd914d7 04:14:20 ---> 444b594fb812 04:14:20 Step 21/22 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:14:20 ---> Running in 26c20b7743db 04:14:20 Successfully tagged docker-support-logging-go:latest 04:14:20  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go 04:14:20 ---> Running in bda0b92cac2c 04:14:20 ---> Running in f1b61c2e6c7a 04:14:20 ---> 470fd4e8a22d 04:14:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:14:20 Removing intermediate container bda0b92cac2c 04:14:20 ---> 6661ef88307b 04:14:20 04:14:20 Removing intermediate container f1b61c2e6c7a 04:14:20 ---> 1e471c5847b5 04:14:20 Step 22/22 : LABEL version=0.0.0 04:14:20 Successfully built 6661ef88307b 04:14:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:21 ---> Running in 62c9270e73b6 04:14:21 Successfully tagged docker-security-proxy-setup-go:latest 04:14:21  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 04:14:21 ---> a2a03c02a25b 04:14:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:14:21 Removing intermediate container 62c9270e73b6 04:14:21 ---> 4a228e1301d5 04:14:21 04:14:21 Successfully built 4a228e1301d5 04:14:21 Successfully tagged docker-core-command-go:latest 04:14:21  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 04:14:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:22 ---> 3f7a6e3f012c 04:14:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:14:23 (1/5) Installing libgcc (9.3.0-r2) 04:14:23 (2/5) Installing libsodium (1.0.18-r0) 04:14:23 (3/5) Installing libstdc++ (9.3.0-r2) 04:14:24 (4/5) Installing libzmq (4.3.3-r0) 04:14:24 (5/5) Installing zeromq (4.3.3-r0) 04:14:24 Executing busybox-1.31.1-r19.trigger 04:14:24 OK: 8 MiB in 19 packages 04:14:29 ---> ca5847934246 04:14:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:14:29 Removing intermediate container 26c20b7743db 04:14:29 ---> 83a888ee599c 04:14:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:14:29 ---> 782ea932dbdd 04:14:29 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:14:30 ---> Running in 3ab6b39ec0f3 04:14:30 ---> 125ebd1ab72f 04:14:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:14:38 ---> c9024ce1c5c5 04:14:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:14:40 Removing intermediate container 3ab6b39ec0f3 04:14:40 ---> 3f4acfcbf1af 04:14:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:14:40 ---> 4a63dbe40e99 04:14:40 Step 19/23 : ENTRYPOINT ["/core-data"] 04:14:40 ---> Running in ca392e12ce94 04:14:41 ---> Running in edec57c89cc4 04:14:41 Removing intermediate container ca392e12ce94 04:14:41 ---> f65beb06e46f 04:14:41 Step 22/24 : LABEL arch=x86_64 04:14:42 ---> Running in f3b52721c710 04:14:42 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 04:14:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:14:42 ---> 007fd55fdcfb 04:14:42 Step 3/29 : WORKDIR /edgex-go 04:14:42 ---> Using cache 04:14:42 ---> b49efb7c0361 04:14:42 Step 4/29 : RUN apk update && apk add make git 04:14:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:14:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:14:42 ---> 007fd55fdcfb 04:14:42 Step 3/22 : WORKDIR /edgex-go 04:14:42 ---> Using cache 04:14:42 ---> b49efb7c0361 04:14:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:42 ---> Using cache 04:14:42 ---> c6e6d8084da4 04:14:42 Step 5/22 : RUN apk update && apk add make git 04:14:42 ---> Using cache 04:14:42 ---> 79814781a1e3 04:14:42 Step 6/22 : COPY go.mod . 04:14:42 ---> Using cache 04:14:42 ---> a244a05fa951 04:14:42 Step 7/22 : RUN go mod download 04:14:42 ---> Using cache 04:14:42 ---> 59cbcb3b8839 04:14:42 Step 8/22 : COPY . . 04:14:42 ---> Using cache 04:14:42 ---> 37ad30ad3c34 04:14:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 04:14:42 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 04:14:42 Step 2/27 : FROM ${BUILDER_BASE} AS builder 04:14:42 ---> 007fd55fdcfb 04:14:42 Step 3/27 : WORKDIR /edgex-go 04:14:42 ---> Using cache 04:14:42 ---> b49efb7c0361 04:14:42 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:42 ---> Using cache 04:14:42 ---> c6e6d8084da4 04:14:42 Step 5/27 : RUN apk update && apk add make bash git 04:14:44 Removing intermediate container edec57c89cc4 04:14:44 ---> 695640ac6d28 04:14:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:44 ---> Running in 29c32103144f 04:14:44 ---> Running in 06bfa33fc37b 04:14:44 ---> Running in ed1f10484258 04:14:44 ---> Running in 748b5b74f7e8 04:14:44 Removing intermediate container f3b52721c710 04:14:44 ---> 2f28e10c1e0d 04:14:44 Step 23/24 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:14:44 ---> Running in d39280e0f654 04:14:44 Removing intermediate container 748b5b74f7e8 04:14:44 ---> 9cd6e4171eee 04:14:44 Step 21/23 : LABEL arch=x86_64 04:14:44 Removing intermediate container d39280e0f654 04:14:44 ---> 1607d77951a1 04:14:44 Step 24/24 : LABEL version=0.0.0 04:14:45 ---> Running in bc6a9024cafa 04:14:45 ---> Running in 0bba5ace8606 04:14:45 Removing intermediate container bc6a9024cafa 04:14:45 ---> ffaef9abc87a 04:14:45 04:14:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:46 Removing intermediate container 0bba5ace8606 04:14:46 ---> 10c5f34c273c 04:14:46 Step 22/23 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:14:46 Successfully built ffaef9abc87a 04:14:46 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 04:14:46 Successfully tagged docker-security-secretstore-setup-go:latest 04:14:46 Building docker-support-scheduler-go 04:14:46  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:46 ---> Running in ece35de0e52e 04:14:46 Removing intermediate container ece35de0e52e 04:14:46 ---> f050380459c8 04:14:46 Step 23/23 : LABEL version=0.0.0 04:14:46 ---> Running in b81555e9e8ff 04:14:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:46 Removing intermediate container b81555e9e8ff 04:14:46 ---> 9f8c961e5b64 04:14:46 04:14:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:47 Successfully built 9f8c961e5b64 04:14:47 Successfully tagged docker-core-data-go:latest 04:14:47 Building docker-support-notifications-go 04:14:47  Building docker-core-data-go ... done v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:14:47 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:14:47 OK: 12752 distinct packages available 04:14:47 OK: 233 MiB in 51 packages 04:14:47 v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:14:47 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:14:47 OK: 12752 distinct packages available 04:14:48 OK: 233 MiB in 51 packages 04:14:54 Removing intermediate container 06bfa33fc37b 04:14:54 ---> 2b10afc59ed6 04:14:54 Step 6/27 : COPY go.mod . 04:14:54 Removing intermediate container 29c32103144f 04:14:54 ---> f3e20b8cd340 04:14:54 Step 5/29 : COPY go.mod . 04:14:54 ---> 0113293f33ea 04:14:54 Step 6/29 : RUN go mod download 04:14:54 ---> a5bca95ed983 04:14:54 Step 7/27 : RUN go mod download 04:14:54 ---> Running in 31497b55acce 04:14:55 ---> Running in cba55b904102 04:15:03 Removing intermediate container cba55b904102 04:15:03 ---> f8d49032e63c 04:15:03 Step 8/27 : COPY . . 04:15:03 Removing intermediate container 31497b55acce 04:15:03 ---> 767af37cd703 04:15:03 Step 7/29 : COPY . . 04:15:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 04:15:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:15:12 ---> 007fd55fdcfb 04:15:12 Step 3/24 : WORKDIR /edgex-go 04:15:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 04:15:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:15:12 ---> 007fd55fdcfb 04:15:12 Step 3/21 : WORKDIR /edgex-go 04:15:12 ---> Using cache 04:15:12 ---> b49efb7c0361 04:15:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:12 ---> Using cache 04:15:12 ---> b49efb7c0361 04:15:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:12 ---> Using cache 04:15:12 ---> c6e6d8084da4 04:15:12 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 04:15:12 ---> Using cache 04:15:12 ---> c6e6d8084da4 04:15:12 Step 5/21 : RUN apk update && apk add make git 04:15:12 ---> Using cache 04:15:12 ---> 79814781a1e3 04:15:12 Step 6/21 : COPY go.mod . 04:15:12 ---> Using cache 04:15:12 ---> a244a05fa951 04:15:12 Step 7/21 : RUN go mod download 04:15:12 ---> Using cache 04:15:12 ---> 59cbcb3b8839 04:15:12 Step 8/21 : COPY . . 04:15:12 ---> Using cache 04:15:12 ---> 37ad30ad3c34 04:15:12 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 04:15:19 ---> Running in 6c6403705b65 04:15:19 ---> Running in 308cd2b338a0 04:15:21 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 04:15:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:15:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:15:24 v3.12.1-32-g3dc1dba8df [http://nl.alpinelinux.org/alpine/v3.12/main] 04:15:24 v3.12.1-33-ge462514615 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:15:24 OK: 12752 distinct packages available 04:15:24 OK: 233 MiB in 51 packages 04:15:26 Removing intermediate container 6c6403705b65 04:15:26 ---> 31aad2248c44 04:15:26 Step 6/24 : COPY go.mod . 04:15:28 ---> 6899771cb208 04:15:28 Step 7/24 : RUN go mod download 04:15:33 ---> Running in e842e0bc3163 04:15:37 Removing intermediate container ed1f10484258 04:15:37 ---> 405620c69009 04:15:37 04:15:37 Step 10/22 : FROM scratch 04:15:37 ---> 04:15:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:15:37 ---> cdb10c035d1e 04:15:37 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:15:37 ---> a973c3047fc9 04:15:37 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:15:37 ---> Running in 6234985ce715 04:15:38 ---> Running in 26ea26fa2204 04:15:38 ---> Using cache 04:15:38 ---> b0e7ea594eac 04:15:38 Step 12/22 : ENV APP_PORT=48081 04:15:38 ---> Running in b471bc6a20ef 04:15:38 Removing intermediate container e842e0bc3163 04:15:38 ---> d257fb10262d 04:15:38 Step 8/24 : COPY . . 04:15:38 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 04:15:38 Removing intermediate container b471bc6a20ef 04:15:38 ---> fbff70f6cbfc 04:15:38 Step 13/22 : EXPOSE $APP_PORT 04:15:38 ---> Running in ee9d935683b0 04:15:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:15:39 Removing intermediate container ee9d935683b0 04:15:39 ---> e3081d47afb3 04:15:39 Step 14/22 : WORKDIR / 04:15:42 ---> Running in 3b1cfa786bc9 04:15:46 Removing intermediate container 3b1cfa786bc9 04:15:46 ---> a77b290bf019 04:15:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:15:49 ---> 5939e7f3384f 04:15:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:15:56 ---> fd2b5ffe2d6c 04:15:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:15:58 Removing intermediate container 308cd2b338a0 04:15:58 ---> a244de221d07 04:15:58 04:15:58 Step 10/21 : FROM scratch 04:15:58 ---> 04:15:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:15:59 ---> 4aae86378b8b 04:15:59 Step 18/22 : ENTRYPOINT ["/core-metadata"] 04:15:59 ---> Using cache 04:15:59 ---> b0e7ea594eac 04:15:59 Step 12/21 : ENV APP_PORT=48085 04:16:00 ---> Running in f63bd0b5d950 04:16:01 ---> Running in f065edfbf6dc 04:16:02 Removing intermediate container f63bd0b5d950 04:16:02 ---> bc6232bdbfe9 04:16:02 Step 13/21 : EXPOSE $APP_PORT 04:16:02 ---> Running in 5ff1d16c469d 04:16:02 Removing intermediate container f065edfbf6dc 04:16:02 ---> 0e81c3144f3e 04:16:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:16:02 ---> a68e83862937 04:16:02 Step 9/24 : RUN make cmd/support-notifications/support-notifications 04:16:02 ---> Running in b43b324f38e6 04:16:02 ---> Running in 19084f02f620 04:16:02 Removing intermediate container 5ff1d16c469d 04:16:02 ---> dc1615cf77a6 04:16:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:16:02 Removing intermediate container b43b324f38e6 04:16:02 ---> 5451db026aa8 04:16:02 Step 20/22 : LABEL arch=x86_64 04:16:03 ---> Running in 36feec228ec2 04:16:03 ---> 09fca40bfc08 04:16:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:16:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:16:03 Removing intermediate container 36feec228ec2 04:16:03 ---> 17d13a69fc3c 04:16:03 Step 21/22 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:16:03 ---> Running in 75b5ed0bea2a 04:16:06 Removing intermediate container 75b5ed0bea2a 04:16:06 ---> 42542f468c90 04:16:06 Step 22/22 : LABEL version=0.0.0 04:16:06 ---> 5b06a04418fa 04:16:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:16:06 Removing intermediate container 26ea26fa2204 04:16:06 ---> 7d5c54e34bb6 04:16:06 04:16:06 Step 9/29 : FROM alpine:latest 04:16:06 ---> d6e46aa2470d 04:16:06 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:16:07 ---> Running in b0e39268e4fb 04:16:07 ---> Running in af88b07495bc 04:16:07 Removing intermediate container 6234985ce715 04:16:07 ---> 75547ecde954 04:16:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:16:07 ---> a8f76a3c8ada 04:16:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 04:16:07 Removing intermediate container b0e39268e4fb 04:16:07 ---> 91bcb35e950a 04:16:07 04:16:07 ---> Running in 250eed284292 04:16:07 ---> Running in 4e9c58372f89 04:16:07 Removing intermediate container af88b07495bc 04:16:07 ---> 202408f15770 04:16:07 Step 11/29 : USER root 04:16:08 Successfully built 91bcb35e950a 04:16:08 Successfully tagged docker-core-metadata-go:latest 04:16:08 Building docker-security-bootstrap-redis-go 04:16:08  Building docker-core-metadata-go ... done  ---> Running in e4300ffbf888 04:16:08 Removing intermediate container 4e9c58372f89 04:16:08 ---> 1d774a519db0 04:16:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:16:08 ---> Running in 74c085eaad4b 04:16:08 Removing intermediate container e4300ffbf888 04:16:08 ---> 6daca124a5d0 04:16:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:16:09 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 04:16:09 ---> Running in 67bfe49d9d84 04:16:10 Removing intermediate container 74c085eaad4b 04:16:10 ---> 0429b6ace682 04:16:10 Step 19/21 : LABEL arch=x86_64 04:16:15 ---> Running in 24b26dd25aca 04:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:15 Removing intermediate container 24b26dd25aca 04:16:15 ---> 6ce875676ab7 04:16:15 Step 20/21 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:16:15 v3.12.1-32-g3dc1dba8df [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:16:15 v3.12.1-33-ge462514615 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:16:15 OK: 12744 distinct packages available 04:16:16 Removing intermediate container 250eed284292 04:16:16 ---> 09ef28cf44b1 04:16:16 04:16:16 Step 11/27 : FROM docker:latest 04:16:16 ---> 6972c414f322 04:16:16 Step 12/27 : RUN apk add --no-cache bash 04:16:16 ---> Running in eb42c87e91de 04:16:16 (1/2) Installing ca-certificates (20191127-r4) 04:16:16 (2/2) Installing dumb-init (1.2.2-r1) 04:16:16 Executing busybox-1.31.1-r19.trigger 04:16:17 Executing ca-certificates-20191127-r4.trigger 04:16:17 OK: 6 MiB in 16 packages 04:16:17 ---> Running in 871ac605125e 04:16:17 Removing intermediate container eb42c87e91de 04:16:17 ---> 8b919ece33d4 04:16:17 Step 21/21 : LABEL version=0.0.0 04:16:19 ---> Running in 96801435ac5c 04:16:22 Removing intermediate container 96801435ac5c 04:16:22 ---> d0a4c0a79f58 04:16:22 04:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:22 Successfully built d0a4c0a79f58 04:16:22 (1/2) Installing readline (8.0.4-r0) 04:16:22 (2/2) Installing bash (5.0.17-r0) 04:16:22 Executing bash-5.0.17-r0.post-install 04:16:22 Executing busybox-1.31.1-r19.trigger 04:16:22 OK: 12 MiB in 22 packages 04:16:22 Successfully tagged docker-support-scheduler-go:latest 04:16:22  Building docker-support-scheduler-go ... done Removing intermediate container 67bfe49d9d84 04:16:22 ---> 69376b32ddf9 04:16:22 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:16:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:16:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:16:22 ---> 007fd55fdcfb 04:16:22 Step 3/22 : WORKDIR /edgex-go 04:16:22 ---> Using cache 04:16:22 ---> b49efb7c0361 04:16:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:22 ---> Using cache 04:16:22 ---> c6e6d8084da4 04:16:22 Step 5/22 : RUN apk update && apk add make git 04:16:22 ---> Using cache 04:16:22 ---> 79814781a1e3 04:16:22 Step 6/22 : COPY go.mod . 04:16:22 ---> Using cache 04:16:22 ---> a244a05fa951 04:16:22 Step 7/22 : RUN go mod download 04:16:22 ---> Using cache 04:16:22 ---> 59cbcb3b8839 04:16:22 Step 8/22 : COPY . . 04:16:22 ---> Using cache 04:16:22 ---> 37ad30ad3c34 04:16:22 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 04:16:24 ---> Running in 7119e110558b 04:16:24 ---> Running in 6f052fc7f563 04:16:24 Removing intermediate container 6f052fc7f563 04:16:24 ---> 79c649a56d76 04:16:24 Step 14/29 : WORKDIR $BASE_DIR 04:16:24 ---> Running in e9d620d57757 04:16:24 Removing intermediate container 871ac605125e 04:16:24 ---> 48bcc0d01e58 04:16:24 Step 13/27 : RUN rm -rf /var/cache/apk/* 04:16:25 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 04:16:25 ---> Running in 045c9a585ce3 04:16:25 Removing intermediate container e9d620d57757 04:16:25 ---> e9dfea195b4c 04:16:25 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:16:25 ---> Running in 96b629d9ce75 04:16:28 Removing intermediate container 19084f02f620 04:16:28 ---> 695ed0e9981d 04:16:28 04:16:28 Step 10/24 : FROM scratch 04:16:28 ---> 04:16:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:16:28 Removing intermediate container 045c9a585ce3 04:16:28 ---> c25e50c47566 04:16:28 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:16:28 ---> Running in c145868320b7 04:16:28 ---> Using cache 04:16:28 ---> f37cc06b936c 04:16:28 Step 12/24 : ENV APP_PORT=48060 04:16:28 Removing intermediate container 96b629d9ce75 04:16:28 ---> 41a0443e8ec5 04:16:28 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:16:28 ---> Running in 3cdf32b2842b 04:16:29 Removing intermediate container c145868320b7 04:16:29 ---> 55102bfa1e51 04:16:29 Step 15/27 : ENV APP_PORT=48090 04:16:29 Removing intermediate container 3cdf32b2842b 04:16:29 ---> d3a9d5026f53 04:16:29 Step 13/24 : EXPOSE $APP_PORT 04:16:29 ---> Running in 1dbefa250037 04:16:29 ---> Running in 155f242574a3 04:16:29 Removing intermediate container 1dbefa250037 04:16:29 ---> f5531b250260 04:16:29 Step 16/27 : EXPOSE $APP_PORT 04:16:29 Removing intermediate container 155f242574a3 04:16:29 ---> 8584e3051f5c 04:16:29 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 04:16:29 ---> Running in 53215f146d50 04:16:29 ---> 70c354d6274e 04:16:29 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:16:29 Removing intermediate container 53215f146d50 04:16:29 ---> 2120a398b346 04:16:29 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:16:30 ---> 843086bdab8b 04:16:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:16:30 ---> 6c22e1425f3f 04:16:30 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:16:32 ---> 9a1b8de6d2a8 04:16:32 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:16:32 ---> 23300360e813 04:16:32 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:16:32 ---> 5c59242498b0 04:16:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 04:16:32 ---> 35c1ab760896 04:16:32 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:16:32 ---> 6a7e5f060aa9 04:16:32 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:16:33 ---> ba42538e1535 04:16:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:16:33 ---> 21969c315097 04:16:33 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:16:33 ---> daea24dc2f03 04:16:33 Step 20/27 : RUN apk --no-cache add py3-pip 04:16:33 ---> Running in 797ec5a31665 04:16:34 ---> Running in c80183be7f07 04:16:34 ---> 6d5e5448e6b1 04:16:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:16:35 ---> c5a3ecfde7dd 04:16:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:16:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:35 ---> 7f0b56c57a65 04:16:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 04:16:35 (1/33) Installing libbz2 (1.0.8-r1) 04:16:35 (2/33) Installing expat (2.2.9-r1) 04:16:35 (3/33) Installing libffi (3.3-r2) 04:16:35 ---> Running in 21e7b40a440c 04:16:35 (4/33) Installing gdbm (1.13-r1) 04:16:35 (5/33) Installing xz-libs (5.2.5-r0) 04:16:35 (6/33) Installing sqlite-libs (3.32.1-r0) 04:16:35 (7/33) Installing python3 (3.8.5-r0) 04:16:35 Removing intermediate container 797ec5a31665 04:16:35 ---> 89eaf0ca6710 04:16:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:16:42 Removing intermediate container 21e7b40a440c 04:16:42 ---> 1da95c4e0755 04:16:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:16:42 ---> 9dd24ee89d9f 04:16:42 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:16:42 ---> Running in bd09eaf7fda7 04:16:42 (8/33) Installing py3-appdirs (1.4.4-r1) 04:16:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:16:42 ---> Running in d6d98956c1fe 04:16:42 (10/33) Installing py3-parsing (2.4.7-r0) 04:16:42 (11/33) Installing py3-six (1.15.0-r0) 04:16:42 Removing intermediate container 7119e110558b 04:16:42 ---> 0d73835845e8 04:16:42 04:16:42 Step 10/22 : FROM alpine:3.10 04:16:42 ---> be4e4bea2c2e 04:16:42 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:16:42 ---> Using cache 04:16:42 ---> 304a7e64bc68 04:16:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 04:16:42 (12/33) Installing py3-packaging (20.4-r0) 04:16:42 (13/33) Installing py3-setuptools (47.0.0-r0) 04:16:42 (14/33) Installing py3-chardet (3.0.4-r4) 04:16:42 (15/33) Installing py3-idna (2.9-r0) 04:16:42 ---> Running in dcc055599007 04:16:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:16:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:16:43 (18/33) Installing py3-requests (2.23.0-r0) 04:16:43 (19/33) Installing py3-msgpack (1.0.0-r0) 04:16:43 (20/33) Installing py3-lockfile (0.12.2-r3) 04:16:43 Removing intermediate container bd09eaf7fda7 04:16:43 ---> a0b5ea7b34a9 04:16:43 Step 22/24 : LABEL arch=x86_64 04:16:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:16:43 (22/33) Installing py3-colorama (0.4.3-r0) 04:16:43 (23/33) Installing py3-distlib (0.3.0-r0) 04:16:43 ---> Running in feefe60e8ab4 04:16:43 Removing intermediate container dcc055599007 04:16:43 ---> 62a67965bbf4 04:16:43 Step 13/22 : WORKDIR / 04:16:43 (24/33) Installing py3-distro (1.5.0-r1) 04:16:43 (25/33) Installing py3-webencodings (0.5.1-r3) 04:16:43 (26/33) Installing py3-html5lib (1.0.1-r4) 04:16:44 (27/33) Installing py3-pytoml (0.1.21-r0) 04:16:44 (28/33) Installing py3-pep517 (0.8.2-r0) 04:16:44 (29/33) Installing py3-progress (1.5-r0) 04:16:44 (30/33) Installing py3-toml (0.10.1-r0) 04:16:44 ---> Running in 35683a8ceaa8 04:16:44 (31/33) Installing py3-retrying (1.3.3-r0) 04:16:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:16:44 (33/33) Installing py3-pip (20.1.1-r0) 04:16:44 Removing intermediate container feefe60e8ab4 04:16:44 ---> 0bc01ed1de81 04:16:44 Step 23/24 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:16:44 Executing busybox-1.31.1-r19.trigger 04:16:44 OK: 71 MiB in 55 packages 04:16:45 ---> Running in 32993ab47445 04:16:45 Removing intermediate container 35683a8ceaa8 04:16:45 ---> d38bf1317221 04:16:45 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 04:16:45 Removing intermediate container d6d98956c1fe 04:16:45 ---> 1bda109c1909 04:16:45 Step 24/29 : RUN chmod 755 security-secrets-setup 04:16:45 ---> Running in d10c08a90a85 04:16:45 Removing intermediate container 32993ab47445 04:16:45 ---> 212b9a287ae6 04:16:45 Step 24/24 : LABEL version=0.0.0 04:16:47 ---> 79fb90826ac2 04:16:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 04:16:49 ---> Running in c03ecb604527 04:16:52 ---> 8a74b40ea400 04:16:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 04:16:52 Removing intermediate container c03ecb604527 04:16:52 ---> f1de1d64fb49 04:16:52 04:16:52 Successfully built f1de1d64fb49 04:16:52 Removing intermediate container c80183be7f07 04:16:52 ---> 2940055017c2 04:16:52 Step 21/27 : RUN pip install docker-compose==1.23.2 04:16:52 Successfully tagged docker-support-notifications-go:latest 04:16:52  Building docker-support-notifications-go ... done  ---> Running in 69fdba456f59 04:16:52 ---> 8a75db919269 04:16:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 04:16:52 Removing intermediate container d10c08a90a85 04:16:52 ---> ec1dcde17052 04:16:52 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:16:52 ---> Running in 54cb4b0cf280 04:16:52 ---> 6a7887bd16c9 04:16:52 Step 18/22 : RUN chmod +x entrypoint.sh 04:16:53 ---> Running in bb006ccecdb1 04:16:53 Removing intermediate container 54cb4b0cf280 04:16:53 ---> 9c39f829cac5 04:16:53 Step 26/29 : CMD [ "generate" ] 04:16:53 ---> Running in 6e572d65d170 04:16:53 Removing intermediate container 6e572d65d170 04:16:53 ---> 3bf31d91e43a 04:16:53 Step 27/29 : LABEL arch=x86_64 04:16:53 ---> Running in 925e02515fbd 04:16:53 Removing intermediate container 925e02515fbd 04:16:53 ---> b93e25ab4e0e 04:16:53 Step 28/29 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:16:53 ---> Running in d0dd0eff3bb6 04:16:53 Removing intermediate container d0dd0eff3bb6 04:16:53 ---> 8888e23c5edc 04:16:53 Step 29/29 : LABEL version=0.0.0 04:16:53 Collecting docker-compose==1.23.2 04:16:54 ---> Running in a256dc8ee0fc 04:16:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:16:54 Removing intermediate container bb006ccecdb1 04:16:54 ---> 5eea0ace2122 04:16:54 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 04:16:54 ---> Running in 0a924b8cfeb1 04:16:54 Collecting texttable<0.10,>=0.9.0 04:16:54 Downloading texttable-0.9.1.tar.gz (11 kB) 04:16:54 Removing intermediate container a256dc8ee0fc 04:16:54 ---> 6c03f9fd7166 04:16:54 04:16:54 Removing intermediate container 0a924b8cfeb1 04:16:54 ---> 788e1b80ac7e 04:16:54 Step 20/22 : LABEL arch=x86_64 04:16:55 Successfully built 6c03f9fd7166 04:16:55 Successfully tagged docker-security-secrets-setup-go:latest 04:16:55  Building docker-security-secrets-setup-go ... done  ---> Running in eeed6e7f5b14 04:16:55 Collecting docker<4.0,>=3.6.0 04:16:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:16:55 Removing intermediate container eeed6e7f5b14 04:16:55 ---> 91df5eac0855 04:16:55 Step 21/22 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:16:55 Collecting dockerpty<0.5,>=0.4.1 04:16:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:16:55 ---> Running in d1889bf1790d 04:16:55 Removing intermediate container d1889bf1790d 04:16:55 ---> b9167f085b95 04:16:55 Step 22/22 : LABEL version=0.0.0 04:16:56 ---> Running in 34081f241899 04:16:56 Removing intermediate container 34081f241899 04:16:56 ---> b0a3f449cc1a 04:16:56 04:16:56 Collecting cached-property<2,>=1.2.0 04:16:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:16:56 Successfully built b0a3f449cc1a 04:16:56 Successfully tagged docker-security-bootstrap-redis-go:latest 04:16:56  Building docker-security-bootstrap-redis-go ... done Collecting docopt<0.7,>=0.6.1 04:16:56 Downloading docopt-0.6.2.tar.gz (25 kB) 04:16:56 Collecting websocket-client<1.0,>=0.32.0 04:16:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:16:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:16:57 Collecting jsonschema<3,>=2.5.1 04:16:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:16:57 Collecting PyYAML<4,>=3.10 04:16:57 Downloading PyYAML-3.13.tar.gz (270 kB) 04:16:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:16:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:16:58 Collecting docker-pycreds>=0.4.0 04:16:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:16:58 Collecting idna<2.8,>=2.5 04:16:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:16:58 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) 04:16:58 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) 04:16:58 Collecting urllib3<1.25,>=1.21.1 04:16:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:16:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:16:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:16:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:16:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:16:58 Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, cached-property, docopt, jsonschema, PyYAML, docker-compose 04:16:58 Running setup.py install for texttable: started 04:16:59 Running setup.py install for texttable: finished with status 'done' 04:16:59 Attempting uninstall: idna 04:16:59 Found existing installation: idna 2.9 04:16:59 Uninstalling idna-2.9: 04:16:59 Successfully uninstalled idna-2.9 04:16:59 Attempting uninstall: urllib3 04:16:59 Found existing installation: urllib3 1.25.9 04:16:59 Uninstalling urllib3-1.25.9: 04:16:59 Successfully uninstalled urllib3-1.25.9 04:16:59 Attempting uninstall: requests 04:16:59 Found existing installation: requests 2.23.0 04:16:59 Uninstalling requests-2.23.0: 04:17:00 Successfully uninstalled requests-2.23.0 04:17:00 Running setup.py install for dockerpty: started 04:17:00 Running setup.py install for dockerpty: finished with status 'done' 04:17:00 Running setup.py install for docopt: started 04:17:01 Running setup.py install for docopt: finished with status 'done' 04:17:01 Running setup.py install for PyYAML: started 04:17:02 Running setup.py install for PyYAML: finished with status 'done' 04:17:02 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 04:17:06 Removing intermediate container 69fdba456f59 04:17:06 ---> a0d885a2ed7f 04:17:06 Step 22/27 : RUN apk --no-cache add curl 04:17:06 ---> Running in 471ee194875a 04:17:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:17:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:17:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:17:06 (2/3) Installing libcurl (7.69.1-r1) 04:17:06 (3/3) Installing curl (7.69.1-r1) 04:17:06 Executing busybox-1.31.1-r19.trigger 04:17:06 OK: 72 MiB in 58 packages 04:17:07 Removing intermediate container 471ee194875a 04:17:07 ---> 55e5d6299392 04:17:07 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 04:17:07 ---> Running in 0316cb88abd8 04:17:07 Removing intermediate container 0316cb88abd8 04:17:07 ---> ba95edca6e08 04:17:07 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:17:07 ---> Running in 151f99f778b4 04:17:07 Removing intermediate container 151f99f778b4 04:17:07 ---> 1cda09120d51 04:17:07 Step 25/27 : LABEL arch=x86_64 04:17:07 ---> Running in 8411849fc959 04:17:07 Removing intermediate container 8411849fc959 04:17:07 ---> 913e84b14cf3 04:17:07 Step 26/27 : LABEL git_sha=5db5087cdcefc824a2ea3931a950fd48251fb728 04:17:07 ---> Running in f1185665fe06 04:17:07 Removing intermediate container f1185665fe06 04:17:07 ---> 250a2209587c 04:17:07 Step 27/27 : LABEL version=0.0.0 04:17:07 ---> Running in 1eed754b3651 04:17:08 Removing intermediate container 1eed754b3651 04:17:08 ---> 4ff258f13d5f 04:17:08 04:17:08 Successfully built 4ff258f13d5f 04:17:08 Successfully tagged docker-sys-mgmt-agent-go:latest 04:17:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:17:09 $ docker stop --time=1 d4e51e6547f67bf955724d24391b85d30ac2dab051ae6446c24a43d4e988b7fa 04:17:11 $ docker rm -f d4e51e6547f67bf955724d24391b85d30ac2dab051ae6446c24a43d4e988b7fa [Pipeline] // withDockerContainer [Pipeline] sh 04:17:11 + docker images 04:17:11 + grep docker 04:17:11 docker-sys-mgmt-agent-go latest 4ff258f13d5f 3 seconds ago 290MB 04:17:11 docker-security-bootstrap-redis-go latest b0a3f449cc1a 15 seconds ago 15.9MB 04:17:11 docker-security-secrets-setup-go latest 6c03f9fd7166 17 seconds ago 24MB 04:17:11 docker-support-notifications-go latest f1de1d64fb49 19 seconds ago 13.6MB 04:17:11 docker-support-scheduler-go latest d0a4c0a79f58 51 seconds ago 12.3MB 04:17:11 docker-core-metadata-go latest 91bcb35e950a About a minute ago 14.5MB 04:17:11 docker-core-data-go latest 9f8c961e5b64 2 minutes ago 23.7MB 04:17:11 docker-security-secretstore-setup-go latest ffaef9abc87a 2 minutes ago 24.8MB 04:17:11 docker-core-command-go latest 4a228e1301d5 2 minutes ago 12.2MB 04:17:11 docker-security-proxy-setup-go latest 6661ef88307b 2 minutes ago 15.8MB 04:17:11 docker-support-logging-go latest a764e0dc4f66 2 minutes ago 11.1MB 04:17:11 docker latest 6972c414f322 3 weeks ago 217MB [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 04:17:27 Still waiting to schedule task 04:17:27 All nodes of label ‘centos7-docker-8c-8g’ are offline 04:18:28 Running on prd-centos7-docker-8c-8g-12371 in /w/workspace/edgexfoundry_edgex-go_PR-2874 [Pipeline] { [Pipeline] ws 04:18:29 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 04:18:31 using credential edgex-jenkins-ssh 04:18:31 Cloning the remote Git repository 04:18:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:18:31 > git init /w/workspace/edgex-go/5 # timeout=10 04:18:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:18:31 > git --version # timeout=10 04:18:31 > git --version # 'git version 2.16.5' 04:18:31 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:18:46 Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 5db5087cdcefc824a2ea3931a950fd48251fb728 [Pipeline] } 04:18:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:18:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:18:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:18:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:18:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2874/head:refs/remotes/origin/PR-2874 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:18:46 > git config core.sparsecheckout # timeout=10 04:18:46 > git checkout -f 5db5087cdcefc824a2ea3931a950fd48251fb728 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:18:47 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 04:18:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:18:50 ---> package-listing.sh 04:18:50 ++ facter osfamily 04:18:50 ++ tr '[:upper:]' '[:lower:]' 04:18:50 + OS_FAMILY=redhat 04:18:50 + workspace=/w/workspace/edgex-go/5 04:18:50 + START_PACKAGES=/tmp/packages_start.txt 04:18:50 + END_PACKAGES=/tmp/packages_end.txt 04:18:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:18:50 + PACKAGES=/tmp/packages_start.txt 04:18:50 + '[' /w/workspace/edgex-go/5 ']' 04:18:50 + PACKAGES=/tmp/packages_end.txt 04:18:50 + case "${OS_FAMILY}" in 04:18:50 + rpm -qa 04:18:50 + sort 04:18:55 + '[' -f /tmp/packages_start.txt ']' 04:18:55 + '[' -f /tmp/packages_end.txt ']' 04:18:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:18:55 + '[' /w/workspace/edgex-go/5 ']' 04:18:55 + mkdir -p /w/workspace/edgex-go/5/archives/ 04:18:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 04:18:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:18:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:18:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:18:55 04:18:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:18:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:18:56 alpine: Pulling from edgex-lftools-log-publisher 04:18:56 df20fa9351a1: Already exists 04:18:56 36b3adc4ff6f: Pulling fs layer 04:18:56 8ad3a11d3b57: Pulling fs layer 04:18:56 46f8f816bc3b: Pulling fs layer 04:18:56 93b61091891f: Pulling fs layer 04:18:56 93b9cdb0e59b: Pulling fs layer 04:18:56 5e14af77c1be: Pulling fs layer 04:18:56 01666e4c0597: Pulling fs layer 04:18:56 aa168da1d23b: Pulling fs layer 04:18:56 5e14af77c1be: Waiting 04:18:56 01666e4c0597: Waiting 04:18:56 93b61091891f: Waiting 04:18:56 93b9cdb0e59b: Waiting 04:18:56 aa168da1d23b: Waiting 04:18:56 46f8f816bc3b: Verifying Checksum 04:18:56 46f8f816bc3b: Download complete 04:18:56 36b3adc4ff6f: Verifying Checksum 04:18:56 36b3adc4ff6f: Download complete 04:18:56 93b9cdb0e59b: Verifying Checksum 04:18:56 93b9cdb0e59b: Download complete 04:18:56 93b61091891f: Verifying Checksum 04:18:56 93b61091891f: Download complete 04:18:56 5e14af77c1be: Verifying Checksum 04:18:56 5e14af77c1be: Download complete 04:18:56 01666e4c0597: Verifying Checksum 04:18:56 01666e4c0597: Download complete 04:18:56 8ad3a11d3b57: Verifying Checksum 04:18:56 8ad3a11d3b57: Download complete 04:18:56 36b3adc4ff6f: Pull complete 04:18:57 8ad3a11d3b57: Pull complete 04:18:57 46f8f816bc3b: Pull complete 04:18:58 aa168da1d23b: Verifying Checksum 04:18:58 aa168da1d23b: Download complete 04:18:59 93b61091891f: Pull complete 04:18:59 93b9cdb0e59b: Pull complete 04:18:59 5e14af77c1be: Pull complete 04:18:59 01666e4c0597: Pull complete 04:19:09 aa168da1d23b: Pull complete 04:19:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:19:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:19:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:19:10 prd-centos7-docker-4c-2g-12367 does not seem to be running inside a container 04:19:10 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:19:15 $ docker top 0cfe7b88c1b73e5a2d9e6c5211d11a383e013cdec014af3e7fffcb9c8f38ff6e -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:15 + touch /tmp/pre-build-complete [Pipeline] sh 04:19:16 + mkdir -p /var/log/sa [Pipeline] sh 04:19:16 + ls /var/log/sa-host 04:19:16 + sadf -c /var/log/sa-host/sa05 04:19:16 file_magic: OK 04:19:16 HZ: Using current value: 100 04:19:16 file_header: OK 04:19:16 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 04:19:16 Statistics: 04:19:16 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:19:16 File successfully converted to sysstat format version 12.2.1 04:19:16 + sadf -c /var/log/sa-host/sa17 04:19:16 file_magic: OK 04:19:16 HZ: Using current value: 100 04:19:16 file_header: OK 04:19:16 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 04:19:16 Statistics: 04:19:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:19:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:19:17 provisioning config files... 04:19:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2512547257458475188tmp [Pipeline] { [Pipeline] echo 04:19:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:19:17 ---> create-netrc.sh [Pipeline] } 04:19:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:19:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:19:18 ---> python-tools-install.sh [Pipeline] echo 04:19:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:19:18 ---> sudo-logs.sh 04:19:18 Archiving 'sudo' log.. [Pipeline] echo 04:19:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:19:18 ---> job-cost.sh 04:19:18 lf-activate-venv: SKIPPING 04:19:18 INFO: No Stack... 04:19:19 INFO: Retrieving Pricing Info for: v1-standard-2 04:19:20 INFO: Archiving Costs [Pipeline] echo 04:19:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:19:20 ---> logs-deploy.sh 04:19:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2874/5 04:19:20 INFO: archiving workspace using pattern(s): 04:19:22 Archives upload complete. 04:19:22 INFO: archiving logs to Nexus 04:19:23 ---> uname -a: 04:19:23 Linux prd-centos7-docker-4c-2g-12367.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:19:23 04:19:23 04:19:23 ---> lscpu: 04:19:23 Architecture: x86_64 04:19:23 CPU op-mode(s): 32-bit, 64-bit 04:19:23 Byte Order: Little Endian 04:19:23 Address sizes: 40 bits physical, 48 bits virtual 04:19:23 CPU(s): 4 04:19:23 On-line CPU(s) list: 0-3 04:19:23 Thread(s) per core: 1 04:19:23 Core(s) per socket: 1 04:19:23 Socket(s): 4 04:19:23 NUMA node(s): 1 04:19:23 Vendor ID: GenuineIntel 04:19:23 CPU family: 6 04:19:23 Model: 44 04:19:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:19:23 Stepping: 1 04:19:23 CPU MHz: 2933.438 04:19:23 BogoMIPS: 5866.87 04:19:23 Virtualization: VT-x 04:19:23 Hypervisor vendor: KVM 04:19:23 Virtualization type: full 04:19:23 L1d cache: 128 KiB 04:19:23 L1i cache: 128 KiB 04:19:23 L2 cache: 16 MiB 04:19:23 L3 cache: 64 MiB 04:19:23 NUMA node0 CPU(s): 0-3 04:19:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:19:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:19:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:19:23 Vulnerability Meltdown: Mitigation; PTI 04:19:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:19:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:19:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:19:23 Vulnerability Tsx async abort: Not affected 04:19:23 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 04:19:23 04:19:23 04:19:23 ---> nproc: 04:19:23 4 04:19:23 04:19:23 04:19:23 ---> df -h: 04:19:23 Filesystem Size Used Available Use% Mounted on 04:19:23 overlay 50.0G 13.1G 36.9G 26% / 04:19:23 tmpfs 64.0M 0 64.0M 0% /dev 04:19:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:19:23 shm 64.0M 0 64.0M 0% /dev/shm 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5 04:19:23 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5@tmp 04:19:23 04:19:23 04:19:23 ---> free -m: 04:19:23 total used free shared buff/cache available 04:19:23 Mem: 1837 673 316 0 847 1077 04:19:23 Swap: 1023 55 968 04:19:23 04:19:23 04:19:23 ---> ip addr: 04:19:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:19:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:19:23 inet 127.0.0.1/8 scope host lo 04:19:23 valid_lft forever preferred_lft forever 04:19:23 inet6 ::1/128 scope host 04:19:23 valid_lft forever preferred_lft forever 04:19:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:19:23 link/ether fa:16:3e:b9:81:ec brd ff:ff:ff:ff:ff:ff 04:19:23 inet 10.30.123.187/23 brd 10.30.123.255 scope global dynamic eth0 04:19:23 valid_lft 85679sec preferred_lft 85679sec 04:19:23 inet6 fe80::f816:3eff:feb9:81ec/64 scope link 04:19:23 valid_lft forever preferred_lft forever 04:19:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:19:23 link/ether 02:42:62:3f:cf:73 brd ff:ff:ff:ff:ff:ff 04:19:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:19:23 valid_lft forever preferred_lft forever 04:19:23 inet6 fe80::42:62ff:fe3f:cf73/64 scope link 04:19:23 valid_lft forever preferred_lft forever 04:19:23 04:19:23 04:19:23 ---> sar -b -r -n DEV: 04:19:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/17/20 _x86_64_ (4 CPU) 04:19:23 04:19:23 04:07:08 LINUX RESTART (4 CPU) 04:19:23 04:19:23 04:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:19:23 04:09:01 188.35 70.98 117.37 0.00 9435.07 45948.67 0.00 04:19:23 04:10:01 281.80 113.61 168.19 0.00 5709.31 33160.48 0.00 04:19:23 04:11:01 157.89 69.45 88.43 0.00 2759.12 10613.56 0.00 04:19:23 04:12:01 143.82 45.13 98.69 0.00 3304.78 24381.91 0.00 04:19:23 04:13:04 2138.64 1776.02 362.62 0.00 162438.13 219565.03 0.00 04:19:23 04:14:01 1559.43 1315.70 243.74 0.00 82106.77 93071.38 0.00 04:19:23 04:15:03 1172.30 807.20 365.10 0.00 110932.57 153829.58 0.00 04:19:23 04:16:01 1837.59 1500.29 337.29 0.00 114869.56 125055.32 0.00 04:19:23 04:17:01 893.43 586.14 307.29 0.00 36025.82 54079.43 0.00 04:19:23 04:18:01 41.13 12.82 28.31 0.00 3242.89 991.19 0.00 04:19:23 04:19:02 73.92 45.60 28.32 0.00 4751.97 3950.73 0.00 04:19:23 Average: 771.59 576.22 195.37 0.00 48935.10 70013.80 0.00 04:19:23 04:19:23 04:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:19:23 04:09:01 113904 0 672032 35.72 2568 1093052 1440460 49.16 603200 957204 22580 04:19:23 04:10:01 111168 0 830448 44.14 1464 938476 1710576 58.38 789492 745020 88600 04:19:23 04:11:01 203888 0 801656 42.61 1052 874960 1787876 61.02 721500 709208 75804 04:19:23 04:12:01 166960 0 720444 38.29 608 993544 1259084 42.97 646324 819220 224 04:19:23 04:13:04 66768 0 823844 43.79 0 990944 2324552 79.33 789060 843552 88992 04:19:23 04:14:01 336832 0 797872 42.40 0 746852 2085480 71.17 618052 710184 1880 04:19:23 04:15:03 52632 0 814536 43.29 0 1014388 2574468 87.86 783508 863004 94328 04:19:23 04:16:01 117388 0 698064 37.10 0 1066104 1866264 63.69 692772 876172 124 04:19:23 04:17:01 559900 0 708956 37.68 0 612700 1538604 52.51 565324 546516 11412 04:19:23 04:18:01 573624 0 606140 32.21 0 701792 1173932 40.06 517668 591096 12 04:19:23 04:19:02 89344 0 690096 36.68 0 1102116 1586512 54.14 681780 893000 237628 04:19:23 Average: 217492 0 742190 39.45 517 921357 1758892 60.03 673516 777652 56508 04:19:23 04:19:23 04:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:19:23 04:09:01 veth423076d 18.95 21.53 1.49 84.42 0.00 0.00 0.00 0.00 04:19:23 04:09:01 eth0 1110.92 1174.78 5918.93 137.47 0.00 0.00 0.00 0.00 04:19:23 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:09:01 docker0 870.92 762.98 69.98 2751.43 0.00 0.00 0.00 0.00 04:19:23 04:10:01 eth0 320.82 229.67 1895.32 29.41 0.00 0.00 0.00 0.00 04:19:23 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:10:01 vethad0a8e9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:19:23 04:10:01 docker0 119.36 147.70 8.02 742.04 0.00 0.00 0.00 0.00 04:19:23 04:11:01 eth0 36.65 26.46 19.41 80.52 0.00 0.00 0.00 0.00 04:19:23 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:11:01 vethad0a8e9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:12:01 veth1794cc3 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:12:01 eth0 224.43 197.14 1707.91 29.76 0.00 0.00 0.00 0.00 04:19:23 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:13:04 veth1794cc3 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 04:19:23 04:13:04 eth0 69.16 50.78 161.60 58.79 0.00 0.00 0.00 0.00 04:19:23 04:13:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:13:04 docker0 21.91 28.87 1.25 140.09 0.00 0.00 0.00 0.00 04:19:23 04:14:01 veth1794cc3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:14:01 veth993985f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:19:23 04:14:01 eth0 15.07 7.83 12.46 6.59 0.00 0.00 0.00 0.00 04:19:23 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:15:03 vetha522ef1 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 04:19:23 04:15:03 veth1794cc3 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 04:19:23 04:15:03 eth0 88.67 60.45 259.90 93.71 0.00 0.00 0.00 0.00 04:19:23 04:15:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:16:01 vethadb0877 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:19:23 04:16:01 veth01e02ed 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:19:23 04:16:01 veth1794cc3 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:16:01 eth0 37.81 18.74 57.71 14.53 0.00 0.00 0.00 0.00 04:19:23 04:17:01 veth1794cc3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:19:23 04:17:01 eth0 111.61 68.77 435.53 82.19 0.00 0.00 0.00 0.00 04:19:23 04:17:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:19:23 04:17:01 vethe90a8ed 3.39 3.53 0.48 20.05 0.00 0.00 0.00 0.00 04:19:23 04:18:01 eth0 13.94 8.39 44.33 3.95 0.00 0.00 0.00 0.00 04:19:23 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:18:01 docker0 1068.70 1026.79 82.69 4279.79 0.00 0.00 0.00 0.00 04:19:23 04:19:02 eth0 194.48 164.85 2106.53 16.01 0.00 0.00 0.00 0.00 04:19:23 04:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 04:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 Average: eth0 202.61 182.92 1149.73 50.64 0.00 0.00 0.00 0.00 04:19:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:19:23 Average: docker0 97.09 93.29 7.51 388.83 0.00 0.00 0.00 0.00 04:19:23 04:19:23 04:19:23 ---> sar -P ALL: 04:19:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/17/20 _x86_64_ (4 CPU) 04:19:23 04:19:23 04:07:08 LINUX RESTART (4 CPU) 04:19:23 04:19:23 04:08:01 CPU %user %nice %system %iowait %steal %idle 04:19:23 04:09:01 all 15.62 0.00 8.66 1.80 0.03 73.89 04:19:23 04:09:01 0 15.17 0.00 10.44 1.05 0.03 73.31 04:19:23 04:09:01 1 10.92 0.00 8.27 3.39 0.05 77.37 04:19:23 04:09:01 2 18.83 0.00 8.40 1.53 0.02 71.22 04:19:23 04:09:01 3 17.57 0.00 7.56 1.20 0.03 73.63 04:19:23 04:10:01 all 24.92 0.00 9.06 5.40 0.04 60.59 04:19:23 04:10:01 0 26.60 0.00 9.74 3.98 0.05 59.63 04:19:23 04:10:01 1 23.09 0.00 8.95 4.50 0.02 63.45 04:19:23 04:10:01 2 24.80 0.00 8.49 8.88 0.05 57.77 04:19:23 04:10:01 3 25.17 0.00 9.05 4.26 0.03 61.47 04:19:23 04:11:01 all 60.95 0.00 13.33 4.11 0.03 21.59 04:19:23 04:11:01 0 58.94 0.00 13.95 3.44 0.02 23.65 04:19:23 04:11:01 1 63.79 0.00 12.48 5.42 0.03 18.28 04:19:23 04:11:01 2 57.98 0.00 13.78 3.08 0.03 25.12 04:19:23 04:11:01 3 63.10 0.00 13.08 4.52 0.02 19.28 04:19:23 04:12:01 all 27.28 0.00 9.88 3.23 0.03 59.58 04:19:23 04:12:01 0 26.14 0.00 9.61 3.31 0.05 60.88 04:19:23 04:12:01 1 28.13 0.00 10.12 2.67 0.02 59.07 04:19:23 04:12:01 2 27.86 0.00 9.51 2.97 0.02 59.65 04:19:23 04:12:01 3 26.99 0.00 10.27 3.97 0.03 58.74 04:19:23 04:13:04 all 21.49 0.00 28.56 21.57 0.17 28.22 04:19:23 04:13:04 0 20.43 0.00 28.47 21.88 0.20 29.01 04:19:23 04:13:04 1 20.98 0.00 28.37 21.79 0.18 28.67 04:19:23 04:13:04 2 21.52 0.00 28.80 21.52 0.15 28.01 04:19:23 04:13:04 3 23.05 0.00 28.58 21.08 0.13 27.16 04:19:23 04:14:01 all 52.21 0.00 17.98 18.29 0.12 11.40 04:19:23 04:14:01 0 53.30 0.00 16.72 19.19 0.13 10.65 04:19:23 04:14:01 1 52.45 0.00 18.06 17.61 0.13 11.75 04:19:23 04:14:01 2 51.59 0.00 18.43 18.68 0.11 11.20 04:19:23 04:14:01 3 51.49 0.00 18.73 17.67 0.11 12.01 04:19:23 04:15:03 all 31.25 0.00 22.69 22.58 0.11 23.37 04:19:23 04:15:03 0 32.34 0.00 20.61 23.48 0.15 23.41 04:19:23 04:15:03 1 29.57 0.00 23.92 20.73 0.12 25.66 04:19:23 04:15:03 2 31.74 0.00 23.55 26.38 0.08 18.25 04:19:23 04:15:03 3 31.36 0.00 22.68 19.70 0.09 26.17 04:19:23 04:16:01 all 39.20 0.00 21.12 30.83 0.08 8.76 04:19:23 04:16:01 0 38.76 0.00 20.97 31.79 0.09 8.40 04:19:23 04:16:01 1 38.95 0.00 21.43 31.25 0.09 8.29 04:19:23 04:16:01 2 39.73 0.00 20.32 30.12 0.07 9.76 04:19:23 04:16:01 3 39.36 0.00 21.77 30.17 0.09 8.61 04:19:23 04:17:01 all 29.25 0.00 14.40 23.78 0.05 32.52 04:19:23 04:17:01 0 29.86 0.00 14.84 27.59 0.05 27.66 04:19:23 04:17:01 1 27.43 0.00 13.72 20.79 0.07 37.99 04:19:23 04:17:01 2 31.24 0.00 15.08 24.52 0.03 29.12 04:19:23 04:17:01 3 28.45 0.00 13.97 22.20 0.05 35.33 04:19:23 04:18:01 all 1.14 0.00 0.95 1.78 0.01 96.12 04:19:23 04:18:01 0 1.22 0.00 0.87 4.04 0.00 93.87 04:19:23 04:18:01 1 1.40 0.00 0.79 0.97 0.02 96.82 04:19:23 04:18:01 2 1.09 0.00 1.15 1.00 0.02 96.74 04:19:23 04:18:01 3 0.84 0.00 0.99 1.12 0.00 97.06 04:19:23 04:19:02 all 3.42 0.00 2.05 1.73 0.04 92.77 04:19:23 04:19:02 0 2.80 0.00 2.07 1.03 0.02 94.09 04:19:23 04:19:02 1 4.58 0.00 2.23 2.10 0.07 91.03 04:19:23 04:19:02 2 3.36 0.00 1.61 0.90 0.03 94.10 04:19:23 04:19:02 3 2.95 0.00 2.28 2.88 0.03 91.86 04:19:23 04:19:23 Average: CPU %user %nice %system %iowait %steal %idle 04:19:23 Average: all 27.59 0.00 13.44 12.15 0.06 46.75 04:19:23 Average: 0 27.52 0.00 13.42 12.68 0.07 46.31 04:19:23 Average: 1 27.10 0.00 13.42 11.81 0.07 47.61 04:19:23 Average: 2 27.87 0.00 13.49 12.56 0.06 46.03 04:19:23 Average: 3 27.88 0.00 13.44 11.55 0.06 47.07 04:19:23 04:19:23 04:19:23