Pull request #3293 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10558b9a28ea04086f65646d06c9cc297730a948+5dc7e5651dca608dfecf419d4d65481f56e38b66 (715883a11b98bc1a63fd9aaadf07446520477177) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31237 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [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 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 10558b9a28ea04086f65646d06c9cc297730a948 Merge succeeded, producing a93ffb4c9050ee7fb6674a44443b4033b4d00f17 Checking out Revision a93ffb4c9050ee7fb6674a44443b4033b4d00f17 (PR-3293) > 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/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10558b9a28ea04086f65646d06c9cc297730a948 # 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 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a93ffb4c9050ee7fb6674a44443b4033b4d00f17 # timeout=10 Commit message: "Merge commit '5dc7e5651dca608dfecf419d4d65481f56e38b66' into HEAD" > git rev-list --no-walk 10558b9a28ea04086f65646d06c9cc297730a948 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:40:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:40:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:40:23 ========================================================= 18:40:23 EdgeX Global Pipelines Version Info 18:40:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:40:26 ------------------- 18:40:26 stable info: 18:40:26 ------------------- 18:40:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:40:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:40:26 Message: update stable to v1.0.186 18:40:27 ------------------- 18:40:27 experimental info: 18:40:27 ------------------- 18:40:27 Commited By: **** collab-it+edgex@linuxfoundation.org 18:40:27 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 18:40:27 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:40:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:40:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:40:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:40:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:40:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3293 [Pipeline] echo 18:40:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3293 [Pipeline] echo 18:40:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3293 [Pipeline] echo 18:40:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [Pipeline] echo 18:40:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a93ffb4 [Pipeline] echo 18:40:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:40:30 provisioning config files... 18:40:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2711004650587774279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:40:31 ---> docker-login.sh 18:40:31 nexus3.edgexfoundry.org:10001 18:40:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:32 Configure a credential helper to remove this warning. See 18:40:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:32 18:40:32 Login Succeeded 18:40:32 nexus3.edgexfoundry.org:10002 18:40:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:33 Configure a credential helper to remove this warning. See 18:40:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:33 18:40:33 Login Succeeded 18:40:33 nexus3.edgexfoundry.org:10003 18:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:34 Configure a credential helper to remove this warning. See 18:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:34 18:40:34 Login Succeeded 18:40:34 nexus3.edgexfoundry.org:10004 18:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:34 Configure a credential helper to remove this warning. See 18:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:34 18:40:34 Login Succeeded 18:40:34 docker.io 18:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:34 Configure a credential helper to remove this warning. See 18:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:34 18:40:34 Login Succeeded 18:40:34 ---> docker-login.sh ends [Pipeline] } 18:40:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:35 ++ 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 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/core-command/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo core-command,cmd/core-command/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/core-data/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo core-data,cmd/core-data/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/core-metadata/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo core-metadata,cmd/core-metadata/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/security-bootstrapper/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/security-proxy-setup/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/support-notifications/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo support-notifications,cmd/support-notifications/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/support-scheduler/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:40:35 + for file in '`ls cmd/**/Dockerfile`' 18:40:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:40:35 ++ cut -d/ -f2 18:40:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:40:35 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 18:40:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:37 18:40:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:40:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:37 latest: Pulling from edgex-devops/git-semver 18:40:37 31603596830f: Pulling fs layer 18:40:37 2a8b12db71e7: Pulling fs layer 18:40:37 6ca5941a6612: Pulling fs layer 18:40:37 ecc8261a40a4: Pulling fs layer 18:40:37 ecc8261a40a4: Waiting 18:40:37 2a8b12db71e7: Verifying Checksum 18:40:37 2a8b12db71e7: Download complete 18:40:37 31603596830f: Download complete 18:40:38 6ca5941a6612: Verifying Checksum 18:40:38 6ca5941a6612: Download complete 18:40:38 ecc8261a40a4: Verifying Checksum 18:40:38 ecc8261a40a4: Download complete 18:40:38 31603596830f: Pull complete 18:40:38 2a8b12db71e7: Pull complete 18:40:40 6ca5941a6612: Pull complete 18:40:40 ecc8261a40a4: Pull complete 18:40:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:40:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:40:40 prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container 18:40:40 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:40:43 $ docker top 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:44 [ssh-agent] Looking for ssh-agent implementation... 18:40:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:44 $ docker exec 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent 18:40:44 SSH_AUTH_SOCK=/tmp/ssh-bAXWINTrc9a1/agent.11 18:40:44 SSH_AGENT_PID=16 18:40:44 Running ssh-add (command line suppressed) 18:40:45 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5283894759063362580.key (/w/workspace/edgex-go/2@tmp/private_key_5283894759063362580.key) 18:40:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:45 + git tag --points-at HEAD [Pipeline] } 18:40:45 $ docker exec --env ******** --env ******** 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent -k 18:40:46 unset SSH_AUTH_SOCK; 18:40:46 unset SSH_AGENT_PID; 18:40:46 echo Agent pid 16 killed; 18:40:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:40:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:46 [ssh-agent] Looking for ssh-agent implementation... 18:40:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:46 $ docker exec 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent 18:40:47 SSH_AUTH_SOCK=/tmp/ssh-0gU9pGFznWK4/agent.45 18:40:47 SSH_AGENT_PID=50 18:40:47 Running ssh-add (command line suppressed) 18:40:47 Identity added: /w/workspace/edgex-go/2@tmp/private_key_625306308162323142.key (/w/workspace/edgex-go/2@tmp/private_key_625306308162323142.key) 18:40:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:48 + git semver init 18:40:48 # -> Open(): unable to determine branch for HEAD 18:40:48 # $GIT_DIR = /w/workspace/edgex-go/2/.git 18:40:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 18:40:48 # $SEMVER_REMOTE_NAME = origin 18:40:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:48 # $SEMVER_USER_NAME = edgex-jenkins 18:40:48 # $SEMVER_BRANCH = PR-3293 18:40:48 # $SEMVER_TEMP = /tmp/semver-729195592 18:40:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:41:15 # '/tmp/semver-729195592' -> '/w/workspace/edgex-go/2/.semver' 18:41:15 # -> Force: false 18:41:15 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 18:41:15 $ docker exec --env ******** --env ******** 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent -k 18:41:16 unset SSH_AUTH_SOCK; 18:41:16 unset SSH_AGENT_PID; 18:41:16 echo Agent pid 50 killed; 18:41:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:17 + git semver [Pipeline] } 18:41:17 $ docker stop --time=1 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa 18:41:19 $ docker rm -f 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa [Pipeline] // withDockerContainer [Pipeline] sh 18:41:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:41:21 Stashed 1 file(s) [Pipeline] echo 18:41:21 [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 18:41:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:41:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:41:23 + sudo service docker restart 18:41:23 + true 18:41:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:41:24 ========================================================= 18:41:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:41:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:41:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:41:33 Sending build context to Docker daemon 328.8MB 18:41:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:41:33 Step 2/6 : FROM ${BASE} 18:41:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:41:33 188c0c94c7c5: Pulling fs layer 18:41:33 0ef7d3d256c8: Pulling fs layer 18:41:33 de9db76c5a1d: Pulling fs layer 18:41:33 bca2f99d35d6: Pulling fs layer 18:41:33 93359f2a8cfa: Pulling fs layer 18:41:33 7c6f9722023f: Pulling fs layer 18:41:33 a35cf1a2eb13: Pulling fs layer 18:41:33 bca2f99d35d6: Waiting 18:41:33 93359f2a8cfa: Waiting 18:41:33 7c6f9722023f: Waiting 18:41:33 a35cf1a2eb13: Waiting 18:41:33 de9db76c5a1d: Download complete 18:41:33 0ef7d3d256c8: Verifying Checksum 18:41:33 0ef7d3d256c8: Download complete 18:41:33 93359f2a8cfa: Verifying Checksum 18:41:33 93359f2a8cfa: Download complete 18:41:33 7c6f9722023f: Verifying Checksum 18:41:33 7c6f9722023f: Download complete 18:41:33 188c0c94c7c5: Verifying Checksum 18:41:33 188c0c94c7c5: Download complete 18:41:33 188c0c94c7c5: Pull complete 18:41:34 0ef7d3d256c8: Pull complete 18:41:35 de9db76c5a1d: Pull complete 18:41:36 a35cf1a2eb13: Verifying Checksum 18:41:36 a35cf1a2eb13: Download complete 18:41:36 Still waiting to schedule task 18:41:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:41:37 bca2f99d35d6: Verifying Checksum 18:41:37 bca2f99d35d6: Download complete 18:41:52 bca2f99d35d6: Pull complete 18:41:52 93359f2a8cfa: Pull complete 18:41:52 7c6f9722023f: Pull complete 18:41:57 a35cf1a2eb13: Pull complete 18:41:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:41:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:41:57 ---> a62c8e92a672 18:41:57 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 18:41:57 ---> Running in af70c6c4f170 18:42:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:42:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:42:00 (1/12) Installing libmagic (5.38-r0) 18:42:01 (2/12) Installing file (5.38-r0) 18:42:01 (3/12) Installing libc-dev (0.7.2-r3) 18:42:01 (4/12) Installing g++ (9.3.0-r2) 18:42:10 (5/12) Installing fortify-headers (1.1-r0) 18:42:10 (6/12) Installing patch (2.7.6-r6) 18:42:10 (7/12) Installing build-base (0.5-r2) 18:42:10 (8/12) Installing libsodium (1.0.18-r0) 18:42:10 (9/12) Installing pkgconf (1.7.2-r0) 18:42:10 (10/12) Installing libsodium-dev (1.0.18-r0) 18:42:10 (11/12) Installing libzmq (4.3.3-r0) 18:42:10 (12/12) Installing zeromq-dev (4.3.3-r0) 18:42:10 Executing busybox-1.31.1-r19.trigger 18:42:10 OK: 233 MiB in 51 packages 18:42:17 Removing intermediate container af70c6c4f170 18:42:17 ---> 0ec72605491c 18:42:17 Step 4/6 : WORKDIR /edgex-go 18:42:17 ---> Running in 27b23cc6148b 18:42:17 Removing intermediate container 27b23cc6148b 18:42:17 ---> 5b011a336825 18:42:17 Step 5/6 : COPY go.mod . 18:42:17 ---> 357064dc6375 18:42:17 Step 6/6 : RUN go mod download 18:42:17 ---> Running in e52c1e43b755 18:42:49 Removing intermediate container e52c1e43b755 18:42:49 ---> 20ef77988e0d 18:42:49 Successfully built 20ef77988e0d 18:42:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:42:50 + docker inspect -f . ci-base-image-x86_64 18:42:50 . [Pipeline] withDockerContainer 18:42:51 prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container 18:42:51 $ 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 ******** ci-base-image-x86_64 cat 18:42:52 $ docker top f8eeb6d9b99cdd9222a3145dcd666bddad935418e7b120adce2377a7bbc28337 -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:53 + go version 18:42:53 go version go1.15.5 linux/amd64 [Pipeline] } 18:42:53 $ docker stop --time=1 f8eeb6d9b99cdd9222a3145dcd666bddad935418e7b120adce2377a7bbc28337 18:42:55 $ docker rm -f f8eeb6d9b99cdd9222a3145dcd666bddad935418e7b120adce2377a7bbc28337 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:56 + docker inspect -f . ci-base-image-x86_64 18:42:56 . [Pipeline] withDockerContainer 18:42:56 prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container 18:42:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** ci-base-image-x86_64 cat 18:42:59 $ docker top 599cc8e7a7285c6c1a22f902b6b2314c9dd78102f50ab9013fa9b595ceb8d771 -eo pid,comm [Pipeline] { [Pipeline] echo 18:42:59 ========================================================= 18:42:59 [edgeXBuildGoParallel] Running Tests and Build... 18:42:59 ========================================================= [Pipeline] sh 18:43:00 + make test 18:43:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:43:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31238 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws 18:43:20 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:43:23 ? github.com/edgexfoundry/edgex-go [no test files] 18:43:26 using credential edgex-jenkins-ssh 18:43:26 Cloning the remote Git repository 18:43:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:43:26 > git init /w/workspace/edgex-go/2 # timeout=10 18:43:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:43:26 > git --version # timeout=10 18:43:26 > git --version # 'git version 2.17.1' 18:43:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:46 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 10558b9a28ea04086f65646d06c9cc297730a948 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:43:46 Failed in branch arm64 18:43:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:43:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:43:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:43:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:46 > git config core.sparsecheckout # timeout=10 18:43:46 > git checkout -f 10558b9a28ea04086f65646d06c9cc297730a948 # timeout=10 18:44:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:44:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:44:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:44:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:44:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:44:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:44:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:44:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:44:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:44:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:44:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:44:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:44:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:44:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 45.9% of statements 18:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:44:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.178s coverage: 19.8% of statements 18:44:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements 18:44:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.390s coverage: 27.1% of statements 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:44:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:44:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.135s coverage: 100.0% of statements 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:44:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:44:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.490s coverage: 82.9% of statements 18:44:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:44:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:44:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.101s coverage: 78.9% of statements 18:44:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.833s coverage: 28.6% of statements 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.143s coverage: 100.0% of statements 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.188s coverage: 86.7% of statements 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.232s coverage: 97.5% of statements 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.304s coverage: 92.8% of statements 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.292s coverage: 58.8% of statements 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.102s coverage: 0.1% of statements 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.112s coverage: 79.5% of statements 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.264s coverage: 96.3% of statements 18:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 18:45:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 18:45:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.112s coverage: 44.8% of statements 18:45:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.678s coverage: 82.6% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.286s coverage: 92.9% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.285s coverage: 77.8% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.086s coverage: 100.0% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.161s coverage: 75.5% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.157s coverage: 91.6% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.300s coverage: 64.4% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.551s coverage: 69.0% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 38.4% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.074s coverage: 89.5% of statements 18:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 18:45:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.351s coverage: 47.0% of statements 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:45:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:45:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:45:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.543s coverage: 87.1% of statements 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:45:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.997s coverage: 29.1% of statements 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:45:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:45:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.142s coverage: 100.0% of statements 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:45:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.242s coverage: 94.0% of statements 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:45:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:45:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.085s coverage: 100.0% of statements 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:45:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.290s coverage: 87.9% of statements 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:45:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:45:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.135s coverage: 100.0% of statements 18:45:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements 18:45:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements 18:45:37 GO111MODULE=on go vet ./... 18:47:15 gofmt -l . 18:47:15 [ "`gofmt -l .`" = "" ] 18:47:15 ./bin/test-go-mod-tidy.sh 18:47:15 ./bin/test-attribution-txt.sh [Pipeline] sh 18:47:19 + ls -al . 18:47:19 total 776 18:47:19 drwxrwxr-x 10 1001 1001 4096 Mar 24 18:47 . 18:47:19 drwxr-xr-x 4 root root 28 Mar 24 18:42 .. 18:47:19 -rw-rw-r-- 1 1001 1001 11 Mar 24 18:40 .dockerignore 18:47:19 drwxrwxr-x 8 1001 1001 179 Mar 24 18:40 .git 18:47:19 drwxrwxr-x 3 1001 1001 125 Mar 24 18:40 .github 18:47:19 -rw-rw-r-- 1 1001 1001 818 Mar 24 18:40 .gitignore 18:47:19 drwx------ 3 1001 1001 60 Mar 24 18:41 .semver 18:47:19 -rw-rw-r-- 1 1001 1001 166 Mar 24 18:40 .sonarcloud.properties 18:47:19 -rw-rw-r-- 1 1001 1001 8607 Mar 24 18:40 Attribution.txt 18:47:19 -rw-rw-r-- 1 1001 1001 3804 Mar 24 18:40 CONTRIBUTING.md 18:47:19 -rw-rw-r-- 1 1001 1001 931 Mar 24 18:40 Dockerfile.build 18:47:19 -rw-rw-r-- 1 1001 1001 863 Mar 24 18:40 Jenkinsfile 18:47:19 -rw-rw-r-- 1 1001 1001 10775 Mar 24 18:40 LICENSE 18:47:19 -rw-rw-r-- 1 1001 1001 5774 Mar 24 18:40 Makefile 18:47:19 -rw-rw-r-- 1 1001 1001 6548 Mar 24 18:40 README.md 18:47:19 -rw-rw-r-- 1 1001 1001 6755 Mar 24 18:40 SECURITY.md 18:47:19 -rw-rw-r-- 1 1001 1001 5 Mar 24 18:41 VERSION 18:47:19 -rw-rw-r-- 1 1001 1001 4131 Mar 24 18:40 ZMQWindows.md 18:47:19 drwxrwxr-x 2 1001 1001 117 Mar 24 18:40 bin 18:47:19 drwxrwxr-x 14 1001 1001 4096 Mar 24 18:40 cmd 18:47:19 -rw-r--r-- 1 root root 666600 Mar 24 18:45 coverage.out 18:47:19 -rw-r--r-- 1 root root 1056 Mar 24 18:47 go.mod 18:47:19 -rw-r--r-- 1 root root 22211 Mar 24 18:47 go.sum 18:47:19 drwxrwxr-x 8 1001 1001 127 Mar 24 18:40 internal 18:47:19 drwxrwxr-x 4 1001 1001 26 Mar 24 18:40 openapi 18:47:19 drwxrwxr-x 4 1001 1001 71 Mar 24 18:40 snap 18:47:19 -rw-rw-r-- 1 1001 1001 168 Mar 24 18:40 version.go [Pipeline] sh 18:47:19 + '[' -e coverage.out ] 18:47:19 + chown 1001:1001 coverage.out [Pipeline] stash 18:47:20 Stashed 1 file(s) [Pipeline] sh 18:47:20 + make build 18:47:20 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 18:47:27 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 18:48:08 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 18:48:15 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 18:48:24 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 18:48:24 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 18:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:48:34 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 18:48:35 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 18:48:39 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 18:48:42 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 18:48:50 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] } 18:48:59 $ docker stop --time=1 599cc8e7a7285c6c1a22f902b6b2314c9dd78102f50ab9013fa9b595ceb8d771 18:49:01 $ docker rm -f 599cc8e7a7285c6c1a22f902b6b2314c9dd78102f50ab9013fa9b595ceb8d771 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:49:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:49:03 18:49:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:49:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:49:04 latest: Pulling from edgex-devops/edgex-compose 18:49:04 cbdbe7a5bc2a: Pulling fs layer 18:49:04 ca9280d653b3: Pulling fs layer 18:49:04 7e9c9ca2126c: Pulling fs layer 18:49:04 cbdbe7a5bc2a: Download complete 18:49:05 ca9280d653b3: Verifying Checksum 18:49:05 ca9280d653b3: Download complete 18:49:05 cbdbe7a5bc2a: Pull complete 18:49:07 7e9c9ca2126c: Verifying Checksum 18:49:07 7e9c9ca2126c: Download complete 18:49:07 ca9280d653b3: Pull complete 18:49:17 7e9c9ca2126c: Pull complete 18:49:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:49:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:49:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:49:18 prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container 18:49:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:49:22 $ docker top 83a3c21c3d18312d20aa0922a942569034bbdc45370a87302c21c2b3e7cf4a29 -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:23 + docker-compose build --help 18:49:23 + grep parallel 18:49:25 --parallel Build images in parallel. [Pipeline] } 18:49:25 $ docker stop --time=1 83a3c21c3d18312d20aa0922a942569034bbdc45370a87302c21c2b3e7cf4a29 18:49:27 $ docker rm -f 83a3c21c3d18312d20aa0922a942569034bbdc45370a87302c21c2b3e7cf4a29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:49:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:49:28 . [Pipeline] withDockerContainer 18:49:29 prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container 18:49:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:49:31 $ docker top 64426bca1294989f400b6d0710944a7a507acffa1472c8b1321845382838a19d -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:33 + docker-compose -f ./docker-compose-build.yml build --parallel 18:49:35 Building docker-core-command-go ... 18:49:35 Building docker-core-data-go ... 18:49:35 Building docker-core-metadata-go ... 18:49:35 Building docker-security-bootstrapper-go ... 18:49:35 Building docker-security-proxy-setup-go ... 18:49:35 Building docker-security-secretstore-setup-go ... 18:49:35 Building docker-support-notifications-go ... 18:49:35 Building docker-support-scheduler-go ... 18:49:35 Building docker-sys-mgmt-agent-go ... 18:49:35 Building docker-core-metadata-go 18:49:35 Building docker-support-scheduler-go 18:49:35 Building docker-security-proxy-setup-go 18:49:35 Building docker-security-bootstrapper-go 18:49:35 Building docker-sys-mgmt-agent-go 18:51:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:51:13 ---> 20ef77988e0d 18:51:13 Step 3/21 : WORKDIR /edgex-go 18:51:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:51:13 ---> 20ef77988e0d 18:51:13 Step 3/31 : WORKDIR /edgex-go 18:51:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:51:13 ---> 20ef77988e0d 18:51:13 Step 3/22 : WORKDIR /edgex-go 18:51:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:51:13 ---> 20ef77988e0d 18:51:13 Step 3/23 : WORKDIR /edgex-go 18:51:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:51:13 ---> 20ef77988e0d 18:51:13 Step 3/26 : WORKDIR /edgex-go 18:51:13 ---> Running in 68ede505046a 18:51:13 ---> Running in 0cd22228d875 18:51:13 ---> Running in 1ac8eaf95f09 18:51:13 ---> Running in 2b77492e7297 18:51:13 ---> Running in f0940cf76792 18:51:13 Removing intermediate container f0940cf76792 18:51:13 ---> 994e45d40277 18:51:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:13 Removing intermediate container 1ac8eaf95f09 18:51:13 ---> 982f32641cb5 18:51:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:13 Removing intermediate container 2b77492e7297 18:51:13 ---> a506ebba2476 18:51:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:13 Removing intermediate container 0cd22228d875 18:51:13 ---> 995d32fb75fc 18:51:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:13 Removing intermediate container 68ede505046a 18:51:13 ---> d01d496a0dbe 18:51:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:13 ---> Running in f2164879fa7f 18:51:13 ---> Running in 91550a1dd3bb 18:51:13 ---> Running in dd2cb9088730 18:51:13 ---> Running in ede176443166 18:51:13 ---> Running in bc79dce49bd7 18:51:13 Removing intermediate container 91550a1dd3bb 18:51:13 ---> 5d7fe514b52c 18:51:13 Step 5/31 : RUN apk add --update --no-cache make git 18:51:13 Removing intermediate container f2164879fa7f 18:51:13 ---> 92d4c0b8a124 18:51:13 Step 5/22 : RUN apk add --update --no-cache make git 18:51:13 Removing intermediate container ede176443166 18:51:13 ---> 6bc8b242b116 18:51:13 Step 5/26 : RUN apk add --update --no-cache make bash git 18:51:13 Removing intermediate container bc79dce49bd7 18:51:13 ---> 81eaba9f19fb 18:51:13 Step 5/21 : RUN apk add --update --no-cache make git 18:51:13 ---> Running in b825d30e19a4 18:51:13 ---> Running in 8d3969ef58e8 18:51:13 ---> Running in 4f2a55487dca 18:51:13 ---> Running in ac94bc20fe9f 18:51:13 Removing intermediate container dd2cb9088730 18:51:13 ---> eafaa51cac96 18:51:13 Step 5/23 : RUN apk add --update --no-cache make git 18:51:13 ---> Running in 9a52b5f6c5f9 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:13 OK: 233 MiB in 51 packages 18:51:13 OK: 233 MiB in 51 packages 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:13 OK: 233 MiB in 51 packages 18:51:14 OK: 233 MiB in 51 packages 18:51:14 OK: 233 MiB in 51 packages 18:51:15 Removing intermediate container b825d30e19a4 18:51:15 ---> f9151a2de4b3 18:51:15 Step 6/31 : COPY go.mod . 18:51:15 Removing intermediate container 8d3969ef58e8 18:51:15 ---> a6c94dc3d664 18:51:15 Step 6/22 : COPY go.mod . 18:51:15 Removing intermediate container 4f2a55487dca 18:51:15 ---> 9b343f7be939 18:51:15 Step 6/21 : COPY go.mod . 18:51:16 Removing intermediate container 9a52b5f6c5f9 18:51:16 ---> 8b43bb2bb604 18:51:16 Step 6/23 : COPY go.mod . 18:51:16 ---> 5cf99cf9dd7c 18:51:16 Step 7/31 : RUN go mod download 18:51:16 Removing intermediate container ac94bc20fe9f 18:51:16 ---> d80260c2a467 18:51:16 Step 6/26 : COPY go.mod . 18:51:16 ---> 40be50dcfd34 18:51:16 Step 7/22 : RUN go mod download 18:51:16 ---> 4fb06ef41a95 18:51:16 Step 7/21 : RUN go mod download 18:51:17 ---> Running in cfe987ae403b 18:51:17 ---> Running in 1b080223bad6 18:51:17 ---> Running in 77b31d9dacc4 18:51:17 ---> 824c5a7084bd 18:51:17 Step 7/23 : RUN go mod download 18:51:17 ---> Running in 0a37b6baceaa 18:51:17 ---> a3b7a0722e7b 18:51:17 Step 7/26 : RUN go mod download 18:51:17 ---> Running in b9f5ac34ceb0 18:51:24 Removing intermediate container b9f5ac34ceb0 18:51:24 ---> f45bcbc5ef7c 18:51:24 Step 8/26 : COPY . . 18:51:24 Removing intermediate container 1b080223bad6 18:51:24 ---> 96c23375edbe 18:51:24 Step 8/21 : COPY . . 18:51:24 Removing intermediate container 77b31d9dacc4 18:51:24 ---> 6fbd38ec22a1 18:51:24 Step 8/22 : COPY . . 18:51:24 Removing intermediate container 0a37b6baceaa 18:51:24 ---> 465151cd7fae 18:51:24 Step 8/23 : COPY . . 18:51:25 Removing intermediate container cfe987ae403b 18:51:25 ---> b911bfa819ff 18:51:25 Step 8/31 : COPY . . 18:53:35 ---> 58a9e847cbbb 18:53:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:53:35 ---> 27800238c174 18:53:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:53:35 ---> 29081f06a484 18:53:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:53:35 ---> 13b522ce6d00 18:53:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> 0ded1df70f2f 18:53:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:53:35 18:53:35 ---> Running in 6396ff024e12 18:53:35 ---> Running in 39d6d76195b6 18:53:35 ---> Running in b5370ec99560 18:53:35 ---> Running in 2784358a0064 18:53:35 ---> Running in 77d1d3c64246 18:53:36 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 18:53:36 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 18:53:36 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 18:53:36 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 18:53:36 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 18:54:34 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 18:54:50 Removing intermediate container b5370ec99560 18:54:50 ---> 4710840e707f 18:54:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:54:50 ---> Running in 6f4f31f48623 18:54:50 Removing intermediate container 39d6d76195b6 18:54:50 ---> c90b94afbd2e 18:54:50 18:54:50 Step 10/31 : FROM alpine:3.12 18:54:50 3.12: Pulling from library/alpine 18:54:51 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 18:54:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:54:55 Status: Downloaded newer image for alpine:3.12 18:54:55 ---> 88dd2752d2ea 18:54:55 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:54:55 Removing intermediate container 6396ff024e12 18:54:55 ---> 973a562e8c47 18:54:55 18:54:55 Step 10/21 : FROM alpine:3.12 18:54:55 ---> 88dd2752d2ea 18:54:55 Step 11/21 : RUN apk add --update --no-cache curl 18:54:55 ---> Running in fbd8105ffa7d 18:54:56 ---> Running in e2a924c0481d 18:54:57 Removing intermediate container 77d1d3c64246 18:54:57 ---> 5a57805a37e6 18:54:57 18:54:57 Step 10/22 : FROM alpine:3.12 18:54:57 ---> 88dd2752d2ea 18:54:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:54:59 ---> Running in 60413b829b7a 18:54:59 Removing intermediate container fbd8105ffa7d 18:54:59 ---> 383a2669b775 18:54:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:55:00 ---> Running in 3a79e5228414 18:55:01 Removing intermediate container 6f4f31f48623 18:55:01 ---> c6c6f9c8f49b 18:55:01 18:55:01 Step 11/26 : FROM docker:20.10.0 18:55:01 20.10.0: Pulling from library/docker 18:55:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:04 (1/4) Installing ca-certificates (20191127-r4) 18:55:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:55:04 (3/4) Installing libcurl (7.69.1-r3) 18:55:04 (4/4) Installing curl (7.69.1-r3) 18:55:04 (1/1) Installing dumb-init (1.2.2-r1) 18:55:04 Executing busybox-1.31.1-r19.trigger 18:55:04 Executing busybox-1.31.1-r19.trigger 18:55:04 OK: 6 MiB in 15 packages 18:55:04 Executing ca-certificates-20191127-r4.trigger 18:55:04 OK: 7 MiB in 18 packages 18:55:04 (1/2) Installing dumb-init (1.2.2-r1) 18:55:04 (2/2) Installing su-exec (0.2-r1) 18:55:04 Executing busybox-1.31.1-r19.trigger 18:55:04 OK: 6 MiB in 16 packages 18:55:05 Removing intermediate container 2784358a0064 18:55:05 ---> d546ba08f391 18:55:05 18:55:05 Step 10/23 : FROM alpine:3.12 18:55:05 ---> 88dd2752d2ea 18:55:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:55:05 ---> Running in 4b7dd3a753fa 18:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:07 (1/1) Installing dumb-init (1.2.2-r1) 18:55:07 Executing busybox-1.31.1-r19.trigger 18:55:07 Removing intermediate container e2a924c0481d 18:55:07 ---> 5074716ca1ab 18:55:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:55:07 OK: 6 MiB in 15 packages 18:55:08 Removing intermediate container 60413b829b7a 18:55:08 ---> 778850976ea4 18:55:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:55:08 Removing intermediate container 3a79e5228414 18:55:08 ---> 7a19eeb5ac04 18:55:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:55:08 ---> Running in b6b5f3dcd241 18:55:08 ---> Running in 4c0b314b7448 18:55:08 ---> Running in 847da578c143 18:55:09 Removing intermediate container b6b5f3dcd241 18:55:09 ---> 2692ceeccc98 18:55:09 Step 13/21 : WORKDIR /edgex 18:55:09 Removing intermediate container 4c0b314b7448 18:55:09 ---> a0b2023bd0ee 18:55:09 Step 13/22 : ENV APP_PORT=48085 18:55:09 Removing intermediate container 847da578c143 18:55:09 ---> 23c781406a7e 18:55:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:55:09 ---> Running in b2f884925f47 18:55:10 Removing intermediate container 4b7dd3a753fa 18:55:10 ---> 5d928543d407 18:55:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:55:10 ---> Running in 2c24f78f4506 18:55:10 ---> Running in 5a058173ba9d 18:55:11 ---> Running in 3e43f886f851 18:55:11 Removing intermediate container b2f884925f47 18:55:11 ---> ee07864a60ec 18:55:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:55:11 Removing intermediate container 5a058173ba9d 18:55:11 ---> a996cff5441c 18:55:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:55:11 Removing intermediate container 2c24f78f4506 18:55:11 ---> beea41427c51 18:55:11 Step 14/22 : EXPOSE $APP_PORT 18:55:12 Removing intermediate container 3e43f886f851 18:55:12 ---> a5e6fab31a87 18:55:12 Step 13/23 : ENV APP_PORT=48081 18:55:13 ---> Running in 693e4ecea6e0 18:55:13 ---> Running in 43ba343f9a51 18:55:13 ---> 625b026ceb5d 18:55:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:55:13 ---> Running in 17c7789cdf8a 18:55:16 Removing intermediate container 693e4ecea6e0 18:55:16 ---> c329d94e52dd 18:55:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:55:16 Removing intermediate container 17c7789cdf8a 18:55:16 ---> c539478da569 18:55:16 Step 14/23 : EXPOSE $APP_PORT 18:55:17 ---> 52f5be1b5d45 18:55:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:55:17 ---> Running in ca981cf3e94d 18:55:18 ---> 2422abe32d9a 18:55:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:55:19 Removing intermediate container ca981cf3e94d 18:55:19 ---> a93f0a40d704 18:55:19 Step 15/23 : WORKDIR / 18:55:20 ---> Running in a6c4f3e63341 18:55:20 ---> 660223b9854e 18:55:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:55:21 ---> Running in b31053c91bcd 18:55:21 Removing intermediate container 43ba343f9a51 18:55:21 ---> 7b75dccb5f1b 18:55:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:55:21 Removing intermediate container a6c4f3e63341 18:55:21 ---> bc5bd93c8030 18:55:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:55:21 ---> d90d159d01b0 18:55:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:55:21 ---> Running in 7331bad48987 18:55:22 Removing intermediate container b31053c91bcd 18:55:22 ---> 6ecb723f10c7 18:55:22 Step 18/21 : CMD ["--init=true"] 18:55:22 ---> Running in 1c1ab576a287 18:55:23 ---> e258b869ce45 18:55:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:55:23 Removing intermediate container 7331bad48987 18:55:23 ---> 04686828943f 18:55:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:55:23 ---> e2a8284412d7 18:55:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:55:23 Removing intermediate container 1c1ab576a287 18:55:23 ---> 84b29e87405f 18:55:23 Step 19/21 : LABEL arch=x86_64 18:55:23 ---> Running in 49181fd6a845 18:55:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:55:23 Status: Downloaded newer image for docker:20.10.0 18:55:23 ---> aefe523efa57 18:55:23 Step 12/26 : RUN apk add --no-cache bash 18:55:23 ---> Running in 38a4df16bb08 18:55:24 ---> Running in b2e7018dd70c 18:55:24 ---> 7221397a27f9 18:55:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:55:24 Removing intermediate container 49181fd6a845 18:55:24 ---> 22569813ab6a 18:55:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:55:24 ---> Running in 72d480503dd3 18:55:25 Removing intermediate container 38a4df16bb08 18:55:25 ---> c34ba7364a50 18:55:25 Step 20/21 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 18:55:25 ---> 6098e666cf92 18:55:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:55:25 ---> Running in 48ab33202baf 18:55:25 ---> Running in 4daa9598d236 18:55:28 Removing intermediate container 48ab33202baf 18:55:28 ---> 0be15c3f8e14 18:55:28 Step 20/22 : LABEL arch=x86_64 18:55:28 Removing intermediate container 4daa9598d236 18:55:28 ---> 124a01570bf4 18:55:28 Step 21/21 : LABEL version=0.0.0 18:55:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:29 ---> 0db35834f3f3 18:55:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:55:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:29 ---> Running in 03431fcceaac 18:55:30 ---> Running in 1bc765df29f9 18:55:30 ---> Running in ea3b941755df 18:55:30 (1/2) Installing readline (8.0.4-r0) 18:55:30 (2/2) Installing bash (5.0.17-r0) 18:55:30 Removing intermediate container 03431fcceaac 18:55:30 ---> 1b2462318d40 18:55:30 18:55:30 Executing bash-5.0.17-r0.post-install 18:55:30 Executing busybox-1.31.1-r19.trigger 18:55:30 OK: 12 MiB in 22 packages 18:55:30 Removing intermediate container 1bc765df29f9 18:55:30 ---> 14ad4d2230d4 18:55:30 Step 21/22 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 18:55:31 Removing intermediate container ea3b941755df 18:55:31 ---> 635c6956e95a 18:55:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:55:31 ---> Running in eaaeb7561923 18:55:31 ---> Running in ef4dc7e78d53 18:55:32 Successfully built 1b2462318d40 18:55:32 Successfully tagged docker-security-proxy-setup-go:latest 18:55:32  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 18:55:33 Removing intermediate container eaaeb7561923 18:55:33 ---> d53792089ff0 18:55:33 Step 22/22 : LABEL version=0.0.0 18:55:33 Removing intermediate container b2e7018dd70c 18:55:33 ---> e5e538b4f882 18:55:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:55:33 Removing intermediate container ef4dc7e78d53 18:55:33 ---> 441ae210befb 18:55:33 Step 21/23 : LABEL arch=x86_64 18:55:33 ---> Running in 8b16931b3181 18:55:33 ---> Running in 98e21e9deb31 18:55:33 ---> Running in f622e9f6e0e8 18:55:33 Removing intermediate container 72d480503dd3 18:55:33 ---> f66a57bdd456 18:55:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:55:34 Removing intermediate container 98e21e9deb31 18:55:34 ---> 240b98cda84f 18:55:34 Step 14/26 : ENV APP_PORT=48090 18:55:34 Removing intermediate container 8b16931b3181 18:55:34 ---> e924ed18b6d7 18:55:34 18:55:34 Removing intermediate container f622e9f6e0e8 18:55:34 ---> a1572d60f734 18:55:34 Step 22/23 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 18:55:35 ---> Running in 261643d4a787 18:55:36 Successfully built e924ed18b6d7 18:55:36 Successfully tagged docker-support-scheduler-go:latest 18:55:36 Building docker-core-data-go 18:55:36  Building docker-support-scheduler-go ... done  ---> 0e207bc0e1d2 18:55:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:55:36 ---> Running in e13130e3fcdc 18:55:39 Removing intermediate container 261643d4a787 18:55:39 ---> 0df5134f86b3 18:55:39 Step 15/26 : EXPOSE $APP_PORT 18:55:39 Removing intermediate container e13130e3fcdc 18:55:39 ---> 931ec772ab94 18:55:39 Step 23/23 : LABEL version=0.0.0 18:55:40 ---> Running in e77e10ab105a 18:55:40 ---> e2615c4ac87e 18:55:40 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:55:41 ---> Running in 4cb97938bd72 18:55:43 Removing intermediate container e77e10ab105a 18:55:43 ---> 404de9d46b80 18:55:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:55:44 Removing intermediate container 4cb97938bd72 18:55:44 ---> d62913a6e73f 18:55:44 18:55:44 ---> 5ddc5ca5e872 18:55:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:55:45 Successfully built d62913a6e73f 18:55:45 Successfully tagged docker-core-metadata-go:latest 18:55:45 Building docker-security-secretstore-setup-go 18:55:46  Building docker-core-metadata-go ... done  ---> 7c4c081ceac2 18:55:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:55:46 ---> aff708e3c2bc 18:55:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:55:50 ---> 6aa52d95c779 18:55:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:55:50 ---> a965b32292a5 18:55:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:55:53 ---> Running in 21a58b5670e2 18:55:53 ---> 34d43db08bff 18:55:53 Step 19/26 : RUN apk --no-cache add py3-pip 18:55:53 ---> Running in ba0de2b9d3fe 18:55:55 Removing intermediate container 21a58b5670e2 18:55:55 ---> b74b063fb13e 18:55:55 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:55:58 ---> f2ed266038ca 18:55:58 Step 26/31 : RUN chmod +x /entrypoint.sh 18:55:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:58 ---> Running in 9035b03b121c 18:55:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:58 (1/33) Installing libbz2 (1.0.8-r1) 18:55:58 (2/33) Installing expat (2.2.9-r1) 18:55:58 (3/33) Installing libffi (3.3-r2) 18:55:58 (4/33) Installing gdbm (1.13-r1) 18:55:58 (5/33) Installing xz-libs (5.2.5-r0) 18:55:58 (6/33) Installing sqlite-libs (3.32.1-r0) 18:55:58 (7/33) Installing python3 (3.8.8-r0) 18:56:01 (8/33) Installing py3-appdirs (1.4.4-r1) 18:56:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:56:01 (10/33) Installing py3-parsing (2.4.7-r0) 18:56:01 (11/33) Installing py3-six (1.15.0-r0) 18:56:01 (12/33) Installing py3-packaging (20.4-r0) 18:56:01 (13/33) Installing py3-setuptools (47.0.0-r0) 18:56:01 (14/33) Installing py3-chardet (3.0.4-r4) 18:56:01 (15/33) Installing py3-idna (2.9-r0) 18:56:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:56:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:56:02 (18/33) Installing py3-requests (2.23.0-r0) 18:56:02 (19/33) Installing py3-msgpack (1.0.0-r0) 18:56:02 (20/33) Installing py3-lockfile (0.12.2-r3) 18:56:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:56:04 (22/33) Installing py3-colorama (0.4.3-r0) 18:56:04 (23/33) Installing py3-distlib (0.3.0-r0) 18:56:05 (24/33) Installing py3-distro (1.5.0-r1) 18:56:05 (25/33) Installing py3-webencodings (0.5.1-r3) 18:56:05 (26/33) Installing py3-html5lib (1.0.1-r4) 18:56:05 (27/33) Installing py3-pytoml (0.1.21-r0) 18:56:06 (28/33) Installing py3-pep517 (0.8.2-r0) 18:56:06 (29/33) Installing py3-progress (1.5-r0) 18:56:06 (30/33) Installing py3-toml (0.10.1-r0) 18:56:06 (31/33) Installing py3-retrying (1.3.3-r0) 18:56:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:56:06 (33/33) Installing py3-pip (20.1.1-r0) 18:56:09 Executing busybox-1.31.1-r19.trigger 18:56:09 Removing intermediate container 9035b03b121c 18:56:09 ---> e02c012617cc 18:56:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:56:09 OK: 71 MiB in 55 packages 18:56:13 ---> Running in c48cf15a7712 18:56:18 Removing intermediate container c48cf15a7712 18:56:18 ---> cc733985407f 18:56:18 Step 28/31 : CMD ["gate"] 18:56:21 ---> Running in c86582f1ae7c 18:56:29 Removing intermediate container c86582f1ae7c 18:56:29 ---> c33b47ddcbc7 18:56:29 Step 29/31 : LABEL arch=x86_64 18:56:33 ---> Running in aa1186039dbf 18:56:40 Removing intermediate container aa1186039dbf 18:56:40 ---> 3555fab015f8 18:56:40 Step 30/31 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 18:56:43 ---> Running in ce2a5a51a442 18:56:46 Removing intermediate container ce2a5a51a442 18:56:46 ---> da6583bbe8d9 18:56:46 Step 31/31 : LABEL version=0.0.0 18:56:49 ---> Running in 4fc4ce72c3e9 18:56:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:56:52 ---> 20ef77988e0d 18:56:52 Step 3/23 : WORKDIR /edgex-go 18:56:53 ---> Using cache 18:56:53 ---> d01d496a0dbe 18:56:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:54 ---> Using cache 18:56:54 ---> 81eaba9f19fb 18:56:54 Step 5/23 : RUN apk add --update --no-cache make git 18:56:54 ---> Using cache 18:56:54 ---> 9b343f7be939 18:56:54 Step 6/23 : COPY go.mod . 18:56:54 ---> Using cache 18:56:54 ---> 4fb06ef41a95 18:56:54 Step 7/23 : RUN go mod download 18:56:54 ---> Using cache 18:56:54 ---> 96c23375edbe 18:56:54 Step 8/23 : COPY . . 18:56:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:56:54 ---> 20ef77988e0d 18:56:54 Step 3/23 : WORKDIR /edgex-go 18:56:54 ---> Using cache 18:56:54 ---> d01d496a0dbe 18:56:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:54 ---> Using cache 18:56:54 ---> 81eaba9f19fb 18:56:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:56:54 Removing intermediate container 4fc4ce72c3e9 18:56:54 ---> d7ae991eceb3 18:56:54 18:56:54 ---> Using cache 18:56:54 ---> 13b522ce6d00 18:56:54 Step 9/23 : RUN make cmd/core-command/core-command 18:56:57 ---> Running in cba50411e783 18:56:57 ---> Running in 338ba8cca62e 18:56:58 Successfully built d7ae991eceb3 18:56:58 Successfully tagged docker-security-bootstrapper-go:latest 18:56:58  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 18:56:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:56:59 ---> 20ef77988e0d 18:56:59 Step 3/24 : WORKDIR /edgex-go 18:56:59 ---> Using cache 18:56:59 ---> d01d496a0dbe 18:56:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:59 ---> Using cache 18:56:59 ---> 81eaba9f19fb 18:56:59 Step 5/24 : RUN apk add --update --no-cache make git 18:56:59 ---> Using cache 18:56:59 ---> 9b343f7be939 18:56:59 Step 6/24 : COPY go.mod . 18:56:59 ---> Using cache 18:56:59 ---> 4fb06ef41a95 18:56:59 Step 7/24 : RUN go mod download 18:56:59 ---> Using cache 18:56:59 ---> 96c23375edbe 18:56:59 Step 8/24 : COPY . . 18:56:59 ---> Using cache 18:56:59 ---> 13b522ce6d00 18:56:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:57:02 ---> Running in afaebe1a411d 18:57:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:57:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:04 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 18:57:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:05 OK: 233 MiB in 51 packages 18:57:10 Removing intermediate container 338ba8cca62e 18:57:10 ---> 4ba3c20e8b34 18:57:10 Step 6/23 : COPY go.mod . 18:57:13 ---> 11794da5d239 18:57:13 Step 7/23 : RUN go mod download 18:57:13 ---> Running in e981ed938535 18:57:36 Removing intermediate container e981ed938535 18:57:36 ---> accfda1d0595 18:57:36 Step 8/23 : COPY . . 18:58:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:58:00 ---> 20ef77988e0d 18:58:00 Step 3/22 : WORKDIR /edgex-go 18:58:00 ---> Using cache 18:58:00 ---> d01d496a0dbe 18:58:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:00 ---> Using cache 18:58:00 ---> 81eaba9f19fb 18:58:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:58:00 ---> Running in 2efb3f104bc2 18:58:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:04 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 18:58:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:05 OK: 233 MiB in 51 packages 18:58:06 Removing intermediate container ba0de2b9d3fe 18:58:06 ---> a810d3e98f1d 18:58:06 Step 20/26 : RUN pip install docker-compose==1.23.2 18:58:07 ---> Running in 95172b7dabce 18:58:08 Removing intermediate container 2efb3f104bc2 18:58:08 ---> a2f368dac350 18:58:08 Step 6/22 : COPY go.mod . 18:58:10 ---> 4ddb4d37f916 18:58:10 Step 7/22 : RUN go mod download 18:58:15 ---> Running in 8dfe9758be20 18:58:24 Removing intermediate container cba50411e783 18:58:24 ---> 6d4583617279 18:58:24 18:58:24 Step 10/23 : FROM alpine:3.12 18:58:24 ---> 88dd2752d2ea 18:58:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:58:24 ---> Using cache 18:58:24 ---> 5d928543d407 18:58:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:58:24 ---> Using cache 18:58:24 ---> a5e6fab31a87 18:58:24 Step 13/23 : ENV APP_PORT=48082 18:58:26 ---> Running in 0f1e027fed96 18:58:27 Removing intermediate container 0f1e027fed96 18:58:27 ---> 82e7a8f23e9d 18:58:27 Step 14/23 : EXPOSE $APP_PORT 18:58:29 ---> Running in 4cbf543f4871 18:58:30 Removing intermediate container 8dfe9758be20 18:58:30 ---> 0e1cd1401977 18:58:30 Step 8/22 : COPY . . 18:58:32 Collecting docker-compose==1.23.2 18:58:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:58:32 Removing intermediate container 4cbf543f4871 18:58:32 ---> cd7caf67da32 18:58:32 Step 15/23 : WORKDIR / 18:58:34 Collecting dockerpty<0.5,>=0.4.1 18:58:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:58:37 ---> Running in 2c7742c0f32d 18:58:37 Removing intermediate container afaebe1a411d 18:58:37 ---> c49f823b9247 18:58:37 18:58:37 Step 10/24 : FROM alpine:3.12 18:58:37 ---> 88dd2752d2ea 18:58:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:58:38 Removing intermediate container 2c7742c0f32d 18:58:38 ---> 1016aab0bd15 18:58:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:40 ---> Running in e5db3ba48fe1 18:58:44 ---> 02e33735786b 18:58:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:58:45 Collecting PyYAML<4,>=3.10 18:58:45 Downloading PyYAML-3.13.tar.gz (270 kB) 18:58:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:47 (1/6) Installing ca-certificates (20191127-r4) 18:58:47 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:58:47 (3/6) Installing libcurl (7.69.1-r3) 18:58:47 (4/6) Installing curl (7.69.1-r3) 18:58:47 (5/6) Installing dumb-init (1.2.2-r1) 18:58:47 (6/6) Installing su-exec (0.2-r1) 18:58:47 Executing busybox-1.31.1-r19.trigger 18:58:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:58:47 ---> d1a6c3d5bd1c 18:58:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:58:47 Executing ca-certificates-20191127-r4.trigger 18:58:47 Collecting texttable<0.10,>=0.9.0 18:58:47 Downloading texttable-0.9.1.tar.gz (11 kB) 18:58:47 OK: 7 MiB in 20 packages 18:58:49 Collecting cached-property<2,>=1.2.0 18:58:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:58:49 ---> c8ee5db495fb 18:58:49 Step 9/23 : RUN make cmd/core-data/core-data 18:58:51 Collecting docopt<0.7,>=0.6.1 18:58:51 Downloading docopt-0.6.2.tar.gz (25 kB) 18:58:51 ---> 143fb5ecae96 18:58:51 Step 19/23 : ENTRYPOINT ["/core-command"] 18:58:51 ---> Running in 0b25b74e8ab7 18:58:52 ---> Running in 8d5292a83f79 18:58:53 Removing intermediate container e5db3ba48fe1 18:58:53 ---> 401a9658f365 18:58:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:58:53 Collecting docker<4.0,>=3.6.0 18:58:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:58:54 Removing intermediate container 8d5292a83f79 18:58:54 ---> bdd813a1e169 18:58:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:54 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 18:58:54 Collecting jsonschema<3,>=2.5.1 18:58:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:58:54 ---> Running in 1efeb7f09c58 18:58:55 Collecting websocket-client<1.0,>=0.32.0 18:58:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:58:55 ---> Running in 3cc590971180 18:58:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:58:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:58:56 Removing intermediate container 1efeb7f09c58 18:58:56 ---> 84289607fb16 18:58:56 Step 13/24 : WORKDIR / 18:58:56 Collecting docker-pycreds>=0.4.0 18:58:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:58:56 Removing intermediate container 3cc590971180 18:58:56 ---> 52d4fd6fa26e 18:58:56 Step 21/23 : LABEL arch=x86_64 18:58:56 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) 18:58:57 ---> Running in ed6ce42601e3 18:58:57 Collecting urllib3<1.25,>=1.21.1 18:58:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:58:57 ---> Running in 981f585d1af5 18:58:57 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) 18:58:58 Collecting idna<2.8,>=2.5 18:58:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:58:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:58:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:58:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:58:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:58:59 Removing intermediate container 981f585d1af5 18:58:59 ---> 77992156fcbe 18:58:59 Step 22/23 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 18:58:59 Installing collected packages: dockerpty, PyYAML, texttable, cached-property, docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, docker-compose 18:58:59 Running setup.py install for dockerpty: started 18:59:00 Removing intermediate container ed6ce42601e3 18:59:00 ---> 6e74a0615be3 18:59:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:59:00 ---> Running in 7af70d5517fb 18:59:05 Removing intermediate container 7af70d5517fb 18:59:05 ---> 8b19f847f010 18:59:05 Step 23/23 : LABEL version=0.0.0 18:59:05 Running setup.py install for dockerpty: finished with status 'done' 18:59:05 Running setup.py install for PyYAML: started 18:59:05 ---> 596f144053d6 18:59:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:59:07 ---> Running in cc4a4beb21fa 18:59:09 Running setup.py install for PyYAML: finished with status 'done' 18:59:09 Running setup.py install for texttable: started 18:59:09 ---> 7e3461acbf43 18:59:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:59:09 Removing intermediate container cc4a4beb21fa 18:59:09 ---> 98295a64ff87 18:59:09 18:59:10 Running setup.py install for texttable: finished with status 'done' 18:59:10 Running setup.py install for docopt: started 18:59:11 ---> b0ea16d16017 18:59:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:59:11 Successfully built 98295a64ff87 18:59:11 Successfully tagged docker-core-command-go:latest 18:59:12  Building docker-core-command-go ... done  Running setup.py install for docopt: finished with status 'done' 18:59:14 Attempting uninstall: urllib3 18:59:14 Found existing installation: urllib3 1.25.9 18:59:14 Uninstalling urllib3-1.25.9: 18:59:18 Successfully uninstalled urllib3-1.25.9 18:59:18 ---> 0a244c51642b 18:59:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:59:20 Attempting uninstall: idna 18:59:20 Found existing installation: idna 2.9 18:59:20 Uninstalling idna-2.9: 18:59:20 Successfully uninstalled idna-2.9 18:59:22 Attempting uninstall: requests 18:59:22 Found existing installation: requests 2.23.0 18:59:22 Uninstalling requests-2.23.0: 18:59:23 ---> 9537dda507d8 18:59:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:59:24 Successfully uninstalled requests-2.23.0 18:59:25 ---> 172f05d0eb25 18:59:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:59:26 ---> Running in 114fd9d862c7 18:59:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:59:36 Removing intermediate container 114fd9d862c7 18:59:36 ---> 778ffc0ee40b 18:59:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:59:39 ---> Running in af2aa050eb32 18:59:41 Removing intermediate container af2aa050eb32 18:59:41 ---> fb809539bd2a 18:59:41 Step 22/24 : LABEL arch=x86_64 18:59:41 Removing intermediate container 95172b7dabce 18:59:41 ---> b8defb74f858 18:59:41 Step 21/26 : RUN apk --no-cache add curl 18:59:41 ---> Running in 88156ea7696f 18:59:41 ---> Running in 9cda28924c08 18:59:42 Removing intermediate container 88156ea7696f 18:59:42 ---> 087125fe409e 18:59:42 Step 23/24 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 18:59:43 ---> Running in f78fb603a805 18:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:59:45 (2/3) Installing libcurl (7.69.1-r3) 18:59:45 (3/3) Installing curl (7.69.1-r3) 18:59:45 Executing busybox-1.31.1-r19.trigger 18:59:45 OK: 72 MiB in 58 packages 18:59:46 Removing intermediate container f78fb603a805 18:59:46 ---> 9023da538584 18:59:46 Step 24/24 : LABEL version=0.0.0 18:59:46 ---> Running in 7b3bff425423 18:59:47 ---> 5151eba17588 18:59:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:59:47 Removing intermediate container 7b3bff425423 18:59:47 ---> d27c926dadc8 18:59:47 18:59:49 ---> Running in d78ef6cb82e7 18:59:49 Successfully built d27c926dadc8 18:59:49 Removing intermediate container 9cda28924c08 18:59:49 ---> 2505461c4137 18:59:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:59:49 Successfully tagged docker-security-secretstore-setup-go:latest 18:59:50  Building docker-security-secretstore-setup-go ... done  ---> Running in ce8ada6f1543 18:59:51 Removing intermediate container ce8ada6f1543 18:59:51 ---> 71a083120045 18:59:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:52 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 18:59:52 ---> Running in fb367f259879 18:59:53 Removing intermediate container fb367f259879 18:59:53 ---> ffa72388852b 18:59:53 Step 24/26 : LABEL arch=x86_64 18:59:54 ---> Running in 5bee6f1a9113 18:59:54 Removing intermediate container 5bee6f1a9113 18:59:54 ---> 87f145cfdfbe 18:59:54 Step 25/26 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 18:59:55 ---> Running in e430ac536c0a 18:59:56 Removing intermediate container e430ac536c0a 18:59:56 ---> 079f8a70bf65 18:59:56 Step 26/26 : LABEL version=0.0.0 18:59:56 ---> Running in 3401003e624f 18:59:58 Removing intermediate container 3401003e624f 18:59:58 ---> 41ce05001120 18:59:58 18:59:58 Successfully built 41ce05001120 18:59:58 Successfully tagged docker-sys-mgmt-agent-go:latest 19:00:06  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0b25b74e8ab7 19:00:06 ---> 0b8bb888a51d 19:00:06 19:00:06 Step 10/23 : FROM alpine:3.12 19:00:06 ---> 88dd2752d2ea 19:00:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:00:06 ---> Running in 4d491fa31f47 19:00:07 Removing intermediate container 4d491fa31f47 19:00:07 ---> e06149e572a8 19:00:07 Step 12/23 : ENV APP_PORT=48080 19:00:07 ---> Running in 8b1520d8fdc1 19:00:08 Removing intermediate container 8b1520d8fdc1 19:00:08 ---> f15db89aff51 19:00:08 Step 13/23 : EXPOSE $APP_PORT 19:00:08 ---> Running in 9aab06c68b3c 19:00:10 Removing intermediate container 9aab06c68b3c 19:00:10 ---> a82e0557b5c5 19:00:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:11 ---> Running in b3b4a233fa23 19:00:15 Removing intermediate container b3b4a233fa23 19:00:15 ---> 2753c5c9ce95 19:00:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:00:15 ---> Running in 94b5742e0574 19:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:19 (1/6) Installing dumb-init (1.2.2-r1) 19:00:19 (2/6) Installing libgcc (9.3.0-r2) 19:00:19 (3/6) Installing libsodium (1.0.18-r0) 19:00:20 (4/6) Installing libstdc++ (9.3.0-r2) 19:00:20 (5/6) Installing libzmq (4.3.3-r0) 19:00:20 (6/6) Installing zeromq (4.3.3-r0) 19:00:20 Executing busybox-1.31.1-r19.trigger 19:00:20 OK: 8 MiB in 20 packages 19:00:26 Removing intermediate container 94b5742e0574 19:00:26 ---> 31d2d81f671e 19:00:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:26 ---> 44ae555ec6d1 19:00:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:00:29 ---> 0c93a344dc57 19:00:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:00:30 ---> c5c807b825f8 19:00:30 Step 19/23 : ENTRYPOINT ["/core-data"] 19:00:31 ---> Running in 63b8e433db15 19:00:34 Removing intermediate container 63b8e433db15 19:00:34 ---> 34008e495b5e 19:00:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:34 Removing intermediate container d78ef6cb82e7 19:00:34 ---> 2dae713cdf92 19:00:34 19:00:34 Step 10/22 : FROM alpine:3.12 19:00:34 ---> 88dd2752d2ea 19:00:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:00:34 ---> Running in 211f30185d1e 19:00:34 ---> Running in bb297f9cac01 19:00:35 Removing intermediate container 211f30185d1e 19:00:35 ---> bf8928e603d7 19:00:35 Step 21/23 : LABEL arch=x86_64 19:00:35 ---> Running in 4e24930ceb1d 19:00:36 Removing intermediate container 4e24930ceb1d 19:00:36 ---> 6893442049df 19:00:36 Step 22/23 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 19:00:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:36 ---> Running in 234d7a47e91d 19:00:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:37 (1/2) Installing ca-certificates (20191127-r4) 19:00:37 Removing intermediate container 234d7a47e91d 19:00:37 ---> 7fa429da067d 19:00:37 Step 23/23 : LABEL version=0.0.0 19:00:37 (2/2) Installing dumb-init (1.2.2-r1) 19:00:37 Executing busybox-1.31.1-r19.trigger 19:00:37 Executing ca-certificates-20191127-r4.trigger 19:00:37 OK: 6 MiB in 16 packages 19:00:37 ---> Running in b411d5d09e92 19:00:38 Removing intermediate container b411d5d09e92 19:00:38 ---> dc5c56e720a9 19:00:38 19:00:39 Successfully built dc5c56e720a9 19:00:39 Successfully tagged docker-core-data-go:latest 19:00:39  Building docker-core-data-go ... done Removing intermediate container bb297f9cac01 19:00:39 ---> d596e0aaca86 19:00:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:00:39 ---> Running in b550c721ce51 19:00:40 Removing intermediate container b550c721ce51 19:00:40 ---> fd347b3bc556 19:00:40 Step 13/22 : ENV APP_PORT=48060 19:00:40 ---> Running in fb633de7aed2 19:00:41 Removing intermediate container fb633de7aed2 19:00:41 ---> 8db4f64e5527 19:00:41 Step 14/22 : EXPOSE $APP_PORT 19:00:41 ---> Running in d54aa3472171 19:00:41 Removing intermediate container d54aa3472171 19:00:41 ---> 300351cf8bd6 19:00:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:42 ---> 88401cfb09ff 19:00:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:00:43 ---> 4bf91f3fcf1c 19:00:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:00:44 ---> da3b2b945b65 19:00:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:00:44 ---> Running in 862e90078db1 19:00:44 Removing intermediate container 862e90078db1 19:00:44 ---> 4792cad99b15 19:00:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:44 ---> Running in 14bc2b631ad4 19:00:45 Removing intermediate container 14bc2b631ad4 19:00:45 ---> da85a013c400 19:00:45 Step 20/22 : LABEL arch=x86_64 19:00:45 ---> Running in e2e52270b313 19:00:45 Removing intermediate container e2e52270b313 19:00:45 ---> 554f493be164 19:00:45 Step 21/22 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 19:00:45 ---> Running in b315a2516283 19:00:46 Removing intermediate container b315a2516283 19:00:46 ---> d269cf4864d2 19:00:46 Step 22/22 : LABEL version=0.0.0 19:00:46 ---> Running in 713cc6a6860e 19:00:46 Removing intermediate container 713cc6a6860e 19:00:46 ---> b4b042d22a09 19:00:46 19:00:46 Successfully built b4b042d22a09 19:00:46 Successfully tagged docker-support-notifications-go:latest 19:00:48  Building docker-support-notifications-go ... done  [Pipeline] } 19:00:48 $ docker stop --time=1 64426bca1294989f400b6d0710944a7a507acffa1472c8b1321845382838a19d 19:00:52 $ docker rm -f 64426bca1294989f400b6d0710944a7a507acffa1472c8b1321845382838a19d [Pipeline] // withDockerContainer [Pipeline] sh 19:00:53 + docker images 19:00:53 + grep docker 19:00:56 docker-support-notifications-go latest b4b042d22a09 9 seconds ago 17.9MB 19:00:56 docker-core-data-go latest dc5c56e720a9 17 seconds ago 22.6MB 19:00:56 docker-sys-mgmt-agent-go latest 41ce05001120 59 seconds ago 313MB 19:00:56 docker-security-secretstore-setup-go latest d27c926dadc8 About a minute ago 25MB 19:00:56 docker-core-command-go latest 98295a64ff87 About a minute ago 17.3MB 19:00:56 docker-security-bootstrapper-go latest d7ae991eceb3 4 minutes ago 18.8MB 19:00:56 docker-core-metadata-go latest d62913a6e73f 5 minutes ago 19.1MB 19:00:56 docker-support-scheduler-go latest e924ed18b6d7 5 minutes ago 17.3MB 19:00:56 docker-security-proxy-setup-go latest 1b2462318d40 5 minutes ago 24.7MB 19:00:56 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:01:12 Still waiting to schedule task 19:01:12 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31241’ 19:02:50 Running on prd-ubuntu18.04-docker-8c-8g-31242 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws 19:02:50 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 19:02:52 using credential edgex-jenkins-ssh 19:02:52 Cloning the remote Git repository 19:02:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:02:52 > git init /w/workspace/edgex-go/2 # timeout=10 19:02:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:02:52 > git --version # timeout=10 19:02:52 > git --version # 'git version 2.17.1' 19:02:52 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:03 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 10558b9a28ea04086f65646d06c9cc297730a948 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 19:03:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:03:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:03:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:03:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:03:03 > git config core.sparsecheckout # timeout=10 19:03:03 > git checkout -f 10558b9a28ea04086f65646d06c9cc297730a948 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:03:03 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:03:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:03:07 ---> package-listing.sh 19:03:07 ++ facter osfamily 19:03:07 ++ tr '[:upper:]' '[:lower:]' 19:03:08 + OS_FAMILY=redhat 19:03:08 + workspace=/w/workspace/edgex-go/2 19:03:08 + START_PACKAGES=/tmp/packages_start.txt 19:03:08 + END_PACKAGES=/tmp/packages_end.txt 19:03:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:03:08 + PACKAGES=/tmp/packages_start.txt 19:03:08 + '[' /w/workspace/edgex-go/2 ']' 19:03:08 + PACKAGES=/tmp/packages_end.txt 19:03:08 + case "${OS_FAMILY}" in 19:03:08 + rpm -qa 19:03:08 + sort 19:03:18 + '[' -f /tmp/packages_start.txt ']' 19:03:18 + '[' -f /tmp/packages_end.txt ']' 19:03:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:03:18 + '[' /w/workspace/edgex-go/2 ']' 19:03:18 + mkdir -p /w/workspace/edgex-go/2/archives/ 19:03:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 19:03:18 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 19:03:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:03:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:03:19 19:03:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:03:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:03:20 alpine: Pulling from edgex-lftools-log-publisher 19:03:20 df20fa9351a1: Pulling fs layer 19:03:20 36b3adc4ff6f: Pulling fs layer 19:03:20 8ad3a11d3b57: Pulling fs layer 19:03:20 46f8f816bc3b: Pulling fs layer 19:03:20 93b61091891f: Pulling fs layer 19:03:20 93b9cdb0e59b: Pulling fs layer 19:03:20 5e14af77c1be: Pulling fs layer 19:03:20 01666e4c0597: Pulling fs layer 19:03:20 aa168da1d23b: Pulling fs layer 19:03:20 93b9cdb0e59b: Waiting 19:03:20 5e14af77c1be: Waiting 19:03:20 01666e4c0597: Waiting 19:03:20 46f8f816bc3b: Waiting 19:03:20 aa168da1d23b: Waiting 19:03:20 93b61091891f: Waiting 19:03:20 36b3adc4ff6f: Verifying Checksum 19:03:20 36b3adc4ff6f: Download complete 19:03:20 46f8f816bc3b: Verifying Checksum 19:03:20 46f8f816bc3b: Download complete 19:03:20 df20fa9351a1: Verifying Checksum 19:03:20 df20fa9351a1: Download complete 19:03:20 93b9cdb0e59b: Verifying Checksum 19:03:20 93b9cdb0e59b: Download complete 19:03:20 5e14af77c1be: Verifying Checksum 19:03:20 5e14af77c1be: Download complete 19:03:20 01666e4c0597: Verifying Checksum 19:03:20 01666e4c0597: Download complete 19:03:20 93b61091891f: Download complete 19:03:20 8ad3a11d3b57: Verifying Checksum 19:03:20 8ad3a11d3b57: Download complete 19:03:20 df20fa9351a1: Pull complete 19:03:21 36b3adc4ff6f: Pull complete 19:03:22 8ad3a11d3b57: Pull complete 19:03:22 46f8f816bc3b: Pull complete 19:03:24 aa168da1d23b: Verifying Checksum 19:03:24 aa168da1d23b: Download complete 19:03:25 93b61091891f: Pull complete 19:03:25 93b9cdb0e59b: Pull complete 19:03:25 5e14af77c1be: Pull complete 19:03:26 01666e4c0597: Pull complete 19:03:48 aa168da1d23b: Pull complete 19:03:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:03:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:03:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:03:49 prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container 19:03:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:03:54 $ docker top 5015f64f523ba9075a44978cf36e0ae350d40fe691cebf8a089f2ecc2de68c76 -eo pid,comm [Pipeline] { [Pipeline] sh 19:03:55 + touch /tmp/pre-build-complete [Pipeline] sh 19:03:56 + mkdir -p /var/log/sa [Pipeline] sh 19:03:57 + ls /var/log/sa-host 19:03:57 + sadf -c /var/log/sa-host/sa23 19:03:57 file_magic: OK 19:03:57 HZ: Using current value: 100 19:03:57 file_header: OK 19:03:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:03:57 Statistics: 19:03:57 Hnuu...uuuununununu... 19:03:57 File successfully converted to sysstat format version 12.2.1 19:03:57 + sadf -c /var/log/sa-host/sa24 19:03:57 file_magic: OK 19:03:57 HZ: Using current value: 100 19:03:57 file_header: OK 19:03:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:03:57 Statistics: 19:03:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:03:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:03:58 provisioning config files... 19:03:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config288929200336876631tmp [Pipeline] { [Pipeline] echo 19:03:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:03:58 ---> create-netrc.sh [Pipeline] } 19:03:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:03:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:03:58 ---> python-tools-install.sh [Pipeline] echo 19:03:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:03:59 ---> sudo-logs.sh 19:03:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:03:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:03:59 ---> job-cost.sh 19:03:59 lf-activate-venv: SKIPPING 19:03:59 INFO: No Stack... 19:04:01 INFO: Retrieving Pricing Info for: v1-standard-2 19:04:01 INFO: Archiving Costs [Pipeline] echo 19:04:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:04:02 ---> logs-deploy.sh 19:04:02 lf-activate-venv: SKIPPING 19:04:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3293/2 19:04:02 INFO: archiving workspace using pattern(s): 19:04:04 Archives upload complete. 19:04:04 INFO: archiving logs to Nexus 19:04:06 ---> uname -a: 19:04:06 Linux prd-centos7-docker-4c-2g-31237.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:04:06 19:04:06 19:04:06 ---> lscpu: 19:04:06 Architecture: x86_64 19:04:06 CPU op-mode(s): 32-bit, 64-bit 19:04:06 Byte Order: Little Endian 19:04:06 Address sizes: 40 bits physical, 48 bits virtual 19:04:06 CPU(s): 4 19:04:06 On-line CPU(s) list: 0-3 19:04:06 Thread(s) per core: 1 19:04:06 Core(s) per socket: 1 19:04:06 Socket(s): 4 19:04:06 NUMA node(s): 1 19:04:06 Vendor ID: GenuineIntel 19:04:06 CPU family: 6 19:04:06 Model: 44 19:04:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:04:06 Stepping: 1 19:04:06 CPU MHz: 2933.438 19:04:06 BogoMIPS: 5866.87 19:04:06 Virtualization: VT-x 19:04:06 Hypervisor vendor: KVM 19:04:06 Virtualization type: full 19:04:06 L1d cache: 128 KiB 19:04:06 L1i cache: 128 KiB 19:04:06 L2 cache: 16 MiB 19:04:06 L3 cache: 64 MiB 19:04:06 NUMA node0 CPU(s): 0-3 19:04:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:04:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:04:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:04:06 Vulnerability Meltdown: Mitigation; PTI 19:04:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:04:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:04:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:04:06 Vulnerability Srbds: Not affected 19:04:06 Vulnerability Tsx async abort: Not affected 19:04:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:04:06 19:04:06 19:04:06 ---> nproc: 19:04:06 4 19:04:06 19:04:06 19:04:06 ---> df -h: 19:04:06 Filesystem Size Used Available Use% Mounted on 19:04:06 overlay 50.0G 11.8G 38.2G 24% / 19:04:06 tmpfs 64.0M 0 64.0M 0% /dev 19:04:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:04:06 shm 64.0M 0 64.0M 0% /dev/shm 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2@tmp 19:04:06 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2 19:04:06 19:04:06 19:04:06 ---> free -m: 19:04:06 total used free shared buff/cache available 19:04:06 Mem: 1837 687 118 0 1031 1065 19:04:06 Swap: 1023 105 918 19:04:06 19:04:06 19:04:06 ---> ip addr: 19:04:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:04:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:04:06 inet 127.0.0.1/8 scope host lo 19:04:06 valid_lft forever preferred_lft forever 19:04:06 inet6 ::1/128 scope host 19:04:06 valid_lft forever preferred_lft forever 19:04:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:04:06 link/ether fa:16:3e:7a:a9:ca brd ff:ff:ff:ff:ff:ff 19:04:06 inet 10.30.123.98/23 brd 10.30.123.255 scope global dynamic eth0 19:04:06 valid_lft 84899sec preferred_lft 84899sec 19:04:06 inet6 fe80::f816:3eff:fe7a:a9ca/64 scope link 19:04:06 valid_lft forever preferred_lft forever 19:04:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:04:06 link/ether 02:42:83:02:78:4f brd ff:ff:ff:ff:ff:ff 19:04:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:04:06 valid_lft forever preferred_lft forever 19:04:06 inet6 fe80::42:83ff:fe02:784f/64 scope link 19:04:06 valid_lft forever preferred_lft forever 19:04:06 19:04:06 19:04:06 ---> sar -b -r -n DEV: 19:04:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 19:04:06 19:04:06 18:38:49 LINUX RESTART (4 CPU) 19:04:06 19:04:06 18:40:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:04:06 18:41:01 71.48 16.26 55.23 0.00 5304.58 14520.64 0.00 19:04:06 18:42:01 189.99 68.19 121.80 0.00 4799.34 38997.68 0.00 19:04:06 18:43:01 156.15 25.79 130.36 0.00 1706.16 17847.05 0.00 19:04:06 18:44:01 108.59 72.88 35.71 0.00 2282.03 3478.55 0.00 19:04:06 18:45:02 72.50 18.19 54.31 0.00 698.53 6561.98 0.00 19:04:06 18:46:01 71.54 34.53 37.01 0.00 1091.65 3080.89 0.00 19:04:06 18:47:01 52.80 11.35 41.45 0.00 632.01 2864.89 0.00 19:04:06 18:48:02 55.99 31.51 24.49 0.00 2179.39 4106.42 0.00 19:04:06 18:49:01 15.11 2.04 13.06 0.00 253.60 3053.08 0.00 19:04:06 18:50:02 195.11 48.55 146.56 0.00 15340.55 87472.30 0.00 19:04:06 18:51:03 721.90 596.49 125.41 0.00 75199.34 76557.02 0.00 19:04:06 18:52:05 1104.49 951.17 153.33 0.00 67692.61 69034.30 0.00 19:04:06 18:53:15 1121.79 1027.59 94.20 0.00 56175.37 61772.31 0.00 19:04:06 18:54:01 378.11 298.99 79.12 0.00 14596.34 15875.78 0.00 19:04:06 18:55:01 158.71 51.73 106.99 0.00 6375.82 19520.63 0.00 19:04:06 18:56:01 281.69 97.30 184.39 0.00 22790.93 62872.80 0.00 19:04:06 18:57:02 847.17 698.84 148.32 0.00 48843.07 54233.96 0.00 19:04:06 18:58:03 875.09 734.60 140.48 0.00 43953.62 47203.68 0.00 19:04:06 18:59:04 898.14 700.08 198.05 0.00 39783.29 42219.32 0.00 19:04:06 19:00:03 446.06 301.91 144.15 0.00 18019.89 21578.77 0.00 19:04:06 19:01:01 106.14 27.75 78.40 0.00 3658.61 9895.86 0.00 19:04:06 19:02:01 2.14 0.43 1.71 0.00 24.44 31.79 0.00 19:04:06 19:03:01 0.32 0.07 0.25 0.00 0.93 2.60 0.00 19:04:06 Average: 352.75 260.30 92.45 0.00 19246.97 29401.90 0.00 19:04:06 19:04:06 18:40:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:04:06 18:41:01 82992 0 703264 37.38 2620 1092668 1402304 47.86 615472 976892 28 19:04:06 18:42:01 121404 0 697572 37.07 2344 1060224 1485668 50.70 579568 938440 5860 19:04:06 18:43:01 293064 0 724772 38.52 1508 862200 1380268 47.11 485436 829024 48 19:04:06 18:44:01 80048 0 879908 46.77 1468 920120 1865544 63.67 717176 799456 86516 19:04:06 18:45:02 241860 0 805476 42.81 520 833688 1843452 62.91 673364 680112 82360 19:04:06 18:46:01 333124 0 802616 42.66 520 745284 1667328 56.90 560356 699600 48948 19:04:06 18:47:01 218652 0 791664 42.08 520 870708 1757548 59.98 635308 733288 77144 19:04:06 18:48:02 232936 0 789340 41.95 428 858840 1499208 51.17 624968 726776 15360 19:04:06 18:49:01 177872 0 746812 39.69 428 956432 1343488 45.85 610420 807856 88 19:04:06 18:50:02 76648 0 713372 37.91 80 1091444 1331672 45.45 730188 841964 33388 19:04:06 18:51:03 450496 0 765744 40.70 16 665288 1893268 64.61 571536 650092 60 19:04:06 18:52:05 70676 0 839800 44.63 16 971052 2372060 80.95 781664 813292 80944 19:04:06 18:53:15 67936 0 858964 45.65 16 954628 2373296 81.00 774656 806660 79896 19:04:06 18:54:01 219660 0 1253388 66.61 16 408480 4346712 148.35 813436 577940 6768 19:04:06 18:55:01 265100 0 829736 44.10 16 786692 2801772 95.62 623832 738900 15736 19:04:06 18:56:01 87752 0 725288 38.55 16 1068488 1510476 51.55 686624 862616 49728 19:04:06 18:57:02 81928 0 853680 45.37 16 945920 3185168 108.70 725076 845348 62492 19:04:06 18:58:03 79840 0 815428 43.34 16 986260 2184892 74.57 548500 1002272 59364 19:04:06 18:59:04 79432 0 809096 43.00 16 993000 2376672 81.11 609384 942740 11728 19:04:06 19:00:03 239452 0 774264 41.15 16 867812 2043764 69.75 719768 671772 77316 19:04:06 19:01:01 356608 0 603892 32.10 16 921028 1234504 42.13 547756 736844 20 19:04:06 19:02:01 359192 0 600632 31.92 16 921704 1201976 41.02 545184 737380 12 19:04:06 19:03:01 360212 0 599604 31.87 16 921712 1188668 40.57 544588 737340 12 19:04:06 Average: 198995 0 781927 41.56 463 900160 1925639 65.72 640185 789418 34514 19:04:06 19:04:06 18:40:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:04:06 18:41:01 eth0 975.45 616.50 6023.67 121.40 0.00 0.00 0.00 0.00 19:04:06 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:41:01 vethfc633dd 204.88 326.94 41.05 2725.06 0.00 0.00 0.00 0.00 19:04:06 18:41:01 docker0 204.88 326.80 38.25 2725.05 0.00 0.00 0.00 0.00 19:04:06 18:42:01 vethd5cabc0 10.44 11.11 0.86 35.56 0.00 0.00 0.00 0.00 19:04:06 18:42:01 eth0 296.22 249.62 2870.04 28.27 0.00 0.00 0.00 0.00 19:04:06 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:42:01 docker0 10.51 11.06 0.72 35.55 0.00 0.00 0.00 0.00 19:04:06 18:43:01 veth6ec75de 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:43:01 eth0 216.67 171.30 822.15 78.34 0.00 0.00 0.00 0.00 19:04:06 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:43:01 docker0 136.42 176.62 9.71 795.09 0.00 0.00 0.00 0.00 19:04:06 18:44:01 veth6ec75de 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:44:01 eth0 10.63 7.27 9.48 4.12 0.00 0.00 0.00 0.00 19:04:06 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:45:02 veth6ec75de 0.53 0.53 0.04 0.06 0.00 0.00 0.00 0.00 19:04:06 18:45:02 eth0 25.91 20.42 20.33 11.30 0.00 0.00 0.00 0.00 19:04:06 18:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:45:02 docker0 0.53 0.53 0.04 0.06 0.00 0.00 0.00 0.00 19:04:06 18:46:01 veth6ec75de 1.54 1.54 0.12 0.12 0.00 0.00 0.00 0.00 19:04:06 18:46:01 eth0 21.75 16.66 15.93 8.85 0.00 0.00 0.00 0.00 19:04:06 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:46:01 docker0 1.54 1.54 0.10 0.12 0.00 0.00 0.00 0.00 19:04:06 18:47:01 veth6ec75de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:47:01 eth0 2.48 1.70 1.66 0.89 0.00 0.00 0.00 0.00 19:04:06 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:48:02 veth6ec75de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:48:02 eth0 25.28 23.41 13.39 69.64 0.00 0.00 0.00 0.00 19:04:06 18:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:49:01 eth0 23.44 18.27 18.97 10.15 0.00 0.00 0.00 0.00 19:04:06 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:50:02 veth11b100f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:50:02 eth0 174.84 140.59 1663.83 64.95 0.00 0.00 0.00 0.00 19:04:06 18:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:51:03 veth11b100f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:51:03 eth0 2.47 2.06 2.72 0.93 0.00 0.00 0.00 0.00 19:04:06 18:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:51:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:52:05 veth11b100f 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:52:05 eth0 38.66 22.74 150.81 6.24 0.00 0.00 0.00 0.00 19:04:06 18:52:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:52:05 docker0 13.11 26.37 0.68 140.99 0.00 0.00 0.00 0.00 19:04:06 18:53:15 veth11b100f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:53:15 eth0 1.60 1.37 1.21 0.69 0.00 0.00 0.00 0.00 19:04:06 18:53:15 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:53:15 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:54:01 vethd320b2e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:54:01 vethe7bcb77 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:54:01 veth11b100f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:54:01 veth124a038 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:55:01 vethdedc921 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:55:01 veth11b100f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:55:01 veth067b40a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:55:01 eth0 1981.17 1398.53 12001.15 443.42 0.00 0.00 0.00 0.00 19:04:06 18:56:01 veth11b100f 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:56:01 veth6cd63b1 20.18 42.01 1.37 285.98 0.00 0.00 0.00 0.00 19:04:06 18:56:01 eth0 244.55 162.32 1683.44 81.20 0.00 0.00 0.00 0.00 19:04:06 18:56:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:04:06 18:57:02 vethd7596ff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:57:02 vetha2b4899 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:57:02 veth4c22d2d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:57:02 veth695e898 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:58:03 vethd7596ff 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 18:58:03 veth11b100f 0.00 0.82 0.00 0.04 0.00 0.00 0.00 0.00 19:04:06 18:58:03 eth0 2279.32 1604.01 13684.99 598.57 0.00 0.00 0.00 0.00 19:04:06 18:58:03 vethb155df1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:59:04 veth11b100f 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 18:59:04 veth403eebf 2.86 4.02 0.44 17.76 0.00 0.00 0.00 0.00 19:04:06 18:59:04 eth0 65.28 48.10 115.30 68.80 0.00 0.00 0.00 0.00 19:04:06 18:59:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 19:04:06 19:00:03 veth11b100f 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 19:00:03 eth0 51.22 41.92 66.68 68.12 0.00 0.00 0.00 0.00 19:04:06 19:00:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 19:00:03 veth4e15058 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:04:06 19:01:01 eth0 49.61 33.05 108.79 15.81 0.00 0.00 0.00 0.00 19:04:06 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 19:01:01 docker0 429.79 680.11 53.26 4460.68 0.00 0.00 0.00 0.00 19:04:06 19:02:01 eth0 0.15 0.13 0.36 0.02 0.00 0.00 0.00 0.00 19:04:06 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 19:03:01 eth0 0.95 0.48 0.32 0.21 0.00 0.00 0.00 0.00 19:04:06 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 Average: eth0 100.23 71.40 593.84 31.60 0.00 0.00 0.00 0.00 19:04:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:04:06 Average: docker0 18.17 28.76 2.25 188.61 0.00 0.00 0.00 0.00 19:04:06 19:04:06 19:04:07 ---> sar -P ALL: 19:04:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 19:04:07 19:04:07 18:38:49 LINUX RESTART (4 CPU) 19:04:07 19:04:07 18:40:03 CPU %user %nice %system %iowait %steal %idle 19:04:07 18:41:01 all 10.42 0.00 5.00 1.09 13.64 69.84 19:04:07 18:41:01 0 12.30 0.00 6.07 2.09 14.45 65.09 19:04:07 18:41:01 1 6.82 0.00 3.80 0.60 13.45 75.33 19:04:07 18:41:01 2 9.78 0.00 4.49 0.46 12.77 72.50 19:04:07 18:41:01 3 13.01 0.00 5.74 1.26 13.95 66.04 19:04:07 18:42:01 all 7.27 0.00 4.64 1.45 24.27 62.38 19:04:07 18:42:01 0 8.43 0.00 4.75 2.11 24.78 59.93 19:04:07 18:42:01 1 4.98 0.00 3.96 1.33 23.94 65.79 19:04:07 18:42:01 2 5.83 0.00 4.56 1.15 24.48 63.98 19:04:07 18:42:01 3 9.95 0.00 5.31 1.18 23.89 59.67 19:04:07 18:43:01 all 4.94 0.00 5.69 4.55 21.03 63.79 19:04:07 18:43:01 0 4.20 0.00 4.95 2.50 21.58 66.78 19:04:07 18:43:01 1 5.46 0.00 6.45 6.70 21.26 60.13 19:04:07 18:43:01 2 5.38 0.00 4.76 3.94 21.34 64.58 19:04:07 18:43:01 3 4.73 0.00 6.64 5.16 19.91 63.56 19:04:07 18:44:01 all 29.41 0.00 9.69 3.44 33.46 23.99 19:04:07 18:44:01 0 23.67 0.00 7.44 3.55 35.12 30.22 19:04:07 18:44:01 1 32.57 0.00 11.51 3.03 31.73 21.16 19:04:07 18:44:01 2 33.22 0.00 10.56 3.67 33.83 18.72 19:04:07 18:44:01 3 28.89 0.00 9.53 3.50 32.98 25.10 19:04:07 18:45:02 all 29.87 0.00 10.72 2.81 36.45 20.14 19:04:07 18:45:02 0 25.76 0.00 9.84 4.01 38.93 21.46 19:04:07 18:45:02 1 27.58 0.00 10.54 2.91 36.59 22.38 19:04:07 18:45:02 2 41.64 0.00 12.69 2.26 31.74 11.67 19:04:07 18:45:02 3 25.80 0.00 10.04 2.04 38.01 24.11 19:04:07 18:46:01 all 20.35 0.00 9.56 1.95 37.16 30.99 19:04:07 18:46:01 0 18.31 0.00 10.45 1.51 37.50 32.22 19:04:07 18:46:01 1 18.05 0.00 8.45 2.16 37.12 34.22 19:04:07 18:46:01 2 22.05 0.00 9.53 2.31 37.26 28.84 19:04:07 18:46:01 3 23.22 0.00 9.84 1.79 36.72 28.43 19:04:07 18:47:01 all 22.21 0.00 10.77 1.41 49.34 16.28 19:04:07 18:47:01 0 24.91 0.00 12.27 1.70 45.91 15.21 19:04:07 18:47:01 1 22.84 0.00 9.86 1.39 50.66 15.25 19:04:07 18:47:01 2 18.92 0.00 9.34 0.99 52.10 18.65 19:04:07 18:47:01 3 22.33 0.00 11.69 1.57 48.50 15.91 19:04:07 18:48:02 all 11.66 0.00 8.86 2.65 45.62 31.22 19:04:07 18:48:02 0 10.23 0.00 7.76 2.25 46.79 32.97 19:04:07 18:48:02 1 11.58 0.00 8.44 2.34 46.79 30.86 19:04:07 18:48:02 2 11.98 0.00 9.92 3.72 43.51 30.88 19:04:07 18:48:02 3 12.91 0.00 9.35 2.30 45.35 30.09 19:04:07 18:49:01 all 8.43 0.00 7.88 0.24 36.84 46.61 19:04:07 18:49:01 0 7.70 0.00 6.41 0.06 37.24 48.59 19:04:07 18:49:01 1 8.23 0.00 8.61 0.46 36.91 45.79 19:04:07 18:49:01 2 9.53 0.00 8.32 0.16 36.35 45.64 19:04:07 18:49:01 3 8.28 0.00 8.25 0.29 36.85 46.33 19:04:07 18:50:02 all 5.68 0.00 7.91 9.10 33.87 43.44 19:04:07 18:50:02 0 6.51 0.00 7.21 9.70 34.60 41.98 19:04:07 18:50:02 1 6.77 0.00 8.57 7.81 33.54 43.30 19:04:07 18:50:02 2 4.46 0.00 8.38 9.05 33.58 44.54 19:04:07 18:50:02 3 4.98 0.00 7.49 9.83 33.72 43.99 19:04:07 18:51:03 all 10.20 0.00 8.82 10.97 42.43 27.58 19:04:07 18:51:03 0 10.66 0.00 8.09 10.38 42.25 28.63 19:04:07 18:51:03 1 9.94 0.00 8.94 13.16 43.15 24.81 19:04:07 18:51:03 2 10.45 0.00 8.78 10.36 41.69 28.71 19:04:07 18:51:03 3 9.75 0.00 9.50 9.99 42.62 28.14 19:04:07 19:04:07 18:51:03 CPU %user %nice %system %iowait %steal %idle 19:04:07 18:52:05 all 3.48 0.00 8.30 29.81 33.51 24.91 19:04:07 18:52:05 0 3.65 0.00 8.39 28.84 33.33 25.78 19:04:07 18:52:05 1 3.67 0.00 8.61 27.18 33.37 27.17 19:04:07 18:52:05 2 3.11 0.00 8.07 33.60 33.04 22.19 19:04:07 18:52:05 3 3.47 0.00 8.12 29.61 34.30 24.50 19:04:07 18:53:15 all 6.92 0.00 4.91 26.26 44.16 17.76 19:04:07 18:53:15 0 6.41 0.00 4.77 25.50 44.83 18.48 19:04:07 18:53:15 1 6.92 0.00 4.86 26.48 43.12 18.63 19:04:07 18:53:15 2 7.54 0.00 4.83 26.01 43.50 18.12 19:04:07 18:53:15 3 6.83 0.00 5.17 27.06 45.17 15.77 19:04:07 18:54:01 all 26.82 0.00 10.00 18.00 32.40 12.78 19:04:07 18:54:01 0 26.53 0.00 10.16 18.11 31.24 13.95 19:04:07 18:54:01 1 26.72 0.00 10.28 19.07 33.23 10.70 19:04:07 18:54:01 2 26.32 0.00 9.07 17.75 32.61 14.25 19:04:07 18:54:01 3 27.75 0.00 10.50 17.03 32.50 12.22 19:04:07 18:55:01 all 41.94 0.00 10.72 6.91 32.02 8.41 19:04:07 18:55:01 0 40.96 0.00 9.61 6.61 34.27 8.54 19:04:07 18:55:01 1 43.25 0.00 11.25 6.04 30.78 8.69 19:04:07 18:55:01 2 40.68 0.00 11.00 7.86 31.66 8.80 19:04:07 18:55:01 3 42.76 0.00 11.04 7.19 31.37 7.64 19:04:07 18:56:01 all 6.73 0.00 8.17 13.61 43.61 27.88 19:04:07 18:56:01 0 7.09 0.00 9.39 13.04 44.80 25.69 19:04:07 18:56:01 1 7.21 0.00 7.17 11.61 42.88 31.13 19:04:07 18:56:01 2 6.17 0.00 8.15 15.00 41.60 29.08 19:04:07 18:56:01 3 6.46 0.00 8.03 14.78 45.23 25.50 19:04:07 18:57:02 all 5.67 0.00 5.44 22.86 44.04 21.99 19:04:07 18:57:02 0 5.13 0.00 5.13 25.84 44.61 19.29 19:04:07 18:57:02 1 5.80 0.00 5.33 18.80 43.20 26.87 19:04:07 18:57:02 2 6.07 0.00 5.37 27.64 43.43 17.50 19:04:07 18:57:02 3 5.70 0.00 5.94 19.10 44.94 24.33 19:04:07 18:58:03 all 24.58 0.00 12.32 16.14 42.05 4.90 19:04:07 18:58:03 0 24.42 0.00 11.51 17.46 42.16 4.45 19:04:07 18:58:03 1 24.74 0.00 12.35 17.26 41.66 3.99 19:04:07 18:58:03 2 22.95 0.00 12.08 15.59 43.62 5.77 19:04:07 18:58:03 3 26.26 0.00 13.39 14.21 40.73 5.42 19:04:07 18:59:04 all 8.04 0.00 7.44 29.11 37.25 18.16 19:04:07 18:59:04 0 8.41 0.00 7.42 32.96 35.78 15.44 19:04:07 18:59:04 1 7.78 0.00 7.12 24.89 37.00 23.21 19:04:07 18:59:04 2 7.45 0.00 6.89 31.95 37.93 15.79 19:04:07 18:59:04 3 8.56 0.00 8.36 26.66 38.33 18.09 19:04:07 19:00:03 all 21.96 0.00 10.57 10.79 45.83 10.85 19:04:07 19:00:03 0 21.36 0.00 9.86 8.64 48.27 11.88 19:04:07 19:00:03 1 20.29 0.00 10.21 12.89 45.87 10.74 19:04:07 19:00:03 2 25.10 0.00 11.46 9.92 44.61 8.92 19:04:07 19:00:03 3 21.19 0.00 10.77 11.61 44.58 11.84 19:04:07 19:01:01 all 8.44 0.00 6.13 4.84 33.45 47.14 19:04:07 19:01:01 0 8.32 0.00 6.44 5.46 34.13 45.64 19:04:07 19:01:01 1 7.09 0.00 5.90 4.15 34.57 48.28 19:04:07 19:01:01 2 8.84 0.00 6.55 3.83 32.57 48.22 19:04:07 19:01:01 3 9.55 0.00 5.65 5.93 32.52 46.36 19:04:07 19:02:01 all 0.11 0.00 0.08 0.06 1.78 97.98 19:04:07 19:02:01 0 0.03 0.00 0.07 0.03 1.78 98.09 19:04:07 19:02:01 1 0.07 0.00 0.10 0.11 2.02 97.70 19:04:07 19:02:01 2 0.29 0.00 0.08 0.03 2.05 97.54 19:04:07 19:02:01 3 0.03 0.00 0.07 0.05 1.27 98.59 19:04:07 19:04:07 19:02:01 CPU %user %nice %system %iowait %steal %idle 19:04:07 19:03:01 all 0.10 0.00 0.12 0.00 1.32 98.46 19:04:07 19:03:01 0 0.25 0.00 0.20 0.00 0.63 98.92 19:04:07 19:03:01 1 0.10 0.00 0.07 0.00 2.59 97.25 19:04:07 19:03:01 2 0.03 0.00 0.12 0.00 0.91 98.94 19:04:07 19:03:01 3 0.02 0.00 0.12 0.00 1.12 98.75 19:04:07 Average: all 12.96 0.00 7.43 9.94 33.50 36.18 19:04:07 Average: 0 12.56 0.00 7.18 10.12 33.96 36.17 19:04:07 Average: 1 12.66 0.00 7.36 9.55 33.46 36.97 19:04:07 Average: 2 13.33 0.00 7.46 10.42 33.07 35.72 19:04:07 Average: 3 13.29 0.00 7.72 9.67 33.49 35.83 19:04:07 19:04:07 19:04:07