Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bcdc0b503bfe55a544ff90db21609e7c171f1072+dd3c5304426daa1a06e165d92e5378a7e6535b25 (f1b9f1ff6bb99f0178195ba7b8dd8d337eef106e) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-29151 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit bcdc0b503bfe55a544ff90db21609e7c171f1072 Merge succeeded, producing 61ae32e767b02baf27a87429e9b1598910e6d914 Checking out Revision 61ae32e767b02baf27a87429e9b1598910e6d914 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bcdc0b503bfe55a544ff90db21609e7c171f1072 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61ae32e767b02baf27a87429e9b1598910e6d914 # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:39:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:39:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:39:50 ========================================================= 16:39:50 EdgeX Global Pipelines Version Info 16:39:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8f572f177b648054850e24a3102b40330bf15bd3 # timeout=10 16:39:52 ------------------- 16:39:52 stable info: 16:39:52 ------------------- 16:39:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:39:52 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:39:52 Message: update stable to v1.0.184 16:39:53 ------------------- 16:39:53 experimental info: 16:39:53 ------------------- 16:39:53 Commited By: **** collab-it+edgex@linuxfoundation.org 16:39:53 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:39:53 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:39:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:39:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:39:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:39:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:39:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:39:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61ae32e767b02baf27a87429e9b1598910e6d914 [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61ae32e [Pipeline] echo 16:39:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:39:56 provisioning config files... 16:39:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2541085886953765219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:39:56 ---> docker-login.sh 16:39:56 nexus3.edgexfoundry.org:10001 16:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:57 Configure a credential helper to remove this warning. See 16:39:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:57 16:39:57 Login Succeeded 16:39:57 nexus3.edgexfoundry.org:10002 16:39:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:57 Configure a credential helper to remove this warning. See 16:39:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:57 16:39:57 Login Succeeded 16:39:57 nexus3.edgexfoundry.org:10003 16:39:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:57 Configure a credential helper to remove this warning. See 16:39:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:57 16:39:57 Login Succeeded 16:39:57 nexus3.edgexfoundry.org:10004 16:39:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:57 Configure a credential helper to remove this warning. See 16:39:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:57 16:39:57 Login Succeeded 16:39:57 docker.io 16:39:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:58 Configure a credential helper to remove this warning. See 16:39:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:58 16:39:58 Login Succeeded 16:39:58 ---> docker-login.sh ends [Pipeline] } 16:39:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:39:58 ++ 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 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/core-command/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo core-command,cmd/core-command/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/core-data/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo core-data,cmd/core-data/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ cut -d/ -f2 16:39:58 ++ dirname cmd/core-metadata/Dockerfile 16:39:58 + echo core-metadata,cmd/core-metadata/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/security-bootstrapper/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/security-proxy-setup/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/support-notifications/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo support-notifications,cmd/support-notifications/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/support-scheduler/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:39:58 + for file in '`ls cmd/**/Dockerfile`' 16:39:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:39:58 ++ cut -d/ -f2 16:39:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:39:58 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 16:39:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:59 16:39:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:40:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:00 latest: Pulling from edgex-devops/git-semver 16:40:00 31603596830f: Pulling fs layer 16:40:00 2a8b12db71e7: Pulling fs layer 16:40:00 6ca5941a6612: Pulling fs layer 16:40:00 ecc8261a40a4: Pulling fs layer 16:40:00 ecc8261a40a4: Waiting 16:40:00 2a8b12db71e7: Verifying Checksum 16:40:00 2a8b12db71e7: Download complete 16:40:00 31603596830f: Verifying Checksum 16:40:00 31603596830f: Download complete 16:40:00 ecc8261a40a4: Verifying Checksum 16:40:00 ecc8261a40a4: Download complete 16:40:00 6ca5941a6612: Verifying Checksum 16:40:00 6ca5941a6612: Download complete 16:40:00 31603596830f: Pull complete 16:40:00 2a8b12db71e7: Pull complete 16:40:01 6ca5941a6612: Pull complete 16:40:02 ecc8261a40a4: Pull complete 16:40:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:40:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:40:02 prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container 16:40:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:40:04 $ docker top 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:40:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:05 [ssh-agent] Looking for ssh-agent implementation... 16:40:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:05 $ docker exec 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent 16:40:05 SSH_AUTH_SOCK=/tmp/ssh-NNWI6AYagSH2/agent.12 16:40:05 SSH_AGENT_PID=18 16:40:05 Running ssh-add (command line suppressed) 16:40:06 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4211048713837591466.key (/w/workspace/edgex-go/3@tmp/private_key_4211048713837591466.key) 16:40:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:06 + git tag --points-at HEAD [Pipeline] } 16:40:06 $ docker exec --env ******** --env ******** 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent -k 16:40:06 unset SSH_AUTH_SOCK; 16:40:06 unset SSH_AGENT_PID; 16:40:06 echo Agent pid 18 killed; 16:40:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:40:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:06 [ssh-agent] Looking for ssh-agent implementation... 16:40:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:07 $ docker exec 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent 16:40:07 SSH_AUTH_SOCK=/tmp/ssh-oda4R8qBUrt9/agent.47 16:40:07 SSH_AGENT_PID=52 16:40:07 Running ssh-add (command line suppressed) 16:40:07 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8817551863127767401.key (/w/workspace/edgex-go/3@tmp/private_key_8817551863127767401.key) 16:40:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:07 + git semver init 16:40:07 # -> Open(): unable to determine branch for HEAD 16:40:07 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:40:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:40:07 # $SEMVER_REMOTE_NAME = origin 16:40:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:40:07 # $SEMVER_USER_NAME = edgex-jenkins 16:40:07 # $SEMVER_BRANCH = PR-3234 16:40:07 # $SEMVER_TEMP = /tmp/semver-472828078 16:40:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:40:40 # '/tmp/semver-472828078' -> '/w/workspace/edgex-go/3/.semver' 16:40:40 # -> Force: false 16:40:40 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:40:41 $ docker exec --env ******** --env ******** 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent -k 16:40:41 unset SSH_AUTH_SOCK; 16:40:41 unset SSH_AGENT_PID; 16:40:41 echo Agent pid 52 killed; 16:40:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:40:41 + git semver [Pipeline] } 16:40:41 $ docker stop --time=1 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee 16:40:43 $ docker rm -f 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee [Pipeline] // withDockerContainer [Pipeline] sh 16:40:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:40:45 Stashed 1 file(s) [Pipeline] echo 16:40:45 [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 16:40:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:40:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:40:46 + sudo service docker restart 16:40:46 + true 16:40:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:40:47 ========================================================= 16:40:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:40:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:40:47 + 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 . 16:40:52 Sending build context to Docker daemon 328.4MB 16:40:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:40:52 Step 2/6 : FROM ${BASE} 16:40:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:40:52 188c0c94c7c5: Pulling fs layer 16:40:52 0ef7d3d256c8: Pulling fs layer 16:40:52 de9db76c5a1d: Pulling fs layer 16:40:52 bca2f99d35d6: Pulling fs layer 16:40:52 93359f2a8cfa: Pulling fs layer 16:40:52 7c6f9722023f: Pulling fs layer 16:40:52 a35cf1a2eb13: Pulling fs layer 16:40:52 bca2f99d35d6: Waiting 16:40:52 93359f2a8cfa: Waiting 16:40:52 7c6f9722023f: Waiting 16:40:52 a35cf1a2eb13: Waiting 16:40:52 de9db76c5a1d: Verifying Checksum 16:40:52 de9db76c5a1d: Download complete 16:40:52 0ef7d3d256c8: Verifying Checksum 16:40:52 0ef7d3d256c8: Download complete 16:40:52 93359f2a8cfa: Verifying Checksum 16:40:52 93359f2a8cfa: Download complete 16:40:52 188c0c94c7c5: Verifying Checksum 16:40:52 188c0c94c7c5: Download complete 16:40:52 7c6f9722023f: Verifying Checksum 16:40:52 7c6f9722023f: Download complete 16:40:53 188c0c94c7c5: Pull complete 16:40:53 0ef7d3d256c8: Pull complete 16:40:53 de9db76c5a1d: Pull complete 16:40:54 a35cf1a2eb13: Verifying Checksum 16:40:54 a35cf1a2eb13: Download complete 16:40:55 bca2f99d35d6: Verifying Checksum 16:40:55 bca2f99d35d6: Download complete 16:41:00 Still waiting to schedule task 16:41:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:41:04 bca2f99d35d6: Pull complete 16:41:04 93359f2a8cfa: Pull complete 16:41:04 7c6f9722023f: Pull complete 16:41:07 a35cf1a2eb13: Pull complete 16:41:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:41:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:41:07 ---> a62c8e92a672 16:41:07 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 16:41:07 ---> Running in 292b54b2c0c5 16:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:10 (1/12) Installing libmagic (5.38-r0) 16:41:11 (2/12) Installing file (5.38-r0) 16:41:11 (3/12) Installing libc-dev (0.7.2-r3) 16:41:11 (4/12) Installing g++ (9.3.0-r2) 16:41:29 (5/12) Installing fortify-headers (1.1-r0) 16:41:29 (6/12) Installing patch (2.7.6-r6) 16:41:29 (7/12) Installing build-base (0.5-r2) 16:41:29 (8/12) Installing libsodium (1.0.18-r0) 16:41:29 (9/12) Installing pkgconf (1.7.2-r0) 16:41:29 (10/12) Installing libsodium-dev (1.0.18-r0) 16:41:29 (11/12) Installing libzmq (4.3.3-r0) 16:41:29 (12/12) Installing zeromq-dev (4.3.3-r0) 16:41:29 Executing busybox-1.31.1-r19.trigger 16:41:29 OK: 233 MiB in 51 packages 16:41:31 Removing intermediate container 292b54b2c0c5 16:41:31 ---> a2d8dbf54144 16:41:31 Step 4/6 : WORKDIR /edgex-go 16:41:31 ---> Running in e7774ae3b0d6 16:41:31 Removing intermediate container e7774ae3b0d6 16:41:31 ---> 20c8209e68b8 16:41:31 Step 5/6 : COPY go.mod . 16:41:32 ---> d12206ca1378 16:41:32 Step 6/6 : RUN go mod download 16:41:32 ---> Running in c568d7bcff72 16:41:59 Removing intermediate container c568d7bcff72 16:41:59 ---> fdbb74707589 16:41:59 Successfully built fdbb74707589 16:41:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:41:59 + docker inspect -f . ci-base-image-x86_64 16:41:59 . [Pipeline] withDockerContainer 16:41:59 prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container 16:41:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:42:00 $ docker top 8fdd8d973ae6de67810dbfa0d8cc0906ed68c4bc144a1dbcce3a24c9e16f1e25 -eo pid,comm [Pipeline] { [Pipeline] sh 16:42:01 + go version 16:42:01 go version go1.15.5 linux/amd64 [Pipeline] } 16:42:01 $ docker stop --time=1 8fdd8d973ae6de67810dbfa0d8cc0906ed68c4bc144a1dbcce3a24c9e16f1e25 16:42:02 $ docker rm -f 8fdd8d973ae6de67810dbfa0d8cc0906ed68c4bc144a1dbcce3a24c9e16f1e25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:42:03 + docker inspect -f . ci-base-image-x86_64 16:42:03 . [Pipeline] withDockerContainer 16:42:03 prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container 16:42:03 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:42:04 $ docker top 22ccc466ab5c975dedaf87b165854a2e890e917fbb6902ffb46feb2456d98044 -eo pid,comm [Pipeline] { [Pipeline] echo 16:42:05 ========================================================= 16:42:05 [edgeXBuildGoParallel] Running Tests and Build... 16:42:05 ========================================================= [Pipeline] sh 16:42:05 + make test 16:42:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:42:15 ? github.com/edgexfoundry/edgex-go [no test files] 16:42:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:42:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:42:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:42:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:42:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:42:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:42:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:42:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:42:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:42:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:42:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:42:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:42:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.156s coverage: 45.9% of statements 16:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.139s coverage: 100.0% of statements 16:42:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.261s coverage: 27.1% of statements 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:42:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:42:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:42:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.134s coverage: 71.3% of statements 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:42:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.257s coverage: 82.9% of statements 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:42:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements 16:42:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.459s coverage: 28.6% of statements 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.508s coverage: 92.8% of statements 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.113s coverage: 0.1% of statements 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.125s coverage: 79.5% of statements 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 16:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 16:43:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements 16:43:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 16:43:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.050s coverage: 81.4% of statements 16:43:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29157 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:43:23 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.050s coverage: 77.8% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.052s coverage: 87.2% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.6% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.6% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 62.4% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.403s coverage: 69.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 38.4% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.199s coverage: 47.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.083s coverage: 100.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.164s coverage: 87.8% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.864s coverage: 29.1% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 95.6% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:43:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements 16:43:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.049s coverage: 100.0% of statements 16:43:28 using credential edgex-jenkins-ssh 16:43:28 Cloning the remote Git repository 16:43:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:43:29 GO111MODULE=on go vet ./... 16:43:28 > git init /w/workspace/edgex-go/3 # timeout=10 16:43:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:43:28 > git --version # timeout=10 16:43:28 > git --version # 'git version 2.17.1' 16:43:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:43:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:43:47 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit bcdc0b503bfe55a544ff90db21609e7c171f1072 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:43:47 Failed in branch arm64 16:43:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:43:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:43:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:43:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:43:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:43:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:43:47 > git config core.sparsecheckout # timeout=10 16:43:47 > git checkout -f bcdc0b503bfe55a544ff90db21609e7c171f1072 # timeout=10 16:44:08 gofmt -l . 16:44:08 [ "`gofmt -l .`" = "" ] 16:44:08 ./bin/test-go-mod-tidy.sh 16:44:08 ./bin/test-attribution-txt.sh [Pipeline] sh 16:44:08 + ls -al . 16:44:08 total 736 16:44:08 drwxrwxr-x 10 1001 1001 4096 Mar 9 16:44 . 16:44:08 drwxr-xr-x 4 root root 28 Mar 9 16:42 .. 16:44:08 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:39 .dockerignore 16:44:08 drwxrwxr-x 8 1001 1001 179 Mar 9 16:39 .git 16:44:08 drwxrwxr-x 3 1001 1001 125 Mar 9 16:39 .github 16:44:08 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:39 .gitignore 16:44:08 drwx------ 3 1001 1001 60 Mar 9 16:40 .semver 16:44:08 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:39 .sonarcloud.properties 16:44:08 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:39 Attribution.txt 16:44:08 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:39 CONTRIBUTING.md 16:44:08 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:39 Dockerfile.build 16:44:08 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:39 Jenkinsfile 16:44:08 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:39 LICENSE 16:44:08 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:39 Makefile 16:44:08 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:39 README.md 16:44:08 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:39 SECURITY.md 16:44:08 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:40 VERSION 16:44:08 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:39 ZMQWindows.md 16:44:08 drwxrwxr-x 2 1001 1001 117 Mar 9 16:39 bin 16:44:08 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:39 cmd 16:44:08 -rw-r--r-- 1 root root 624012 Mar 9 16:43 coverage.out 16:44:08 -rw-r--r-- 1 root root 1056 Mar 9 16:44 go.mod 16:44:08 -rw-r--r-- 1 root root 21983 Mar 9 16:44 go.sum 16:44:08 drwxrwxr-x 8 1001 1001 127 Mar 9 16:39 internal 16:44:08 drwxrwxr-x 4 1001 1001 26 Mar 9 16:39 openapi 16:44:08 drwxrwxr-x 4 1001 1001 71 Mar 9 16:39 snap 16:44:08 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:39 version.go [Pipeline] sh 16:44:08 + '[' -e coverage.out ] 16:44:08 + chown 1001:1001 coverage.out [Pipeline] stash 16:44:09 Stashed 1 file(s) [Pipeline] sh 16:44:09 + make build 16:44:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:44:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:44:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:44:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:44:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:44:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:44:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:44: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 16:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:44:39 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] } 16:44:42 $ docker stop --time=1 22ccc466ab5c975dedaf87b165854a2e890e917fbb6902ffb46feb2456d98044 16:44:44 $ docker rm -f 22ccc466ab5c975dedaf87b165854a2e890e917fbb6902ffb46feb2456d98044 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:44:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:44:46 16:44:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:44:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:44:46 latest: Pulling from edgex-devops/edgex-compose 16:44:46 cbdbe7a5bc2a: Pulling fs layer 16:44:46 ca9280d653b3: Pulling fs layer 16:44:46 7e9c9ca2126c: Pulling fs layer 16:44:46 cbdbe7a5bc2a: Download complete 16:44:47 cbdbe7a5bc2a: Pull complete 16:44:47 ca9280d653b3: Verifying Checksum 16:44:47 ca9280d653b3: Download complete 16:44:48 ca9280d653b3: Pull complete 16:44:49 7e9c9ca2126c: Verifying Checksum 16:44:49 7e9c9ca2126c: Download complete 16:44:57 7e9c9ca2126c: Pull complete 16:44:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:44:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:44:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:44:57 prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container 16:44:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:44:59 $ docker top 6c13a09d0cae7894d167e6e61d6a680b8c52f7a2fb8a328546f40687a9637af3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:45:00 + docker-compose build --help 16:45:00 + grep parallel 16:45:01 --parallel Build images in parallel. [Pipeline] } 16:45:01 $ docker stop --time=1 6c13a09d0cae7894d167e6e61d6a680b8c52f7a2fb8a328546f40687a9637af3 16:45:03 $ docker rm -f 6c13a09d0cae7894d167e6e61d6a680b8c52f7a2fb8a328546f40687a9637af3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:45:03 . [Pipeline] withDockerContainer 16:45:04 prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container 16:45:04 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:45:05 $ docker top 223bf60ba2fa90254de77e517bec0a6cbecf8d7348898b890c72f0db1c4414ed -eo pid,comm [Pipeline] { [Pipeline] sh 16:45:05 + docker-compose -f ./docker-compose-build.yml build --parallel 16:45:07 Building docker-core-command-go ... 16:45:07 Building docker-core-data-go ... 16:45:07 Building docker-core-metadata-go ... 16:45:07 Building docker-security-bootstrapper-go ... 16:45:07 Building docker-security-proxy-setup-go ... 16:45:07 Building docker-security-secretstore-setup-go ... 16:45:07 Building docker-support-notifications-go ... 16:45:07 Building docker-support-scheduler-go ... 16:45:07 Building docker-sys-mgmt-agent-go ... 16:45:07 Building docker-support-notifications-go 16:45:07 Building docker-core-command-go 16:45:07 Building docker-security-secretstore-setup-go 16:45:07 Building docker-security-bootstrapper-go 16:45:07 Building docker-sys-mgmt-agent-go 16:45:54 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:45:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:45:54 ---> fdbb74707589 16:45:54 Step 3/31 : WORKDIR /edgex-go 16:45:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:45:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:45:54 ---> fdbb74707589 16:45:54 Step 3/23 : WORKDIR /edgex-go 16:45:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:45:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:45:54 ---> fdbb74707589 16:45:54 Step 3/24 : WORKDIR /edgex-go 16:45:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:45:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:45:54 ---> fdbb74707589 16:45:54 Step 3/26 : WORKDIR /edgex-go 16:45:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:45:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:45:54 ---> fdbb74707589 16:45:54 Step 3/22 : WORKDIR /edgex-go 16:45:54 ---> Running in 791432365d95 16:45:54 ---> Running in 02ab7ea96e99 16:45:54 ---> Running in 4b84470e422c 16:45:54 ---> Running in 10facfba97aa 16:45:54 ---> Running in 31c96cdf8900 16:45:54 Removing intermediate container 02ab7ea96e99 16:45:54 ---> bab95bdf56c0 16:45:54 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:54 Removing intermediate container 791432365d95 16:45:54 ---> d2014fea083d 16:45:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:54 Removing intermediate container 31c96cdf8900 16:45:54 ---> 4d7b0d842b6e 16:45:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:54 Removing intermediate container 10facfba97aa 16:45:54 ---> f3762b69e571 16:45:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:54 Removing intermediate container 4b84470e422c 16:45:54 ---> 2cf215ccf754 16:45:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:54 ---> Running in 75e62a64ecaf 16:45:54 ---> Running in 07e29c4a4844 16:45:54 ---> Running in acc4f9141d15 16:45:54 ---> Running in 50d515b70a0e 16:45:54 ---> Running in 54c9d66eb4dc 16:45:54 Removing intermediate container 75e62a64ecaf 16:45:54 ---> e4b38cdbda51 16:45:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:45:54 Removing intermediate container acc4f9141d15 16:45:54 ---> 50c6a6b6d15f 16:45:54 Step 5/31 : RUN apk add --update --no-cache make git 16:45:54 Removing intermediate container 54c9d66eb4dc 16:45:54 ---> 7f3675662ab0 16:45:54 Step 5/23 : RUN apk add --update --no-cache make git 16:45:54 ---> Running in 176bab9abd42 16:45:54 ---> Running in 5ad3ec2ee65a 16:45:54 ---> Running in a92b76bfbde8 16:45:54 Removing intermediate container 50d515b70a0e 16:45:54 ---> d7e7fae53ea8 16:45:54 Step 5/26 : RUN apk add --update --no-cache make bash git 16:45:54 Removing intermediate container 07e29c4a4844 16:45:54 ---> e566bf4b0e13 16:45:54 Step 5/24 : RUN apk add --update --no-cache make git 16:45:54 ---> Running in d492391d629c 16:45:54 ---> Running in 0520afa751e3 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:56 OK: 233 MiB in 51 packages 16:45:56 OK: 233 MiB in 51 packages 16:45:56 OK: 233 MiB in 51 packages 16:45:56 OK: 233 MiB in 51 packages 16:45:57 OK: 233 MiB in 51 packages 16:45:58 Removing intermediate container 176bab9abd42 16:45:58 ---> 33d98aa629a7 16:45:58 Step 6/22 : COPY go.mod . 16:45:58 Removing intermediate container 5ad3ec2ee65a 16:45:58 ---> 2fc0322b9c0e 16:45:58 Step 6/31 : COPY go.mod . 16:45:58 Removing intermediate container a92b76bfbde8 16:45:58 ---> efe2101f906e 16:45:58 Step 6/23 : COPY go.mod . 16:45:58 Removing intermediate container d492391d629c 16:45:58 ---> a361e5c220e3 16:45:58 Step 6/26 : COPY go.mod . 16:45:58 Removing intermediate container 0520afa751e3 16:45:58 ---> 2731916f1cf4 16:45:58 Step 6/24 : COPY go.mod . 16:45:58 ---> 2b8389ca91a8 16:45:58 Step 7/22 : RUN go mod download 16:45:58 ---> 538f4f3b13ad 16:45:58 Step 7/31 : RUN go mod download 16:45:58 ---> 6a3ae58bc387 16:45:58 Step 7/23 : RUN go mod download 16:45:58 ---> Running in b52f8c59bad7 16:45:58 ---> Running in 176b28edc3fc 16:45:58 ---> caa0de9ca85b 16:45:58 Step 7/26 : RUN go mod download 16:45:58 ---> Running in 3a6904423765 16:45:59 ---> 432c805583db 16:45:59 Step 7/24 : RUN go mod download 16:45:59 ---> Running in 88a422441b8f 16:45:59 ---> Running in 599cf3f6d078 16:46:02 Removing intermediate container 176b28edc3fc 16:46:02 ---> ecebbdfd91e9 16:46:02 Step 8/31 : COPY . . 16:46:02 Removing intermediate container 3a6904423765 16:46:02 ---> b6c2352c1ab9 16:46:02 Step 8/23 : COPY . . 16:46:02 Removing intermediate container 599cf3f6d078 16:46:02 ---> b561427bdf37 16:46:02 Step 8/24 : COPY . . 16:46:02 Removing intermediate container 88a422441b8f 16:46:02 ---> 4898d631ae26 16:46:02 Step 8/26 : COPY . . 16:46:02 Removing intermediate container b52f8c59bad7 16:46:02 ---> 402382d15a08 16:46:02 Step 8/22 : COPY . . 16:46:41 ---> 3f956d84cdfc 16:46:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:46:41 ---> aec58d12278d 16:46:41 Step 9/23 : RUN make cmd/core-command/core-command 16:46:42 ---> Running in 25416eabda84 16:46:42 ---> Running in aabbc79d73de 16:46:42 ---> 6b609d6a4448 16:46:42 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:46:42 ---> 793fa96c6439 16:46:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:46:42 ---> 95907eb585f4 16:46:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:46:42 ---> Running in 50cf18b4aa09 16:46:43 ---> Running in 31bcb8e09d14 16:46:43 ---> Running in 9bdd24c778a4 16:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:46:44 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 16:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:47:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:47:30 Removing intermediate container 50cf18b4aa09 16:47:30 ---> e69ebfa7cfe2 16:47:30 16:47:30 Step 10/31 : FROM alpine:3.12 16:47:30 3.12: Pulling from library/alpine 16:47:30 Removing intermediate container 31bcb8e09d14 16:47:30 ---> bb145405d462 16:47:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:47:30 Removing intermediate container aabbc79d73de 16:47:30 ---> eb29d0bd28d1 16:47:30 16:47:30 Step 10/24 : FROM alpine:3.12 16:47:30 3.12: Pulling from library/alpine 16:47:31 ---> Running in 951c5875c043 16:47:31 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:47:31 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:47:31 Status: Downloaded newer image for alpine:3.12 16:47:31 ---> 88dd2752d2ea 16:47:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:47:31 Status: Downloaded newer image for alpine:3.12 16:47:31 ---> 88dd2752d2ea 16:47:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:47:33 ---> Running in 6558006c42cc 16:47:33 ---> Running in f173e965a3e3 16:47:34 Removing intermediate container 25416eabda84 16:47:34 ---> 78df84421d3b 16:47:34 16:47:34 Step 10/23 : FROM alpine:3.12 16:47:34 ---> 88dd2752d2ea 16:47:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:47:34 Removing intermediate container 9bdd24c778a4 16:47:34 ---> 6f59311a8ae9 16:47:34 16:47:34 Step 10/22 : FROM alpine:3.12 16:47:34 ---> 88dd2752d2ea 16:47:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:47:34 ---> Running in 64f4c145cd5c 16:47:34 ---> Running in 8f4b644ac2af 16:47:34 Removing intermediate container f173e965a3e3 16:47:34 ---> f2012713ea6d 16:47:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:47:34 ---> Running in b70c80165a0e 16:47:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:35 (1/5) Installing ca-certificates (20191127-r4) 16:47:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:47:35 (3/5) Installing libcurl (7.69.1-r3) 16:47:35 (4/5) Installing curl (7.69.1-r3) 16:47:35 (5/5) Installing dumb-init (1.2.2-r1) 16:47:35 Executing busybox-1.31.1-r19.trigger 16:47:35 Executing ca-certificates-20191127-r4.trigger 16:47:36 OK: 7 MiB in 19 packages 16:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:36 (1/2) Installing ca-certificates (20191127-r4) 16:47:36 (2/2) Installing dumb-init (1.2.2-r1) 16:47:36 Executing busybox-1.31.1-r19.trigger 16:47:36 Executing ca-certificates-20191127-r4.trigger 16:47:36 Removing intermediate container 951c5875c043 16:47:36 ---> f0023d67fe8d 16:47:36 16:47:36 Step 11/26 : FROM docker:20.10.0 16:47:36 OK: 6 MiB in 16 packages 16:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:36 20.10.0: Pulling from library/docker 16:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:36 (1/1) Installing dumb-init (1.2.2-r1) 16:47:36 Executing busybox-1.31.1-r19.trigger 16:47:36 OK: 6 MiB in 15 packages 16:47:36 (1/2) Installing dumb-init (1.2.2-r1) 16:47:36 (2/2) Installing su-exec (0.2-r1) 16:47:36 Executing busybox-1.31.1-r19.trigger 16:47:36 OK: 6 MiB in 16 packages 16:47:38 Removing intermediate container 6558006c42cc 16:47:38 ---> c75bb917fda3 16:47:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:47:38 ---> Running in 1ea8e0798574 16:47:38 Removing intermediate container 64f4c145cd5c 16:47:38 ---> ccd41a2b400a 16:47:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:47:38 Removing intermediate container 8f4b644ac2af 16:47:38 ---> 2fc8567bcf96 16:47:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:47:39 ---> Running in 7b5e0b8dea65 16:47:39 ---> Running in 78184101b78a 16:47:39 Removing intermediate container b70c80165a0e 16:47:39 ---> 45534e2f950a 16:47:39 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:47:39 Removing intermediate container 1ea8e0798574 16:47:39 ---> a2d54acf5958 16:47:39 Step 13/24 : WORKDIR / 16:47:39 Removing intermediate container 7b5e0b8dea65 16:47:39 ---> 0453fe784a7e 16:47:39 Step 13/22 : ENV APP_PORT=48060 16:47:40 Removing intermediate container 78184101b78a 16:47:40 ---> a5bbf4681be6 16:47:40 Step 13/23 : ENV APP_PORT=48082 16:47:40 ---> Running in 9ad97f71a8fe 16:47:40 ---> Running in 71c26959fbad 16:47:40 ---> Running in d6a0bec2f63d 16:47:40 ---> Running in 2c47df05f60d 16:47:40 Removing intermediate container 9ad97f71a8fe 16:47:40 ---> 66cd8f44c865 16:47:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:47:40 Removing intermediate container 71c26959fbad 16:47:40 ---> 3cd088ddf49e 16:47:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:47:40 Removing intermediate container d6a0bec2f63d 16:47:40 ---> 68a08b8e400d 16:47:40 Step 14/22 : EXPOSE $APP_PORT 16:47:40 Removing intermediate container 2c47df05f60d 16:47:40 ---> 28d63b437ae7 16:47:40 Step 14/23 : EXPOSE $APP_PORT 16:47:40 ---> Running in 52e6d07534e7 16:47:40 ---> Running in 79d664e41752 16:47:40 ---> Running in 3d799f856d06 16:47:40 ---> 2e4e6aa5e3d1 16:47:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:47:40 Removing intermediate container 52e6d07534e7 16:47:40 ---> 65e68fd698be 16:47:40 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:47:41 Removing intermediate container 79d664e41752 16:47:41 ---> 54a51e080307 16:47:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:41 Removing intermediate container 3d799f856d06 16:47:41 ---> 834f9b9e5195 16:47:41 Step 15/23 : WORKDIR / 16:47:41 ---> Running in 5ef27f585268 16:47:42 ---> Running in af48184c6348 16:47:42 ---> b6b68b0199b2 16:47:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:47:42 ---> 86a8df13961a 16:47:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:47:42 Removing intermediate container af48184c6348 16:47:42 ---> fd34365faaf3 16:47:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:42 ---> a7f6b458a260 16:47:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:47:43 ---> af010663089d 16:47:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:47:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:47:43 Status: Downloaded newer image for docker:20.10.0 16:47:43 ---> aefe523efa57 16:47:43 Step 12/26 : RUN apk add --no-cache bash 16:47:43 ---> b3fee62ae634 16:47:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:47:43 ---> Running in b281aa5fc7b0 16:47:43 ---> 54ac39b255cf 16:47:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:47:43 ---> a11a6cc35e4c 16:47:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:47:43 Removing intermediate container 5ef27f585268 16:47:43 ---> 7d23b339808c 16:47:43 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:47:43 ---> b296c2e3cfdb 16:47:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:47:44 ---> Running in 00e246a1beaf 16:47:44 ---> Running in e3d4353ba3d5 16:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:44 Removing intermediate container 00e246a1beaf 16:47:44 ---> f609a7be73c6 16:47:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:44 ---> 370507d62694 16:47:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:47:44 (1/2) Installing readline (8.0.4-r0) 16:47:44 (2/2) Installing bash (5.0.17-r0) 16:47:44 ---> Running in 86e20bf1bcaf 16:47:44 Executing bash-5.0.17-r0.post-install 16:47:44 Executing busybox-1.31.1-r19.trigger 16:47:44 OK: 12 MiB in 22 packages 16:47:44 Removing intermediate container e3d4353ba3d5 16:47:44 ---> 38a2fdd62402 16:47:44 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:47:44 ---> eaad6efc2e2d 16:47:44 Step 19/23 : ENTRYPOINT ["/core-command"] 16:47:45 ---> Running in 847a52079c49 16:47:45 Removing intermediate container 86e20bf1bcaf 16:47:45 ---> e1ec0d16f090 16:47:45 Step 20/22 : LABEL arch=x86_64 16:47:45 ---> 892e6897e009 16:47:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:47:45 ---> 210f42ed7ea5 16:47:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:47:45 ---> Running in 04dde16f3e36 16:47:45 ---> Running in ff01e306f42e 16:47:45 ---> Running in 3803247dbab6 16:47:45 Removing intermediate container 847a52079c49 16:47:45 ---> 0afcf9d2c856 16:47:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:45 Removing intermediate container b281aa5fc7b0 16:47:45 ---> 8d38ed73a373 16:47:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:47:45 ---> Running in fb3d86d21d8d 16:47:46 ---> Running in bd46a01e29cf 16:47:46 Removing intermediate container 04dde16f3e36 16:47:46 ---> 2118453dbc7f 16:47:46 Step 21/22 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:47:46 ---> Running in 27ebe8fde475 16:47:46 Removing intermediate container fb3d86d21d8d 16:47:46 ---> fc7715372a8e 16:47:46 Step 21/23 : LABEL arch=x86_64 16:47:46 Removing intermediate container bd46a01e29cf 16:47:46 ---> e1a5e29e7bbe 16:47:46 Step 14/26 : ENV APP_PORT=48090 16:47:46 ---> Running in a0d8901efb70 16:47:47 ---> Running in 3700066b521c 16:47:47 Removing intermediate container 27ebe8fde475 16:47:47 ---> c059110cbc45 16:47:47 Step 22/22 : LABEL version=0.0.0 16:47:47 Removing intermediate container a0d8901efb70 16:47:47 ---> 745bfcb45ffe 16:47:47 Step 22/23 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:47:47 ---> Running in 46b9ab4db9ac 16:47:47 ---> Running in 6e689349ef89 16:47:47 Removing intermediate container 3700066b521c 16:47:47 ---> bca86940666e 16:47:47 Step 15/26 : EXPOSE $APP_PORT 16:47:47 ---> Running in 7805449cd331 16:47:47 Removing intermediate container 46b9ab4db9ac 16:47:47 ---> 6c26f1ba2405 16:47:47 16:47:47 Removing intermediate container 6e689349ef89 16:47:47 ---> 2eaf7a67e39a 16:47:47 Step 23/23 : LABEL version=0.0.0 16:47:48 Successfully built 6c26f1ba2405 16:47:48 Successfully tagged docker-support-notifications-go:latest 16:47:48 Building docker-core-data-go 16:47:48 ---> Running in cae500e8cb89 16:47:48  Building docker-support-notifications-go ... done Removing intermediate container 7805449cd331 16:47:48 ---> 68d5b4285cf4 16:47:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:47:48 Removing intermediate container 3803247dbab6 16:47:48 ---> 0d07c017b95a 16:47:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:47:48 Removing intermediate container ff01e306f42e 16:47:48 ---> 8210f96ae6f9 16:47:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:48 ---> Running in a88b7552157a 16:47:48 Removing intermediate container cae500e8cb89 16:47:48 ---> 364cf3d30089 16:47:48 16:47:48 ---> 65e416619681 16:47:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:47:48 Successfully built 364cf3d30089 16:47:48 Successfully tagged docker-core-command-go:latest 16:47:48 Building docker-core-metadata-go 16:47:48  Building docker-core-command-go ... done Removing intermediate container a88b7552157a 16:47:48 ---> bd48e5d647e2 16:47:48 Step 22/24 : LABEL arch=x86_64 16:47:49 ---> ff8ead7cdaf4 16:47:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:47:49 ---> Running in 484683c98692 16:47:51 ---> 75013a7968a9 16:47:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:47:53 Removing intermediate container 484683c98692 16:47:53 ---> c1cf50d8e19a 16:47:53 Step 23/24 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:47:53 ---> 3bc45185af42 16:47:53 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:47:55 ---> bb9d39711d7b 16:47:55 Step 19/26 : RUN apk --no-cache add py3-pip 16:47:55 ---> Running in 3e7957548979 16:47:55 ---> f4447c86c4f1 16:47:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:47:55 ---> Running in 5bf18a27144a 16:47:56 Removing intermediate container 3e7957548979 16:47:56 ---> 0a8cd022c648 16:47:56 Step 24/24 : LABEL version=0.0.0 16:47:56 ---> 8a3512893437 16:47:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:47:57 ---> Running in ee6dc9786588 16:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:57 (1/33) Installing libbz2 (1.0.8-r1) 16:47:58 (2/33) Installing expat (2.2.9-r1) 16:47:58 (3/33) Installing libffi (3.3-r2) 16:47:58 (4/33) Installing gdbm (1.13-r1) 16:47:58 (5/33) Installing xz-libs (5.2.5-r0) 16:47:58 (6/33) Installing sqlite-libs (3.32.1-r0) 16:47:58 (7/33) Installing python3 (3.8.5-r1) 16:48:00 ---> cb8436552f82 16:48:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:48:00 Removing intermediate container ee6dc9786588 16:48:00 ---> 8dfa89140971 16:48:00 16:48:07 (8/33) Installing py3-appdirs (1.4.4-r1) 16:48:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:48:07 (10/33) Installing py3-parsing (2.4.7-r0) 16:48:07 (11/33) Installing py3-six (1.15.0-r0) 16:48:07 Successfully built 8dfa89140971 16:48:07 (12/33) Installing py3-packaging (20.4-r0) 16:48:07 (13/33) Installing py3-setuptools (47.0.0-r0) 16:48:07 Successfully tagged docker-security-secretstore-setup-go:latest 16:48:07 Building docker-support-scheduler-go 16:48:07  Building docker-security-secretstore-setup-go ... done (14/33) Installing py3-chardet (3.0.4-r4) 16:48:07 (15/33) Installing py3-idna (2.9-r0) 16:48:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:48:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:48:09 (18/33) Installing py3-requests (2.23.0-r0) 16:48:10 (19/33) Installing py3-msgpack (1.0.0-r0) 16:48:10 ---> Running in dfa6105ee06a 16:48:10 (20/33) Installing py3-lockfile (0.12.2-r3) 16:48:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:48:10 (22/33) Installing py3-colorama (0.4.3-r0) 16:48:10 (23/33) Installing py3-distlib (0.3.0-r0) 16:48:10 (24/33) Installing py3-distro (1.5.0-r1) 16:48:10 (25/33) Installing py3-webencodings (0.5.1-r3) 16:48:11 (26/33) Installing py3-html5lib (1.0.1-r4) 16:48:11 (27/33) Installing py3-pytoml (0.1.21-r0) 16:48:12 (28/33) Installing py3-pep517 (0.8.2-r0) 16:48:12 (29/33) Installing py3-progress (1.5-r0) 16:48:12 (30/33) Installing py3-toml (0.10.1-r0) 16:48:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:48:12 ---> fdbb74707589 16:48:12 Step 3/23 : WORKDIR /edgex-go 16:48:12 ---> Using cache 16:48:12 ---> 2cf215ccf754 16:48:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:12 ---> Using cache 16:48:12 ---> 7f3675662ab0 16:48:12 Step 5/23 : RUN apk add --update --no-cache make git 16:48:12 ---> Using cache 16:48:12 ---> efe2101f906e 16:48:12 Step 6/23 : COPY go.mod . 16:48:12 ---> Using cache 16:48:12 ---> 6a3ae58bc387 16:48:12 Step 7/23 : RUN go mod download 16:48:12 ---> Using cache 16:48:12 ---> b6c2352c1ab9 16:48:12 Step 8/23 : COPY . . 16:48:13 (31/33) Installing py3-retrying (1.3.3-r0) 16:48:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:48:13 ---> fdbb74707589 16:48:13 Step 3/23 : WORKDIR /edgex-go 16:48:13 ---> Using cache 16:48:13 ---> 2cf215ccf754 16:48:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:13 ---> Using cache 16:48:13 ---> 7f3675662ab0 16:48:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:48:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:48:13 (33/33) Installing py3-pip (20.1.1-r0) 16:48:13 ---> Using cache 16:48:13 ---> aec58d12278d 16:48:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:48:14 ---> Running in 1c66c0746949 16:48:14 ---> Running in b1b48af2d100 16:48:15 Removing intermediate container dfa6105ee06a 16:48:15 ---> 5622abe59129 16:48:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:48:15 Executing busybox-1.31.1-r19.trigger 16:48:15 OK: 71 MiB in 55 packages 16:48:17 ---> 030d4f077335 16:48:17 Step 26/31 : RUN chmod +x /entrypoint.sh 16:48:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:17 ---> Running in 150bfd95364e 16:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:19 OK: 233 MiB in 51 packages 16:48:21 Removing intermediate container 150bfd95364e 16:48:21 ---> 0df264eed7f1 16:48:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:48:22 Removing intermediate container 1c66c0746949 16:48:22 ---> 09d0d0ccfca5 16:48:22 Step 6/23 : COPY go.mod . 16:48:23 ---> Running in 229ab195ee78 16:48:23 ---> b7496391cf8a 16:48:23 Step 7/23 : RUN go mod download 16:48:24 ---> Running in 071f51399365 16:48:24 Removing intermediate container 229ab195ee78 16:48:24 ---> 53b00ff30108 16:48:24 Step 28/31 : CMD ["gate"] 16:48:25 ---> Running in 1f8d3757c0de 16:48:28 Removing intermediate container 1f8d3757c0de 16:48:28 ---> 7b5fe63b1a6e 16:48:28 Step 29/31 : LABEL arch=x86_64 16:48:29 ---> Running in d543a7077112 16:48:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:48:29 ---> fdbb74707589 16:48:29 Step 3/22 : WORKDIR /edgex-go 16:48:29 ---> Using cache 16:48:29 ---> 2cf215ccf754 16:48:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:29 ---> Using cache 16:48:29 ---> 7f3675662ab0 16:48:29 Step 5/22 : RUN apk add --update --no-cache make git 16:48:29 ---> Using cache 16:48:29 ---> efe2101f906e 16:48:29 Step 6/22 : COPY go.mod . 16:48:29 ---> Using cache 16:48:29 ---> 6a3ae58bc387 16:48:29 Step 7/22 : RUN go mod download 16:48:29 ---> Using cache 16:48:29 ---> b6c2352c1ab9 16:48:29 Step 8/22 : COPY . . 16:48:29 ---> Using cache 16:48:29 ---> aec58d12278d 16:48:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:48:30 Removing intermediate container 071f51399365 16:48:30 ---> 62a7c1761e13 16:48:30 Step 8/23 : COPY . . 16:48:30 ---> Running in a52794c2b48a 16:48:31 Removing intermediate container d543a7077112 16:48:31 ---> 944c6e8ec622 16:48:31 Step 30/31 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:48:32 ---> Running in 896488b959bd 16:48:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:48:37 Removing intermediate container 896488b959bd 16:48:37 ---> 157b44ee56c1 16:48:37 Step 31/31 : LABEL version=0.0.0 16:48:38 Removing intermediate container 5bf18a27144a 16:48:38 ---> 2803b6b809a5 16:48:38 Step 20/26 : RUN pip install docker-compose==1.23.2 16:48:41 ---> Running in da2348145434 16:48:42 ---> Running in 17186b85b623 16:48:42 Removing intermediate container da2348145434 16:48:42 ---> 8b7a495e5e91 16:48:42 16:48:43 Successfully built 8b7a495e5e91 16:48:44 Successfully tagged docker-security-bootstrapper-go:latest 16:48:44 Building docker-security-proxy-setup-go 16:48:54  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 16:48:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:48:55 Collecting texttable<0.10,>=0.9.0 16:48:55 Downloading texttable-0.9.1.tar.gz (11 kB) 16:48:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:49:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:49:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:49:03 Collecting docopt<0.7,>=0.6.1 16:49:03 Downloading docopt-0.6.2.tar.gz (25 kB) 16:49:03 ---> 6f53c6ade3b7 16:49:03 Step 9/23 : RUN make cmd/core-data/core-data 16:49:04 Collecting websocket-client<1.0,>=0.32.0 16:49:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:49:05 ---> Running in 15e4db4bd2aa 16:49:05 Removing intermediate container b1b48af2d100 16:49:05 ---> 78c7a932eb99 16:49:05 16:49:05 Step 10/23 : FROM alpine:3.12 16:49:05 ---> 88dd2752d2ea 16:49:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:49:05 Collecting docker<4.0,>=3.6.0 16:49:05 ---> Using cache 16:49:05 ---> 2fc8567bcf96 16:49:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:49:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:49:05 ---> Using cache 16:49:05 ---> a5bbf4681be6 16:49:05 Step 13/23 : ENV APP_PORT=48081 16:49:06 Collecting jsonschema<3,>=2.5.1 16:49:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:49:07 ---> Running in f0bf3155d4c7 16:49:07 Collecting PyYAML<4,>=3.10 16:49:07 Downloading PyYAML-3.13.tar.gz (270 kB) 16:49:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:49:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:49:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:49:07 ---> fdbb74707589 16:49:07 Step 3/21 : WORKDIR /edgex-go 16:49:07 ---> Using cache 16:49:07 ---> 2cf215ccf754 16:49:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:49:07 ---> Using cache 16:49:07 ---> 7f3675662ab0 16:49:07 Step 5/21 : RUN apk add --update --no-cache make git 16:49:07 ---> Using cache 16:49:07 ---> efe2101f906e 16:49:07 Step 6/21 : COPY go.mod . 16:49:07 ---> Using cache 16:49:07 ---> 6a3ae58bc387 16:49:07 Step 7/21 : RUN go mod download 16:49:07 ---> Using cache 16:49:07 ---> b6c2352c1ab9 16:49:07 Step 8/21 : COPY . . 16:49:08 ---> Using cache 16:49:08 ---> aec58d12278d 16:49:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:49:08 Removing intermediate container f0bf3155d4c7 16:49:08 ---> eaa021c719af 16:49:08 Step 14/23 : EXPOSE $APP_PORT 16:49:09 ---> Running in 05e9954ec9a4 16:49:09 ---> Running in 551e0738e912 16:49:09 Collecting dockerpty<0.5,>=0.4.1 16:49:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:49:10 Removing intermediate container 551e0738e912 16:49:10 ---> 636e42529844 16:49:10 Step 15/23 : WORKDIR / 16:49:10 ---> Running in 8fc188c4e913 16:49:10 Collecting cached-property<2,>=1.2.0 16:49:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:49:10 Collecting idna<2.8,>=2.5 16:49:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:49:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:49:10 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:49:10 Collecting urllib3<1.25,>=1.21.1 16:49:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:49:11 Collecting docker-pycreds>=0.4.0 16:49:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:49:11 Removing intermediate container 8fc188c4e913 16:49:11 ---> ba9e88a27f66 16:49:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:49:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:49:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:49:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:49:11 Installing collected packages: texttable, idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, dockerpty, cached-property, docker-compose 16:49:11 Running setup.py install for texttable: started 16:49:12 Running setup.py install for texttable: finished with status 'done' 16:49:12 Attempting uninstall: idna 16:49:12 Found existing installation: idna 2.9 16:49:12 Uninstalling idna-2.9: 16:49:12 Successfully uninstalled idna-2.9 16:49:12 ---> 83f01fae1b92 16:49:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:49:12 Attempting uninstall: urllib3 16:49:12 Found existing installation: urllib3 1.25.9 16:49:12 Uninstalling urllib3-1.25.9: 16:49:13 Successfully uninstalled urllib3-1.25.9 16:49:13 Removing intermediate container a52794c2b48a 16:49:13 ---> cfe0c0ff833e 16:49:13 16:49:13 Step 10/22 : FROM alpine:3.12 16:49:13 ---> 88dd2752d2ea 16:49:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:49:13 ---> Using cache 16:49:13 ---> 2fc8567bcf96 16:49:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:49:13 ---> Using cache 16:49:13 ---> a5bbf4681be6 16:49:13 Step 13/22 : ENV APP_PORT=48085 16:49:14 Attempting uninstall: requests 16:49:14 Found existing installation: requests 2.23.0 16:49:14 Uninstalling requests-2.23.0: 16:49:14 Successfully uninstalled requests-2.23.0 16:49:14 Running setup.py install for docopt: started 16:49:14 ---> Running in 28d9de0ced38 16:49:14 ---> e631d371a2cd 16:49:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:49:15 Removing intermediate container 28d9de0ced38 16:49:15 ---> e5c2b540c66a 16:49:15 Step 14/22 : EXPOSE $APP_PORT 16:49:15 ---> Running in 9808b8350681 16:49:15 Running setup.py install for docopt: finished with status 'done' 16:49:16 ---> be2b3b5cda34 16:49:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:49:16 Removing intermediate container 9808b8350681 16:49:16 ---> 3384b6999967 16:49:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:16 ---> Running in 5abc34f9b83a 16:49:18 Running setup.py install for PyYAML: started 16:49:18 Removing intermediate container 5abc34f9b83a 16:49:18 ---> 3f325565dfc9 16:49:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:18 ---> 96aab4d1a01e 16:49:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:49:18 ---> Running in f65d44c24767 16:49:19 Removing intermediate container f65d44c24767 16:49:19 ---> d8705edd9a08 16:49:19 Step 21/23 : LABEL arch=x86_64 16:49:19 Running setup.py install for PyYAML: finished with status 'done' 16:49:19 Running setup.py install for dockerpty: started 16:49:19 ---> Running in acaad55f8bfd 16:49:19 Removing intermediate container acaad55f8bfd 16:49:19 ---> fd780edd5907 16:49:19 Step 22/23 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:49:20 ---> 2e577f123d0c 16:49:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:49:20 ---> Running in d3be2d9e8700 16:49:20 Running setup.py install for dockerpty: finished with status 'done' 16:49:20 Removing intermediate container d3be2d9e8700 16:49:20 ---> ec4ebe72dbdb 16:49:20 Step 23/23 : LABEL version=0.0.0 16:49:20 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 16:49:20 ---> 91baabf360cc 16:49:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:49:20 ---> Running in bbc8ff83ad50 16:49:21 ---> Running in 46a6e150d004 16:49:21 Removing intermediate container bbc8ff83ad50 16:49:21 ---> 36d1ef89efe5 16:49:21 16:49:21 Removing intermediate container 46a6e150d004 16:49:21 ---> 9c44913bdad0 16:49:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:21 ---> Running in 8eb7a89397de 16:49:21 Successfully built 36d1ef89efe5 16:49:21 Successfully tagged docker-core-metadata-go:latest 16:49:21  Building docker-core-metadata-go ... done Removing intermediate container 8eb7a89397de 16:49:21 ---> f67c55d47e5b 16:49:21 Step 20/22 : LABEL arch=x86_64 16:49:22 ---> Running in 623cc4bd561d 16:49:22 Removing intermediate container 623cc4bd561d 16:49:22 ---> d1aa329028c7 16:49:22 Step 21/22 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:49:22 ---> Running in 9283bb254c88 16:49:24 Removing intermediate container 9283bb254c88 16:49:24 ---> 79cb9fb7e1fb 16:49:24 Step 22/22 : LABEL version=0.0.0 16:49:24 ---> Running in dad84081f902 16:49:25 Removing intermediate container 17186b85b623 16:49:25 ---> 2a5962ae2484 16:49:25 Step 21/26 : RUN apk --no-cache add curl 16:49:25 ---> Running in e998cde8713f 16:49:25 Removing intermediate container dad84081f902 16:49:25 ---> 7478095f9be8 16:49:25 16:49:25 Successfully built 7478095f9be8 16:49:25 Successfully tagged docker-support-scheduler-go:latest 16:49:26  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:49:26 (2/3) Installing libcurl (7.69.1-r3) 16:49:26 (3/3) Installing curl (7.69.1-r3) 16:49:26 Executing busybox-1.31.1-r19.trigger 16:49:26 OK: 72 MiB in 58 packages 16:49:30 Removing intermediate container e998cde8713f 16:49:30 ---> bcc07b5cdd84 16:49:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:49:30 ---> Running in c26e01422b4f 16:49:30 Removing intermediate container c26e01422b4f 16:49:30 ---> a2079f4ba23b 16:49:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:30 ---> Running in 55fd388e6779 16:49:30 Removing intermediate container 55fd388e6779 16:49:30 ---> f408093e5f0f 16:49:30 Step 24/26 : LABEL arch=x86_64 16:49:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:49:30 ---> Running in 56f873e93311 16:49:30 Removing intermediate container 56f873e93311 16:49:30 ---> 0b3eef8af750 16:49:30 Step 25/26 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:49:30 ---> Running in 23e113c4c573 16:49:31 Removing intermediate container 23e113c4c573 16:49:31 ---> 47ddf7d5f9f1 16:49:31 Step 26/26 : LABEL version=0.0.0 16:49:31 ---> Running in 5d95ecc5c4cd 16:49:31 Removing intermediate container 5d95ecc5c4cd 16:49:31 ---> 86e5d54bae2f 16:49:31 16:49:31 Successfully built 86e5d54bae2f 16:49:31 Successfully tagged docker-sys-mgmt-agent-go:latest 16:49:36  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 05e9954ec9a4 16:49:36 ---> 59cb33b3f8f6 16:49:36 16:49:36 Step 10/21 : FROM alpine:3.12 16:49:36 ---> 88dd2752d2ea 16:49:36 Step 11/21 : RUN apk add --update --no-cache curl 16:49:36 ---> Running in 0cbe425fcd42 16:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:36 (1/4) Installing ca-certificates (20191127-r4) 16:49:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:49:36 (3/4) Installing libcurl (7.69.1-r3) 16:49:36 (4/4) Installing curl (7.69.1-r3) 16:49:36 Executing busybox-1.31.1-r19.trigger 16:49:37 Executing ca-certificates-20191127-r4.trigger 16:49:37 OK: 7 MiB in 18 packages 16:49:38 Removing intermediate container 15e4db4bd2aa 16:49:38 ---> 4eae97158fb9 16:49:38 16:49:38 Step 10/23 : FROM alpine:3.12 16:49:38 ---> 88dd2752d2ea 16:49:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:49:38 ---> Running in 3b418687b8c5 16:49:39 Removing intermediate container 3b418687b8c5 16:49:39 ---> f17aabbf03fa 16:49:39 Step 12/23 : ENV APP_PORT=48080 16:49:39 ---> Running in 0c35e0fd492f 16:49:39 Removing intermediate container 0cbe425fcd42 16:49:39 ---> 3d60a6fa4f55 16:49:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:49:39 ---> Running in 1d465acdd431 16:49:39 Removing intermediate container 0c35e0fd492f 16:49:39 ---> 28eeaaeb47f2 16:49:39 Step 13/23 : EXPOSE $APP_PORT 16:49:39 ---> Running in 1406fa3bc3b1 16:49:39 Removing intermediate container 1d465acdd431 16:49:39 ---> b512d0e9c17d 16:49:39 Step 13/21 : WORKDIR /edgex 16:49:39 ---> Running in 420f3dbd52f2 16:49:40 Removing intermediate container 1406fa3bc3b1 16:49:40 ---> 7e780f1ba90f 16:49:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:49:40 Removing intermediate container 420f3dbd52f2 16:49:40 ---> b5af0a56cb19 16:49:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:49:40 ---> Running in e3fc0c214863 16:49:40 ---> 941b512d16fb 16:49:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:49:40 ---> 99719e82a5e6 16:49:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:49:41 Removing intermediate container e3fc0c214863 16:49:41 ---> 9ae070970664 16:49:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:49:41 ---> Running in 20db791758f2 16:49:41 ---> 730488950ebb 16:49:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:49:41 ---> Running in 09c78d660aa1 16:49:41 Removing intermediate container 09c78d660aa1 16:49:41 ---> 9bd2e24471a1 16:49:41 Step 18/21 : CMD ["--init=true"] 16:49:41 ---> Running in bf0598a2e860 16:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:42 Removing intermediate container bf0598a2e860 16:49:42 ---> dee46eede28c 16:49:42 Step 19/21 : LABEL arch=x86_64 16:49:42 ---> Running in 336779a2bf47 16:49:42 Removing intermediate container 336779a2bf47 16:49:42 ---> 1e291a0e932e 16:49:42 Step 20/21 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:49:42 ---> Running in b557e7f5268c 16:49:42 Removing intermediate container b557e7f5268c 16:49:42 ---> a4683906b069 16:49:42 Step 21/21 : LABEL version=0.0.0 16:49:42 ---> Running in 969cb42bccc5 16:49:42 Removing intermediate container 969cb42bccc5 16:49:42 ---> c37d911ca403 16:49:42 16:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:43 Successfully built c37d911ca403 16:49:43 Successfully tagged docker-security-proxy-setup-go:latest 16:49:44  Building docker-security-proxy-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) 16:49:44 (2/6) Installing libgcc (9.3.0-r2) 16:49:44 (3/6) Installing libsodium (1.0.18-r0) 16:49:44 (4/6) Installing libstdc++ (9.3.0-r2) 16:49:44 (5/6) Installing libzmq (4.3.3-r0) 16:49:44 (6/6) Installing zeromq (4.3.3-r0) 16:49:44 Executing busybox-1.31.1-r19.trigger 16:49:44 OK: 8 MiB in 20 packages 16:49:46 Removing intermediate container 20db791758f2 16:49:46 ---> b1d637fbf2a0 16:49:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:46 ---> 4596b94c2470 16:49:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:49:47 ---> b606b3aaef56 16:49:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:49:47 ---> 46824f86998e 16:49:47 Step 19/23 : ENTRYPOINT ["/core-data"] 16:49:47 ---> Running in a0a52eb2b295 16:49:47 Removing intermediate container a0a52eb2b295 16:49:47 ---> 7e6e1e77e706 16:49:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:47 ---> Running in f807fe239d5e 16:49:47 Removing intermediate container f807fe239d5e 16:49:47 ---> d55ec04f78d9 16:49:47 Step 21/23 : LABEL arch=x86_64 16:49:47 ---> Running in 64eb7a6f69f2 16:49:48 Removing intermediate container 64eb7a6f69f2 16:49:48 ---> 4016ecc90cfb 16:49:48 Step 22/23 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 16:49:48 ---> Running in f64b5d107d5c 16:49:48 Removing intermediate container f64b5d107d5c 16:49:48 ---> 2b92aa7c73cb 16:49:48 Step 23/23 : LABEL version=0.0.0 16:49:48 ---> Running in 7c425e8fe308 16:49:48 Removing intermediate container 7c425e8fe308 16:49:48 ---> bc8b78dfb48e 16:49:48 16:49:48 Successfully built bc8b78dfb48e 16:49:48 Successfully tagged docker-core-data-go:latest 16:49:49  Building docker-core-data-go ... done  [Pipeline] } 16:49:49 $ docker stop --time=1 223bf60ba2fa90254de77e517bec0a6cbecf8d7348898b890c72f0db1c4414ed 16:49:50 $ docker rm -f 223bf60ba2fa90254de77e517bec0a6cbecf8d7348898b890c72f0db1c4414ed [Pipeline] // withDockerContainer [Pipeline] sh 16:49:51 + docker images 16:49:51 + grep docker 16:49:51 docker-core-data-go latest bc8b78dfb48e 3 seconds ago 22.6MB 16:49:51 docker-security-proxy-setup-go latest c37d911ca403 9 seconds ago 24.7MB 16:49:51 docker-sys-mgmt-agent-go latest 86e5d54bae2f 20 seconds ago 313MB 16:49:51 docker-support-scheduler-go latest 7478095f9be8 26 seconds ago 17.2MB 16:49:51 docker-core-metadata-go latest 36d1ef89efe5 30 seconds ago 19MB 16:49:51 docker-security-bootstrapper-go latest 8b7a495e5e91 About a minute ago 18.7MB 16:49:51 docker-security-secretstore-setup-go latest 8dfa89140971 About a minute ago 24.9MB 16:49:51 docker-core-command-go latest 364cf3d30089 2 minutes ago 17.2MB 16:49:51 docker-support-notifications-go latest 6c26f1ba2405 2 minutes ago 17.8MB 16:49:51 docker 20.10.0 aefe523efa57 2 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 16:50:07 Still waiting to schedule task 16:50:07 ‘prd-ubuntu18.04-docker-8c-8g-29163’ is offline 16:50:58 Running on prd-ubuntu18.04-docker-8c-8g-29164 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:50:58 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:51:00 using credential edgex-jenkins-ssh 16:51:01 Cloning the remote Git repository 16:51:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:51:01 > git init /w/workspace/edgex-go/3 # timeout=10 16:51:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:51:01 > git --version # timeout=10 16:51:01 > git --version # 'git version 2.17.1' 16:51:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:51:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:51:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:51:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:51:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:51:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:51:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:51:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:51:07 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit bcdc0b503bfe55a544ff90db21609e7c171f1072 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:51:08 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 16:51:07 > git config core.sparsecheckout # timeout=10 16:51:07 > git checkout -f bcdc0b503bfe55a544ff90db21609e7c171f1072 # timeout=10 [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:51:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:51:10 ---> package-listing.sh 16:51:10 ++ facter osfamily 16:51:10 ++ tr '[:upper:]' '[:lower:]' 16:51:10 + OS_FAMILY=redhat 16:51:10 + workspace=/w/workspace/edgex-go/3 16:51:10 + START_PACKAGES=/tmp/packages_start.txt 16:51:10 + END_PACKAGES=/tmp/packages_end.txt 16:51:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:51:10 + PACKAGES=/tmp/packages_start.txt 16:51:10 + '[' /w/workspace/edgex-go/3 ']' 16:51:10 + PACKAGES=/tmp/packages_end.txt 16:51:10 + case "${OS_FAMILY}" in 16:51:10 + rpm -qa 16:51:10 + sort 16:51:16 + '[' -f /tmp/packages_start.txt ']' 16:51:16 + '[' -f /tmp/packages_end.txt ']' 16:51:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:51:16 + '[' /w/workspace/edgex-go/3 ']' 16:51:16 + mkdir -p /w/workspace/edgex-go/3/archives/ 16:51:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 16:51:16 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:51:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:16 16:51:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:51:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:17 alpine: Pulling from edgex-lftools-log-publisher 16:51:17 df20fa9351a1: Pulling fs layer 16:51:17 36b3adc4ff6f: Pulling fs layer 16:51:17 8ad3a11d3b57: Pulling fs layer 16:51:17 46f8f816bc3b: Pulling fs layer 16:51:17 93b61091891f: Pulling fs layer 16:51:17 93b9cdb0e59b: Pulling fs layer 16:51:17 5e14af77c1be: Pulling fs layer 16:51:17 01666e4c0597: Pulling fs layer 16:51:17 aa168da1d23b: Pulling fs layer 16:51:17 46f8f816bc3b: Waiting 16:51:17 93b61091891f: Waiting 16:51:17 93b9cdb0e59b: Waiting 16:51:17 5e14af77c1be: Waiting 16:51:17 aa168da1d23b: Waiting 16:51:17 36b3adc4ff6f: Verifying Checksum 16:51:17 36b3adc4ff6f: Download complete 16:51:17 46f8f816bc3b: Verifying Checksum 16:51:17 46f8f816bc3b: Download complete 16:51:17 df20fa9351a1: Verifying Checksum 16:51:17 df20fa9351a1: Download complete 16:51:17 93b9cdb0e59b: Verifying Checksum 16:51:17 93b9cdb0e59b: Download complete 16:51:17 93b61091891f: Download complete 16:51:17 5e14af77c1be: Verifying Checksum 16:51:17 5e14af77c1be: Download complete 16:51:17 01666e4c0597: Verifying Checksum 16:51:17 01666e4c0597: Download complete 16:51:17 8ad3a11d3b57: Verifying Checksum 16:51:17 8ad3a11d3b57: Download complete 16:51:17 df20fa9351a1: Pull complete 16:51:18 36b3adc4ff6f: Pull complete 16:51:20 8ad3a11d3b57: Pull complete 16:51:20 aa168da1d23b: Verifying Checksum 16:51:20 aa168da1d23b: Download complete 16:51:20 46f8f816bc3b: Pull complete 16:51:21 93b61091891f: Pull complete 16:51:21 93b9cdb0e59b: Pull complete 16:51:21 5e14af77c1be: Pull complete 16:51:21 01666e4c0597: Pull complete 16:51:34 aa168da1d23b: Pull complete 16:51:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:51:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:51:34 prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container 16:51:34 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:51:42 $ docker top 071f39864c084c7061e274c329e2bb28d895b4c28c51e4016a41b364aca51410 -eo pid,comm [Pipeline] { [Pipeline] sh 16:51:43 + touch /tmp/pre-build-complete [Pipeline] sh 16:51:43 + mkdir -p /var/log/sa [Pipeline] sh 16:51:43 + ls /var/log/sa-host 16:51:43 + sadf -c /var/log/sa-host/sa09 16:51:43 file_magic: OK 16:51:43 HZ: Using current value: 100 16:51:43 file_header: OK 16:51:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:51:43 Statistics: 16:51:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:51:43 File successfully converted to sysstat format version 12.2.1 16:51:43 + sadf -c /var/log/sa-host/sa23 16:51:43 file_magic: OK 16:51:43 HZ: Using current value: 100 16:51:43 file_header: OK 16:51:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:51:43 Statistics: 16:51:43 Hnuu...uuuununununu... 16:51:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:51:43 provisioning config files... 16:51:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3680267853666975412tmp [Pipeline] { [Pipeline] echo 16:51:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:51:44 ---> create-netrc.sh [Pipeline] } 16:51:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:51:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:51:44 ---> python-tools-install.sh [Pipeline] echo 16:51:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:51:45 ---> sudo-logs.sh 16:51:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:51:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:51:45 ---> job-cost.sh 16:51:45 lf-activate-venv: SKIPPING 16:51:45 INFO: No Stack... 16:51:46 INFO: Retrieving Pricing Info for: v1-standard-2 16:51:46 INFO: Archiving Costs [Pipeline] echo 16:51:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:51:46 ---> logs-deploy.sh 16:51:46 lf-activate-venv: SKIPPING 16:51:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/3 16:51:46 INFO: archiving workspace using pattern(s): 16:51:48 Archives upload complete. 16:51:48 INFO: archiving logs to Nexus 16:51:49 ---> uname -a: 16:51:49 Linux prd-centos7-docker-4c-2g-29151.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:51:49 16:51:49 16:51:49 ---> lscpu: 16:51:49 Architecture: x86_64 16:51:49 CPU op-mode(s): 32-bit, 64-bit 16:51:49 Byte Order: Little Endian 16:51:49 Address sizes: 40 bits physical, 48 bits virtual 16:51:49 CPU(s): 4 16:51:49 On-line CPU(s) list: 0-3 16:51:49 Thread(s) per core: 1 16:51:49 Core(s) per socket: 1 16:51:49 Socket(s): 4 16:51:49 NUMA node(s): 1 16:51:49 Vendor ID: GenuineIntel 16:51:49 CPU family: 6 16:51:49 Model: 44 16:51:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:51:49 Stepping: 1 16:51:49 CPU MHz: 2933.436 16:51:49 BogoMIPS: 5866.87 16:51:49 Virtualization: VT-x 16:51:49 Hypervisor vendor: KVM 16:51:49 Virtualization type: full 16:51:49 L1d cache: 128 KiB 16:51:49 L1i cache: 128 KiB 16:51:49 L2 cache: 16 MiB 16:51:49 L3 cache: 64 MiB 16:51:49 NUMA node0 CPU(s): 0-3 16:51:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:51:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:51:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:51:49 Vulnerability Meltdown: Mitigation; PTI 16:51:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:51:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:51:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:51:49 Vulnerability Srbds: Not affected 16:51:49 Vulnerability Tsx async abort: Not affected 16:51:49 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:51:49 16:51:49 16:51:49 ---> nproc: 16:51:49 4 16:51:49 16:51:49 16:51:49 ---> df -h: 16:51:49 Filesystem Size Used Available Use% Mounted on 16:51:49 overlay 50.0G 11.2G 38.7G 22% / 16:51:49 tmpfs 64.0M 0 64.0M 0% /dev 16:51:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:51:49 shm 64.0M 0 64.0M 0% /dev/shm 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /facter-os 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /etc/resolv.conf 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /etc/hostname 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /etc/hosts 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /var/log/auth.log 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /run/cloud-init/result.json 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /var/log/sa-host 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /var/log/secure 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /w/workspace/edgex-go/3@tmp 16:51:49 /dev/vda1 50.0G 11.2G 38.7G 22% /w/workspace/edgex-go/3 16:51:49 16:51:49 16:51:49 ---> free -m: 16:51:49 total used free shared buff/cache available 16:51:49 Mem: 1837 721 131 0 984 1029 16:51:49 Swap: 1023 57 966 16:51:49 16:51:49 16:51:49 ---> ip addr: 16:51:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:51:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:51:49 inet 127.0.0.1/8 scope host lo 16:51:49 valid_lft forever preferred_lft forever 16:51:49 inet6 ::1/128 scope host 16:51:49 valid_lft forever preferred_lft forever 16:51:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:51:49 link/ether fa:16:3e:15:9b:e5 brd ff:ff:ff:ff:ff:ff 16:51:49 inet 10.30.122.217/23 brd 10.30.123.255 scope global dynamic eth0 16:51:49 valid_lft 85638sec preferred_lft 85638sec 16:51:49 inet6 fe80::f816:3eff:fe15:9be5/64 scope link 16:51:49 valid_lft forever preferred_lft forever 16:51:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:51:49 link/ether 02:42:c0:a4:9f:93 brd ff:ff:ff:ff:ff:ff 16:51:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:51:49 valid_lft forever preferred_lft forever 16:51:49 inet6 fe80::42:c0ff:fea4:9f93/64 scope link 16:51:49 valid_lft forever preferred_lft forever 16:51:49 16:51:49 16:51:49 ---> sar -b -r -n DEV: 16:51:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 16:51:49 16:51:49 16:38:55 LINUX RESTART (4 CPU) 16:51:49 16:51:49 16:40:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:51:49 16:41:01 172.76 89.18 83.58 0.00 8105.36 37787.39 0.00 16:51:49 16:42:01 209.23 56.64 152.59 0.00 3448.30 26856.54 0.00 16:51:49 16:43:02 173.32 79.69 93.63 0.00 2682.64 10371.47 0.00 16:51:49 16:44:01 99.65 42.70 56.95 0.00 1577.55 6594.29 0.00 16:51:49 16:45:01 117.14 37.31 79.83 0.00 2879.55 23293.23 0.00 16:51:49 16:46:01 910.96 657.74 253.23 0.00 94832.96 149395.49 0.00 16:51:49 16:47:02 2234.58 1957.00 277.58 0.00 144980.54 153353.31 0.00 16:51:49 16:48:04 460.94 196.73 264.21 0.00 39987.29 78766.39 0.00 16:51:49 16:49:04 2309.80 1955.03 354.77 0.00 106207.84 119018.69 0.00 16:51:49 16:50:01 465.13 246.24 218.89 0.00 17367.93 26339.34 0.00 16:51:49 16:51:01 1.37 0.05 1.32 0.00 0.40 20.26 0.00 16:51:49 Average: 651.93 484.64 167.29 0.00 38591.60 57782.24 0.00 16:51:49 16:51:49 16:40:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:51:49 16:41:01 65708 0 727044 38.64 2040 1086752 1546252 52.77 697764 892320 78344 16:51:49 16:42:01 273844 0 729660 38.78 1512 876528 1415488 48.31 477256 859812 52 16:51:49 16:43:02 204968 0 850596 45.21 516 825464 1824540 62.27 700136 690292 55228 16:51:49 16:44:01 170268 0 824488 43.82 516 886272 1809548 61.76 670700 742124 71296 16:51:49 16:45:01 206400 0 731040 38.85 424 943680 1231260 42.02 574404 806936 52 16:51:49 16:46:01 265468 0 757764 40.27 20 858292 1604628 54.76 585400 808420 60 16:51:49 16:47:02 251404 0 1152848 61.27 20 477272 3769756 128.66 734864 626320 31744 16:51:49 16:48:04 77328 0 804940 42.78 20 999256 1895084 64.68 703304 849116 48676 16:51:49 16:49:04 92716 0 775288 41.20 20 1013520 1944204 66.35 565216 979852 7676 16:51:49 16:50:01 530504 0 646336 34.35 20 704684 1225568 41.83 510656 602736 20 16:51:49 16:51:01 535104 0 641800 34.11 20 704620 1190364 40.63 507360 601996 12 16:51:49 Average: 243065 0 785619 41.75 466 852395 1768790 60.37 611551 769084 26651 16:51:49 16:51:49 16:40:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:51:49 16:41:01 eth0 1149.64 1402.74 5627.43 152.26 0.00 0.00 0.00 0.00 16:51:49 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:41:01 docker0 1105.83 800.07 83.13 2728.30 0.00 0.00 0.00 0.00 16:51:49 16:42:01 vethf0e6679 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:42:01 eth0 207.83 150.20 851.34 21.21 0.00 0.00 0.00 0.00 16:51:49 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:42:01 docker0 136.08 178.69 9.28 828.39 0.00 0.00 0.00 0.00 16:51:49 16:43:02 veth5c57281 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:49 16:43:02 eth0 41.25 27.30 28.31 75.54 0.00 0.00 0.00 0.00 16:51:49 16:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:44:01 veth5c57281 2.27 2.27 0.18 0.18 0.00 0.00 0.00 0.00 16:51:49 16:44:01 eth0 18.83 10.68 12.20 14.68 0.00 0.00 0.00 0.00 16:51:49 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:44:01 docker0 2.27 2.27 0.15 0.18 0.00 0.00 0.00 0.00 16:51:49 16:45:01 eth0 190.93 154.47 1699.00 25.28 0.00 0.00 0.00 0.00 16:51:49 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:45:01 vethe5fd7f1 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:51:49 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:46:01 eth0 60.50 39.65 167.60 63.92 0.00 0.00 0.00 0.00 16:51:49 16:46:01 veth05a186a 0.00 0.30 0.00 0.02 0.00 0.00 0.00 0.00 16:51:49 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:46:01 docker0 9.82 22.75 0.52 145.81 0.00 0.00 0.00 0.00 16:51:49 16:47:02 veth932b841 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:49 16:47:02 vethe014c09 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:49 16:47:02 vethd78676c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:49 16:47:02 vethe84de05 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:49 16:48:04 eth0 2526.64 2374.68 13244.92 456.58 0.00 0.00 0.00 0.00 16:51:49 16:48:04 veth05a186a 0.00 0.63 0.00 0.03 0.00 0.00 0.00 0.00 16:51:49 16:48:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 16:51:49 16:48:04 veth9b750e0 15.02 27.84 0.99 246.09 0.00 0.00 0.00 0.00 16:51:49 16:49:04 vethb1745fd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:51:49 16:49:04 eth0 72.75 47.60 119.01 93.89 0.00 0.00 0.00 0.00 16:51:49 16:49:04 veth05a186a 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:49:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:50:01 eth0 88.57 60.38 179.16 91.60 0.00 0.00 0.00 0.00 16:51:49 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:50:01 docker0 1349.47 1134.77 99.50 4525.05 0.00 0.00 0.00 0.00 16:51:49 16:51:01 eth0 0.57 0.10 0.06 0.02 0.00 0.00 0.00 0.00 16:51:49 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 Average: eth0 184.70 183.79 940.75 51.02 0.00 0.00 0.00 0.00 16:51:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:49 Average: docker0 117.02 98.40 8.63 392.38 0.00 0.00 0.00 0.00 16:51:49 16:51:49 16:51:49 ---> sar -P ALL: 16:51:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 16:51:49 16:51:49 16:38:55 LINUX RESTART (4 CPU) 16:51:49 16:51:49 16:40:02 CPU %user %nice %system %iowait %steal %idle 16:51:49 16:41:01 all 13.91 0.00 8.35 1.31 3.57 72.86 16:51:49 16:41:01 0 16.73 0.00 9.40 0.79 3.70 69.37 16:51:49 16:41:01 1 10.70 0.00 7.97 3.01 3.66 74.66 16:51:49 16:41:01 2 13.84 0.00 8.12 0.73 3.30 74.02 16:51:49 16:41:01 3 14.44 0.00 7.92 0.69 3.61 73.34 16:51:49 16:42:01 all 6.94 0.00 6.88 4.55 1.92 79.71 16:51:49 16:42:01 0 7.05 0.00 6.96 4.04 2.04 79.92 16:51:49 16:42:01 1 6.54 0.00 6.53 3.78 1.86 81.28 16:51:49 16:42:01 2 7.52 0.00 8.07 6.37 1.95 76.09 16:51:49 16:42:01 3 6.67 0.00 5.97 4.00 1.85 81.51 16:51:49 16:43:02 all 58.00 0.00 14.43 3.85 1.97 21.74 16:51:49 16:43:02 0 57.09 0.00 14.93 6.75 1.82 19.41 16:51:49 16:43:02 1 53.90 0.00 14.30 2.83 2.14 26.83 16:51:49 16:43:02 2 60.99 0.00 13.99 3.83 2.01 19.19 16:51:49 16:43:02 3 60.07 0.00 14.52 2.00 1.91 21.50 16:51:49 16:44:01 all 50.40 0.00 15.64 1.99 2.54 29.44 16:51:49 16:44:01 0 52.10 0.00 16.01 1.95 2.37 27.57 16:51:49 16:44:01 1 47.30 0.00 14.67 2.76 2.94 32.32 16:51:49 16:44:01 2 50.27 0.00 15.95 0.79 2.49 30.50 16:51:49 16:44:01 3 51.91 0.00 15.91 2.46 2.35 27.37 16:51:49 16:45:01 all 25.90 0.00 10.84 1.56 3.99 57.72 16:51:49 16:45:01 0 26.00 0.00 11.31 0.73 4.11 57.85 16:51:49 16:45:01 1 25.67 0.00 10.79 1.31 3.97 58.26 16:51:49 16:45:01 2 24.78 0.00 10.56 3.41 4.24 57.02 16:51:49 16:45:01 3 27.14 0.00 10.69 0.78 3.62 57.78 16:51:49 16:46:01 all 20.64 0.00 24.02 6.66 9.59 39.08 16:51:49 16:46:01 0 24.41 0.00 24.89 6.78 8.82 35.09 16:51:49 16:46:01 1 18.13 0.00 23.16 7.03 10.27 41.41 16:51:49 16:46:01 2 19.76 0.00 23.59 6.33 9.64 40.68 16:51:49 16:46:01 3 20.31 0.00 24.44 6.51 9.63 39.11 16:51:49 16:47:02 all 37.15 0.00 27.42 14.67 5.57 15.19 16:51:49 16:47:02 0 37.37 0.00 28.70 14.29 5.27 14.37 16:51:49 16:47:02 1 36.57 0.00 26.77 13.72 5.76 17.18 16:51:49 16:47:02 2 37.10 0.00 26.66 16.34 5.61 14.29 16:51:49 16:47:02 3 37.56 0.00 27.54 14.35 5.65 14.90 16:51:49 16:48:04 all 42.42 0.00 18.86 16.24 1.29 21.19 16:51:49 16:48:04 0 43.53 0.00 18.66 16.70 1.13 19.99 16:51:49 16:48:04 1 40.46 0.00 19.65 12.89 1.44 25.56 16:51:49 16:48:04 2 42.31 0.00 18.89 18.82 1.24 18.75 16:51:49 16:48:04 3 43.39 0.00 18.25 16.58 1.37 20.41 16:51:49 16:49:04 all 38.15 0.00 25.14 23.99 0.72 11.99 16:51:49 16:49:04 0 38.20 0.00 25.91 26.04 0.77 9.09 16:51:49 16:49:04 1 36.72 0.00 24.72 21.88 0.74 15.93 16:51:49 16:49:04 2 38.29 0.00 24.99 25.53 0.78 10.41 16:51:49 16:49:04 3 39.41 0.00 24.96 22.49 0.61 12.53 16:51:49 16:50:01 all 30.96 0.00 13.40 10.11 0.43 45.10 16:51:49 16:50:01 0 32.71 0.00 13.08 8.83 0.51 44.87 16:51:49 16:50:01 1 29.40 0.00 13.08 11.18 0.48 45.86 16:51:49 16:50:01 2 32.11 0.00 12.92 6.55 0.35 48.08 16:51:49 16:50:01 3 29.61 0.00 14.52 13.89 0.39 41.60 16:51:49 16:51:01 all 0.09 0.00 0.03 0.01 0.00 99.86 16:51:49 16:51:01 0 0.02 0.00 0.02 0.02 0.00 99.95 16:51:49 16:51:01 1 0.27 0.00 0.05 0.00 0.00 99.68 16:51:49 16:51:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:51:49 16:51:01 3 0.03 0.00 0.03 0.02 0.02 99.90 16:51:49 16:51:49 Average: CPU %user %nice %system %iowait %steal %idle 16:51:49 Average: all 29.10 0.00 14.83 7.64 2.86 45.58 16:51:49 Average: 0 30.08 0.00 15.26 7.82 2.75 44.08 16:51:49 Average: 1 27.39 0.00 14.55 7.22 3.01 47.82 16:51:49 Average: 2 29.32 0.00 14.73 8.01 2.86 45.09 16:51:49 Average: 3 29.61 0.00 14.78 7.51 2.80 45.31 16:51:49 16:51:49 16:51:49