Pull request #3435 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 feccc1132204ea0a3421d61f23242004f0b740e5 rather than 443174265c6391e44f88c7a5d602ac2ffa57ae8c Obtained Jenkinsfile from feccc1132204ea0a3421d61f23242004f0b740e5 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3870’ Running on prd-centos7-docker-4c-2g-3876 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit 443174265c6391e44f88c7a5d602ac2ffa57ae8c Merge succeeded, producing 443174265c6391e44f88c7a5d602ac2ffa57ae8c Checking out Revision 443174265c6391e44f88c7a5d602ac2ffa57ae8c (PR-3435) > 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/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge feccc1132204ea0a3421d61f23242004f0b740e5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # timeout=10 Commit message: "build: Upgrade core-contracts lib to v2.0.0-dev.83" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:18:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:18:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:18:37 ========================================================= 01:18:37 EdgeX Global Pipelines Version Info 01:18:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1b1ba0db0b1d7e3e6ace3e52a5df6ac98400f8db # timeout=10 01:18:39 ------------------- 01:18:39 stable info: 01:18:39 ------------------- 01:18:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:18:39 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 01:18:39 Message: update stable to v1.0.191 01:18:40 ------------------- 01:18:40 experimental info: 01:18:40 ------------------- 01:18:40 Commited By: **** collab-it+edgex@linuxfoundation.org 01:18:40 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 01:18:40 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3435 [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3435 [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3435 [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 443174265c6391e44f88c7a5d602ac2ffa57ae8c [Pipeline] echo 01:18:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4431742 [Pipeline] echo 01:18:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:18:41 provisioning config files... 01:18:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6996839508345647815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:18:41 ---> docker-login.sh 01:18:41 nexus3.edgexfoundry.org:10001 01:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:41 Configure a credential helper to remove this warning. See 01:18:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:41 01:18:41 Login Succeeded 01:18:41 nexus3.edgexfoundry.org:10002 01:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:42 Configure a credential helper to remove this warning. See 01:18:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:42 01:18:42 Login Succeeded 01:18:42 nexus3.edgexfoundry.org:10003 01:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:42 Configure a credential helper to remove this warning. See 01:18:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:42 01:18:42 Login Succeeded 01:18:42 nexus3.edgexfoundry.org:10004 01:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:42 Configure a credential helper to remove this warning. See 01:18:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:42 01:18:42 Login Succeeded 01:18:42 docker.io 01:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:43 Configure a credential helper to remove this warning. See 01:18:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:43 01:18:43 Login Succeeded 01:18:43 ---> docker-login.sh ends [Pipeline] } 01:18:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:18:43 ++ 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:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ dirname cmd/core-command/Dockerfile 01:18:43 ++ cut -d/ -f2 01:18:43 + echo core-command,cmd/core-command/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ dirname cmd/core-data/Dockerfile 01:18:43 ++ cut -d/ -f2 01:18:43 + echo core-data,cmd/core-data/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ dirname cmd/core-metadata/Dockerfile 01:18:43 ++ cut -d/ -f2 01:18:43 + echo core-metadata,cmd/core-metadata/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ dirname cmd/security-bootstrapper/Dockerfile 01:18:43 ++ cut -d/ -f2 01:18:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ dirname cmd/security-proxy-setup/Dockerfile 01:18:43 ++ cut -d/ -f2 01:18:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ cut -d/ -f2 01:18:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:18:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ cut -d/ -f2 01:18:43 ++ dirname cmd/support-notifications/Dockerfile 01:18:43 + echo support-notifications,cmd/support-notifications/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ dirname cmd/support-scheduler/Dockerfile 01:18:43 ++ cut -d/ -f2 01:18:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:18:43 + for file in '`ls cmd/**/Dockerfile`' 01:18:43 ++ cut -d/ -f2 01:18:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:18:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:18:43 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:18:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:18:45 01:18:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:18:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:18:45 latest: Pulling from edgex-devops/git-semver 01:18:45 31603596830f: Pulling fs layer 01:18:45 54011a49482f: Pulling fs layer 01:18:45 a6820b24f6d8: Pulling fs layer 01:18:45 f581987b2513: Pulling fs layer 01:18:45 f581987b2513: Waiting 01:18:45 54011a49482f: Verifying Checksum 01:18:45 54011a49482f: Download complete 01:18:45 31603596830f: Verifying Checksum 01:18:45 31603596830f: Download complete 01:18:45 f581987b2513: Verifying Checksum 01:18:45 f581987b2513: Download complete 01:18:45 a6820b24f6d8: Verifying Checksum 01:18:45 a6820b24f6d8: Download complete 01:18:46 31603596830f: Pull complete 01:18:46 54011a49482f: Pull complete 01:18:47 a6820b24f6d8: Pull complete 01:18:48 f581987b2513: Pull complete 01:18:48 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 01:18:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:18:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:18:48 prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container 01:18:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:18:50 $ docker top a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:18:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:18:51 [ssh-agent] Looking for ssh-agent implementation... 01:18:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:18:51 $ docker exec a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent 01:18:51 SSH_AUTH_SOCK=/tmp/ssh-5zkShPAzWxnH/agent.12 01:18:51 SSH_AGENT_PID=17 01:18:51 Running ssh-add (command line suppressed) 01:18:51 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7638162933172008190.key (/w/workspace/edgex-go/2@tmp/private_key_7638162933172008190.key) 01:18:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:18:52 + git tag --points-at HEAD [Pipeline] } 01:18:52 $ docker exec --env ******** --env ******** a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent -k 01:18:52 unset SSH_AUTH_SOCK; 01:18:52 unset SSH_AGENT_PID; 01:18:52 echo Agent pid 17 killed; 01:18:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:18:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:18:52 [ssh-agent] Looking for ssh-agent implementation... 01:18:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:18:52 $ docker exec a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent 01:18:53 SSH_AUTH_SOCK=/tmp/ssh-tYdoEQACmv6P/agent.46 01:18:53 SSH_AGENT_PID=52 01:18:53 Running ssh-add (command line suppressed) 01:18:53 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6455289316845816262.key (/w/workspace/edgex-go/2@tmp/private_key_6455289316845816262.key) 01:18:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:18:53 + git semver init 01:18:54 # -> Open(): unable to determine branch for HEAD 01:18:54 # $GIT_DIR = /w/workspace/edgex-go/2/.git 01:18:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 01:18:54 # $SEMVER_REMOTE_NAME = origin 01:18:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:18:54 # $SEMVER_USER_NAME = edgex-jenkins 01:18:54 # $SEMVER_BRANCH = PR-3435 01:18:54 # $SEMVER_TEMP = /tmp/semver-190581448 01:18:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:19:20 # '/tmp/semver-190581448' -> '/w/workspace/edgex-go/2/.semver' 01:19:21 # -> Force: false 01:19:21 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 01:19:21 $ docker exec --env ******** --env ******** a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent -k 01:19:21 unset SSH_AUTH_SOCK; 01:19:21 unset SSH_AGENT_PID; 01:19:21 echo Agent pid 52 killed; 01:19:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:22 + git semver [Pipeline] } 01:19:22 $ docker stop --time=1 a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f 01:19:23 $ docker rm -f a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f [Pipeline] // withDockerContainer [Pipeline] sh 01:19:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:19:24 Stashed 1 file(s) [Pipeline] echo 01:19:24 [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:19:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:19:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:19:26 + sudo service docker restart 01:19:26 + true 01:19:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:19:26 ========================================================= 01:19:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 01:19:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:19:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 01:19:33 Sending build context to Docker daemon 330.1MB 01:19:33 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 01:19:33 Step 2/6 : FROM ${BASE} 01:19:33 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 01:19:33 540db60ca938: Pulling fs layer 01:19:33 adcc1eea9eea: Pulling fs layer 01:19:33 4c4ab2625f07: Pulling fs layer 01:19:33 0510c868ecb4: Pulling fs layer 01:19:33 afea3b2eda06: Pulling fs layer 01:19:33 7809a108b3ef: Pulling fs layer 01:19:33 f706445af74f: Pulling fs layer 01:19:33 0510c868ecb4: Waiting 01:19:33 afea3b2eda06: Waiting 01:19:33 7809a108b3ef: Waiting 01:19:33 f706445af74f: Waiting 01:19:33 4c4ab2625f07: Verifying Checksum 01:19:33 4c4ab2625f07: Download complete 01:19:33 adcc1eea9eea: Verifying Checksum 01:19:33 adcc1eea9eea: Download complete 01:19:33 afea3b2eda06: Verifying Checksum 01:19:33 afea3b2eda06: Download complete 01:19:33 7809a108b3ef: Download complete 01:19:34 540db60ca938: Verifying Checksum 01:19:34 540db60ca938: Download complete 01:19:34 540db60ca938: Pull complete 01:19:34 adcc1eea9eea: Pull complete 01:19:35 4c4ab2625f07: Pull complete 01:19:36 f706445af74f: Verifying Checksum 01:19:36 f706445af74f: Download complete 01:19:38 0510c868ecb4: Verifying Checksum 01:19:38 0510c868ecb4: Download complete 01:19:40 Still waiting to schedule task 01:19:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:19:44 0510c868ecb4: Pull complete 01:19:44 afea3b2eda06: Pull complete 01:19:45 7809a108b3ef: Pull complete 01:19:48 f706445af74f: Pull complete 01:19:48 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 01:19:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:19:48 ---> b068be0155e3 01:19:48 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:19:49 ---> Running in 52c83b72796d 01:19:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:19:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:19:52 (1/12) Installing libmagic (5.39-r0) 01:19:53 (2/12) Installing file (5.39-r0) 01:19:53 (3/12) Installing libc-dev (0.7.2-r3) 01:19:53 (4/12) Installing g++ (10.2.1_pre1-r3) 01:20:05 (5/12) Installing fortify-headers (1.1-r0) 01:20:05 (6/12) Installing patch (2.7.6-r6) 01:20:05 (7/12) Installing build-base (0.5-r2) 01:20:05 (8/12) Installing libsodium (1.0.18-r0) 01:20:05 (9/12) Installing pkgconf (1.7.3-r0) 01:20:06 (10/12) Installing libsodium-dev (1.0.18-r0) 01:20:06 (11/12) Installing libzmq (4.3.3-r1) 01:20:06 (12/12) Installing zeromq-dev (4.3.3-r1) 01:20:06 Executing busybox-1.32.1-r6.trigger 01:20:06 OK: 219 MiB in 52 packages 01:20:10 Removing intermediate container 52c83b72796d 01:20:10 ---> 4e8812b59824 01:20:10 Step 4/6 : WORKDIR /edgex-go 01:20:10 ---> Running in 2dc3fcb46538 01:20:10 Removing intermediate container 2dc3fcb46538 01:20:10 ---> fe3dccf98193 01:20:10 Step 5/6 : COPY go.mod . 01:20:11 ---> 6143ad87d8fe 01:20:11 Step 6/6 : RUN go mod download 01:20:11 ---> Running in 54fae2e792c8 01:20:38 Removing intermediate container 54fae2e792c8 01:20:38 ---> 7b541e7d8f55 01:20:38 Successfully built 7b541e7d8f55 01:20:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:20:38 + docker inspect -f . ci-base-image-x86_64 01:20:38 . [Pipeline] withDockerContainer 01:20:38 prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container 01:20:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:20:40 $ docker top d1505071292863009f541410082b1beade569a51a21cf9b457ad0e912b84f60f -eo pid,comm [Pipeline] { [Pipeline] sh 01:20:40 + go version 01:20:40 go version go1.16.3 linux/amd64 [Pipeline] } 01:20:40 $ docker stop --time=1 d1505071292863009f541410082b1beade569a51a21cf9b457ad0e912b84f60f 01:20:42 $ docker rm -f d1505071292863009f541410082b1beade569a51a21cf9b457ad0e912b84f60f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:20:43 + docker inspect -f . ci-base-image-x86_64 01:20:43 . [Pipeline] withDockerContainer 01:20:43 prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container 01:20:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:20:43 $ docker top 7629516ca8587b93fca26606ad8da7a161fe824fe4a45dcce78f557a2d8f239d -eo pid,comm [Pipeline] { [Pipeline] echo 01:20:44 ========================================================= 01:20:44 [edgeXBuildGoParallel] Running Tests and Build... 01:20:44 ========================================================= [Pipeline] sh 01:20:44 + go mod tidy [Pipeline] sh 01:20:46 + make test 01:20:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:20:56 ? github.com/edgexfoundry/edgex-go [no test files] 01:21:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3882 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws 01:21:26 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 01:21:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:21:32 using credential edgex-jenkins-ssh 01:21:32 Cloning the remote Git repository 01:21:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:21:32 > git init /w/workspace/edgex-go/2 # timeout=10 01:21:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:21:33 > git --version # timeout=10 01:21:33 > git --version # 'git version 2.17.1' 01:21:33 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:21:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:21:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:21:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:21:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:21:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:21:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:21:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:21:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:21:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:21:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:21:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:21:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 45.9% of statements 01:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:21:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.162s coverage: 28.7% of statements 01:21:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.162s coverage: 100.0% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.369s coverage: 27.1% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.117s coverage: 100.0% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.149s coverage: 71.3% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.275s coverage: 87.7% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:21:59 Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit 443174265c6391e44f88c7a5d602ac2ffa57ae8c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:21:59 Failed in branch arm64 01:21:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:21:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:21:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:21:58 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:21:59 > git config core.sparsecheckout # timeout=10 01:21:59 > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # timeout=10 01:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.632s coverage: 28.6% of statements 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.201s coverage: 86.7% of statements 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.233s coverage: 97.5% of statements 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.112s coverage: 78.3% of statements 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.587s coverage: 95.1% of statements 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 0.9% of statements 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.096s coverage: 22.6% of statements 01:22:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.155s coverage: 47.1% of statements 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 01:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements 01:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements 01:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.087s coverage: 44.8% of statements 01:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.383s coverage: 81.8% of statements 01:22:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.129s coverage: 92.9% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 65.1% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 76.0% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.091s coverage: 85.4% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.2% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.253s coverage: 64.4% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.482s coverage: 66.9% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.284s coverage: 43.4% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.190s coverage: 47.0% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.060s coverage: 9.6% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 92.6% of statements 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:22:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.955s coverage: 28.7% of statements 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.075s coverage: 64.6% of statements 01:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:22:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.261s coverage: 97.6% of statements 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:22:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:22:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:22:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:22:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 01:22:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements 01:22:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 01:22:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 01:22:34 GO111MODULE=on go vet ./... 01:23:43 gofmt -l . 01:23:43 [ "`gofmt -l .`" = "" ] 01:23:43 ./bin/test-go-mod-tidy.sh 01:23:43 ./bin/test-attribution-txt.sh [Pipeline] sh 01:23:44 + ls -al . 01:23:44 total 816 01:23:44 drwxrwxr-x 10 1001 1001 4096 May 10 01:23 . 01:23:44 drwxr-xr-x 4 root root 28 May 10 01:20 .. 01:23:44 -rw-rw-r-- 1 1001 1001 11 May 10 01:18 .dockerignore 01:23:44 drwxrwxr-x 8 1001 1001 179 May 10 01:18 .git 01:23:44 drwxrwxr-x 3 1001 1001 125 May 10 01:18 .github 01:23:44 -rw-rw-r-- 1 1001 1001 818 May 10 01:18 .gitignore 01:23:44 drwx------ 3 1001 1001 60 May 10 01:19 .semver 01:23:44 -rw-rw-r-- 1 1001 1001 166 May 10 01:18 .sonarcloud.properties 01:23:44 -rw-rw-r-- 1 1001 1001 8609 May 10 01:18 Attribution.txt 01:23:44 -rw-rw-r-- 1 1001 1001 3804 May 10 01:18 CONTRIBUTING.md 01:23:44 -rw-rw-r-- 1 1001 1001 931 May 10 01:18 Dockerfile.build 01:23:44 -rw-rw-r-- 1 1001 1001 863 May 10 01:18 Jenkinsfile 01:23:44 -rw-rw-r-- 1 1001 1001 10775 May 10 01:18 LICENSE 01:23:44 -rw-rw-r-- 1 1001 1001 5774 May 10 01:18 Makefile 01:23:44 -rw-rw-r-- 1 1001 1001 7978 May 10 01:18 README.md 01:23:44 -rw-rw-r-- 1 1001 1001 6755 May 10 01:18 SECURITY.md 01:23:44 -rw-rw-r-- 1 1001 1001 5 May 10 01:19 VERSION 01:23:44 -rw-rw-r-- 1 1001 1001 4131 May 10 01:18 ZMQWindows.md 01:23:44 drwxrwxr-x 2 1001 1001 117 May 10 01:18 bin 01:23:44 drwxrwxr-x 14 1001 1001 4096 May 10 01:18 cmd 01:23:44 -rw-r--r-- 1 root root 706704 May 10 01:22 coverage.out 01:23:44 -rw-r--r-- 1 root root 1060 May 10 01:23 go.mod 01:23:44 -rw-r--r-- 1 root root 22169 May 10 01:20 go.sum 01:23:44 drwxrwxr-x 8 1001 1001 127 May 10 01:18 internal 01:23:44 drwxrwxr-x 4 1001 1001 26 May 10 01:18 openapi 01:23:44 drwxrwxr-x 4 1001 1001 71 May 10 01:18 snap 01:23:44 -rw-rw-r-- 1 1001 1001 168 May 10 01:18 version.go [Pipeline] sh 01:23:44 + '[' -e coverage.out ] 01:23:44 + chown 1001:1001 coverage.out [Pipeline] stash 01:23:44 Stashed 1 file(s) [Pipeline] sh 01:23:45 + make build 01:23:45 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 01:23:47 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 01:24: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 01:24: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 01:24:04 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 01:24: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 01:24: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 01:24:08 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 01:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:24:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:24:14 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 01:24:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 01:24:19 $ docker stop --time=1 7629516ca8587b93fca26606ad8da7a161fe824fe4a45dcce78f557a2d8f239d 01:24:21 $ docker rm -f 7629516ca8587b93fca26606ad8da7a161fe824fe4a45dcce78f557a2d8f239d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:24:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:22 01:24:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:24:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:23 latest: Pulling from edgex-devops/edgex-compose 01:24:23 cbdbe7a5bc2a: Pulling fs layer 01:24:23 ca9280d653b3: Pulling fs layer 01:24:23 7e9c9ca2126c: Pulling fs layer 01:24:23 cbdbe7a5bc2a: Verifying Checksum 01:24:23 cbdbe7a5bc2a: Download complete 01:24:23 cbdbe7a5bc2a: Pull complete 01:24:23 ca9280d653b3: Verifying Checksum 01:24:23 ca9280d653b3: Download complete 01:24:25 ca9280d653b3: Pull complete 01:24:25 7e9c9ca2126c: Download complete 01:24:33 7e9c9ca2126c: Pull complete 01:24:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:24:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:24:33 prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container 01:24:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:24:36 $ docker top 34f3206d49dab6a1f2ccfce130be78fdb3e633641a1c45e21f81043ee0dde905 -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:36 + docker-compose build --help 01:24:36 + grep parallel 01:24:38 --parallel Build images in parallel. [Pipeline] } 01:24:38 $ docker stop --time=1 34f3206d49dab6a1f2ccfce130be78fdb3e633641a1c45e21f81043ee0dde905 01:24:40 $ docker rm -f 34f3206d49dab6a1f2ccfce130be78fdb3e633641a1c45e21f81043ee0dde905 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:24:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:40 . [Pipeline] withDockerContainer 01:24:40 prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container 01:24:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:24:41 $ docker top 1acef9f5c1035919f40596d0fea7b5f03397c85c353cd2534519a45a2dbc8bec -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:42 + docker-compose -f ./docker-compose-build.yml build --parallel 01:24:44 Building docker-core-command-go ... 01:24:44 Building docker-core-data-go ... 01:24:44 Building docker-core-metadata-go ... 01:24:44 Building docker-security-bootstrapper-go ... 01:24:44 Building docker-security-proxy-setup-go ... 01:24:44 Building docker-security-secretstore-setup-go ... 01:24:44 Building docker-support-notifications-go ... 01:24:44 Building docker-support-scheduler-go ... 01:24:44 Building docker-sys-mgmt-agent-go ... 01:24:44 Building docker-core-data-go 01:24:44 Building docker-security-secretstore-setup-go 01:24:44 Building docker-support-notifications-go 01:24:44 Building docker-support-scheduler-go 01:24:44 Building docker-security-bootstrapper-go 01:25:41 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:25:41 ---> 7b541e7d8f55 01:25:41 Step 3/23 : WORKDIR /edgex-go 01:25:41 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:41 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:25:41 ---> 7b541e7d8f55 01:25:41 Step 3/31 : WORKDIR /edgex-go 01:25:41 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:41 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:25:41 ---> 7b541e7d8f55 01:25:41 Step 3/25 : WORKDIR /edgex-go 01:25:41 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:25:41 ---> 7b541e7d8f55 01:25:41 Step 3/22 : WORKDIR /edgex-go 01:25:41 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:25:41 ---> 7b541e7d8f55 01:25:41 Step 3/22 : WORKDIR /edgex-go 01:25:41 ---> Running in 3d05feb0faee 01:25:41 ---> Running in e0c1d986dbf1 01:25:41 ---> Running in 0df655154eb4 01:25:41 ---> Running in f519540f3088 01:25:41 ---> Running in f437f31bc5d6 01:25:42 Removing intermediate container 3d05feb0faee 01:25:42 ---> b8a33cff174a 01:25:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:42 Removing intermediate container e0c1d986dbf1 01:25:42 ---> 16cbbb6bf9c9 01:25:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:42 Removing intermediate container 0df655154eb4 01:25:42 ---> 267665453afe 01:25:42 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:42 Removing intermediate container f519540f3088 01:25:42 ---> 94c673e25c61 01:25:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:42 Removing intermediate container f437f31bc5d6 01:25:42 ---> 73ad965d8c74 01:25:42 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:42 ---> Running in 92739c93a880 01:25:42 ---> Running in c34959a2a53b 01:25:42 ---> Running in 40c6d747b376 01:25:42 ---> Running in 37a4bb4f6ae6 01:25:42 ---> Running in 8ef2bd94c049 01:25:45 Removing intermediate container 92739c93a880 01:25:45 ---> 0eaf9c57fce9 01:25:45 Step 5/22 : RUN apk add --update --no-cache make git 01:25:45 ---> Running in 708414429fed 01:25:45 Removing intermediate container c34959a2a53b 01:25:45 ---> 151a1ff68ab1 01:25:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:25:45 Removing intermediate container 8ef2bd94c049 01:25:45 ---> 1bfa2f3fbf57 01:25:45 Step 5/31 : RUN apk add --update --no-cache make git 01:25:46 ---> Running in 7f1723773f81 01:25:46 ---> Running in 44d269449602 01:25:46 Removing intermediate container 40c6d747b376 01:25:46 ---> c44731c9a0bf 01:25:46 Step 5/25 : RUN apk add --update --no-cache make git 01:25:46 Removing intermediate container 37a4bb4f6ae6 01:25:46 ---> c7a8b69966cd 01:25:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:25:46 ---> Running in 6a4798dd9b29 01:25:46 ---> Running in 31d6d8db57ce 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:51 OK: 219 MiB in 52 packages 01:25:51 OK: 219 MiB in 52 packages 01:25:51 OK: 219 MiB in 52 packages 01:25:51 OK: 219 MiB in 52 packages 01:25:51 Removing intermediate container 44d269449602 01:25:51 ---> 349c9a461d43 01:25:51 Step 6/31 : COPY go.mod . 01:25:51 OK: 219 MiB in 52 packages 01:25:52 Removing intermediate container 7f1723773f81 01:25:52 ---> b59716523117 01:25:52 Step 6/22 : COPY go.mod . 01:25:52 ---> 7b9787203026 01:25:52 Step 7/31 : RUN go mod download 01:25:52 Removing intermediate container 31d6d8db57ce 01:25:52 ---> 9657cd25f885 01:25:52 Step 6/23 : COPY go.mod . 01:25:52 Removing intermediate container 6a4798dd9b29 01:25:52 ---> 3770512088a7 01:25:52 Step 6/25 : COPY go.mod . 01:25:52 ---> Running in 62c76712388f 01:25:52 ---> 8c3c4bdcd2fc 01:25:52 Step 7/22 : RUN go mod download 01:25:52 ---> Running in cd787432c96b 01:25:53 Removing intermediate container 708414429fed 01:25:53 ---> b269e6adf34e 01:25:53 Step 6/22 : COPY go.mod . 01:25:53 ---> 2b9523f062b6 01:25:53 Step 7/25 : RUN go mod download 01:25:53 ---> c8adaaac967a 01:25:53 Step 7/23 : RUN go mod download 01:25:53 ---> Running in 520f1158dece 01:25:53 ---> Running in 7b82d9357099 01:25:54 ---> f93cf47237e3 01:25:54 Step 7/22 : RUN go mod download 01:25:54 ---> Running in 6a36c1dee890 01:25:57 Removing intermediate container cd787432c96b 01:25:57 ---> 3781bacad0ff 01:25:57 Step 8/22 : COPY . . 01:25:57 Removing intermediate container 62c76712388f 01:25:57 ---> eb2f4607ac10 01:25:57 Step 8/31 : COPY . . 01:25:58 Removing intermediate container 7b82d9357099 01:25:58 ---> da0e2f873319 01:25:58 Step 8/23 : COPY . . 01:25:58 Removing intermediate container 520f1158dece 01:25:58 ---> 3fc73b0580af 01:25:58 Step 8/25 : COPY . . 01:25:58 Removing intermediate container 6a36c1dee890 01:25:58 ---> c0ee29143e7f 01:25:58 Step 8/22 : COPY . . 01:27:07 ---> a5e3750faee9 01:27:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> e1227468b8d0 01:27:07 ---> f486861b6974 01:27:07 Step 9/23 : RUN make cmd/core-data/core-data 01:27:07 01:27:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:27:07 ---> 8bf30b44b0c2 01:27:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:27:07 ---> 0ec0497c5c88 01:27:07 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:27:07 ---> Running in e8c53bf30f75 01:27:07 ---> Running in 0a10ff76e064 01:27:07 ---> Running in 267b9cf9626a 01:27:07 ---> Running in bd09a6d7b570 01:27:07 ---> Running in ff0a1c6435c9 01:27:07 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 01:27:07 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 01:27:07 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 01:27:07 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 01:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:27:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:27:58 Removing intermediate container 267b9cf9626a 01:27:58 ---> c26b4779d9f9 01:27:58 01:27:58 Step 10/31 : FROM alpine:3.12 01:27:58 3.12: Pulling from library/alpine 01:27:59 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:27:59 Status: Downloaded newer image for alpine:3.12 01:27:59 ---> 13621d1b12d4 01:27:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:28:01 ---> Running in d5a1cde19321 01:28:06 Removing intermediate container d5a1cde19321 01:28:06 ---> 9d2b34f3ccea 01:28:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:28:07 ---> Running in 57ccebfda609 01:28:07 Removing intermediate container ff0a1c6435c9 01:28:07 ---> 99ad6e027fce 01:28:07 01:28:07 Step 10/25 : FROM alpine:3.12 01:28:07 ---> 13621d1b12d4 01:28:07 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:28:07 Removing intermediate container e8c53bf30f75 01:28:07 ---> 022ebecad1cc 01:28:07 01:28:07 Step 10/22 : FROM alpine:3.12 01:28:07 ---> 13621d1b12d4 01:28:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:28:07 Removing intermediate container bd09a6d7b570 01:28:07 ---> 982d0194e872 01:28:07 01:28:07 Step 10/22 : FROM alpine:3.12 01:28:07 ---> 13621d1b12d4 01:28:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:28:07 ---> Running in e90c6ed52529 01:28:07 ---> Running in 44acfd218639 01:28:07 ---> Running in 8bf419b050f9 01:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:08 (1/2) Installing dumb-init (1.2.2-r1) 01:28:08 (2/2) Installing su-exec (0.2-r1) 01:28:09 Executing busybox-1.31.1-r20.trigger 01:28:09 OK: 6 MiB in 16 packages 01:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:09 (1/6) Installing ca-certificates (20191127-r4) 01:28:09 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:28:09 (3/6) Installing libcurl (7.76.1-r0) 01:28:09 (4/6) Installing curl (7.76.1-r0) 01:28:09 (5/6) Installing dumb-init (1.2.2-r1) 01:28:09 (6/6) Installing su-exec (0.2-r1) 01:28:09 Executing busybox-1.31.1-r20.trigger 01:28:09 Executing ca-certificates-20191127-r4.trigger 01:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:09 OK: 7 MiB in 20 packages 01:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:10 (1/2) Installing ca-certificates (20191127-r4) 01:28:10 (2/2) Installing dumb-init (1.2.2-r1) 01:28:10 Executing busybox-1.31.1-r20.trigger 01:28:10 Executing ca-certificates-20191127-r4.trigger 01:28:10 OK: 6 MiB in 16 packages 01:28:10 (1/1) Installing dumb-init (1.2.2-r1) 01:28:10 Executing busybox-1.31.1-r20.trigger 01:28:10 OK: 6 MiB in 15 packages 01:28:12 Removing intermediate container 0a10ff76e064 01:28:12 ---> 59d1800414dd 01:28:12 01:28:12 Step 10/23 : FROM alpine:3.12 01:28:12 ---> 13621d1b12d4 01:28:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:28:12 Removing intermediate container 57ccebfda609 01:28:12 ---> bd28b1e9dea6 01:28:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:28:12 ---> Running in 5ae2f4c75dee 01:28:12 ---> Running in 5d995418da2c 01:28:12 Removing intermediate container 8bf419b050f9 01:28:12 ---> dee0d07e14e6 01:28:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:28:12 Removing intermediate container e90c6ed52529 01:28:12 ---> c975b8598d82 01:28:12 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:28:13 Removing intermediate container 44acfd218639 01:28:13 ---> 958921d6037f 01:28:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:28:13 Removing intermediate container 5ae2f4c75dee 01:28:13 ---> 1c466cfa66b2 01:28:13 Step 12/23 : ENV APP_PORT=48080 01:28:13 Removing intermediate container 5d995418da2c 01:28:13 ---> d97231f4c26b 01:28:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:28:13 ---> Running in cc0f07eeec5c 01:28:13 ---> Running in 1611bee507a1 01:28:13 ---> Running in 03487d53e63e 01:28:13 ---> Running in abe69a6f3279 01:28:13 ---> Running in da430cf5d7d8 01:28:14 Removing intermediate container 1611bee507a1 01:28:14 ---> 63f1f890a77d 01:28:14 Step 13/25 : WORKDIR / 01:28:14 Removing intermediate container cc0f07eeec5c 01:28:14 ---> ca5d2e90c07d 01:28:14 Step 13/22 : ENV APP_PORT=48085 01:28:14 Removing intermediate container abe69a6f3279 01:28:14 ---> 7b77c2116cb8 01:28:14 Step 13/23 : EXPOSE $APP_PORT 01:28:14 Removing intermediate container 03487d53e63e 01:28:14 ---> ee0c6ad501c5 01:28:14 Step 13/22 : ENV APP_PORT=48060 01:28:14 Removing intermediate container da430cf5d7d8 01:28:14 ---> 5a8d73386d6d 01:28:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:28:14 ---> Running in 7b135cb6b864 01:28:14 ---> Running in 7ac5ac8e1849 01:28:14 ---> Running in 7844099a39f6 01:28:14 ---> Running in a6eb39276f95 01:28:14 ---> Running in ff46221c637c 01:28:15 Removing intermediate container 7b135cb6b864 01:28:15 ---> 1a6274db676d 01:28:15 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:28:15 Removing intermediate container 7ac5ac8e1849 01:28:15 ---> 3f7fd83fd58e 01:28:15 Step 14/22 : EXPOSE $APP_PORT 01:28:15 Removing intermediate container 7844099a39f6 01:28:15 ---> 1c935f4bd189 01:28:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:15 Removing intermediate container a6eb39276f95 01:28:15 ---> 827a5204ac21 01:28:15 Step 14/22 : EXPOSE $APP_PORT 01:28:15 ---> Running in a89c6d844a48 01:28:15 ---> Running in 1dc22fe825e6 01:28:15 ---> Running in b4964375a2d6 01:28:16 Removing intermediate container a89c6d844a48 01:28:16 ---> 133e02b55047 01:28:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:16 ---> f99f551bef77 01:28:16 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:28:17 Removing intermediate container b4964375a2d6 01:28:17 ---> 4f9d14b98b2b 01:28:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:17 ---> 811dca45ad93 01:28:17 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:28:17 ---> aa9dcd6b2605 01:28:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:28:17 ---> 0b9f42d15764 01:28:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:28:18 Removing intermediate container ff46221c637c 01:28:18 ---> eef082424fe8 01:28:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:28:18 ---> Running in 04862ca6fe5a 01:28:18 ---> 6ad82171a4ea 01:28:18 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:28:19 Removing intermediate container 04862ca6fe5a 01:28:19 ---> 055edc2d997a 01:28:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:28:19 ---> 4d5873e1ba19 01:28:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:28:19 ---> 7fea8ac08d9c 01:28:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:28:19 Removing intermediate container 1dc22fe825e6 01:28:19 ---> aa9cfe85d1be 01:28:19 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:28:19 ---> Running in c1b4984f3fb7 01:28:19 ---> 709666ef487d 01:28:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:28:20 ---> 91cf81a53d68 01:28:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:28:20 ---> 5eacc0f3984d 01:28:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:28:20 ---> 5647d0c366da 01:28:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:28:20 ---> Running in c3ccb2ed1f22 01:28:20 ---> 30bcf6ab63cf 01:28:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:28:20 ---> Running in 77e24dfaeccb 01:28:20 ---> Running in e5f639e21a7d 01:28:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:20 Removing intermediate container c3ccb2ed1f22 01:28:20 ---> 32c75dd90cbd 01:28:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:28:20 Removing intermediate container 77e24dfaeccb 01:28:20 ---> b5a99376bd9b 01:28:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:28:21 ---> Running in f565602805e2 01:28:21 ---> Running in c6739b44961b 01:28:21 ---> c152c7f33fba 01:28:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:28:21 Removing intermediate container f565602805e2 01:28:21 ---> ee5b3b629f1f 01:28:21 Step 20/22 : LABEL arch=x86_64 01:28:21 Removing intermediate container c6739b44961b 01:28:21 ---> 08c9e809dcdf 01:28:21 Step 20/22 : LABEL arch=x86_64 01:28:21 ---> Running in 6a669f98f23b 01:28:21 ---> Running in d4f73851a6c0 01:28:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:21 ---> 832895caa213 01:28:21 Step 21/25 : 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/ 01:28:21 ---> Running in 299e8d7224f3 01:28:21 Removing intermediate container 6a669f98f23b 01:28:21 ---> 3354508c1e47 01:28:21 Step 21/22 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:28:21 ---> Running in d5f23ec4b3e9 01:28:22 Removing intermediate container d4f73851a6c0 01:28:22 ---> 38f81b7166f1 01:28:22 Step 21/22 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:28:22 ---> Running in 91dbfdb7e9ee 01:28:22 (1/6) Installing dumb-init (1.2.2-r1) 01:28:22 (2/6) Installing libgcc (9.3.0-r2) 01:28:22 Removing intermediate container d5f23ec4b3e9 01:28:22 ---> 9acb5c8c38b7 01:28:22 Step 22/22 : LABEL version=0.0.0 01:28:22 Removing intermediate container e5f639e21a7d 01:28:22 ---> 431ac2a9464f 01:28:22 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:22 Removing intermediate container 91dbfdb7e9ee 01:28:22 ---> aed1c4367268 01:28:22 Step 22/22 : LABEL version=0.0.0 01:28:23 (3/6) Installing libsodium (1.0.18-r0) 01:28:23 ---> Running in 8f973e4e46b7 01:28:23 ---> Running in c2ed7bc05796 01:28:23 (4/6) Installing libstdc++ (9.3.0-r2) 01:28:23 (5/6) Installing libzmq (4.3.3-r0) 01:28:23 (6/6) Installing zeromq (4.3.3-r0) 01:28:23 Removing intermediate container c2ed7bc05796 01:28:23 ---> 8b7e870fc6db 01:28:23 01:28:23 Removing intermediate container 8f973e4e46b7 01:28:23 ---> dff8b34e27d6 01:28:23 01:28:23 ---> 4da59a33f13b 01:28:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:28:23 Executing busybox-1.31.1-r20.trigger 01:28:23 OK: 8 MiB in 20 packages 01:28:24 Successfully built dff8b34e27d6 01:28:24 Successfully built 8b7e870fc6db 01:28:24 Successfully tagged docker-support-notifications-go:latest 01:28:24 Successfully tagged docker-support-scheduler-go:latest 01:28:24  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 01:28:24  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 01:28:25 Removing intermediate container 299e8d7224f3 01:28:25 ---> 5dde1abda518 01:28:25 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:28:25 ---> 4ff5a3cb740e 01:28:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:28:25 ---> Running in f041ae4c27b1 01:28:25 Removing intermediate container c1b4984f3fb7 01:28:25 ---> 028443446636 01:28:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:25 ---> 0d49d45f0b2f 01:28:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:28:25 Removing intermediate container f041ae4c27b1 01:28:25 ---> f847bd082735 01:28:25 Step 23/25 : LABEL arch=x86_64 01:28:25 ---> Running in 48c251668008 01:28:25 ---> a4a3212c7ddc 01:28:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:28:26 ---> a880c97abcdc 01:28:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:28:26 Removing intermediate container 48c251668008 01:28:26 ---> 07affac92411 01:28:26 Step 24/25 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:28:26 ---> Running in 3adcd8f23e1c 01:28:26 ---> b73051c62160 01:28:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:28:26 ---> ca2075af7823 01:28:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:28:27 Removing intermediate container 3adcd8f23e1c 01:28:27 ---> 03baf18c3026 01:28:27 Step 25/25 : LABEL version=0.0.0 01:28:27 ---> Running in e51cc5767863 01:28:28 ---> Running in 5460c86e8d21 01:28:28 ---> 6bab86ff3be1 01:28:28 Step 19/23 : ENTRYPOINT ["/core-data"] 01:28:29 ---> Running in 4603a5ffc873 01:28:29 Removing intermediate container e51cc5767863 01:28:29 ---> b4bf59747619 01:28:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:28:29 Removing intermediate container 5460c86e8d21 01:28:29 ---> 23b92217566d 01:28:29 01:28:30 Removing intermediate container 4603a5ffc873 01:28:30 ---> e9144ba780e3 01:28:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:28:30 Successfully built 23b92217566d 01:28:31 Successfully tagged docker-security-secretstore-setup-go:latest 01:28:31 Building docker-sys-mgmt-agent-go 01:28:31  Building docker-security-secretstore-setup-go ... done  ---> f49af4e7a553 01:28:31 Step 26/31 : RUN chmod +x /entrypoint.sh 01:28:31 ---> Running in b019c7258df2 01:28:32 ---> Running in d355152763da 01:28:33 Removing intermediate container b019c7258df2 01:28:33 ---> abc794646079 01:28:33 Step 21/23 : LABEL arch=x86_64 01:28:33 ---> Running in 8803e8b29332 01:28:34 Removing intermediate container 8803e8b29332 01:28:34 ---> c1b0eb736e7f 01:28:34 Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:28:34 ---> Running in f88471e2890e 01:28:34 Removing intermediate container f88471e2890e 01:28:34 ---> c781c4691173 01:28:34 Step 23/23 : LABEL version=0.0.0 01:28:35 ---> Running in fcfa6d734d2a 01:28:36 Removing intermediate container fcfa6d734d2a 01:28:36 ---> 445a0860f40b 01:28:36 01:28:37 Removing intermediate container d355152763da 01:28:37 ---> 9da263175ead 01:28:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:28:37 Successfully built 445a0860f40b 01:28:37 Successfully tagged docker-core-data-go:latest 01:28:37 Building docker-core-command-go 01:28:38  Building docker-core-data-go ... done  ---> Running in ccaeea55424d 01:28:39 Removing intermediate container ccaeea55424d 01:28:39 ---> 8934bab53203 01:28:39 Step 28/31 : CMD ["gate"] 01:28:40 ---> Running in a96229ac1dfb 01:28:40 Removing intermediate container a96229ac1dfb 01:28:40 ---> d60d6a18632e 01:28:40 Step 29/31 : LABEL arch=x86_64 01:28:41 ---> Running in 30fdf717166a 01:28:41 Removing intermediate container 30fdf717166a 01:28:41 ---> 70444e445b38 01:28:41 Step 30/31 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:28:43 ---> Running in 76d1e383118f 01:28:44 Removing intermediate container 76d1e383118f 01:28:44 ---> 4bee383b0eb3 01:28:44 Step 31/31 : LABEL version=0.0.0 01:28:45 ---> Running in 8bfba30dcbd9 01:28:48 Removing intermediate container 8bfba30dcbd9 01:28:48 ---> 8300d07849f7 01:28:48 01:28:50 Successfully built 8300d07849f7 01:28:50 Successfully tagged docker-security-bootstrapper-go:latest 01:29:04  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:29:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:29:04 ---> 7b541e7d8f55 01:29:04 Step 3/21 : WORKDIR /edgex-go 01:29:04 ---> Using cache 01:29:04 ---> 73ad965d8c74 01:29:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:04 ---> Using cache 01:29:04 ---> 1bfa2f3fbf57 01:29:04 Step 5/21 : RUN apk add --update --no-cache make git 01:29:04 ---> Using cache 01:29:04 ---> 349c9a461d43 01:29:04 Step 6/21 : COPY go.mod . 01:29:04 ---> Using cache 01:29:04 ---> 7b9787203026 01:29:04 Step 7/21 : RUN go mod download 01:29:04 ---> Using cache 01:29:04 ---> eb2f4607ac10 01:29:04 Step 8/21 : COPY . . 01:29:04 ---> Using cache 01:29:04 ---> e1227468b8d0 01:29:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:29:04 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:29:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:29:04 ---> 7b541e7d8f55 01:29:04 Step 3/23 : WORKDIR /edgex-go 01:29:04 ---> Using cache 01:29:04 ---> 73ad965d8c74 01:29:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:04 ---> Using cache 01:29:04 ---> 1bfa2f3fbf57 01:29:04 Step 5/23 : RUN apk add --update --no-cache make bash git 01:29:04 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:29:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:29:04 ---> 7b541e7d8f55 01:29:04 Step 3/23 : WORKDIR /edgex-go 01:29:04 ---> Using cache 01:29:04 ---> 73ad965d8c74 01:29:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:04 ---> Using cache 01:29:04 ---> 1bfa2f3fbf57 01:29:04 Step 5/23 : RUN apk add --update --no-cache make git 01:29:04 ---> Using cache 01:29:04 ---> 349c9a461d43 01:29:04 Step 6/23 : COPY go.mod . 01:29:04 ---> Using cache 01:29:04 ---> 7b9787203026 01:29:04 Step 7/23 : RUN go mod download 01:29:04 ---> Using cache 01:29:04 ---> eb2f4607ac10 01:29:04 Step 8/23 : COPY . . 01:29:04 ---> Using cache 01:29:04 ---> e1227468b8d0 01:29:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:29:06 ---> Running in cbbe7ad45fc5 01:29:06 ---> Running in add8c1f28d96 01:29:06 ---> Running in e1c5928d4392 01:29:10 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 01:29:10 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 01:29:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:29:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:29:14 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:29:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:29:14 ---> 7b541e7d8f55 01:29:14 Step 3/23 : WORKDIR /edgex-go 01:29:14 ---> Using cache 01:29:14 ---> 73ad965d8c74 01:29:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:14 ---> Using cache 01:29:14 ---> 1bfa2f3fbf57 01:29:14 Step 5/23 : RUN apk add --update --no-cache make git 01:29:14 ---> Using cache 01:29:14 ---> 349c9a461d43 01:29:14 Step 6/23 : COPY go.mod . 01:29:14 ---> Using cache 01:29:14 ---> 7b9787203026 01:29:14 Step 7/23 : RUN go mod download 01:29:14 ---> Using cache 01:29:14 ---> eb2f4607ac10 01:29:14 Step 8/23 : COPY . . 01:29:14 ---> Using cache 01:29:14 ---> e1227468b8d0 01:29:14 Step 9/23 : RUN make cmd/core-command/core-command 01:29:14 OK: 219 MiB in 52 packages 01:29:15 ---> Running in 509d707bb52c 01:29:16 Removing intermediate container cbbe7ad45fc5 01:29:16 ---> 67fec7f02086 01:29:16 Step 6/23 : COPY go.mod . 01:29:16 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 01:29:16 ---> ed3fea36b150 01:29:16 Step 7/23 : RUN go mod download 01:29:17 ---> Running in 12924b457ef8 01:29:20 Removing intermediate container 12924b457ef8 01:29:20 ---> 405c2afd3f7f 01:29:20 Step 8/23 : COPY . . 01:30:00 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 01:30:00 ---> 8f9866506d8d 01:30:00 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:30:00 ---> Running in 23772ec8435b 01:30:02 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 01:30:09 Removing intermediate container add8c1f28d96 01:30:09 Removing intermediate container 509d707bb52c 01:30:09 ---> 33827c1a80f3 01:30:09 01:30:09 Step 10/23 : FROM alpine:3.12 01:30:09 ---> 13621d1b12d4 01:30:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:30:09 ---> e37adadb1ccd 01:30:09 01:30:09 Step 10/23 : FROM alpine:3.12 01:30:09 ---> 13621d1b12d4 01:30:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:30:09 ---> Using cache 01:30:09 ---> dee0d07e14e6 01:30:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:30:09 ---> Using cache 01:30:09 ---> dee0d07e14e6 01:30:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:30:09 ---> Using cache 01:30:09 ---> Using cache 01:30:09 ---> ca5d2e90c07d 01:30:09 Step 13/23 : ENV APP_PORT=48081 01:30:09 ---> ca5d2e90c07d 01:30:09 Step 13/23 : ENV APP_PORT=48082 01:30:09 Removing intermediate container e1c5928d4392 01:30:09 ---> 715121686f60 01:30:09 01:30:09 Step 10/21 : FROM alpine:3.12 01:30:09 ---> 13621d1b12d4 01:30:09 Step 11/21 : RUN apk add --update --no-cache curl 01:30:09 ---> Running in 31dfed586676 01:30:09 ---> Running in 5b03bacb9fd3 01:30:09 ---> Running in bcb6cf229815 01:30:10 Removing intermediate container bcb6cf229815 01:30:10 ---> 392dcc350d0e 01:30:10 Step 14/23 : EXPOSE $APP_PORT 01:30:10 Removing intermediate container 5b03bacb9fd3 01:30:10 ---> 5e0ce55a0282 01:30:10 Step 14/23 : EXPOSE $APP_PORT 01:30:10 ---> Running in 912ce4a773e1 01:30:10 ---> Running in 6a1288a548d3 01:30:11 Removing intermediate container 912ce4a773e1 01:30:11 ---> 991b7a709880 01:30:11 Step 15/23 : WORKDIR / 01:30:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:11 Removing intermediate container 6a1288a548d3 01:30:11 ---> 8cfcdf45f1c1 01:30:11 Step 15/23 : WORKDIR / 01:30:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:11 ---> Running in a877efaa622a 01:30:12 ---> Running in 5079b92e30d6 01:30:12 (1/4) Installing ca-certificates (20191127-r4) 01:30:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:30:12 (3/4) Installing libcurl (7.76.1-r0) 01:30:12 (4/4) Installing curl (7.76.1-r0) 01:30:12 Executing busybox-1.31.1-r20.trigger 01:30:12 Executing ca-certificates-20191127-r4.trigger 01:30:12 OK: 7 MiB in 18 packages 01:30:12 Removing intermediate container a877efaa622a 01:30:12 ---> 11d0e14ace37 01:30:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:12 Removing intermediate container 5079b92e30d6 01:30:12 ---> 030fe6b66003 01:30:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:13 ---> 38f64c5ffaa2 01:30:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:30:13 ---> c04a5c2060e0 01:30:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:30:15 Removing intermediate container 31dfed586676 01:30:15 ---> 56ab5ccd9b69 01:30:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:30:15 ---> 60534cd3efc3 01:30:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:30:15 ---> 9152a3915c87 01:30:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:30:15 ---> Running in 828c7ad505f6 01:30:15 Removing intermediate container 828c7ad505f6 01:30:15 ---> 3ed0b209b2e9 01:30:15 Step 13/21 : WORKDIR /edgex 01:30:16 ---> Running in 62bc98d1a478 01:30:16 ---> 4cd7b24e3acd 01:30:16 Step 19/23 : ENTRYPOINT ["/core-command"] 01:30:16 ---> beca2769d8cc 01:30:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:30:16 ---> Running in b162c3d70ffb 01:30:16 ---> Running in 2131bf844c1d 01:30:16 Removing intermediate container 62bc98d1a478 01:30:16 ---> 0db9fee37bc1 01:30:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:30:16 Removing intermediate container b162c3d70ffb 01:30:16 ---> 20f87f41692b 01:30:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:17 Removing intermediate container 2131bf844c1d 01:30:17 ---> b64fa83555a2 01:30:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:17 ---> Running in 0512a6dcaa73 01:30:17 ---> 087195684a4e 01:30:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:30:17 ---> Running in b77ade7dd2fd 01:30:17 Removing intermediate container 0512a6dcaa73 01:30:17 ---> 82ae32a347fd 01:30:17 Step 21/23 : LABEL arch=x86_64 01:30:17 ---> Running in dfe5d8ff860b 01:30:18 Removing intermediate container b77ade7dd2fd 01:30:18 ---> 1ef1b1e71cf0 01:30:18 Step 21/23 : LABEL arch=x86_64 01:30:18 ---> Running in 181d27bd45e8 01:30:18 Removing intermediate container dfe5d8ff860b 01:30:18 ---> 98878baa8701 01:30:18 Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:30:18 ---> 39a773f3f671 01:30:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:30:18 ---> Running in 7c8820c18ed9 01:30:18 Removing intermediate container 181d27bd45e8 01:30:18 ---> 05f2761c8287 01:30:18 Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:30:19 ---> Running in 1f5b4f6eda92 01:30:19 Removing intermediate container 7c8820c18ed9 01:30:19 ---> b82baf5d0998 01:30:19 Step 23/23 : LABEL version=0.0.0 01:30:19 ---> Running in 7358225ae57f 01:30:19 ---> 83f77ca15e6a 01:30:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:30:20 Removing intermediate container 1f5b4f6eda92 01:30:20 ---> a47705003d1b 01:30:20 Step 23/23 : LABEL version=0.0.0 01:30:20 ---> Running in 22359f6a38e3 01:30:20 Removing intermediate container 7358225ae57f 01:30:20 ---> f326fae042d8 01:30:20 01:30:20 ---> Running in e26cda1729b2 01:30:20 Removing intermediate container 22359f6a38e3 01:30:20 ---> 07d89b74a84b 01:30:20 Step 18/21 : CMD ["--init=true"] 01:30:20 Successfully built f326fae042d8 01:30:21 ---> Running in 5cf084fc95cc 01:30:21 Successfully tagged docker-core-command-go:latest 01:30:21  Building docker-core-command-go ... done Removing intermediate container e26cda1729b2 01:30:21 ---> 1e5daa93d187 01:30:21 01:30:21 Removing intermediate container 5cf084fc95cc 01:30:21 ---> 15f62a465c38 01:30:21 Step 19/21 : LABEL arch=x86_64 01:30:21 ---> Running in 995bbbaf94cc 01:30:21 Successfully built 1e5daa93d187 01:30:21 Successfully tagged docker-core-metadata-go:latest 01:30:22  Building docker-core-metadata-go ... done Removing intermediate container 995bbbaf94cc 01:30:22 ---> 0b5db7d5d5e4 01:30:22 Step 20/21 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:30:22 ---> Running in cdc9799d39e6 01:30:22 Removing intermediate container cdc9799d39e6 01:30:22 ---> 3fd6f7f68170 01:30:22 Step 21/21 : LABEL version=0.0.0 01:30:22 ---> Running in 6480921f894a 01:30:23 Removing intermediate container 6480921f894a 01:30:23 ---> 990c082835ed 01:30:23 01:30:23 Successfully built 990c082835ed 01:30:23 Successfully tagged docker-security-proxy-setup-go:latest 01:30:25  Building docker-security-proxy-setup-go ... done Removing intermediate container 23772ec8435b 01:30:25 ---> 2d42a791f8d4 01:30:25 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:30:26 ---> Running in 62fc89a1fc14 01:30:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:30:28 Removing intermediate container 62fc89a1fc14 01:30:28 ---> 69df7977ea81 01:30:28 01:30:28 Step 11/23 : FROM docker:20.10.0 01:30:28 20.10.0: Pulling from library/docker 01:30:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:30:36 Status: Downloaded newer image for docker:20.10.0 01:30:36 ---> aefe523efa57 01:30:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:30:36 ---> Running in f56a23c91714 01:30:36 Removing intermediate container f56a23c91714 01:30:36 ---> 06f817e03473 01:30:36 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 01:30:36 ---> Running in 49af0666fc42 01:30:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:37 (1/39) Installing readline (8.0.4-r0) 01:30:37 (2/39) Installing bash (5.0.17-r0) 01:30:37 Executing bash-5.0.17-r0.post-install 01:30:37 (3/39) Installing nghttp2-libs (1.41.0-r0) 01:30:37 (4/39) Installing libcurl (7.76.1-r0) 01:30:37 (5/39) Installing curl (7.76.1-r0) 01:30:37 (6/39) Installing dumb-init (1.2.2-r1) 01:30:37 (7/39) Installing libbz2 (1.0.8-r1) 01:30:37 (8/39) Installing expat (2.2.9-r1) 01:30:37 (9/39) Installing libffi (3.3-r2) 01:30:37 (10/39) Installing gdbm (1.13-r1) 01:30:37 (11/39) Installing xz-libs (5.2.5-r0) 01:30:37 (12/39) Installing sqlite-libs (3.32.1-r0) 01:30:37 (13/39) Installing python3 (3.8.10-r0) 01:30:39 (14/39) Installing py3-appdirs (1.4.4-r1) 01:30:39 (15/39) Installing py3-ordered-set (4.0.1-r0) 01:30:39 (16/39) Installing py3-parsing (2.4.7-r0) 01:30:39 (17/39) Installing py3-six (1.15.0-r0) 01:30:39 (18/39) Installing py3-packaging (20.4-r0) 01:30:39 (19/39) Installing py3-setuptools (47.0.0-r0) 01:30:39 (20/39) Installing py3-chardet (3.0.4-r4) 01:30:39 (21/39) Installing py3-idna (2.9-r0) 01:30:39 (22/39) Installing py3-certifi (2020.4.5.1-r0) 01:30:39 (23/39) Installing py3-urllib3 (1.25.9-r0) 01:30:39 (24/39) Installing py3-requests (2.23.0-r0) 01:30:39 (25/39) Installing py3-msgpack (1.0.0-r0) 01:30:39 (26/39) Installing py3-lockfile (0.12.2-r3) 01:30:39 (27/39) Installing py3-cachecontrol (0.12.6-r0) 01:30:39 (28/39) Installing py3-colorama (0.4.3-r0) 01:30:39 (29/39) Installing py3-distlib (0.3.0-r0) 01:30:39 (30/39) Installing py3-distro (1.5.0-r1) 01:30:39 (31/39) Installing py3-webencodings (0.5.1-r3) 01:30:39 (32/39) Installing py3-html5lib (1.0.1-r4) 01:30:39 (33/39) Installing py3-pytoml (0.1.21-r0) 01:30:40 (34/39) Installing py3-pep517 (0.8.2-r0) 01:30:40 (35/39) Installing py3-progress (1.5-r0) 01:30:40 (36/39) Installing py3-toml (0.10.1-r0) 01:30:40 (37/39) Installing py3-retrying (1.3.3-r0) 01:30:40 (38/39) Installing py3-contextlib2 (0.6.0-r0) 01:30:40 (39/39) Installing py3-pip (20.1.1-r0) 01:30:40 Executing busybox-1.31.1-r19.trigger 01:30:40 OK: 72 MiB in 59 packages 01:30:41 Collecting docker-compose==1.23.2 01:30:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:30:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:30:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:30:42 Collecting dockerpty<0.5,>=0.4.1 01:30:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:30:43 Collecting websocket-client<1.0,>=0.32.0 01:30:43 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:30:43 Collecting PyYAML<4,>=3.10 01:30:43 Downloading PyYAML-3.13.tar.gz (270 kB) 01:30:45 Collecting docker<4.0,>=3.6.0 01:30:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:30:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:30:45 Collecting jsonschema<3,>=2.5.1 01:30:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:30:45 Collecting cached-property<2,>=1.2.0 01:30:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:30:46 Collecting docopt<0.7,>=0.6.1 01:30:46 Downloading docopt-0.6.2.tar.gz (25 kB) 01:30:47 Collecting texttable<0.10,>=0.9.0 01:30:47 Downloading texttable-0.9.1.tar.gz (11 kB) 01:30:47 Collecting urllib3<1.25,>=1.21.1 01:30:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:30:47 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) 01:30:47 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) 01:30:47 Collecting idna<2.8,>=2.5 01:30:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:30:47 Collecting docker-pycreds>=0.4.0 01:30:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:30:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:30:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:30:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:30:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:30:47 Installing collected packages: urllib3, idna, requests, dockerpty, websocket-client, PyYAML, docker-pycreds, docker, jsonschema, cached-property, docopt, texttable, docker-compose 01:30:47 Attempting uninstall: urllib3 01:30:47 Found existing installation: urllib3 1.25.9 01:30:47 Uninstalling urllib3-1.25.9: 01:30:48 Successfully uninstalled urllib3-1.25.9 01:30:48 Attempting uninstall: idna 01:30:48 Found existing installation: idna 2.9 01:30:48 Uninstalling idna-2.9: 01:30:48 Successfully uninstalled idna-2.9 01:30:49 Attempting uninstall: requests 01:30:49 Found existing installation: requests 2.23.0 01:30:49 Uninstalling requests-2.23.0: 01:30:49 Successfully uninstalled requests-2.23.0 01:30:49 Running setup.py install for dockerpty: started 01:30:50 Running setup.py install for dockerpty: finished with status 'done' 01:30:50 Running setup.py install for PyYAML: started 01:30:51 Running setup.py install for PyYAML: finished with status 'done' 01:30:51 Running setup.py install for docopt: started 01:30:52 Running setup.py install for docopt: finished with status 'done' 01:30:52 Running setup.py install for texttable: started 01:30:53 Running setup.py install for texttable: finished with status 'done' 01:30:53 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.59.0 01:31:06 Removing intermediate container 49af0666fc42 01:31:06 ---> cf94743aa204 01:31:06 Step 14/23 : ENV APP_PORT=48090 01:31:06 ---> Running in f59543ba456f 01:31:06 Removing intermediate container f59543ba456f 01:31:06 ---> abe6e3081b29 01:31:06 Step 15/23 : EXPOSE $APP_PORT 01:31:06 ---> Running in 3678eabcace3 01:31:06 Removing intermediate container 3678eabcace3 01:31:06 ---> 3f301336d64b 01:31:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:31:06 ---> 82b2cd9168d8 01:31:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:31:06 ---> d74d8e309689 01:31:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:31:07 ---> 3f5845dde6d8 01:31:07 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:31:07 ---> Running in 7ffaa9602c38 01:31:07 Removing intermediate container 7ffaa9602c38 01:31:07 ---> 35ebef3308b6 01:31:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:31:08 ---> Running in 4f86293408a6 01:31:08 Removing intermediate container 4f86293408a6 01:31:08 ---> fdc2cd515ba9 01:31:08 Step 21/23 : LABEL arch=x86_64 01:31:08 ---> Running in 291c267fcd18 01:31:08 Removing intermediate container 291c267fcd18 01:31:08 ---> 986798385caf 01:31:08 Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c 01:31:08 ---> Running in 7ade6074d7d0 01:31:09 Removing intermediate container 7ade6074d7d0 01:31:09 ---> b9e6a361c977 01:31:09 Step 23/23 : LABEL version=0.0.0 01:31:09 ---> Running in 310740b1e1b9 01:31:09 Removing intermediate container 310740b1e1b9 01:31:09 ---> cb1517b5659a 01:31:09 01:31:09 Successfully built cb1517b5659a 01:31:09 Successfully tagged docker-sys-mgmt-agent-go:latest 01:31:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:31:10 $ docker stop --time=1 1acef9f5c1035919f40596d0fea7b5f03397c85c353cd2534519a45a2dbc8bec 01:31:12 $ docker rm -f 1acef9f5c1035919f40596d0fea7b5f03397c85c353cd2534519a45a2dbc8bec [Pipeline] // withDockerContainer [Pipeline] sh 01:31:13 + docker images 01:31:13 + grep docker 01:31:13 docker-sys-mgmt-agent-go latest cb1517b5659a 4 seconds ago 312MB 01:31:13 docker-security-proxy-setup-go latest 990c082835ed 51 seconds ago 25.3MB 01:31:13 docker-core-metadata-go latest 1e5daa93d187 53 seconds ago 18.6MB 01:31:13 docker-core-command-go latest f326fae042d8 54 seconds ago 17MB 01:31:13 docker-security-bootstrapper-go latest 8300d07849f7 2 minutes ago 18.2MB 01:31:13 docker-core-data-go latest 445a0860f40b 2 minutes ago 21.5MB 01:31:13 docker-security-secretstore-setup-go latest 23b92217566d 2 minutes ago 25.7MB 01:31:13 docker-support-scheduler-go latest 8b7e870fc6db 2 minutes ago 17.1MB 01:31:13 docker-support-notifications-go latest dff8b34e27d6 2 minutes ago 17.6MB 01:31:13 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 01:31:29 Still waiting to schedule task 01:31:29 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:32:27 Running on prd-ubuntu18.04-docker-8c-8g-3894 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws 01:32:27 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 01:32:31 using credential edgex-jenkins-ssh 01:32:31 Cloning the remote Git repository 01:32:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:32:31 > git init /w/workspace/edgex-go/2 # timeout=10 01:32:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:32:31 > git --version # timeout=10 01:32:31 > git --version # 'git version 2.17.1' 01:32:31 using GIT_SSH to set credentials SSH Credentials for GitHub 01:32:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:32:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:32:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:32:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:32:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:32:51 using GIT_SSH to set credentials SSH Credentials for GitHub 01:32:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:32:51 Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit 443174265c6391e44f88c7a5d602ac2ffa57ae8c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:32:52 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:32:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:32:51 > git config core.sparsecheckout # timeout=10 01:32:51 > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # timeout=10 01:32:54 ---> package-listing.sh 01:32:54 ++ facter osfamily 01:32:54 ++ tr '[:upper:]' '[:lower:]' 01:32:54 + OS_FAMILY=redhat 01:32:54 + workspace=/w/workspace/edgex-go/2 01:32:54 + START_PACKAGES=/tmp/packages_start.txt 01:32:54 + END_PACKAGES=/tmp/packages_end.txt 01:32:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:32:54 + PACKAGES=/tmp/packages_start.txt 01:32:54 + '[' /w/workspace/edgex-go/2 ']' 01:32:54 + PACKAGES=/tmp/packages_end.txt 01:32:54 + case "${OS_FAMILY}" in 01:32:54 + rpm -qa 01:32:54 + sort 01:32:59 + '[' -f /tmp/packages_start.txt ']' 01:32:59 + '[' -f /tmp/packages_end.txt ']' 01:32:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:32:59 + '[' /w/workspace/edgex-go/2 ']' 01:32:59 + mkdir -p /w/workspace/edgex-go/2/archives/ 01:32:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 01:32:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:33:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:33:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:33:00 01:33:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:33:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:33:01 alpine: Pulling from edgex-lftools-log-publisher 01:33:01 df20fa9351a1: Pulling fs layer 01:33:01 36b3adc4ff6f: Pulling fs layer 01:33:01 8ad3a11d3b57: Pulling fs layer 01:33:01 46f8f816bc3b: Pulling fs layer 01:33:01 93b61091891f: Pulling fs layer 01:33:01 93b9cdb0e59b: Pulling fs layer 01:33:01 5e14af77c1be: Pulling fs layer 01:33:01 01666e4c0597: Pulling fs layer 01:33:01 46f8f816bc3b: Waiting 01:33:01 93b61091891f: Waiting 01:33:01 aa168da1d23b: Pulling fs layer 01:33:01 aa168da1d23b: Waiting 01:33:01 01666e4c0597: Waiting 01:33:01 5e14af77c1be: Waiting 01:33:01 93b9cdb0e59b: Waiting 01:33:01 36b3adc4ff6f: Verifying Checksum 01:33:01 36b3adc4ff6f: Download complete 01:33:01 46f8f816bc3b: Verifying Checksum 01:33:01 46f8f816bc3b: Download complete 01:33:01 df20fa9351a1: Verifying Checksum 01:33:01 df20fa9351a1: Download complete 01:33:01 93b9cdb0e59b: Download complete 01:33:01 93b61091891f: Download complete 01:33:01 5e14af77c1be: Verifying Checksum 01:33:01 5e14af77c1be: Download complete 01:33:02 01666e4c0597: Verifying Checksum 01:33:02 01666e4c0597: Download complete 01:33:02 8ad3a11d3b57: Verifying Checksum 01:33:02 8ad3a11d3b57: Download complete 01:33:02 df20fa9351a1: Pull complete 01:33:03 36b3adc4ff6f: Pull complete 01:33:04 8ad3a11d3b57: Pull complete 01:33:05 aa168da1d23b: Verifying Checksum 01:33:05 aa168da1d23b: Download complete 01:33:05 46f8f816bc3b: Pull complete 01:33:06 93b61091891f: Pull complete 01:33:06 93b9cdb0e59b: Pull complete 01:33:06 5e14af77c1be: Pull complete 01:33:06 01666e4c0597: Pull complete 01:33:16 aa168da1d23b: Pull complete 01:33:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:33:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:33:17 prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container 01:33:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:33:22 $ docker top a42e53ffe2b447ba4e2a7abe9a791ed7b4a3048d4518b56bcd06d5d0bf0b44ca -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:22 + touch /tmp/pre-build-complete [Pipeline] sh 01:33:22 + mkdir -p /var/log/sa [Pipeline] sh 01:33:23 + ls /var/log/sa-host 01:33:23 + sadf -c /var/log/sa-host/sa10 01:33:23 file_magic: OK 01:33:23 HZ: Using current value: 100 01:33:23 file_header: OK 01:33:23 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 01:33:23 Statistics: 01:33:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:33:23 File successfully converted to sysstat format version 12.2.1 01:33:23 + sadf -c /var/log/sa-host/sa23 01:33:23 file_magic: OK 01:33:23 HZ: Using current value: 100 01:33:23 file_header: OK 01:33:23 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 01:33:23 Statistics: 01:33:23 Hnuu...uuuununununu... 01:33:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:33:23 provisioning config files... 01:33:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config503176301161400246tmp [Pipeline] { [Pipeline] echo 01:33:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:33:23 ---> create-netrc.sh [Pipeline] } 01:33:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:33:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:33:24 ---> python-tools-install.sh [Pipeline] echo 01:33:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:33:24 ---> sudo-logs.sh 01:33:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:33:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:33:25 ---> job-cost.sh 01:33:25 lf-activate-venv: SKIPPING 01:33:25 INFO: No Stack... 01:33:26 INFO: Retrieving Pricing Info for: v1-standard-2 01:33:26 INFO: Archiving Costs [Pipeline] echo 01:33:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:33:26 ---> logs-deploy.sh 01:33:26 lf-activate-venv: SKIPPING 01:33:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3435/2 01:33:26 INFO: archiving workspace using pattern(s): 01:33:28 Archives upload complete. 01:33:29 INFO: archiving logs to Nexus 01:33:30 ---> uname -a: 01:33:30 Linux prd-centos7-docker-4c-2g-3876.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:33:30 01:33:30 01:33:30 ---> lscpu: 01:33:30 Architecture: x86_64 01:33:30 CPU op-mode(s): 32-bit, 64-bit 01:33:30 Byte Order: Little Endian 01:33:30 Address sizes: 40 bits physical, 48 bits virtual 01:33:30 CPU(s): 4 01:33:30 On-line CPU(s) list: 0-3 01:33:30 Thread(s) per core: 1 01:33:30 Core(s) per socket: 1 01:33:30 Socket(s): 4 01:33:30 NUMA node(s): 1 01:33:30 Vendor ID: GenuineIntel 01:33:30 CPU family: 6 01:33:30 Model: 44 01:33:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:33:30 Stepping: 1 01:33:30 CPU MHz: 2933.436 01:33:30 BogoMIPS: 5866.87 01:33:30 Virtualization: VT-x 01:33:30 Hypervisor vendor: KVM 01:33:30 Virtualization type: full 01:33:30 L1d cache: 128 KiB 01:33:30 L1i cache: 128 KiB 01:33:30 L2 cache: 16 MiB 01:33:30 L3 cache: 64 MiB 01:33:30 NUMA node0 CPU(s): 0-3 01:33:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:33:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:33:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:33:30 Vulnerability Meltdown: Mitigation; PTI 01:33:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:33:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:33:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:33:30 Vulnerability Srbds: Not affected 01:33:30 Vulnerability Tsx async abort: Not affected 01:33:30 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 01:33:30 01:33:30 01:33:30 ---> nproc: 01:33:30 4 01:33:30 01:33:30 01:33:30 ---> df -h: 01:33:30 Filesystem Size Used Available Use% Mounted on 01:33:30 overlay 50.0G 11.4G 38.6G 23% / 01:33:30 tmpfs 64.0M 0 64.0M 0% /dev 01:33:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:33:30 shm 64.0M 0 64.0M 0% /dev/shm 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2 01:33:30 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2@tmp 01:33:30 01:33:30 01:33:30 ---> free -m: 01:33:30 total used free shared buff/cache available 01:33:30 Mem: 1837 715 139 0 982 1039 01:33:30 Swap: 1023 66 957 01:33:30 01:33:30 01:33:30 ---> ip addr: 01:33:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:33:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:33:30 inet 127.0.0.1/8 scope host lo 01:33:30 valid_lft forever preferred_lft forever 01:33:30 inet6 ::1/128 scope host 01:33:30 valid_lft forever preferred_lft forever 01:33:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:33:30 link/ether fa:16:3e:10:65:82 brd ff:ff:ff:ff:ff:ff 01:33:30 inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 01:33:30 valid_lft 85456sec preferred_lft 85456sec 01:33:30 inet6 fe80::f816:3eff:fe10:6582/64 scope link 01:33:30 valid_lft forever preferred_lft forever 01:33:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:33:30 link/ether 02:42:5c:da:b5:2d brd ff:ff:ff:ff:ff:ff 01:33:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:33:30 valid_lft forever preferred_lft forever 01:33:30 inet6 fe80::42:5cff:feda:b52d/64 scope link 01:33:30 valid_lft forever preferred_lft forever 01:33:30 01:33:30 01:33:30 ---> sar -b -r -n DEV: 01:33:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 01:33:30 01:33:30 01:17:33 LINUX RESTART (4 CPU) 01:33:30 01:33:30 01:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:33:30 01:19:02 114.71 45.22 69.50 0.00 8152.77 17303.04 0.00 01:33:30 01:20:01 210.70 101.84 108.86 0.00 7494.71 44181.94 0.00 01:33:30 01:21:01 239.24 103.47 135.77 0.00 4007.70 18129.45 0.00 01:33:30 01:22:01 113.56 34.19 79.37 0.00 1325.46 12548.51 0.00 01:33:30 01:23:02 89.40 46.81 42.59 0.00 1844.15 4120.22 0.00 01:33:30 01:24:01 78.19 27.94 50.25 0.00 1607.99 7312.81 0.00 01:33:30 01:25:02 208.05 50.21 157.84 0.00 16005.13 89609.12 0.00 01:33:30 01:26:09 1174.94 989.79 185.15 0.00 92548.44 93938.66 0.00 01:33:30 01:27:01 2516.35 2265.45 250.90 0.00 133269.67 145047.50 0.00 01:33:30 01:28:01 240.69 138.14 102.55 0.00 16074.42 23055.30 0.00 01:33:30 01:29:02 681.38 367.24 314.15 0.00 72635.08 116983.11 0.00 01:33:30 01:30:02 1168.06 983.33 184.73 0.00 60522.18 59337.99 0.00 01:33:30 01:31:01 181.12 23.30 157.82 0.00 2789.33 29151.49 0.00 01:33:30 01:32:01 48.48 14.51 33.97 0.00 2902.05 3589.28 0.00 01:33:30 01:33:01 58.43 56.15 2.28 0.00 4897.34 43.33 0.00 01:33:30 Average: 462.97 338.36 124.60 0.00 28062.30 43919.27 0.00 01:33:30 01:33:30 01:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:33:30 01:19:02 77720 0 669964 35.61 2620 1131240 1352652 46.16 548128 1049232 100428 01:33:30 01:20:01 77448 0 734520 39.04 2056 1067520 1477624 50.43 577164 984868 55768 01:33:30 01:21:01 126520 0 790988 42.04 1492 962544 1537784 52.48 607740 865520 42796 01:33:30 01:22:01 159820 0 839856 44.64 648 881220 1752364 59.81 715124 723048 27424 01:33:30 01:23:02 114248 0 946648 50.31 572 820076 1937780 66.13 745300 726760 25868 01:33:30 01:24:01 146008 0 801620 42.60 564 933352 1431636 48.86 636752 803156 23908 01:33:30 01:25:02 83464 0 705996 37.52 56 1092028 1294748 44.19 722868 837928 56812 01:33:30 01:26:09 67516 0 847024 45.02 0 967004 2355188 80.38 744480 848324 28080 01:33:30 01:27:01 657884 0 769068 40.87 0 454592 2444264 83.42 400208 546628 80 01:33:30 01:28:01 203292 0 832476 44.24 0 845776 2190268 74.75 640900 769776 32524 01:33:30 01:29:02 85764 0 786860 41.82 0 1008920 2223456 75.88 773752 806340 12788 01:33:30 01:30:02 350348 0 753800 40.06 0 777396 1977588 67.49 587532 695476 52416 01:33:30 01:31:01 102016 0 701172 37.27 0 1078356 1384448 47.25 553616 960764 29988 01:33:30 01:32:01 171824 0 641432 34.09 0 1068288 1223768 41.77 461104 999264 20 01:33:30 01:33:01 68800 0 668452 35.53 0 1144292 1428036 48.74 488020 1073868 5040 01:33:30 Average: 166178 0 765992 40.71 534 948840 1734107 59.18 613513 846063 32929 01:33:30 01:33:30 01:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:33:30 01:19:02 veth52ba829 547.81 441.38 55.41 1719.73 0.00 0.00 0.00 0.00 01:33:30 01:19:02 eth0 1078.25 1007.87 5424.61 150.65 0.00 0.00 0.00 0.00 01:33:30 01:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:19:02 docker0 547.81 441.25 47.92 1719.72 0.00 0.00 0.00 0.00 01:33:30 01:20:01 veth017e7f4 65.21 106.91 4.95 298.72 0.00 0.00 0.00 0.00 01:33:30 01:20:01 eth0 613.73 585.33 4014.91 95.25 0.00 0.00 0.00 0.00 01:33:30 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:20:01 docker0 347.74 325.56 27.02 1272.54 0.00 0.00 0.00 0.00 01:33:30 01:21:01 vethdb2ecea 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:33:30 01:21:01 eth0 185.47 139.19 584.40 23.88 0.00 0.00 0.00 0.00 01:33:30 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:21:01 docker0 119.98 149.99 9.10 551.52 0.00 0.00 0.00 0.00 01:33:30 01:22:01 vethdb2ecea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:22:01 eth0 21.57 14.67 16.28 8.97 0.00 0.00 0.00 0.00 01:33:30 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:23:02 vethdb2ecea 2.22 2.22 0.18 0.18 0.00 0.00 0.00 0.00 01:33:30 01:23:02 eth0 34.05 28.98 16.37 83.41 0.00 0.00 0.00 0.00 01:33:30 01:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:23:02 docker0 2.22 2.22 0.15 0.18 0.00 0.00 0.00 0.00 01:33:30 01:24:01 vethdb2ecea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:24:01 eth0 14.13 9.70 11.48 6.38 0.00 0.00 0.00 0.00 01:33:30 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:25:02 eth0 182.38 145.33 1683.72 73.86 0.00 0.00 0.00 0.00 01:33:30 01:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:25:02 veth26d8c34 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:33:30 01:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:26:09 eth0 76.26 52.74 161.66 10.15 0.00 0.00 0.00 0.00 01:33:30 01:26:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:26:09 veth26d8c34 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 01:33:30 01:26:09 docker0 40.14 57.55 2.45 148.56 0.00 0.00 0.00 0.00 01:33:30 01:27:01 vethbfda32c 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:27:01 veth4c182d1 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:27:01 eth0 3.44 2.62 2.66 1.55 0.00 0.00 0.00 0.00 01:33:30 01:27:01 veth8dad4f6 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 01:33:30 01:28:01 veth4c182d1 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 01:33:30 01:28:01 eth0 14.97 11.41 54.42 4.82 0.00 0.00 0.00 0.00 01:33:30 01:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:33:30 01:28:01 veth26d8c34 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 01:33:30 01:29:02 eth0 94.41 70.54 209.87 98.48 0.00 0.00 0.00 0.00 01:33:30 01:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:29:02 veth26d8c34 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 01:33:30 01:29:02 docker0 1068.88 1003.68 86.95 3822.96 0.00 0.00 0.00 0.00 01:33:30 01:30:02 veth472991f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:30:02 eth0 34.51 26.51 48.28 9.12 0.00 0.00 0.00 0.00 01:33:30 01:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:30:02 veth26d8c34 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:31:01 eth0 207.60 154.73 1658.15 84.22 0.00 0.00 0.00 0.00 01:33:30 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:31:01 veth26d8c34 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:31:01 docker0 1138.20 1095.66 91.99 4351.57 0.00 0.00 0.00 0.00 01:33:30 01:32:01 eth0 12.46 8.24 8.53 12.01 0.00 0.00 0.00 0.00 01:33:30 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:33:01 eth0 20.35 13.93 93.76 4.93 0.00 0.00 0.00 0.00 01:33:30 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 Average: eth0 173.34 151.69 932.14 44.66 0.00 0.00 0.00 0.00 01:33:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:30 Average: docker0 74.92 72.12 6.06 286.44 0.00 0.00 0.00 0.00 01:33:30 01:33:30 01:33:30 ---> sar -P ALL: 01:33:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 01:33:30 01:33:30 01:17:33 LINUX RESTART (4 CPU) 01:33:30 01:33:30 01:18:01 CPU %user %nice %system %iowait %steal %idle 01:33:30 01:19:02 all 19.76 0.00 8.86 3.80 10.38 57.19 01:33:30 01:19:02 0 23.57 0.00 10.27 1.69 9.60 54.87 01:33:30 01:19:02 1 19.18 0.00 8.98 4.96 10.55 56.34 01:33:30 01:19:02 2 18.46 0.00 8.40 3.39 10.74 59.01 01:33:30 01:19:02 3 17.99 0.00 7.86 5.12 10.61 58.43 01:33:30 01:20:01 all 13.12 0.00 7.53 1.86 5.74 71.76 01:33:30 01:20:01 0 13.50 0.00 8.11 1.83 6.00 70.56 01:33:30 01:20:01 1 10.44 0.00 7.27 2.94 5.80 73.55 01:33:30 01:20:01 2 10.95 0.00 7.09 1.22 5.84 74.90 01:33:30 01:20:01 3 17.65 0.00 7.66 1.44 5.31 67.93 01:33:30 01:21:01 all 18.45 0.00 9.04 4.96 6.23 61.33 01:33:30 01:21:01 0 19.90 0.00 9.30 4.18 6.10 60.52 01:33:30 01:21:01 1 17.65 0.00 9.14 5.65 6.29 61.27 01:33:30 01:21:01 2 16.58 0.00 8.90 5.04 6.35 63.14 01:33:30 01:21:01 3 19.68 0.00 8.83 4.95 6.17 60.37 01:33:30 01:22:01 all 52.62 0.00 15.03 4.41 12.67 15.27 01:33:30 01:22:01 0 58.66 0.00 16.68 5.35 10.46 8.85 01:33:30 01:22:01 1 51.09 0.00 13.96 4.44 12.86 17.65 01:33:30 01:22:01 2 51.92 0.00 15.56 5.74 12.11 14.67 01:33:30 01:22:01 3 49.00 0.00 14.00 2.16 15.14 19.70 01:33:30 01:23:02 all 40.04 0.00 14.49 1.49 10.93 33.05 01:33:30 01:23:02 0 41.01 0.00 15.15 2.01 11.26 30.57 01:33:30 01:23:02 1 40.52 0.00 14.62 0.98 10.31 33.57 01:33:30 01:23:02 2 41.39 0.00 15.04 1.57 10.27 31.72 01:33:30 01:23:02 3 37.30 0.00 13.18 1.40 11.85 36.28 01:33:30 01:24:01 all 36.06 0.00 13.52 2.45 12.18 35.79 01:33:30 01:24:01 0 36.27 0.00 13.31 2.72 12.50 35.19 01:33:30 01:24:01 1 37.18 0.00 14.99 3.07 11.26 33.50 01:33:30 01:24:01 2 36.50 0.00 13.62 1.43 11.85 36.61 01:33:30 01:24:01 3 34.33 0.00 12.18 2.57 13.08 37.83 01:33:30 01:25:02 all 15.86 0.00 13.45 3.78 13.36 53.54 01:33:30 01:25:02 0 16.15 0.00 13.91 3.11 13.31 53.51 01:33:30 01:25:02 1 17.75 0.00 13.92 2.56 12.92 52.84 01:33:30 01:25:02 2 14.62 0.00 13.19 3.67 13.71 54.82 01:33:30 01:25:02 3 14.92 0.00 12.79 5.79 13.50 52.99 01:33:30 01:26:09 all 15.10 0.00 17.65 14.04 24.00 29.21 01:33:30 01:26:09 0 13.15 0.00 14.91 12.14 24.94 34.87 01:33:30 01:26:09 1 14.64 0.00 17.02 13.17 24.38 30.79 01:33:30 01:26:09 2 15.97 0.00 19.42 15.34 23.64 25.64 01:33:30 01:26:09 3 16.75 0.00 19.42 15.64 22.97 25.22 01:33:30 01:27:01 all 14.59 0.00 19.26 25.77 19.19 21.19 01:33:30 01:27:01 0 12.81 0.00 18.11 23.90 19.39 25.79 01:33:30 01:27:01 1 13.14 0.00 18.11 26.61 20.02 22.11 01:33:30 01:27:01 2 15.34 0.00 19.44 25.60 18.87 20.75 01:33:30 01:27:01 3 17.22 0.00 21.49 27.03 18.43 15.83 01:33:30 01:28:01 all 74.25 0.00 15.56 2.41 5.79 1.99 01:33:30 01:28:01 0 74.56 0.00 14.62 2.05 7.00 1.77 01:33:30 01:28:01 1 74.76 0.00 16.22 2.65 4.57 1.79 01:33:30 01:28:01 2 74.57 0.00 15.23 2.32 5.53 2.36 01:33:30 01:28:01 3 73.11 0.00 16.14 2.61 6.08 2.05 01:33:30 01:29:02 all 16.54 0.00 21.01 14.67 17.04 30.74 01:33:30 01:29:02 0 17.01 0.00 19.60 10.22 16.56 36.61 01:33:30 01:29:02 1 16.07 0.00 20.58 16.37 17.47 29.51 01:33:30 01:29:02 2 15.55 0.00 21.17 14.09 17.56 31.62 01:33:30 01:29:02 3 17.56 0.00 22.72 18.00 16.54 25.18 01:33:30 01:33:30 01:29:02 CPU %user %nice %system %iowait %steal %idle 01:33:30 01:30:02 all 54.36 0.00 20.51 8.09 9.40 7.65 01:33:30 01:30:02 0 55.13 0.00 19.12 7.57 9.73 8.45 01:33:30 01:30:02 1 54.19 0.00 21.42 8.63 9.18 6.58 01:33:30 01:30:02 2 54.62 0.00 19.38 8.00 10.51 7.49 01:33:30 01:30:02 3 53.47 0.00 22.15 8.15 8.15 8.09 01:33:30 01:31:01 all 24.02 0.00 12.17 5.52 9.42 48.87 01:33:30 01:31:01 0 25.04 0.00 12.20 4.58 10.26 47.92 01:33:30 01:31:01 1 21.51 0.00 11.76 5.42 9.17 52.13 01:33:30 01:31:01 2 26.47 0.00 13.69 6.35 8.28 45.21 01:33:30 01:31:01 3 23.10 0.00 11.05 5.71 9.98 50.15 01:33:30 01:32:01 all 0.85 0.00 1.48 1.64 1.44 94.59 01:33:30 01:32:01 0 1.10 0.00 1.58 0.86 1.35 95.11 01:33:30 01:32:01 1 0.78 0.00 1.46 2.78 1.31 93.66 01:33:30 01:32:01 2 0.87 0.00 1.38 2.61 1.18 93.96 01:33:30 01:32:01 3 0.66 0.00 1.49 0.33 1.90 95.62 01:33:30 01:33:01 all 1.21 0.00 0.78 1.34 0.72 95.95 01:33:30 01:33:01 0 0.93 0.00 0.50 0.18 0.60 97.79 01:33:30 01:33:01 1 2.18 0.00 1.17 2.62 0.80 93.24 01:33:30 01:33:01 2 0.51 0.00 0.90 0.51 0.83 97.25 01:33:30 01:33:01 3 1.21 0.00 0.57 2.06 0.65 95.51 01:33:30 Average: all 25.92 0.00 12.59 6.33 10.63 44.54 01:33:30 Average: 0 26.61 0.00 12.40 5.44 10.72 44.83 01:33:30 Average: 1 25.54 0.00 12.62 6.78 10.54 44.52 01:33:30 Average: 2 25.71 0.00 12.74 6.38 10.54 44.64 01:33:30 Average: 3 25.80 0.00 12.62 6.71 10.72 44.16 01:33:30 01:33:30 01:33:30