Pull request #3088 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than 041ffd2f18cd24aeb03e215b9cd83045f0790b50 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24246 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 041ffd2f18cd24aeb03e215b9cd83045f0790b50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 Merge succeeded, producing 041ffd2f18cd24aeb03e215b9cd83045f0790b50 Checking out Revision 041ffd2f18cd24aeb03e215b9cd83045f0790b50 (PR-3088) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 Commit message: "DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:57:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 5775114a5aec44cff2ba304e7aaf70fc148e0ab3 # timeout=10 [Pipeline] withCredentials 01:57:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:57:20 ========================================================= 01:57:20 EdgeX Global Pipelines Version Info 01:57:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:57:21 ------------------- 01:57:21 stable info: 01:57:21 ------------------- 01:57:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:57:21 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:57:21 Message: update stable to v1.0.179 01:57:22 ------------------- 01:57:22 experimental info: 01:57:22 ------------------- 01:57:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:57:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:57:22 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:57:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:57:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo 01:57:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 041ffd2f18cd24aeb03e215b9cd83045f0790b50 [Pipeline] echo 01:57:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 041ffd2 [Pipeline] echo 01:57:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:57:26 provisioning config files... 01:57:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config2334990852387502622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:57:26 ---> docker-login.sh 01:57:26 nexus3.edgexfoundry.org:10001 01:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:27 Configure a credential helper to remove this warning. See 01:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:27 01:57:27 Login Succeeded 01:57:27 nexus3.edgexfoundry.org:10002 01:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:27 Configure a credential helper to remove this warning. See 01:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:27 01:57:27 Login Succeeded 01:57:27 nexus3.edgexfoundry.org:10003 01:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:27 Configure a credential helper to remove this warning. See 01:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:27 01:57:27 Login Succeeded 01:57:27 nexus3.edgexfoundry.org:10004 01:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:27 Configure a credential helper to remove this warning. See 01:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:27 01:57:27 Login Succeeded 01:57:27 docker.io 01:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:28 Configure a credential helper to remove this warning. See 01:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:28 01:57:28 Login Succeeded 01:57:28 ---> docker-login.sh ends [Pipeline] } 01:57:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:57:28 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/core-command/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo core-command,cmd/core-command/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/core-data/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo core-data,cmd/core-data/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/core-metadata/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo core-metadata,cmd/core-metadata/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/security-bootstrapper/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/security-proxy-setup/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/support-notifications/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo support-notifications,cmd/support-notifications/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/support-scheduler/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:57:28 + for file in '`ls cmd/**/Dockerfile`' 01:57:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:57:28 ++ cut -d/ -f2 01:57:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:57:28 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 01:57:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:30 01:57:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:57:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:30 latest: Pulling from edgex-devops/git-semver 01:57:30 31603596830f: Pulling fs layer 01:57:30 2a8b12db71e7: Pulling fs layer 01:57:30 6ca5941a6612: Pulling fs layer 01:57:30 ecc8261a40a4: Pulling fs layer 01:57:30 ecc8261a40a4: Waiting 01:57:30 2a8b12db71e7: Download complete 01:57:31 31603596830f: Download complete 01:57:31 6ca5941a6612: Verifying Checksum 01:57:31 6ca5941a6612: Download complete 01:57:31 ecc8261a40a4: Verifying Checksum 01:57:31 ecc8261a40a4: Download complete 01:57:31 31603596830f: Pull complete 01:57:31 2a8b12db71e7: Pull complete 01:57:32 6ca5941a6612: Pull complete 01:57:32 ecc8261a40a4: Pull complete 01:57:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:57:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:57:32 prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container 01:57:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:10004/edgex-devops/git-semver:latest cat 01:57:35 $ docker top 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:57:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:57:35 [ssh-agent] Looking for ssh-agent implementation... 01:57:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:57:35 $ docker exec 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent 01:57:36 SSH_AUTH_SOCK=/tmp/ssh-ziwzWLKoRzZw/agent.11 01:57:36 SSH_AGENT_PID=16 01:57:36 Running ssh-add (command line suppressed) 01:57:36 Identity added: /w/workspace/edgex-go/9@tmp/private_key_1919906244929913684.key (/w/workspace/edgex-go/9@tmp/private_key_1919906244929913684.key) 01:57:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:57:36 + git tag --points-at HEAD [Pipeline] } 01:57:36 $ docker exec --env ******** --env ******** 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent -k 01:57:36 unset SSH_AUTH_SOCK; 01:57:36 unset SSH_AGENT_PID; 01:57:36 echo Agent pid 16 killed; 01:57:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:57:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:57:36 [ssh-agent] Looking for ssh-agent implementation... 01:57:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:57:37 $ docker exec 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent 01:57:37 SSH_AUTH_SOCK=/tmp/ssh-CSmbuJJkdHr0/agent.46 01:57:37 SSH_AGENT_PID=52 01:57:37 Running ssh-add (command line suppressed) 01:57:37 Identity added: /w/workspace/edgex-go/9@tmp/private_key_6717272827161824616.key (/w/workspace/edgex-go/9@tmp/private_key_6717272827161824616.key) 01:57:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:57:37 + git semver init 01:57:37 # -> Open(): unable to determine branch for HEAD 01:57:37 # $GIT_DIR = /w/workspace/edgex-go/9/.git 01:57:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 01:57:37 # $SEMVER_REMOTE_NAME = origin 01:57:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:57:37 # $SEMVER_USER_NAME = edgex-jenkins 01:57:37 # $SEMVER_BRANCH = PR-3088 01:57:37 # $SEMVER_TEMP = /tmp/semver-507777824 01:57:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:57:59 # '/tmp/semver-507777824' -> '/w/workspace/edgex-go/9/.semver' 01:57:59 # -> Force: false 01:57:59 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 01:57:59 $ docker exec --env ******** --env ******** 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent -k 01:58:00 unset SSH_AUTH_SOCK; 01:58:00 unset SSH_AGENT_PID; 01:58:00 echo Agent pid 52 killed; 01:58:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:58:00 + git semver [Pipeline] } 01:58:00 $ docker stop --time=1 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf 01:58:02 $ docker rm -f 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf [Pipeline] // withDockerContainer [Pipeline] sh 01:58:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:58:03 Stashed 1 file(s) [Pipeline] echo 01:58:03 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:58:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:58:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:58:05 + sudo service docker restart 01:58:05 + true 01:58:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:58:05 ========================================================= 01:58:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:58:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:58:06 + 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 . 01:58:10 Sending build context to Docker daemon 327.4MB 01:58:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:58:10 Step 2/6 : FROM ${BASE} 01:58:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:58:10 188c0c94c7c5: Pulling fs layer 01:58:10 0ef7d3d256c8: Pulling fs layer 01:58:10 de9db76c5a1d: Pulling fs layer 01:58:10 bca2f99d35d6: Pulling fs layer 01:58:10 93359f2a8cfa: Pulling fs layer 01:58:10 7c6f9722023f: Pulling fs layer 01:58:10 a35cf1a2eb13: Pulling fs layer 01:58:10 93359f2a8cfa: Waiting 01:58:10 7c6f9722023f: Waiting 01:58:10 a35cf1a2eb13: Waiting 01:58:10 bca2f99d35d6: Waiting 01:58:10 de9db76c5a1d: Verifying Checksum 01:58:10 de9db76c5a1d: Download complete 01:58:10 0ef7d3d256c8: Download complete 01:58:10 93359f2a8cfa: Verifying Checksum 01:58:10 93359f2a8cfa: Download complete 01:58:10 7c6f9722023f: Verifying Checksum 01:58:10 7c6f9722023f: Download complete 01:58:10 188c0c94c7c5: Verifying Checksum 01:58:10 188c0c94c7c5: Download complete 01:58:10 188c0c94c7c5: Pull complete 01:58:10 0ef7d3d256c8: Pull complete 01:58:10 de9db76c5a1d: Pull complete 01:58:12 a35cf1a2eb13: Verifying Checksum 01:58:12 a35cf1a2eb13: Download complete 01:58:12 bca2f99d35d6: Verifying Checksum 01:58:12 bca2f99d35d6: Download complete 01:58:18 Still waiting to schedule task 01:58:18 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:58:19 bca2f99d35d6: Pull complete 01:58:19 93359f2a8cfa: Pull complete 01:58:19 7c6f9722023f: Pull complete 01:58:23 a35cf1a2eb13: Pull complete 01:58:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:58:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:58:23 ---> a62c8e92a672 01:58:23 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 01:58:23 ---> Running in ae175e8ac002 01:58:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:58:24 (1/12) Installing libmagic (5.38-r0) 01:58:25 (2/12) Installing file (5.38-r0) 01:58:25 (3/12) Installing libc-dev (0.7.2-r3) 01:58:25 (4/12) Installing g++ (9.3.0-r2) 01:58:30 (5/12) Installing fortify-headers (1.1-r0) 01:58:30 (6/12) Installing patch (2.7.6-r6) 01:58:31 (7/12) Installing build-base (0.5-r2) 01:58:31 (8/12) Installing libsodium (1.0.18-r0) 01:58:31 (9/12) Installing pkgconf (1.7.2-r0) 01:58:31 (10/12) Installing libsodium-dev (1.0.18-r0) 01:58:31 (11/12) Installing libzmq (4.3.3-r0) 01:58:31 (12/12) Installing zeromq-dev (4.3.3-r0) 01:58:31 Executing busybox-1.31.1-r19.trigger 01:58:31 OK: 233 MiB in 51 packages 01:58:35 Removing intermediate container ae175e8ac002 01:58:35 ---> a1e6adb1dc84 01:58:35 Step 4/6 : WORKDIR /edgex-go 01:58:35 ---> Running in 54633885a121 01:58:35 Removing intermediate container 54633885a121 01:58:35 ---> e13c2df81e8f 01:58:35 Step 5/6 : COPY go.mod . 01:58:35 ---> 50ea90332fff 01:58:35 Step 6/6 : RUN go mod download 01:58:35 ---> Running in d9b7d8e37d7b 01:58:57 Removing intermediate container d9b7d8e37d7b 01:58:57 ---> d9f4212eeb26 01:58:57 Successfully built d9f4212eeb26 01:58:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:58:57 + docker inspect -f . ci-base-image-x86_64 01:58:57 . [Pipeline] withDockerContainer 01:58:57 prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container 01:58:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:58:58 $ docker top 5e1b01922a3b797c456d7be3770c58e87eb9ab79dcc7bcec2017af137203a2b8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:58:59 + go version 01:58:59 go version go1.15.5 linux/amd64 [Pipeline] } 01:58:59 $ docker stop --time=1 5e1b01922a3b797c456d7be3770c58e87eb9ab79dcc7bcec2017af137203a2b8 01:59:01 $ docker rm -f 5e1b01922a3b797c456d7be3770c58e87eb9ab79dcc7bcec2017af137203a2b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:59:02 + docker inspect -f . ci-base-image-x86_64 01:59:02 . [Pipeline] withDockerContainer 01:59:02 prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container 01:59:02 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:59:03 $ docker top c0e3759b5a683feae6e2a143acd072d2c99e44e6c2b08a47d09624ec60e74f9b -eo pid,comm [Pipeline] { [Pipeline] echo 01:59:03 ========================================================= 01:59:03 [edgeXBuildGoParallel] Running Tests and Build... 01:59:03 ========================================================= [Pipeline] sh 01:59:03 + make test 01:59:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:59:13 ? github.com/edgexfoundry/edgex-go [no test files] 01:59:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:59:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:59:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:59:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:59:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:59:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:59:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:59:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:59:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:59:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:59:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:59:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:59:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.0% of statements 01:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements 01:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.219s coverage: 27.1% of statements 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.135s coverage: 65.8% of statements 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.3% of statements 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:59:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:59:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:59:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:59:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:59:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 45.5% of statements 01:59:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements 01:59:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 01:59:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 01:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 02:00:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24247 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 02:00:04 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 02:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements 02:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 02:00:09 using credential edgex-jenkins-ssh 02:00:09 Cloning the remote Git repository 02:00:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:00:09 > git init /w/workspace/edgex-go/9 # timeout=10 02:00:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:00:09 > git --version # timeout=10 02:00:09 > git --version # 'git version 2.17.1' 02:00:09 using GIT_SSH to set credentials SSH Credentials for GitHub 02:00:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.065s coverage: 92.9% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 68.9% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.0% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.687s coverage: 29.1% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:00:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements 02:00:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 02:00:20 GO111MODULE=on go vet ./... 02:00:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:00:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:00:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:00:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:00:26 using GIT_SSH to set credentials SSH Credentials for GitHub 02:00:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:00:27 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 041ffd2f18cd24aeb03e215b9cd83045f0790b50 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:00:27 Failed in branch arm64 02:00:27 > git config core.sparsecheckout # timeout=10 02:00:27 > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 02:00:47 gofmt -l . 02:00:47 [ "`gofmt -l .`" = "" ] 02:00:47 ./bin/test-go-mod-tidy.sh 02:00:47 ./bin/test-attribution-txt.sh [Pipeline] sh 02:00:47 + ls -al . 02:00:47 total 680 02:00:47 drwxrwxr-x 10 1001 1001 4096 Feb 1 02:00 . 02:00:47 drwxr-xr-x 4 root root 28 Feb 1 01:59 .. 02:00:47 -rw-rw-r-- 1 1001 1001 11 Feb 1 01:57 .dockerignore 02:00:47 drwxrwxr-x 8 1001 1001 179 Feb 1 01:57 .git 02:00:47 drwxrwxr-x 3 1001 1001 125 Feb 1 01:57 .github 02:00:47 -rw-rw-r-- 1 1001 1001 872 Feb 1 01:57 .gitignore 02:00:47 drwx------ 3 1001 1001 60 Feb 1 01:57 .semver 02:00:47 -rw-rw-r-- 1 1001 1001 166 Feb 1 01:57 .sonarcloud.properties 02:00:47 -rw-rw-r-- 1 1001 1001 7859 Feb 1 01:57 Attribution.txt 02:00:47 -rw-rw-r-- 1 1001 1001 3804 Feb 1 01:57 CONTRIBUTING.md 02:00:47 -rw-rw-r-- 1 1001 1001 931 Feb 1 01:57 Dockerfile.build 02:00:47 -rw-rw-r-- 1 1001 1001 863 Feb 1 01:57 Jenkinsfile 02:00:47 -rw-rw-r-- 1 1001 1001 10775 Feb 1 01:57 LICENSE 02:00:47 -rw-rw-r-- 1 1001 1001 6001 Feb 1 01:57 Makefile 02:00:47 -rw-rw-r-- 1 1001 1001 6524 Feb 1 01:57 README.md 02:00:47 -rw-rw-r-- 1 1001 1001 6755 Feb 1 01:57 SECURITY.md 02:00:47 -rw-rw-r-- 1 1001 1001 5 Feb 1 01:58 VERSION 02:00:47 -rw-rw-r-- 1 1001 1001 4131 Feb 1 01:57 ZMQWindows.md 02:00:47 drwxrwxr-x 2 1001 1001 117 Feb 1 01:57 bin 02:00:47 drwxrwxr-x 15 1001 1001 4096 Feb 1 01:57 cmd 02:00:47 -rw-r--r-- 1 root root 574984 Feb 1 02:00 coverage.out 02:00:47 -rw-r--r-- 1 root root 1054 Feb 1 02:00 go.mod 02:00:47 -rw-r--r-- 1 root root 19289 Feb 1 02:00 go.sum 02:00:47 drwxrwxr-x 8 1001 1001 127 Feb 1 01:57 internal 02:00:47 drwxrwxr-x 4 1001 1001 26 Feb 1 01:57 openapi 02:00:47 drwxrwxr-x 4 1001 1001 71 Feb 1 01:57 snap 02:00:47 -rw-rw-r-- 1 1001 1001 168 Feb 1 01:57 version.go [Pipeline] sh 02:00:47 + '[' -e coverage.out ] 02:00:47 + chown 1001:1001 coverage.out [Pipeline] stash 02:00:48 Stashed 1 file(s) [Pipeline] sh 02:00:48 + make build 02:00:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:00:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:01:00 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 02:01:02 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 02:01:03 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 02:01:04 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 02:01:05 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 02:01:07 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 02:01:08 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 02:01:10 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 02:01:11 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 02:01:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:01:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 02:01:15 $ docker stop --time=1 c0e3759b5a683feae6e2a143acd072d2c99e44e6c2b08a47d09624ec60e74f9b 02:01:17 $ docker rm -f c0e3759b5a683feae6e2a143acd072d2c99e44e6c2b08a47d09624ec60e74f9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:01:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:01:21 02:01:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:01:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:01:21 latest: Pulling from edgex-devops/edgex-compose 02:01:21 cbdbe7a5bc2a: Pulling fs layer 02:01:21 ca9280d653b3: Pulling fs layer 02:01:21 7e9c9ca2126c: Pulling fs layer 02:01:22 cbdbe7a5bc2a: Download complete 02:01:22 cbdbe7a5bc2a: Pull complete 02:01:22 ca9280d653b3: Verifying Checksum 02:01:22 ca9280d653b3: Download complete 02:01:23 7e9c9ca2126c: Verifying Checksum 02:01:23 7e9c9ca2126c: Download complete 02:01:23 ca9280d653b3: Pull complete 02:01:30 7e9c9ca2126c: Pull complete 02:01:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:01:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:01:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:01:30 prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container 02:01:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:01:33 $ docker top 728695a4cbdae9bf28c509c36c819c91ae87509dc8540d9d01c062106a35f068 -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:34 + docker-compose build --help 02:01:34 + grep parallel 02:01:35 --parallel Build images in parallel. [Pipeline] } 02:01:35 $ docker stop --time=1 728695a4cbdae9bf28c509c36c819c91ae87509dc8540d9d01c062106a35f068 02:01:36 $ docker rm -f 728695a4cbdae9bf28c509c36c819c91ae87509dc8540d9d01c062106a35f068 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:01:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:01:37 . [Pipeline] withDockerContainer 02:01:37 prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container 02:01:37 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:01:38 $ docker top ce9f59a29f8853d68b15a9e7bd38dc2b0c86f142d37ed0af22893b5b8763341c -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:38 + docker-compose -f ./docker-compose-build.yml build --parallel 02:01:39 Building docker-core-command-go ... 02:01:39 Building docker-core-data-go ... 02:01:39 Building docker-core-metadata-go ... 02:01:39 Building docker-security-bootstrapper-go ... 02:01:39 Building docker-security-proxy-setup-go ... 02:01:39 Building docker-security-secretstore-setup-go ... 02:01:39 Building docker-support-notifications-go ... 02:01:39 Building docker-support-scheduler-go ... 02:01:39 Building docker-sys-mgmt-agent-go ... 02:01:39 Building docker-security-bootstrapper-go 02:01:39 Building docker-sys-mgmt-agent-go 02:01:39 Building docker-core-metadata-go 02:01:39 Building docker-security-proxy-setup-go 02:01:39 Building docker-support-scheduler-go 02:02:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:12 02:02:12 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/31 : FROM ${BUILDER_BASE} AS builder 02:02:12 02:02:12 ---> d9f4212eeb26 02:02:12 Step 3/31 : WORKDIR /edgex-go 02:02:12 ---> d9f4212eeb26 02:02:12 Step 3/23 : WORKDIR /edgex-go 02:02:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:02:12 ---> d9f4212eeb26 02:02:12 Step 3/21 : WORKDIR /edgex-go 02:02:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:02:12 ---> d9f4212eeb26 02:02:12 Step 3/26 : WORKDIR /edgex-go 02:02:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:02:12 ---> d9f4212eeb26 02:02:12 Step 3/22 : WORKDIR /edgex-go 02:02:13 ---> Running in 4b1d168d5976 02:02:13 ---> Running in 0eee736e4cc0 02:02:13 ---> Running in 3de83ff6c4b3 02:02:13 ---> Running in 5d647f27b634 02:02:13 ---> Running in 08d247df4f89 02:02:14 Removing intermediate container 4b1d168d5976 02:02:14 ---> 0d77ae58a54d 02:02:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:14 Removing intermediate container 0eee736e4cc0 02:02:14 ---> af654a0893a9 02:02:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:14 Removing intermediate container 08d247df4f89 02:02:14 ---> 93d7d782dc93 02:02:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:14 Removing intermediate container 5d647f27b634 02:02:14 ---> 0af61da4f478 02:02:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:14 Removing intermediate container 3de83ff6c4b3 02:02:14 ---> 4773e8512681 02:02:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:14 ---> Running in a6499ab8e71f 02:02:14 ---> Running in 4cd5e1dfc4b9 02:02:14 ---> Running in 13c3422890ca 02:02:14 ---> Running in 9d7ab7192984 02:02:14 ---> Running in f22271e3f35b 02:02:16 Removing intermediate container 9d7ab7192984 02:02:16 ---> a4b8affca922 02:02:16 Step 5/22 : RUN apk add --update --no-cache make git 02:02:16 Removing intermediate container 4cd5e1dfc4b9 02:02:16 ---> e258e46de97b 02:02:16 Step 5/31 : RUN apk add --update --no-cache make git 02:02:16 ---> Running in d6c9b534b2b5 02:02:16 ---> Running in ae9f31397b0f 02:02:17 Removing intermediate container 13c3422890ca 02:02:17 ---> 66b1f9fe0303 02:02:17 Step 5/23 : RUN apk add --update --no-cache make git 02:02:17 Removing intermediate container f22271e3f35b 02:02:17 ---> 1717fda4280e 02:02:17 Step 5/21 : RUN apk add --update --no-cache make git 02:02:17 Removing intermediate container a6499ab8e71f 02:02:17 ---> 6bc28891bddc 02:02:17 Step 5/26 : RUN apk add --update --no-cache make bash git 02:02:17 ---> Running in c531c94f9e54 02:02:17 ---> Running in 9e59fae24dc2 02:02:17 ---> Running in e62e7f3a0339 02:02:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:02:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:02:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:02:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:02:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:02:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:02:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:02:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:02:19 OK: 233 MiB in 51 packages 02:02:19 OK: 233 MiB in 51 packages 02:02:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:02:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:02:19 OK: 233 MiB in 51 packages 02:02:19 OK: 233 MiB in 51 packages 02:02:19 OK: 233 MiB in 51 packages 02:02:19 Removing intermediate container d6c9b534b2b5 02:02:19 ---> 4273087d400c 02:02:19 Step 6/22 : COPY go.mod . 02:02:19 Removing intermediate container ae9f31397b0f 02:02:19 ---> 1efde9670d8e 02:02:19 Step 6/31 : COPY go.mod . 02:02:20 ---> a4f43a36b379 02:02:20 Step 7/22 : RUN go mod download 02:02:20 Removing intermediate container c531c94f9e54 02:02:20 ---> 76980ec95cb2 02:02:20 Step 6/23 : COPY go.mod . 02:02:20 ---> Running in c20394a314bc 02:02:20 ---> 15938f376010 02:02:20 Step 7/31 : RUN go mod download 02:02:20 ---> Running in 8f99e58c68c5 02:02:20 Removing intermediate container e62e7f3a0339 02:02:20 ---> 8955177dcc61 02:02:20 Step 6/26 : COPY go.mod . 02:02:20 ---> 8b02adc82ab8 02:02:20 Step 7/23 : RUN go mod download 02:02:20 Removing intermediate container 9e59fae24dc2 02:02:20 ---> fc5dc8f62b69 02:02:20 Step 6/21 : COPY go.mod . 02:02:20 ---> Running in b8ec486cfd76 02:02:21 ---> ede5cce575ad 02:02:21 Step 7/26 : RUN go mod download 02:02:21 ---> 635d0f890884 02:02:21 Step 7/21 : RUN go mod download 02:02:21 ---> Running in 2b9126dfb791 02:02:21 ---> Running in f98d12b83127 02:02:23 Removing intermediate container c20394a314bc 02:02:23 ---> d44de12d2e0d 02:02:23 Step 8/22 : COPY . . 02:02:23 Removing intermediate container b8ec486cfd76 02:02:23 ---> 64b4ab237151 02:02:23 Step 8/23 : COPY . . 02:02:23 Removing intermediate container 8f99e58c68c5 02:02:23 ---> f4a043ba3a8b 02:02:23 Step 8/31 : COPY . . 02:02:23 Removing intermediate container 2b9126dfb791 02:02:23 ---> 67813adee08a 02:02:23 Step 8/26 : COPY . . 02:02:26 Removing intermediate container f98d12b83127 02:02:26 ---> 955d745d2b28 02:02:26 Step 8/21 : COPY . . 02:03:05 ---> bf47a05fe9e7 02:03:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:03:05 ---> c3aa1cda6b26 02:03:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:03:05 ---> e83127f08b2e 02:03:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 02:03:05 ---> 8f5032923773 02:03:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:03:05 ---> 770f30e12d30 02:03:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:03:05 ---> Running in 9d98060f1e98 02:03:05 ---> Running in a8f88d6a8c1b 02:03:05 ---> Running in 92583e83dbf6 02:03:05 ---> Running in 7166b7084ba8 02:03:05 ---> Running in 4435ee6cf07f 02:03:06 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 02:03:06 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 02:03:06 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 02:03:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:03:06 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 02:03:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:03: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 02:03:40 Removing intermediate container a8f88d6a8c1b 02:03:40 ---> 491db542cb04 02:03:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:03:41 ---> Running in c8f50546cd37 02:03:41 Removing intermediate container 92583e83dbf6 02:03:41 ---> e334f7df3e79 02:03:41 02:03:41 Step 10/21 : FROM alpine:3.12 02:03:41 3.12: Pulling from library/alpine 02:03:42 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 02:03:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:03:43 Status: Downloaded newer image for alpine:3.12 02:03:43 ---> 389fef711851 02:03:43 Step 11/21 : RUN apk add --update --no-cache curl 02:03:44 ---> Running in ff9c0b7e938b 02:03:46 Removing intermediate container 4435ee6cf07f 02:03:46 ---> 6d1029e65266 02:03:46 02:03:46 Step 10/22 : FROM alpine:3.12 02:03:46 ---> 389fef711851 02:03:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:03:46 Removing intermediate container 9d98060f1e98 02:03:46 ---> 82665422aedb 02:03:46 02:03:46 Step 10/31 : FROM alpine:3.12 02:03:46 ---> 389fef711851 02:03:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:03:47 ---> Running in 2644e16758d4 02:03:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:03:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:03:47 (1/4) Installing ca-certificates (20191127-r4) 02:03:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:03:47 (3/4) Installing libcurl (7.69.1-r3) 02:03:48 (4/4) Installing curl (7.69.1-r3) 02:03:48 Executing busybox-1.31.1-r19.trigger 02:03:48 Executing ca-certificates-20191127-r4.trigger 02:03:48 OK: 7 MiB in 18 packages 02:03:48 ---> Running in 5d378c3b8594 02:03:48 Removing intermediate container c8f50546cd37 02:03:48 ---> 77d235d39312 02:03:48 02:03:48 Step 11/26 : FROM docker:20.10.0 02:03:49 20.10.0: Pulling from library/docker 02:03:49 Removing intermediate container 7166b7084ba8 02:03:49 ---> 78c33dbd3e84 02:03:49 02:03:49 Step 10/23 : FROM alpine:3.12 02:03:49 ---> 389fef711851 02:03:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:03:49 Removing intermediate container 5d378c3b8594 02:03:49 ---> fc4ca053c258 02:03:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:03:50 ---> Running in 7db4f3953bcc 02:03:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:03:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:03:50 (1/1) Installing dumb-init (1.2.2-r1) 02:03:50 Executing busybox-1.31.1-r19.trigger 02:03:50 OK: 6 MiB in 15 packages 02:03:51 ---> Running in 9edc85ad2896 02:03:51 Removing intermediate container ff9c0b7e938b 02:03:51 ---> d493ccc4d4d2 02:03:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:03:52 ---> Running in 076505adc6e0 02:03:52 Removing intermediate container 076505adc6e0 02:03:52 ---> 487a04f41da0 02:03:52 Step 13/21 : WORKDIR /edgex 02:03:52 ---> Running in 7a8a9c378f4e 02:03:52 Removing intermediate container 2644e16758d4 02:03:52 ---> 34a3474e0a8a 02:03:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:03:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:03:53 ---> Running in e7abb0de0c4a 02:03:53 Removing intermediate container 7a8a9c378f4e 02:03:53 ---> 45cf1a67c1a3 02:03:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:03:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:03:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:03:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:03:53 (1/1) Installing dumb-init (1.2.2-r1) 02:03:53 Executing busybox-1.31.1-r19.trigger 02:03:53 OK: 6 MiB in 15 packages 02:03:53 Removing intermediate container e7abb0de0c4a 02:03:53 ---> 51b80eb9aa7b 02:03:53 Step 13/22 : ENV APP_PORT=48085 02:03:53 (1/2) Installing dumb-init (1.2.2-r1) 02:03:53 (2/2) Installing su-exec (0.2-r1) 02:03:53 ---> Running in fe47a0389636 02:03:53 ---> 9cc2db3ce3cc 02:03:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:03:53 Executing busybox-1.31.1-r19.trigger 02:03:53 OK: 6 MiB in 16 packages 02:03:54 ---> 311754757206 02:03:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:03:54 Removing intermediate container fe47a0389636 02:03:54 ---> 0231f0a69830 02:03:54 Step 14/22 : EXPOSE $APP_PORT 02:03:54 ---> Running in d3b97feb1886 02:03:55 Removing intermediate container 7db4f3953bcc 02:03:55 ---> 9c2109626c1b 02:03:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:03:55 Removing intermediate container 9edc85ad2896 02:03:55 ---> 63e202df0977 02:03:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:03:55 Removing intermediate container d3b97feb1886 02:03:55 ---> e57191318e7e 02:03:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:03:55 ---> Running in 40cb486b9ab8 02:03:55 ---> Running in 0dfca711def5 02:03:55 ---> 080535ca739b 02:03:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:03:55 ---> Running in 80399dd7dee0 02:03:56 Removing intermediate container 40cb486b9ab8 02:03:56 ---> 1f8e35f9b616 02:03:56 Step 13/23 : ENV APP_PORT=48081 02:03:56 Removing intermediate container 0dfca711def5 02:03:56 ---> 4e65cf7f9db8 02:03:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:03:56 ---> 22d3690fad6b 02:03:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:03:56 ---> Running in b786bee447d7 02:03:56 ---> Running in aedc202b2e3d 02:03:56 Removing intermediate container 80399dd7dee0 02:03:56 ---> dd210b869e48 02:03:56 Step 18/21 : CMD ["--init=true"] 02:03:57 ---> Running in 96a75736eaed 02:03:57 Removing intermediate container aedc202b2e3d 02:03:57 ---> 5ee5d12839db 02:03:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:03:57 Removing intermediate container b786bee447d7 02:03:57 ---> 6c7b8f8c7441 02:03:57 Step 14/23 : EXPOSE $APP_PORT 02:03:57 ---> e4e6998c6dd2 02:03:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:03:57 ---> Running in 8f7ec85ab5ea 02:03:57 ---> Running in cad8170f0f63 02:03:57 Removing intermediate container 96a75736eaed 02:03:57 ---> 8ef5ae324a8f 02:03:57 Step 19/21 : LABEL arch=x86_64 02:03:58 ---> Running in 1d181d4c788d 02:03:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:03:58 Removing intermediate container cad8170f0f63 02:03:58 ---> f50be44896bf 02:03:58 Step 15/23 : WORKDIR / 02:03:58 Status: Downloaded newer image for docker:20.10.0 02:03:58 ---> aefe523efa57 02:03:58 Step 12/26 : RUN apk add --no-cache bash 02:03:58 ---> 69efd9ac71a3 02:03:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:03:58 ---> Running in c3e2a1d018af 02:03:58 ---> Running in ca59f85cd688 02:03:58 ---> Running in c72249591483 02:03:58 Removing intermediate container 1d181d4c788d 02:03:58 ---> 638d11613c6c 02:03:58 Step 20/21 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:03:58 ---> Running in 60d6809461ec 02:03:58 Removing intermediate container c3e2a1d018af 02:03:58 ---> bb2978c8187f 02:03:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:03:58 Removing intermediate container c72249591483 02:03:58 ---> e570f8e211f1 02:03:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:03:59 Removing intermediate container 60d6809461ec 02:03:59 ---> d90193c1aa18 02:03:59 Step 21/21 : LABEL version=0.0.0 02:03:59 ---> Running in a441267d4aae 02:03:59 ---> Running in fa335c490c65 02:03:59 ---> 62e7fbcd4e6b 02:03:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:03:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:03:59 Removing intermediate container 8f7ec85ab5ea 02:03:59 ---> 91a0b19abd8a 02:03:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:03:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:03:59 Removing intermediate container a441267d4aae 02:03:59 ---> a0e57d614bd3 02:03:59 Step 20/22 : LABEL arch=x86_64 02:03:59 Removing intermediate container fa335c490c65 02:03:59 ---> 96279e6f915a 02:03:59 02:03:59 (1/2) Installing readline (8.0.4-r0) 02:03:59 (2/2) Installing bash (5.0.17-r0) 02:03:59 ---> Running in 7f29e3a2bd1c 02:03:59 ---> Running in d08f81d3e376 02:03:59 Executing bash-5.0.17-r0.post-install 02:03:59 Executing busybox-1.31.1-r19.trigger 02:03:59 OK: 12 MiB in 22 packages 02:04:00 Successfully built 96279e6f915a 02:04:00 ---> 62a0edc49339 02:04:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:04:00 Successfully tagged docker-security-proxy-setup-go:latest 02:04:00 Removing intermediate container d08f81d3e376 02:04:00 ---> 8fd204895835 02:04:00 Step 21/22 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:04:00 Building docker-security-secretstore-setup-go 02:04:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 7f29e3a2bd1c 02:04:01 ---> 10d6a44b0e23 02:04:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:04:01 ---> Running in 5b45e5f46f26 02:04:01 ---> 9d0f433ba92f 02:04:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:04:01 ---> Running in fb6b4b48a0e6 02:04:01 Removing intermediate container 5b45e5f46f26 02:04:01 ---> c1135149e9f5 02:04:01 Step 22/22 : LABEL version=0.0.0 02:04:03 Removing intermediate container ca59f85cd688 02:04:03 ---> c0d4fbbf7947 02:04:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:04:03 ---> 73b0b12158d5 02:04:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:04:03 ---> Running in dd2f6cba20ef 02:04:04 ---> Running in 9a90332ff00d 02:04:04 Removing intermediate container fb6b4b48a0e6 02:04:04 ---> 56bdb86f1083 02:04:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:04:04 ---> Running in bd12851e8abc 02:04:06 ---> Running in e1cc640585dd 02:04:06 Removing intermediate container dd2f6cba20ef 02:04:06 ---> fc1808fc4cba 02:04:06 02:04:06 Removing intermediate container 9a90332ff00d 02:04:06 ---> e8677f3c5a5f 02:04:06 Step 14/26 : ENV APP_PORT=48090 02:04:06 Successfully built fc1808fc4cba 02:04:06 ---> Running in 0bf35080fdfe 02:04:06 Successfully tagged docker-support-scheduler-go:latest 02:04:06 Building docker-support-notifications-go 02:04:07  Building docker-support-scheduler-go ... done Removing intermediate container e1cc640585dd 02:04:07 ---> cfde5c698306 02:04:07 Step 21/23 : LABEL arch=x86_64 02:04:09 ---> Running in e575488ba16d 02:04:09 Removing intermediate container 0bf35080fdfe 02:04:09 ---> 35bad3fb7d38 02:04:09 Step 15/26 : EXPOSE $APP_PORT 02:04:10 ---> Running in 50372b039a60 02:04:10 Removing intermediate container e575488ba16d 02:04:10 ---> 9499310d5275 02:04:10 Step 22/23 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:04:11 ---> Running in 511f7abaef12 02:04:12 Removing intermediate container 50372b039a60 02:04:12 ---> 4b235382bcc5 02:04:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:04:12 Removing intermediate container bd12851e8abc 02:04:12 ---> ebd4319c6aa3 02:04:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:04:13 Removing intermediate container 511f7abaef12 02:04:13 ---> 8a9d0b58c2f0 02:04:13 Step 23/23 : LABEL version=0.0.0 02:04:13 ---> Running in 92315e384ba1 02:04:14 ---> 71f132e835df 02:04:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:04:15 ---> 7139ca408a85 02:04:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:04:15 Removing intermediate container 92315e384ba1 02:04:15 ---> 2f8d2b3031dc 02:04:15 02:04:15 Successfully built 2f8d2b3031dc 02:04:15 Successfully tagged docker-core-metadata-go:latest 02:04:15  Building docker-core-metadata-go ... done Building docker-core-command-go 02:04:17 ---> ba65089c0469 02:04:17 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:04:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:04:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:04:18 ---> d9f4212eeb26 02:04:18 Step 3/24 : WORKDIR /edgex-go 02:04:18 ---> Using cache 02:04:18 ---> 4773e8512681 02:04:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:04:18 ---> Using cache 02:04:18 ---> 1717fda4280e 02:04:18 Step 5/24 : RUN apk add --update --no-cache make git 02:04:18 ---> Using cache 02:04:18 ---> fc5dc8f62b69 02:04:18 Step 6/24 : COPY go.mod . 02:04:18 ---> Using cache 02:04:18 ---> 635d0f890884 02:04:18 Step 7/24 : RUN go mod download 02:04:18 ---> Using cache 02:04:18 ---> 955d745d2b28 02:04:18 Step 8/24 : COPY . . 02:04:18 ---> Using cache 02:04:18 ---> bf47a05fe9e7 02:04:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:04:18 ---> 44421b4f0557 02:04:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:04:20 ---> Running in e980b2446b11 02:04:21 ---> d26cb2ee5482 02:04:21 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:04:22 ---> bd945a80c4b3 02:04:22 Step 19/26 : RUN apk --no-cache add py3-pip 02:04:22 ---> Running in 3e61bd1f527e 02:04:23 ---> 353d2f1f3370 02:04:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:04:23 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 02:04:24 ---> 6131c2245cc2 02:04:24 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:04:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:04:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:04:25 ---> Running in cea25245142b 02:04:25 (1/33) Installing libbz2 (1.0.8-r1) 02:04:25 (2/33) Installing expat (2.2.9-r1) 02:04:25 (3/33) Installing libffi (3.3-r2) 02:04:25 (4/33) Installing gdbm (1.13-r1) 02:04:25 (5/33) Installing xz-libs (5.2.5-r0) 02:04:25 (6/33) Installing sqlite-libs (3.32.1-r0) 02:04:25 (7/33) Installing python3 (3.8.5-r0) 02:04:26 Removing intermediate container cea25245142b 02:04:26 ---> 7ca700a51bea 02:04:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:04:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:04:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:04:26 ---> d9f4212eeb26 02:04:26 Step 3/22 : WORKDIR /edgex-go 02:04:26 ---> Using cache 02:04:26 ---> 4773e8512681 02:04:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:04:26 ---> Using cache 02:04:26 ---> 1717fda4280e 02:04:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:04:28 ---> Running in 6f9da4f353c2 02:04:29 ---> 1dbd68beaa18 02:04:29 Step 26/31 : RUN chmod +x /entrypoint.sh 02:04:29 (8/33) Installing py3-appdirs (1.4.4-r1) 02:04:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:04:29 (10/33) Installing py3-parsing (2.4.7-r0) 02:04:29 (11/33) Installing py3-six (1.15.0-r0) 02:04:29 (12/33) Installing py3-packaging (20.4-r0) 02:04:29 (13/33) Installing py3-setuptools (47.0.0-r0) 02:04:29 (14/33) Installing py3-chardet (3.0.4-r4) 02:04:29 (15/33) Installing py3-idna (2.9-r0) 02:04:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:04:30 ---> Running in 72256ee6b9b5 02:04:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:04:30 (18/33) Installing py3-requests (2.23.0-r0) 02:04:30 (19/33) Installing py3-msgpack (1.0.0-r0) 02:04:30 (20/33) Installing py3-lockfile (0.12.2-r3) 02:04:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:04:30 (22/33) Installing py3-colorama (0.4.3-r0) 02:04:30 (23/33) Installing py3-distlib (0.3.0-r0) 02:04:30 (24/33) Installing py3-distro (1.5.0-r1) 02:04:30 (25/33) Installing py3-webencodings (0.5.1-r3) 02:04:30 (26/33) Installing py3-html5lib (1.0.1-r4) 02:04:30 (27/33) Installing py3-pytoml (0.1.21-r0) 02:04:30 (28/33) Installing py3-pep517 (0.8.2-r0) 02:04:30 (29/33) Installing py3-progress (1.5-r0) 02:04:30 (30/33) Installing py3-toml (0.10.1-r0) 02:04:31 (31/33) Installing py3-retrying (1.3.3-r0) 02:04:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:04:31 (33/33) Installing py3-pip (20.1.1-r0) 02:04:31 Executing busybox-1.31.1-r19.trigger 02:04:31 OK: 71 MiB in 55 packages 02:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:04:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:04:32 OK: 233 MiB in 51 packages 02:04:34 Removing intermediate container 72256ee6b9b5 02:04:34 ---> 43b76589e832 02:04:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:04:36 ---> Running in 5309d7dbbd6a 02:04:36 Removing intermediate container 6f9da4f353c2 02:04:36 ---> f9e260ab45da 02:04:36 Step 6/22 : COPY go.mod . 02:04:37 Removing intermediate container 5309d7dbbd6a 02:04:37 ---> a03eb49b6312 02:04:37 Step 28/31 : CMD ["gate"] 02:04:38 ---> e06007c7c162 02:04:38 Step 7/22 : RUN go mod download 02:04:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:04:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:04:39 ---> d9f4212eeb26 02:04:39 Step 3/23 : WORKDIR /edgex-go 02:04:39 ---> Using cache 02:04:39 ---> 4773e8512681 02:04:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:04:39 ---> Using cache 02:04:39 ---> 1717fda4280e 02:04:39 Step 5/23 : RUN apk add --update --no-cache make git 02:04:39 ---> Using cache 02:04:39 ---> fc5dc8f62b69 02:04:39 Step 6/23 : COPY go.mod . 02:04:39 ---> Using cache 02:04:39 ---> 635d0f890884 02:04:39 Step 7/23 : RUN go mod download 02:04:39 ---> Using cache 02:04:39 ---> 955d745d2b28 02:04:39 Step 8/23 : COPY . . 02:04:39 ---> Using cache 02:04:39 ---> bf47a05fe9e7 02:04:39 Step 9/23 : RUN make cmd/core-command/core-command 02:04:39 ---> Running in e44f1462d7b4 02:04:39 ---> Running in d4870212029b 02:04:39 ---> Running in 2c0e572a5ed8 02:04:40 Removing intermediate container e44f1462d7b4 02:04:40 ---> a37f10bd0dee 02:04:40 Step 29/31 : LABEL arch=x86_64 02:04:41 ---> Running in fd6a3ecc84e1 02:04:41 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 02:04:42 Removing intermediate container fd6a3ecc84e1 02:04:42 ---> 106e330528a8 02:04:42 Step 30/31 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:04:42 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 02:04:44 ---> Running in 50d5105a4f87 02:04:44 Removing intermediate container 3e61bd1f527e 02:04:44 ---> 8c5ebbcf9beb 02:04:44 Step 20/26 : RUN pip install docker-compose==1.23.2 02:04:44 ---> Running in c3367a781a7a 02:04:44 Removing intermediate container 50d5105a4f87 02:04:44 ---> fcd7e4faf221 02:04:44 Step 31/31 : LABEL version=0.0.0 02:04:44 ---> Running in 84754234d627 02:04:44 Removing intermediate container d4870212029b 02:04:44 ---> b71493f93891 02:04:44 Step 8/22 : COPY . . 02:04:45 Removing intermediate container 84754234d627 02:04:45 ---> ed2a001bd9a3 02:04:45 02:04:46 Successfully built ed2a001bd9a3 02:04:46 Successfully tagged docker-security-bootstrapper-go:latest 02:04:46  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 02:04:48 Collecting docker-compose==1.23.2 02:04:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:04:51 Collecting jsonschema<3,>=2.5.1 02:04:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:04:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:04:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:04:57 Collecting docker<4.0,>=3.6.0 02:04:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:04:57 Collecting websocket-client<1.0,>=0.32.0 02:04:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:04:58 Removing intermediate container e980b2446b11 02:04:58 ---> 926ddb9b6059 02:04:58 02:04:58 Step 10/24 : FROM alpine:3.12 02:04:58 ---> 389fef711851 02:04:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:04:58 Collecting docopt<0.7,>=0.6.1 02:04:58 Downloading docopt-0.6.2.tar.gz (25 kB) 02:04:59 ---> Running in 3e7002ba647d 02:04:59 Collecting PyYAML<4,>=3.10 02:04:59 Downloading PyYAML-3.13.tar.gz (270 kB) 02:05:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:05:02 Collecting cached-property<2,>=1.2.0 02:05:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:05:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:05:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:05:02 (1/5) Installing ca-certificates (20191127-r4) 02:05:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:05:03 (3/5) Installing libcurl (7.69.1-r3) 02:05:03 (4/5) Installing curl (7.69.1-r3) 02:05:03 (5/5) Installing dumb-init (1.2.2-r1) 02:05:03 Executing busybox-1.31.1-r19.trigger 02:05:03 Executing ca-certificates-20191127-r4.trigger 02:05:03 OK: 7 MiB in 19 packages 02:05:03 Collecting texttable<0.10,>=0.9.0 02:05:03 Downloading texttable-0.9.1.tar.gz (11 kB) 02:05:06 Collecting dockerpty<0.5,>=0.4.1 02:05:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:05:07 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) 02:05:07 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) 02:05:08 Collecting idna<2.8,>=2.5 02:05:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:05:08 Collecting urllib3<1.25,>=1.21.1 02:05:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:05:10 Removing intermediate container 3e7002ba647d 02:05:10 ---> 205a2d64d5b5 02:05:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:05:10 Collecting docker-pycreds>=0.4.0 02:05:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:05:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:05:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:05:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:05:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:05:10 Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, PyYAML, cached-property, texttable, dockerpty, docker-compose 02:05:11 ---> Running in 141682032ce6 02:05:11 Attempting uninstall: idna 02:05:11 Found existing installation: idna 2.9 02:05:12 Uninstalling idna-2.9: 02:05:12 Successfully uninstalled idna-2.9 02:05:13 Attempting uninstall: urllib3 02:05:13 Found existing installation: urllib3 1.25.9 02:05:13 Uninstalling urllib3-1.25.9: 02:05:13 Successfully uninstalled urllib3-1.25.9 02:05:13 Removing intermediate container 141682032ce6 02:05:13 ---> ffbb1a64bb22 02:05:13 Step 13/24 : WORKDIR / 02:05:14 Attempting uninstall: requests 02:05:14 Found existing installation: requests 2.23.0 02:05:14 Uninstalling requests-2.23.0: 02:05:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:05:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:05:14 ---> d9f4212eeb26 02:05:14 Step 3/23 : WORKDIR /edgex-go 02:05:14 ---> Using cache 02:05:14 ---> 4773e8512681 02:05:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:05:14 ---> Using cache 02:05:14 ---> 1717fda4280e 02:05:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:05:15 Successfully uninstalled requests-2.23.0 02:05:15 ---> Running in 87870af911d3 02:05:16 ---> Running in 59a14c3e9117 02:05:17 ---> 9272ad896955 02:05:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:05:18 Removing intermediate container 87870af911d3 02:05:18 ---> 973e6fe32dcf 02:05:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:05:18 Running setup.py install for docopt: started 02:05:18 ---> Running in db81a5679530 02:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:05:19 Running setup.py install for docopt: finished with status 'done' 02:05:19 Running setup.py install for PyYAML: started 02:05:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:05:20 ---> 3dee22674c02 02:05: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 02:05:20 Running setup.py install for PyYAML: finished with status 'done' 02:05:20 OK: 233 MiB in 51 packages 02:05:20 Running setup.py install for texttable: started 02:05:20 Removing intermediate container 2c0e572a5ed8 02:05:20 ---> ae3f17725495 02:05:20 02:05:20 Step 10/23 : FROM alpine:3.12 02:05:20 ---> 389fef711851 02:05:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:05:20 ---> Using cache 02:05:20 ---> 9c2109626c1b 02:05:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:05:20 ---> Using cache 02:05:20 ---> 1f8e35f9b616 02:05:20 Step 13/23 : ENV APP_PORT=48082 02:05:20 ---> 4d7687ce34ad 02:05:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:05:20 ---> Running in bc085679d2d5 02:05:20 Running setup.py install for texttable: finished with status 'done' 02:05:20 Running setup.py install for dockerpty: started 02:05:21 Removing intermediate container bc085679d2d5 02:05:21 ---> d65533b03ad9 02:05:21 Step 14/23 : EXPOSE $APP_PORT 02:05:21 ---> e4b8290b846f 02:05:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:05:21 ---> Running in 68262d4b51a9 02:05:21 Removing intermediate container 59a14c3e9117 02:05:21 ---> 483749c46aa3 02:05:21 Step 6/23 : COPY go.mod . 02:05:21 Running setup.py install for dockerpty: finished with status 'done' 02:05:22 Removing intermediate container 68262d4b51a9 02:05:22 ---> 2b5f12468415 02:05:22 Step 15/23 : WORKDIR / 02:05:23 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 02:05:23 ---> 80660853d407 02:05:23 Step 7/23 : RUN go mod download 02:05:23 ---> 6e0e237d3345 02:05:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:05:23 ---> Running in 1aa6b9e36c34 02:05:23 ---> Running in ec932b4c14f4 02:05:23 Removing intermediate container 1aa6b9e36c34 02:05:23 ---> 5e244387b75e 02:05:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:05:24 ---> a85b3b37376e 02:05:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:05:24 ---> 6f181279d530 02:05:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:05:27 ---> 659090ce2609 02:05:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:05:27 ---> b064dfdc33de 02:05:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:05:27 ---> Running in 114d398c668d 02:05:27 Removing intermediate container c3367a781a7a 02:05:27 ---> 94638f6f9c3c 02:05:27 Step 21/26 : RUN apk --no-cache add curl 02:05:27 ---> Running in 0130d16569fe 02:05:27 Removing intermediate container ec932b4c14f4 02:05:27 ---> abb78f443be5 02:05:27 Step 8/23 : COPY . . 02:05:28 ---> 1488bf2ace2b 02:05:28 Step 19/23 : ENTRYPOINT ["/core-command"] 02:05:28 ---> Running in 4ad6c3cdfe43 02:05:29 Removing intermediate container 4ad6c3cdfe43 02:05:29 ---> f8ea96b0e3ce 02:05:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:05:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:05:29 (2/3) Installing libcurl (7.69.1-r3) 02:05:29 (3/3) Installing curl (7.69.1-r3) 02:05:29 Executing busybox-1.31.1-r19.trigger 02:05:29 OK: 72 MiB in 58 packages 02:05:29 ---> Running in 77626685efb8 02:05:34 Removing intermediate container 77626685efb8 02:05:34 ---> f9fc5e0e48af 02:05:34 Step 21/23 : LABEL arch=x86_64 02:05:34 Removing intermediate container 114d398c668d 02:05:34 ---> 3a23538e7da8 02:05:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:05:35 ---> Running in 8a8fa1aa5b7f 02:05:36 ---> Running in fe73afcad81f 02:05:36 Removing intermediate container 0130d16569fe 02:05:36 ---> 9a61c32c2085 02:05:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:05:37 Removing intermediate container 8a8fa1aa5b7f 02:05:37 ---> c76d2db7da69 02:05:37 Step 22/23 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:05:38 ---> Running in f8c9572bcdab 02:05:38 Removing intermediate container fe73afcad81f 02:05:38 ---> 8c948d38d85e 02:05:38 Step 22/24 : LABEL arch=x86_64 02:05:39 ---> Running in bfc3108c1fc4 02:05:41 Removing intermediate container f8c9572bcdab 02:05:41 ---> 418153cffd0a 02:05:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:05:41 ---> Running in 1e5dad8e4523 02:05:41 Removing intermediate container bfc3108c1fc4 02:05:41 ---> 60f7a9b0922a 02:05:41 Step 23/23 : LABEL version=0.0.0 02:05:41 ---> Running in 59fd90a57ed9 02:05:42 ---> Running in 2ebd985204b4 02:05:44 Removing intermediate container 1e5dad8e4523 02:05:44 ---> b747efd4c029 02:05:44 Step 23/24 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:05:44 Removing intermediate container 59fd90a57ed9 02:05:44 ---> a50ad7349e60 02:05:44 Step 24/26 : LABEL arch=x86_64 02:05:45 Removing intermediate container 2ebd985204b4 02:05:45 ---> 2cba9b12bdb9 02:05:45 02:05:46 ---> Running in ea497696ba38 02:05:47 Successfully built 2cba9b12bdb9 02:05:47 ---> Running in 3ee0d431084f 02:05:47 Successfully tagged docker-core-command-go:latest 02:05:49  Building docker-core-command-go ... done Removing intermediate container ea497696ba38 02:05:49 ---> 4e79920f9ac0 02:05:49 Step 24/24 : LABEL version=0.0.0 02:05:49 Removing intermediate container db81a5679530 02:05:49 ---> 69385134500b 02:05:49 02:05:49 Step 10/22 : FROM alpine:3.12 02:05:49 ---> 389fef711851 02:05:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:05:50 Removing intermediate container 3ee0d431084f 02:05:50 ---> da140a309390 02:05:50 Step 25/26 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:05:51 ---> Running in 508f57aa7861 02:05:51 ---> Running in bbc6a5a7fa4f 02:05:51 ---> Running in 2c7121aaee8b 02:05:52 ---> 5e31da55e008 02:05:52 Step 9/23 : RUN make cmd/core-data/core-data 02:05:52 Removing intermediate container 508f57aa7861 02:05:52 ---> fcf5f19dd3fb 02:05:52 02:05:52 ---> Running in 06783ca011c5 02:05:52 Removing intermediate container 2c7121aaee8b 02:05:52 ---> 796b9613fe05 02:05:52 Step 26/26 : LABEL version=0.0.0 02:05:52 Successfully built fcf5f19dd3fb 02:05:52 Successfully tagged docker-security-secretstore-setup-go:latest 02:05:52  Building docker-security-secretstore-setup-go ... done  ---> Running in bcb6e3b5e5fd 02:05:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:05:52 Removing intermediate container bcb6e3b5e5fd 02:05:52 ---> b66f162c1b8e 02:05:52 02:05:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:05:52 Successfully built b66f162c1b8e 02:05:52 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 02:05:52 (1/2) Installing ca-certificates (20191127-r4) 02:05:52 Successfully tagged docker-sys-mgmt-agent-go:latest 02:05:52  Building docker-sys-mgmt-agent-go ... done (2/2) Installing dumb-init (1.2.2-r1) 02:05:52 Executing busybox-1.31.1-r19.trigger 02:05:52 Executing ca-certificates-20191127-r4.trigger 02:05:53 OK: 6 MiB in 16 packages 02:05:55 Removing intermediate container bbc6a5a7fa4f 02:05:55 ---> 5f628392aeb9 02:05:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:05:55 ---> Running in 22696a590ce0 02:05:55 Removing intermediate container 22696a590ce0 02:05:55 ---> 200651601646 02:05:55 Step 13/22 : ENV APP_PORT=48060 02:05:55 ---> Running in ae9db54642f2 02:05:55 Removing intermediate container ae9db54642f2 02:05:55 ---> 50d078fa406b 02:05:55 Step 14/22 : EXPOSE $APP_PORT 02:05:55 ---> Running in 37ebcd7f9f2c 02:05:56 Removing intermediate container 37ebcd7f9f2c 02:05:56 ---> 0526665d72a3 02:05:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:05:56 ---> 4bfaf9e7c23a 02:05:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:05:57 ---> 6a37f26a15f6 02:05:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:05:58 ---> 0de6a45d324b 02:05:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:05:58 ---> Running in 059de5fb08c0 02:05:59 Removing intermediate container 059de5fb08c0 02:05:59 ---> 54b94d2c39ea 02:05:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:05:59 ---> Running in dffda4a9870f 02:05:59 Removing intermediate container dffda4a9870f 02:05:59 ---> 0ec661cfa544 02:05:59 Step 20/22 : LABEL arch=x86_64 02:05:59 ---> Running in 0e5d8c61ece8 02:05:59 Removing intermediate container 0e5d8c61ece8 02:05:59 ---> 9faf979d273d 02:05:59 Step 21/22 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:06:00 ---> Running in c6c094a77a83 02:06:00 Removing intermediate container c6c094a77a83 02:06:00 ---> 6b68a248cd7c 02:06:00 Step 22/22 : LABEL version=0.0.0 02:06:00 ---> Running in 41ea8a655cae 02:06:01 Removing intermediate container 41ea8a655cae 02:06:01 ---> cfbc0e4c728e 02:06:01 02:06:01 Successfully built cfbc0e4c728e 02:06:01 Successfully tagged docker-support-notifications-go:latest 02:06:10  Building docker-support-notifications-go ... done Removing intermediate container 06783ca011c5 02:06:10 ---> f315252b34b0 02:06:10 02:06:10 Step 10/23 : FROM alpine:3.12 02:06:10 ---> 389fef711851 02:06:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:06:10 ---> Running in b1039145e768 02:06:10 Removing intermediate container b1039145e768 02:06:10 ---> 6fd10de9d738 02:06:10 Step 12/23 : ENV APP_PORT=48080 02:06:10 ---> Running in cbdbc4e0d78b 02:06:10 Removing intermediate container cbdbc4e0d78b 02:06:10 ---> cbd83f355fad 02:06:10 Step 13/23 : EXPOSE $APP_PORT 02:06:10 ---> Running in fb1c05b1c5a6 02:06:10 Removing intermediate container fb1c05b1c5a6 02:06:10 ---> bcaa2683c60b 02:06:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:10 ---> Running in bce375746038 02:06:11 Removing intermediate container bce375746038 02:06:11 ---> 4221c6afb3e6 02:06:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:06:11 ---> Running in 8ac7a16d5769 02:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:13 (1/6) Installing dumb-init (1.2.2-r1) 02:06:13 (2/6) Installing libgcc (9.3.0-r2) 02:06:13 (3/6) Installing libsodium (1.0.18-r0) 02:06:13 (4/6) Installing libstdc++ (9.3.0-r2) 02:06:13 (5/6) Installing libzmq (4.3.3-r0) 02:06:13 (6/6) Installing zeromq (4.3.3-r0) 02:06:13 Executing busybox-1.31.1-r19.trigger 02:06:13 OK: 8 MiB in 20 packages 02:06:14 Removing intermediate container 8ac7a16d5769 02:06:14 ---> 49280ca3c4fb 02:06:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:06:14 ---> 1e5d9615b3c6 02:06:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:06:15 ---> 6b0fc530c8b5 02:06:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:06:15 ---> 67067a136658 02:06:15 Step 19/23 : ENTRYPOINT ["/core-data"] 02:06:15 ---> Running in 715d3d41e5a0 02:06:15 Removing intermediate container 715d3d41e5a0 02:06:15 ---> 900588056958 02:06:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:06:15 ---> Running in ddc23f3bb1ab 02:06:16 Removing intermediate container ddc23f3bb1ab 02:06:16 ---> 6fc370762734 02:06:16 Step 21/23 : LABEL arch=x86_64 02:06:16 ---> Running in 0aa16669103e 02:06:16 Removing intermediate container 0aa16669103e 02:06:16 ---> cd716e99c9de 02:06:16 Step 22/23 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 02:06:16 ---> Running in 2d3c6aaf1ab5 02:06:16 Removing intermediate container 2d3c6aaf1ab5 02:06:16 ---> a0cfe2b2ad95 02:06:16 Step 23/23 : LABEL version=0.0.0 02:06:16 ---> Running in a852cd027c2f 02:06:16 Removing intermediate container a852cd027c2f 02:06:16 ---> a40c34b1153d 02:06:16 02:06:16 Successfully built a40c34b1153d 02:06:16 Successfully tagged docker-core-data-go:latest 02:06:17  Building docker-core-data-go ... done  [Pipeline] } 02:06:17 $ docker stop --time=1 ce9f59a29f8853d68b15a9e7bd38dc2b0c86f142d37ed0af22893b5b8763341c 02:06:19 $ docker rm -f ce9f59a29f8853d68b15a9e7bd38dc2b0c86f142d37ed0af22893b5b8763341c [Pipeline] // withDockerContainer [Pipeline] sh 02:06:19 + docker images 02:06:19 + grep docker 02:06:20 docker-core-data-go latest a40c34b1153d 4 seconds ago 22.3MB 02:06:20 docker-support-notifications-go latest cfbc0e4c728e 20 seconds ago 16.9MB 02:06:20 docker-sys-mgmt-agent-go latest b66f162c1b8e 28 seconds ago 313MB 02:06:20 docker-security-secretstore-setup-go latest fcf5f19dd3fb 29 seconds ago 24.6MB 02:06:20 docker-core-command-go latest 2cba9b12bdb9 36 seconds ago 16.9MB 02:06:20 docker-security-bootstrapper-go latest ed2a001bd9a3 About a minute ago 23.8MB 02:06:20 docker-core-metadata-go latest 2f8d2b3031dc 2 minutes ago 18.8MB 02:06:20 docker-support-scheduler-go latest fc1808fc4cba 2 minutes ago 17MB 02:06:20 docker-security-proxy-setup-go latest 96279e6f915a 2 minutes ago 24.4MB 02:06:20 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 02:06:36 Still waiting to schedule task 02:06:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:07:29 Running on prd-ubuntu18.04-docker-8c-8g-24252 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 02:07:29 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 02:07:31 using credential edgex-jenkins-ssh 02:07:31 Cloning the remote Git repository 02:07:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:07:31 > git init /w/workspace/edgex-go/9 # timeout=10 02:07:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:07:31 > git --version # timeout=10 02:07:31 > git --version # 'git version 2.17.1' 02:07:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:07:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:07:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:07:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:07:42 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 041ffd2f18cd24aeb03e215b9cd83045f0790b50 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:07:43 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) 02:07:42 > git config core.sparsecheckout # timeout=10 02:07:42 > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 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 02:07:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:07:46 ---> package-listing.sh 02:07:46 ++ facter osfamily 02:07:46 ++ tr '[:upper:]' '[:lower:]' 02:07:46 + OS_FAMILY=redhat 02:07:46 + workspace=/w/workspace/edgex-go/9 02:07:46 + START_PACKAGES=/tmp/packages_start.txt 02:07:46 + END_PACKAGES=/tmp/packages_end.txt 02:07:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:07:46 + PACKAGES=/tmp/packages_start.txt 02:07:46 + '[' /w/workspace/edgex-go/9 ']' 02:07:46 + PACKAGES=/tmp/packages_end.txt 02:07:46 + case "${OS_FAMILY}" in 02:07:46 + rpm -qa 02:07:46 + sort 02:07:51 + '[' -f /tmp/packages_start.txt ']' 02:07:51 + '[' -f /tmp/packages_end.txt ']' 02:07:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:07:51 + '[' /w/workspace/edgex-go/9 ']' 02:07:51 + mkdir -p /w/workspace/edgex-go/9/archives/ 02:07:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 02:07:51 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:07:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:07:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:07:52 02:07:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:07:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:07:52 alpine: Pulling from edgex-lftools-log-publisher 02:07:52 df20fa9351a1: Pulling fs layer 02:07:52 36b3adc4ff6f: Pulling fs layer 02:07:52 8ad3a11d3b57: Pulling fs layer 02:07:52 46f8f816bc3b: Pulling fs layer 02:07:52 93b61091891f: Pulling fs layer 02:07:52 93b9cdb0e59b: Pulling fs layer 02:07:52 5e14af77c1be: Pulling fs layer 02:07:52 01666e4c0597: Pulling fs layer 02:07:52 aa168da1d23b: Pulling fs layer 02:07:52 46f8f816bc3b: Waiting 02:07:52 5e14af77c1be: Waiting 02:07:52 01666e4c0597: Waiting 02:07:52 93b61091891f: Waiting 02:07:52 aa168da1d23b: Waiting 02:07:52 93b9cdb0e59b: Waiting 02:07:52 36b3adc4ff6f: Verifying Checksum 02:07:52 36b3adc4ff6f: Download complete 02:07:52 46f8f816bc3b: Verifying Checksum 02:07:52 46f8f816bc3b: Download complete 02:07:53 df20fa9351a1: Verifying Checksum 02:07:53 93b9cdb0e59b: Verifying Checksum 02:07:53 93b9cdb0e59b: Download complete 02:07:53 5e14af77c1be: Verifying Checksum 02:07:53 5e14af77c1be: Download complete 02:07:53 93b61091891f: Download complete 02:07:53 01666e4c0597: Verifying Checksum 02:07:53 01666e4c0597: Download complete 02:07:53 df20fa9351a1: Pull complete 02:07:53 36b3adc4ff6f: Pull complete 02:07:54 8ad3a11d3b57: Verifying Checksum 02:07:54 8ad3a11d3b57: Download complete 02:07:55 8ad3a11d3b57: Pull complete 02:07:55 46f8f816bc3b: Pull complete 02:07:56 aa168da1d23b: Verifying Checksum 02:07:56 aa168da1d23b: Download complete 02:07:57 93b61091891f: Pull complete 02:07:57 93b9cdb0e59b: Pull complete 02:07:57 5e14af77c1be: Pull complete 02:07:57 01666e4c0597: Pull complete 02:08:07 aa168da1d23b: Pull complete 02:08:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:08:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:08:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:08:07 prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container 02:08:07 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:08:13 $ docker top 3bf5215fb1164050fd5597d5473ba42db675b65ec2618e71d2c628586ab7a9c3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:08:14 + touch /tmp/pre-build-complete [Pipeline] sh 02:08:14 + mkdir -p /var/log/sa [Pipeline] sh 02:08:15 + ls /var/log/sa-host 02:08:15 + sadf -c /var/log/sa-host/sa01 02:08:15 file_magic: OK 02:08:15 HZ: Using current value: 100 02:08:15 file_header: OK 02:08:15 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 02:08:15 Statistics: 02:08:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:08:15 File successfully converted to sysstat format version 12.2.1 02:08:15 + sadf -c /var/log/sa-host/sa23 02:08:15 file_magic: OK 02:08:15 HZ: Using current value: 100 02:08:15 file_header: OK 02:08:15 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 02:08:15 Statistics: 02:08:15 Hnuu...uuuununununu... 02:08:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:08:15 provisioning config files... 02:08:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config797667110447486408tmp [Pipeline] { [Pipeline] echo 02:08:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:08:16 ---> create-netrc.sh [Pipeline] } 02:08:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:08:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:08:16 ---> python-tools-install.sh [Pipeline] echo 02:08:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:08:16 ---> sudo-logs.sh 02:08:16 Archiving 'sudo' log.. [Pipeline] echo 02:08:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:08:17 ---> job-cost.sh 02:08:17 lf-activate-venv: SKIPPING 02:08:17 INFO: No Stack... 02:08:18 INFO: Retrieving Pricing Info for: v1-standard-2 02:08:18 INFO: Archiving Costs [Pipeline] echo 02:08:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:08:18 ---> logs-deploy.sh 02:08:18 lf-activate-venv: SKIPPING 02:08:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/9 02:08:18 INFO: archiving workspace using pattern(s): 02:08:20 Archives upload complete. 02:08:20 INFO: archiving logs to Nexus 02:08:21 ---> uname -a: 02:08:21 Linux prd-centos7-docker-4c-2g-24246.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:08:21 02:08:21 02:08:21 ---> lscpu: 02:08:21 Architecture: x86_64 02:08:21 CPU op-mode(s): 32-bit, 64-bit 02:08:21 Byte Order: Little Endian 02:08:21 Address sizes: 40 bits physical, 48 bits virtual 02:08:21 CPU(s): 4 02:08:21 On-line CPU(s) list: 0-3 02:08:21 Thread(s) per core: 1 02:08:21 Core(s) per socket: 1 02:08:21 Socket(s): 4 02:08:21 NUMA node(s): 1 02:08:21 Vendor ID: GenuineIntel 02:08:21 CPU family: 6 02:08:21 Model: 44 02:08:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:08:21 Stepping: 1 02:08:21 CPU MHz: 2933.436 02:08:21 BogoMIPS: 5866.87 02:08:21 Virtualization: VT-x 02:08:21 Hypervisor vendor: KVM 02:08:21 Virtualization type: full 02:08:21 L1d cache: 128 KiB 02:08:21 L1i cache: 128 KiB 02:08:21 L2 cache: 16 MiB 02:08:21 L3 cache: 64 MiB 02:08:21 NUMA node0 CPU(s): 0-3 02:08:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:08:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:08:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:08:21 Vulnerability Meltdown: Mitigation; PTI 02:08:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:08:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:08:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:08:21 Vulnerability Srbds: Not affected 02:08:21 Vulnerability Tsx async abort: Not affected 02:08:21 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 02:08:21 02:08:21 02:08:21 ---> nproc: 02:08:21 4 02:08:21 02:08:21 02:08:21 ---> df -h: 02:08:21 Filesystem Size Used Available Use% Mounted on 02:08:21 overlay 50.0G 12.1G 37.9G 24% / 02:08:21 tmpfs 64.0M 0 64.0M 0% /dev 02:08:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:08:21 shm 64.0M 0 64.0M 0% /dev/shm 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/9@tmp 02:08:21 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/9 02:08:21 02:08:21 02:08:21 ---> free -m: 02:08:21 total used free shared buff/cache available 02:08:21 Mem: 1837 689 129 0 1018 1063 02:08:21 Swap: 1023 79 944 02:08:21 02:08:21 02:08:21 ---> ip addr: 02:08:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:08:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:08:21 inet 127.0.0.1/8 scope host lo 02:08:21 valid_lft forever preferred_lft forever 02:08:21 inet6 ::1/128 scope host 02:08:21 valid_lft forever preferred_lft forever 02:08:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:08:21 link/ether fa:16:3e:18:f4:82 brd ff:ff:ff:ff:ff:ff 02:08:21 inet 10.30.122.192/23 brd 10.30.123.255 scope global dynamic eth0 02:08:21 valid_lft 85699sec preferred_lft 85699sec 02:08:21 inet6 fe80::f816:3eff:fe18:f482/64 scope link 02:08:21 valid_lft forever preferred_lft forever 02:08:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:08:21 link/ether 02:42:86:68:ef:9d brd ff:ff:ff:ff:ff:ff 02:08:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:08:21 valid_lft forever preferred_lft forever 02:08:21 inet6 fe80::42:86ff:fe68:ef9d/64 scope link 02:08:21 valid_lft forever preferred_lft forever 02:08:21 02:08:21 02:08:21 ---> sar -b -r -n DEV: 02:08:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 02:08:21 02:08:21 01:56:29 LINUX RESTART (4 CPU) 02:08:21 02:08:21 01:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:08:21 01:58:01 115.94 54.98 60.96 0.00 8059.24 17835.00 0.00 02:08:21 01:59:01 279.39 81.62 197.77 0.00 5252.24 52741.34 0.00 02:08:21 02:00:02 174.95 85.41 89.54 0.00 2680.69 10194.93 0.00 02:08:21 02:01:01 141.78 71.86 69.93 0.00 3513.28 9102.10 0.00 02:08:21 02:02:01 313.33 121.85 191.47 0.00 53268.02 124878.94 0.00 02:08:21 02:03:02 3370.70 3018.13 352.56 0.00 176425.81 193619.76 0.00 02:08:21 02:04:01 365.84 149.23 216.61 0.00 11648.77 38081.87 0.00 02:08:21 02:05:02 2487.62 2109.10 378.52 0.00 126237.90 138643.49 0.00 02:08:21 02:06:01 1632.81 1311.83 320.98 0.00 66281.59 74465.37 0.00 02:08:21 02:07:01 64.62 27.69 36.93 0.00 3764.62 4428.44 0.00 02:08:21 02:08:01 89.89 53.62 36.26 0.00 4654.22 8704.33 0.00 02:08:21 Average: 825.15 647.48 177.67 0.00 42233.92 61459.45 0.00 02:08:21 02:08:21 01:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:08:21 01:58:01 214684 0 618648 32.88 2620 1045592 1392948 47.54 624420 838336 42500 02:08:21 01:59:01 341720 0 657492 34.94 1492 880840 1100368 37.55 440480 829644 16 02:08:21 02:00:02 269932 0 775800 41.23 632 835180 1722984 58.80 655936 669680 74244 02:08:21 02:01:01 238548 0 751284 39.93 616 891096 1420836 48.49 598596 749288 29168 02:08:21 02:02:01 69876 0 824524 43.82 0 987144 2242560 76.53 738244 864672 55636 02:08:21 02:03:02 150292 0 732080 38.91 0 999172 1742712 59.48 700536 799168 20728 02:08:21 02:04:01 195328 0 683704 36.34 0 1002512 1366308 46.63 538656 896484 308 02:08:21 02:05:02 81140 0 791812 42.08 0 1008592 2236384 76.32 652868 895608 70960 02:08:21 02:06:01 333604 0 713468 37.92 0 834472 2033840 69.41 455808 841092 460 02:08:21 02:07:01 435652 0 609612 32.40 0 836280 1205320 41.14 403208 800280 12 02:08:21 02:08:01 77228 0 684184 36.36 0 1120132 1616008 55.15 576820 971116 106912 02:08:21 Average: 218909 0 712964 37.89 487 949183 1643661 56.10 580507 832306 36449 02:08:21 02:08:21 01:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:08:21 01:58:01 eth0 1848.91 1680.23 6359.73 226.32 0.00 0.00 0.00 0.00 02:08:21 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 01:58:01 vethef340b1 827.31 702.31 79.93 2677.19 0.00 0.00 0.00 0.00 02:08:21 01:58:01 docker0 827.31 702.18 68.62 2677.18 0.00 0.00 0.00 0.00 02:08:21 01:59:01 eth0 477.86 396.04 3680.69 43.26 0.00 0.00 0.00 0.00 02:08:21 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 01:59:01 docker0 139.36 172.27 9.86 830.55 0.00 0.00 0.00 0.00 02:08:21 02:00:02 eth0 38.81 23.77 28.90 65.76 0.00 0.00 0.00 0.00 02:08:21 02:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:00:02 veth2ff9814 0.33 0.47 0.03 0.04 0.00 0.00 0.00 0.00 02:08:21 02:00:02 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 02:08:21 02:01:01 eth0 22.22 12.29 17.45 9.35 0.00 0.00 0.00 0.00 02:08:21 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:01:01 veth2ff9814 1.54 1.54 0.12 0.12 0.00 0.00 0.00 0.00 02:08:21 02:01:01 docker0 1.54 1.54 0.10 0.12 0.00 0.00 0.00 0.00 02:08:21 02:02:01 veth70937ab 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:02:01 eth0 205.82 172.39 1687.84 79.15 0.00 0.00 0.00 0.00 02:08:21 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:03:02 veth70937ab 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:03:02 eth0 40.95 21.18 160.27 8.60 0.00 0.00 0.00 0.00 02:08:21 02:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:03:02 docker0 11.68 23.16 0.62 145.53 0.00 0.00 0.00 0.00 02:08:21 02:04:01 veth70937ab 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:04:01 eth0 196.89 150.16 1477.71 73.17 0.00 0.00 0.00 0.00 02:08:21 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:04:01 docker0 14.31 26.25 0.79 168.19 0.00 0.00 0.00 0.00 02:08:21 02:05:02 veth5f4cb33 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:05:02 vethc65090e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:05:02 veth5251559 3.52 5.00 0.39 16.15 0.00 0.00 0.00 0.00 02:08:21 02:05:02 veth70937ab 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:06:01 veth70937ab 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:06:01 eth0 3102.51 2623.61 14251.60 672.60 0.00 0.00 0.00 0.00 02:08:21 02:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:08:21 02:06:01 vetha748d7e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:08:21 02:07:01 eth0 23.63 13.18 57.57 6.49 0.00 0.00 0.00 0.00 02:08:21 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:07:01 docker0 1035.98 1007.29 82.55 4356.94 0.00 0.00 0.00 0.00 02:08:21 02:08:01 eth0 194.73 163.11 2158.88 16.74 0.00 0.00 0.00 0.00 02:08:21 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 Average: eth0 295.40 249.77 1474.82 62.29 0.00 0.00 0.00 0.00 02:08:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:08:21 Average: docker0 94.29 91.67 7.51 396.53 0.00 0.00 0.00 0.00 02:08:21 02:08:21 02:08:21 ---> sar -P ALL: 02:08:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 02:08:21 02:08:21 01:56:29 LINUX RESTART (4 CPU) 02:08:21 02:08:21 01:57:01 CPU %user %nice %system %iowait %steal %idle 02:08:21 01:58:01 all 19.39 0.00 7.19 1.72 0.11 71.58 02:08:21 01:58:01 0 22.18 0.00 10.50 2.34 0.09 64.90 02:08:21 01:58:01 1 18.59 0.00 5.77 1.42 0.12 74.10 02:08:21 01:58:01 2 13.71 0.00 5.50 1.96 0.12 78.71 02:08:21 01:58:01 3 23.17 0.00 7.04 1.17 0.12 68.49 02:08:21 01:59:01 all 11.93 0.00 9.88 5.06 0.18 72.95 02:08:21 01:59:01 0 11.90 0.00 10.80 4.28 0.21 72.80 02:08:21 01:59:01 1 12.54 0.00 9.81 4.50 0.21 72.94 02:08:21 01:59:01 2 11.44 0.00 9.07 6.58 0.14 72.77 02:08:21 01:59:01 3 11.83 0.00 9.85 4.86 0.19 73.27 02:08:21 02:00:02 all 52.74 0.00 13.10 6.00 0.17 27.98 02:08:21 02:00:02 0 51.42 0.00 13.77 6.76 0.14 27.91 02:08:21 02:00:02 1 53.63 0.00 12.85 6.00 0.21 27.31 02:08:21 02:00:02 2 52.14 0.00 12.83 6.79 0.19 28.04 02:08:21 02:00:02 3 53.77 0.00 12.93 4.47 0.14 28.68 02:08:21 02:01:01 all 44.84 0.00 13.11 4.17 0.26 37.62 02:08:21 02:01:01 0 44.95 0.00 13.05 3.39 0.27 38.34 02:08:21 02:01:01 1 43.86 0.00 13.12 3.78 0.25 38.98 02:08:21 02:01:01 2 44.96 0.00 13.42 3.80 0.21 37.60 02:08:21 02:01:01 3 45.58 0.00 12.84 5.73 0.30 35.55 02:08:21 02:02:01 all 22.04 0.00 18.60 4.39 0.34 54.63 02:08:21 02:02:01 0 22.36 0.00 18.58 5.63 0.33 53.10 02:08:21 02:02:01 1 21.17 0.00 18.18 3.91 0.42 56.33 02:08:21 02:02:01 2 23.65 0.00 18.80 4.49 0.33 52.72 02:08:21 02:02:01 3 20.98 0.00 18.84 3.52 0.29 56.37 02:08:21 02:03:02 all 22.29 0.00 30.36 25.01 0.52 21.82 02:08:21 02:03:02 0 22.36 0.00 30.98 25.79 0.57 20.30 02:08:21 02:03:02 1 22.16 0.00 29.94 24.56 0.53 22.80 02:08:21 02:03:02 2 23.31 0.00 31.09 26.19 0.48 18.92 02:08:21 02:03:02 3 21.32 0.00 29.40 23.48 0.49 25.31 02:08:21 02:04:01 all 55.09 0.00 17.60 11.47 0.22 15.62 02:08:21 02:04:01 0 55.29 0.00 17.98 8.97 0.23 17.53 02:08:21 02:04:01 1 55.59 0.00 17.53 15.26 0.23 11.39 02:08:21 02:04:01 2 55.35 0.00 17.14 13.20 0.20 14.11 02:08:21 02:04:01 3 54.12 0.00 17.77 8.40 0.23 19.48 02:08:21 02:05:02 all 32.72 0.00 25.68 25.39 0.32 15.88 02:08:21 02:05:02 0 32.07 0.00 25.45 26.17 0.31 15.99 02:08:21 02:05:02 1 32.88 0.00 27.05 27.97 0.37 11.73 02:08:21 02:05:02 2 34.82 0.00 24.50 22.99 0.29 17.39 02:08:21 02:05:02 3 31.10 0.00 25.73 24.41 0.32 18.45 02:08:21 02:06:01 all 33.07 0.00 20.48 25.08 0.41 20.97 02:08:21 02:06:01 0 32.28 0.00 20.20 20.67 0.43 26.43 02:08:21 02:06:01 1 34.53 0.00 20.31 26.83 0.34 17.99 02:08:21 02:06:01 2 31.81 0.00 21.18 28.33 0.41 18.26 02:08:21 02:06:01 3 33.66 0.00 20.22 24.45 0.45 21.21 02:08:21 02:07:01 all 5.27 0.00 2.55 1.44 0.11 90.63 02:08:21 02:07:01 0 4.67 0.00 2.56 1.67 0.08 91.02 02:08:21 02:07:01 1 4.61 0.00 2.23 1.50 0.12 91.55 02:08:21 02:07:01 2 5.98 0.00 2.81 1.21 0.12 89.88 02:08:21 02:07:01 3 5.81 0.00 2.62 1.37 0.12 90.09 02:08:21 02:08:01 all 4.16 0.00 2.68 2.56 0.03 90.57 02:08:21 02:08:01 0 3.40 0.00 3.07 2.13 0.02 91.38 02:08:21 02:08:01 1 3.98 0.00 2.29 3.55 0.03 90.14 02:08:21 02:08:01 2 4.71 0.00 2.59 2.93 0.03 89.73 02:08:21 02:08:01 3 4.55 0.00 2.76 1.62 0.05 91.02 02:08:21 02:08:21 Average: CPU %user %nice %system %iowait %steal %idle 02:08:21 Average: all 27.30 0.00 14.50 10.06 0.24 47.90 02:08:21 Average: 0 27.24 0.00 15.03 9.68 0.24 47.81 02:08:21 Average: 1 27.32 0.00 14.31 10.69 0.25 47.42 02:08:21 Average: 2 27.12 0.00 14.29 10.62 0.23 47.74 02:08:21 Average: 3 27.53 0.00 14.37 9.24 0.24 48.61 02:08:21 02:08:21 02:08:21