Pull request #2913 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab+57027b830a506e4aebc0dcaa3e3cd565868e69a4 (c41aa9b504bf09eff0d523fb64111af3ecbb9f90) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16196 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab Merge succeeded, producing 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab Checking out Revision 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab (PR-2913) > 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/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 Commit message: "build(snap): Address PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:16:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:16:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:16:05 ========================================================= 00:16:05 EdgeX Global Pipelines Version Info 00:16:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 00:16:07 ------------------- 00:16:07 stable info: 00:16:07 ------------------- 00:16:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:16:07 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:16:07 Message: update stable to v1.0.172 00:16:08 ------------------- 00:16:08 experimental info: 00:16:08 ------------------- 00:16:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:16:08 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:16:08 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:16:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:16:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:16:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:16:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:16:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d2f18f [Pipeline] echo 00:16:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:16:12 provisioning config files... 00:16:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config5061742761605292945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:12 ---> docker-login.sh 00:16:12 nexus3.edgexfoundry.org:10001 00:16:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:13 Configure a credential helper to remove this warning. See 00:16:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:13 00:16:13 Login Succeeded 00:16:13 nexus3.edgexfoundry.org:10002 00:16:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:13 Configure a credential helper to remove this warning. See 00:16:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:13 00:16:13 Login Succeeded 00:16:13 nexus3.edgexfoundry.org:10003 00:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:14 Configure a credential helper to remove this warning. See 00:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:14 00:16:14 Login Succeeded 00:16:14 nexus3.edgexfoundry.org:10004 00:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:14 Configure a credential helper to remove this warning. See 00:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:14 00:16:14 Login Succeeded 00:16:14 docker.io 00:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:14 Configure a credential helper to remove this warning. See 00:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:14 00:16:14 Login Succeeded 00:16:14 ---> docker-login.sh ends [Pipeline] } 00:16:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:16:15 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/core-command/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo core-command,cmd/core-command/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ cut -d/ -f2 00:16:15 ++ dirname cmd/core-data/Dockerfile 00:16:15 + echo core-data,cmd/core-data/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/core-metadata/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo core-metadata,cmd/core-metadata/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/security-proxy-setup/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/support-notifications/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo support-notifications,cmd/support-notifications/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/support-scheduler/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:16:15 + for file in '`ls cmd/**/Dockerfile`' 00:16:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:16:15 ++ cut -d/ -f2 00:16:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:16:15 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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 00:16:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:16:17 00:16:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:16:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:16:18 latest: Pulling from edgex-devops/git-semver 00:16:18 31603596830f: Pulling fs layer 00:16:18 2a8b12db71e7: Pulling fs layer 00:16:18 6ca5941a6612: Pulling fs layer 00:16:18 ecc8261a40a4: Pulling fs layer 00:16:18 ecc8261a40a4: Waiting 00:16:18 2a8b12db71e7: Verifying Checksum 00:16:18 2a8b12db71e7: Download complete 00:16:18 31603596830f: Verifying Checksum 00:16:18 31603596830f: Download complete 00:16:18 ecc8261a40a4: Verifying Checksum 00:16:18 ecc8261a40a4: Download complete 00:16:18 6ca5941a6612: Verifying Checksum 00:16:18 6ca5941a6612: Download complete 00:16:19 31603596830f: Pull complete 00:16:19 2a8b12db71e7: Pull complete 00:16:21 6ca5941a6612: Pull complete 00:16:21 ecc8261a40a4: Pull complete 00:16:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:16:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:16:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:16:22 prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container 00:16:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:10004/edgex-devops/git-semver:latest cat 00:16:25 $ docker top 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:16:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:16:26 [ssh-agent] Looking for ssh-agent implementation... 00:16:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:16:26 $ docker exec 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent 00:16:26 SSH_AUTH_SOCK=/tmp/ssh-SxC1f8nBafrh/agent.11 00:16:26 SSH_AGENT_PID=16 00:16:27 Running ssh-add (command line suppressed) 00:16:27 Identity added: /w/workspace/edgex-go/11@tmp/private_key_2645135800632351740.key (/w/workspace/edgex-go/11@tmp/private_key_2645135800632351740.key) 00:16:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:16:27 + git tag --points-at HEAD [Pipeline] } 00:16:27 $ docker exec --env ******** --env ******** 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent -k 00:16:28 unset SSH_AUTH_SOCK; 00:16:28 unset SSH_AGENT_PID; 00:16:28 echo Agent pid 16 killed; 00:16:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:16:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:16:28 [ssh-agent] Looking for ssh-agent implementation... 00:16:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:16:28 $ docker exec 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent 00:16:29 SSH_AUTH_SOCK=/tmp/ssh-PBwM3cPwhX1x/agent.45 00:16:29 SSH_AGENT_PID=51 00:16:29 Running ssh-add (command line suppressed) 00:16:29 Identity added: /w/workspace/edgex-go/11@tmp/private_key_2989061275459341238.key (/w/workspace/edgex-go/11@tmp/private_key_2989061275459341238.key) 00:16:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:16:30 + git semver init 00:16:30 # -> Open(): unable to determine branch for HEAD 00:16:30 # $GIT_DIR = /w/workspace/edgex-go/11/.git 00:16:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 00:16:30 # $SEMVER_REMOTE_NAME = origin 00:16:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:16:30 # $SEMVER_USER_NAME = edgex-jenkins 00:16:30 # $SEMVER_BRANCH = PR-2913 00:16:30 # $SEMVER_TEMP = /tmp/semver-670568369 00:16:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:17:04 # '/tmp/semver-670568369' -> '/w/workspace/edgex-go/11/.semver' 00:17:05 # -> Force: false 00:17:05 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 00:17:05 $ docker exec --env ******** --env ******** 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent -k 00:17:06 unset SSH_AUTH_SOCK; 00:17:06 unset SSH_AGENT_PID; 00:17:06 echo Agent pid 51 killed; 00:17:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:17:06 + git semver [Pipeline] } 00:17:06 $ docker stop --time=1 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 00:17:08 $ docker rm -f 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 [Pipeline] // withDockerContainer [Pipeline] sh 00:17:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:17:10 Stashed 1 file(s) [Pipeline] echo 00:17:10 [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 00:17:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:17:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:17:12 + sudo service docker restart 00:17:12 + true 00:17:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:17:14 ========================================================= 00:17:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:17:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:17:14 + 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 . 00:17:21 Sending build context to Docker daemon 326.3MB 00:17:21 Step 1/7 : ARG BASE=golang:1.15-alpine 00:17:21 Step 2/7 : FROM ${BASE} 00:17:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:17:21 188c0c94c7c5: Pulling fs layer 00:17:21 0ef7d3d256c8: Pulling fs layer 00:17:21 de9db76c5a1d: Pulling fs layer 00:17:21 bca2f99d35d6: Pulling fs layer 00:17:21 93359f2a8cfa: Pulling fs layer 00:17:21 7c6f9722023f: Pulling fs layer 00:17:21 a35cf1a2eb13: Pulling fs layer 00:17:21 93359f2a8cfa: Waiting 00:17:21 7c6f9722023f: Waiting 00:17:21 bca2f99d35d6: Waiting 00:17:21 a35cf1a2eb13: Waiting 00:17:21 de9db76c5a1d: Verifying Checksum 00:17:21 de9db76c5a1d: Download complete 00:17:21 0ef7d3d256c8: Download complete 00:17:21 93359f2a8cfa: Verifying Checksum 00:17:21 93359f2a8cfa: Download complete 00:17:21 7c6f9722023f: Verifying Checksum 00:17:21 7c6f9722023f: Download complete 00:17:22 188c0c94c7c5: Verifying Checksum 00:17:22 188c0c94c7c5: Download complete 00:17:22 188c0c94c7c5: Pull complete 00:17:23 0ef7d3d256c8: Pull complete 00:17:23 de9db76c5a1d: Pull complete 00:17:26 Still waiting to schedule task 00:17:26 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16193’ 00:17:26 a35cf1a2eb13: Download complete 00:17:27 bca2f99d35d6: Verifying Checksum 00:17:27 bca2f99d35d6: Download complete 00:17:36 bca2f99d35d6: Pull complete 00:17:36 93359f2a8cfa: Pull complete 00:17:36 7c6f9722023f: Pull complete 00:17:40 a35cf1a2eb13: Pull complete 00:17:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:17:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:17:40 ---> a62c8e92a672 00:17:40 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:17:41 ---> Running in 63e01e74ce08 00:17:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:43 (1/12) Installing libmagic (5.38-r0) 00:17:43 (2/12) Installing file (5.38-r0) 00:17:43 (3/12) Installing libc-dev (0.7.2-r3) 00:17:44 (4/12) Installing g++ (9.3.0-r2) 00:17:47 (5/12) Installing fortify-headers (1.1-r0) 00:17:47 (6/12) Installing patch (2.7.6-r6) 00:17:47 (7/12) Installing build-base (0.5-r2) 00:17:47 (8/12) Installing libsodium (1.0.18-r0) 00:17:47 (9/12) Installing pkgconf (1.7.2-r0) 00:17:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:17:47 (11/12) Installing libzmq (4.3.3-r0) 00:17:47 (12/12) Installing zeromq-dev (4.3.3-r0) 00:17:48 Executing busybox-1.31.1-r19.trigger 00:17:48 OK: 233 MiB in 51 packages 00:17:52 Removing intermediate container 63e01e74ce08 00:17:52 ---> 6752db9b8e0c 00:17:52 Step 4/7 : WORKDIR /edgex-go 00:17:52 ---> Running in 81ea6b591921 00:17:52 Removing intermediate container 81ea6b591921 00:17:52 ---> 61e9ac86b1bc 00:17:52 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:17:53 latest: Pulling from library/docker 00:17:53 05e7bc50f07f: Pulling fs layer 00:17:53 6db28d0fdbf6: Pulling fs layer 00:17:53 292df0bc6bf3: Pulling fs layer 00:17:53 a3104fdc50d0: Pulling fs layer 00:17:53 a8e67d69e12c: Pulling fs layer 00:17:53 1ede2b221ee4: Pulling fs layer 00:17:53 fc74c0d5b799: Pulling fs layer 00:17:53 a3104fdc50d0: Waiting 00:17:53 a8e67d69e12c: Waiting 00:17:53 1ede2b221ee4: Waiting 00:17:53 fc74c0d5b799: Waiting 00:17:53 05e7bc50f07f: Verifying Checksum 00:17:53 05e7bc50f07f: Download complete 00:17:53 6db28d0fdbf6: Verifying Checksum 00:17:53 6db28d0fdbf6: Download complete 00:17:53 292df0bc6bf3: Verifying Checksum 00:17:53 292df0bc6bf3: Download complete 00:17:53 a8e67d69e12c: Verifying Checksum 00:17:53 a8e67d69e12c: Download complete 00:17:54 1ede2b221ee4: Verifying Checksum 00:17:54 1ede2b221ee4: Download complete 00:17:54 fc74c0d5b799: Verifying Checksum 00:17:54 fc74c0d5b799: Download complete 00:17:54 05e7bc50f07f: Pull complete 00:17:54 6db28d0fdbf6: Pull complete 00:17:55 292df0bc6bf3: Pull complete 00:17:55 a3104fdc50d0: Verifying Checksum 00:17:55 a3104fdc50d0: Download complete 00:18:01 a3104fdc50d0: Pull complete 00:18:01 a8e67d69e12c: Pull complete 00:18:01 1ede2b221ee4: Pull complete 00:18:02 fc74c0d5b799: Pull complete 00:18:02 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 00:18:02 Status: Downloaded newer image for docker:latest 00:18:05 ---> 5a7f691f479d 00:18:05 Step 6/7 : COPY go.mod . 00:18:05 ---> 4c90ebf51c25 00:18:05 Step 7/7 : RUN go mod download 00:18:05 ---> Running in c6884fd345e6 00:18:33 Removing intermediate container c6884fd345e6 00:18:33 ---> c6e43dfc49c6 00:18:33 Successfully built c6e43dfc49c6 00:18:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:18:33 + docker inspect -f . ci-base-image-x86_64 00:18:33 . [Pipeline] withDockerContainer 00:18:34 prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container 00:18:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:18:35 $ docker top 1f880b66072cb1e69bf7342ad5db4f1e54e0c226211cf0459b0300fb856baba0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:36 + go version 00:18:36 go version go1.15.5 linux/amd64 [Pipeline] } 00:18:37 $ docker stop --time=1 1f880b66072cb1e69bf7342ad5db4f1e54e0c226211cf0459b0300fb856baba0 00:18:38 $ docker rm -f 1f880b66072cb1e69bf7342ad5db4f1e54e0c226211cf0459b0300fb856baba0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:18:39 + docker inspect -f . ci-base-image-x86_64 00:18:39 . [Pipeline] withDockerContainer 00:18:40 prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container 00:18:40 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:18:42 $ docker top 1b579d4bc577eeaa68906ffe4d05addb01b345564de69c6799adfff4fa5fbbfb -eo pid,comm [Pipeline] { [Pipeline] echo 00:18:42 ========================================================= 00:18:42 [edgeXBuildGoParallel] Running Tests and Build... 00:18:42 ========================================================= [Pipeline] sh 00:18:43 + make test 00:18:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:19:02 ? github.com/edgexfoundry/edgex-go [no test files] 00:19:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:19:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:19:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:19:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:19:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:19:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:19:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:19:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:19:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:19:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:19:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:19:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 46.6% of statements 00:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:20:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.619s coverage: 27.1% of statements 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:20:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:20:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:20:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.542s coverage: 70.5% of statements 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:20:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 83.7% of statements 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:20:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.894s coverage: 28.6% of statements 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:20:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:20:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:20:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.230s coverage: 86.7% of statements 00:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:20:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.279s coverage: 97.5% of statements 00:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:20:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.250s coverage: 78.3% of statements 00:20:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:20:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:20:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:20:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:20:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.146s coverage: 93.8% of statements 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:20:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:20:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.323s coverage: 0.1% of statements 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:20:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.089s coverage: 100.0% of statements 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:20:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.172s coverage: 75.5% of statements 00:20:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:20:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.337s coverage: 87.2% of statements 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.100s coverage: 84.2% of statements 00:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.4% of statements 00:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 63.5% of statements 00:20:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:20:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.138s coverage: 100.0% of statements 00:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 00:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements 00:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 00:20:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 00:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.955s coverage: 55.9% of statements 00:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.335s coverage: 37.0% of statements 00:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.659s coverage: 84.0% of statements 00:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 00:20:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.314s coverage: 47.1% of statements 00:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:20:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.073s coverage: 100.0% of statements 00:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:20:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 00:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:20:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements 00:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:20:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.325s coverage: 29.1% of statements 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:20:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:20:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:20:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:20:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:20:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:20:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:20:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 00:20:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.138s coverage: 32.1% of statements 00:20:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.203s coverage: 100.0% of statements 00:20:33 GO111MODULE=on go vet ./... 00:21:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16199 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 00:21:09 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 00:21:14 using credential edgex-jenkins-ssh 00:21:14 Cloning the remote Git repository 00:21:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:21:14 > git init /w/workspace/edgex-go/11 # timeout=10 00:21:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:21:14 > git --version # timeout=10 00:21:14 > git --version # 'git version 2.17.1' 00:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:21:21 gofmt -l . 00:21:21 [ "`gofmt -l .`" = "" ] 00:21:21 ./bin/test-go-mod-tidy.sh 00:21:21 ./bin/test-attribution-txt.sh [Pipeline] sh 00:21:25 + ls -al . 00:21:25 total 632 00:21:25 drwxrwxr-x 10 1001 1001 4096 Dec 16 00:21 . 00:21:25 drwxr-xr-x 4 root root 30 Dec 16 00:18 .. 00:21:25 -rw-rw-r-- 1 1001 1001 11 Dec 16 00:15 .dockerignore 00:21:25 drwxrwxr-x 8 1001 1001 179 Dec 16 00:16 .git 00:21:25 drwxrwxr-x 3 1001 1001 125 Dec 16 00:15 .github 00:21:25 -rw-rw-r-- 1 1001 1001 848 Dec 16 00:15 .gitignore 00:21:25 drwx------ 3 1001 1001 47 Dec 16 00:17 .semver 00:21:25 -rw-rw-r-- 1 1001 1001 166 Dec 16 00:15 .sonarcloud.properties 00:21:25 -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:15 CONTRIBUTING.md 00:21:25 -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:15 Dockerfile.build 00:21:25 -rw-rw-r-- 1 1001 1001 863 Dec 16 00:15 Jenkinsfile 00:21:25 -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:15 LICENSE 00:21:25 -rw-rw-r-- 1 1001 1001 5750 Dec 16 00:15 Makefile 00:21:25 -rw-rw-r-- 1 1001 1001 6596 Dec 16 00:15 README.md 00:21:25 -rw-rw-r-- 1 1001 1001 6744 Dec 16 00:15 SECURITY.md 00:21:25 -rw-rw-r-- 1 1001 1001 5 Dec 16 00:17 VERSION 00:21:25 -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:15 ZMQWindows.md 00:21:25 drwxrwxr-x 2 1001 1001 117 Dec 16 00:15 bin 00:21:25 drwxrwxr-x 14 1001 1001 4096 Dec 16 00:15 cmd 00:21:25 -rw-r--r-- 1 root root 535934 Dec 16 00:20 coverage.out 00:21:25 -rw-r--r-- 1 root root 1041 Dec 16 00:21 go.mod 00:21:25 -rw-r--r-- 1 root root 18856 Dec 16 00:21 go.sum 00:21:25 drwxrwxr-x 8 1001 1001 127 Dec 16 00:15 internal 00:21:25 drwxrwxr-x 4 1001 1001 26 Dec 16 00:15 openapi 00:21:25 drwxrwxr-x 4 1001 1001 71 Dec 16 00:15 snap 00:21:25 -rw-rw-r-- 1 1001 1001 168 Dec 16 00:15 version.go [Pipeline] sh 00:21:25 + '[' -e coverage.out ] 00:21:25 + chown 1001:1001 coverage.out [Pipeline] stash 00:21:26 Stashed 1 file(s) [Pipeline] sh 00:21:26 + make build 00:21:26 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 00:21:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:21:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:21:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:21:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:21:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:21:31 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:21:32 Merge succeeded, producing 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:21:32 Checking out Revision 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab (PR-2913) 00:21:33 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 00:21:31 > git config core.sparsecheckout # timeout=10 00:21:31 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 00:21:31 > git remote # timeout=10 00:21:31 > git config --get remote.origin.url # timeout=10 00:21:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:31 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 00:21:32 > git rev-parse HEAD^{commit} # timeout=10 00:21:32 > git config core.sparsecheckout # timeout=10 00:21:32 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 00:21:36 Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:21:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:21:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:21:38 + sudo service docker restart 00:21:38 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:21:41 provisioning config files... 00:21:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3316769979153209502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:41 ---> docker-login.sh 00:21:41 nexus3.edgexfoundry.org:10001 00:21:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:43 Configure a credential helper to remove this warning. See 00:21:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:43 00:21:43 Login Succeeded 00:21:43 nexus3.edgexfoundry.org:10002 00:21:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:43 Configure a credential helper to remove this warning. See 00:21:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:43 00:21:43 Login Succeeded 00:21:43 nexus3.edgexfoundry.org:10003 00:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:44 Configure a credential helper to remove this warning. See 00:21:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:44 00:21:44 Login Succeeded 00:21:44 nexus3.edgexfoundry.org:10004 00:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:44 Configure a credential helper to remove this warning. See 00:21:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:44 00:21:44 Login Succeeded 00:21:44 docker.io 00:21:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:45 Configure a credential helper to remove this warning. See 00:21:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:45 00:21:45 Login Succeeded 00:21:45 ---> docker-login.sh ends [Pipeline] } 00:21:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:21:45 ========================================================= 00:21:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:21:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:21:46 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:21:48 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 00:21:48 Sending build context to Docker daemon 165.5MB 00:21:48 Step 1/7 : ARG BASE=golang:1.15-alpine 00:21:48 Step 2/7 : FROM ${BASE} 00:21:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:21:48 5f621e34cdf4: Pulling fs layer 00:21:48 a4357932f1b6: Pulling fs layer 00:21:48 18c013af1878: Pulling fs layer 00:21:48 00ac8860ef70: Pulling fs layer 00:21:48 63d7cb157983: Pulling fs layer 00:21:48 b116817d02f9: Pulling fs layer 00:21:48 745a02a5169b: Pulling fs layer 00:21:48 00ac8860ef70: Waiting 00:21:48 63d7cb157983: Waiting 00:21:48 b116817d02f9: Waiting 00:21:48 745a02a5169b: Waiting 00:21:48 18c013af1878: Verifying Checksum 00:21:48 18c013af1878: Download complete 00:21:48 a4357932f1b6: Download complete 00:21:48 63d7cb157983: Verifying Checksum 00:21:48 63d7cb157983: Download complete 00:21:48 5f621e34cdf4: Verifying Checksum 00:21:48 5f621e34cdf4: Download complete 00:21:48 b116817d02f9: Verifying Checksum 00:21:48 b116817d02f9: Download complete 00:21:49 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 00:21:49 5f621e34cdf4: Pull complete 00:21:50 a4357932f1b6: Pull complete 00:21:50 18c013af1878: Pull complete 00:21:51 745a02a5169b: Verifying Checksum 00:21:51 745a02a5169b: Download complete 00:21:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:21:52 00ac8860ef70: Verifying Checksum 00:21:52 00ac8860ef70: Download complete 00:21:52 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 00:21:55 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 00:21:58 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 00:22:00 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 00:22:02 00ac8860ef70: Pull complete 00:22:02 63d7cb157983: Pull complete 00:22:02 b116817d02f9: Pull complete 00:22:05 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 00:22:06 745a02a5169b: Pull complete 00:22:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:22:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:22:06 ---> b7e6874047d6 00:22:06 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:22:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:22:09 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 00:22:09 ---> Running in f1cc10065e94 00:22:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 00:22:11 $ docker stop --time=1 1b579d4bc577eeaa68906ffe4d05addb01b345564de69c6799adfff4fa5fbbfb 00:22:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:22:12 (1/12) Installing libmagic (5.38-r0) 00:22:12 (2/12) Installing file (5.38-r0) 00:22:12 (3/12) Installing libc-dev (0.7.2-r3) 00:22:12 (4/12) Installing g++ (9.3.0-r2) 00:22:13 $ docker rm -f 1b579d4bc577eeaa68906ffe4d05addb01b345564de69c6799adfff4fa5fbbfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:22:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:22:17 00:22:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:22:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:22:17 latest: Pulling from edgex-devops/edgex-compose 00:22:17 cbdbe7a5bc2a: Pulling fs layer 00:22:17 ca9280d653b3: Pulling fs layer 00:22:17 7e9c9ca2126c: Pulling fs layer 00:22:18 cbdbe7a5bc2a: Verifying Checksum 00:22:18 cbdbe7a5bc2a: Download complete 00:22:19 cbdbe7a5bc2a: Pull complete 00:22:19 ca9280d653b3: Verifying Checksum 00:22:19 ca9280d653b3: Download complete 00:22:19 (5/12) Installing fortify-headers (1.1-r0) 00:22:19 (6/12) Installing patch (2.7.6-r6) 00:22:19 (7/12) Installing build-base (0.5-r2) 00:22:19 (8/12) Installing libsodium (1.0.18-r0) 00:22:19 (9/12) Installing pkgconf (1.7.2-r0) 00:22:19 (10/12) Installing libsodium-dev (1.0.18-r0) 00:22:19 (11/12) Installing libzmq (4.3.3-r0) 00:22:19 (12/12) Installing zeromq-dev (4.3.3-r0) 00:22:19 Executing busybox-1.31.1-r19.trigger 00:22:19 OK: 217 MiB in 51 packages 00:22:21 ca9280d653b3: Pull complete 00:22:22 7e9c9ca2126c: Verifying Checksum 00:22:22 7e9c9ca2126c: Download complete 00:22:23 Removing intermediate container f1cc10065e94 00:22:23 ---> 11d10e52f384 00:22:23 Step 4/7 : WORKDIR /edgex-go 00:22:23 ---> Running in 9ea18f43dc70 00:22:23 Removing intermediate container 9ea18f43dc70 00:22:23 ---> 4102216dbc91 00:22:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:22:24 latest: Pulling from library/docker 00:22:24 a3cc7d3b244e: Pulling fs layer 00:22:24 02a3295e0d61: Pulling fs layer 00:22:24 0f4f2e6d8100: Pulling fs layer 00:22:24 065c9533d613: Pulling fs layer 00:22:24 9fce0df16b8b: Pulling fs layer 00:22:24 e3faa53604c1: Pulling fs layer 00:22:24 04b5adaa2053: Pulling fs layer 00:22:24 065c9533d613: Waiting 00:22:24 e3faa53604c1: Waiting 00:22:24 9fce0df16b8b: Waiting 00:22:24 04b5adaa2053: Waiting 00:22:24 0f4f2e6d8100: Download complete 00:22:24 02a3295e0d61: Verifying Checksum 00:22:24 02a3295e0d61: Download complete 00:22:24 a3cc7d3b244e: Verifying Checksum 00:22:24 9fce0df16b8b: Verifying Checksum 00:22:24 9fce0df16b8b: Download complete 00:22:24 e3faa53604c1: Verifying Checksum 00:22:24 e3faa53604c1: Download complete 00:22:24 04b5adaa2053: Verifying Checksum 00:22:24 04b5adaa2053: Download complete 00:22:25 a3cc7d3b244e: Pull complete 00:22:26 02a3295e0d61: Pull complete 00:22:26 065c9533d613: Verifying Checksum 00:22:26 065c9533d613: Download complete 00:22:26 0f4f2e6d8100: Pull complete 00:22:30 065c9533d613: Pull complete 00:22:30 9fce0df16b8b: Pull complete 00:22:30 e3faa53604c1: Pull complete 00:22:31 04b5adaa2053: Pull complete 00:22:31 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 00:22:31 Status: Downloaded newer image for docker:latest 00:22:34 ---> 960eebdafcd7 00:22:34 Step 6/7 : COPY go.mod . 00:22:34 ---> 5293db1de8a6 00:22:34 Step 7/7 : RUN go mod download 00:22:35 ---> Running in 2ba697f71a7b 00:22:35 7e9c9ca2126c: Pull complete 00:22:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:22:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:22:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:22:36 prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container 00:22:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:22:39 $ docker top 59a9e71d73f4dd05b53bbe6fc97f89ae123a09fde620640b5285a5e9386a8282 -eo pid,comm [Pipeline] { [Pipeline] sh 00:22:41 + docker-compose build --help 00:22:41 + grep parallel 00:22:42 --parallel Build images in parallel. [Pipeline] } 00:22:42 $ docker stop --time=1 59a9e71d73f4dd05b53bbe6fc97f89ae123a09fde620640b5285a5e9386a8282 00:22:44 $ docker rm -f 59a9e71d73f4dd05b53bbe6fc97f89ae123a09fde620640b5285a5e9386a8282 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:22:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:22:45 . [Pipeline] withDockerContainer 00:22:45 prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container 00:22:45 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:22:47 $ docker top 25f507da8993598e9197a0ea1cc938fc09acc45075a5c395aa243dec2143455d -eo pid,comm [Pipeline] { [Pipeline] sh 00:22:49 + docker-compose -f ./docker-compose-build.yml build --parallel 00:22:51 Building docker-core-command-go ... 00:22:51 Building docker-core-data-go ... 00:22:51 Building docker-core-metadata-go ... 00:22:51 Building docker-security-bootstrap-redis-go ... 00:22:51 Building docker-security-proxy-setup-go ... 00:22:51 Building docker-security-secretstore-setup-go ... 00:22:51 Building docker-support-notifications-go ... 00:22:51 Building docker-support-scheduler-go ... 00:22:51 Building docker-sys-mgmt-agent-go ... 00:22:51 Building docker-core-data-go 00:22:51 Building docker-security-bootstrap-redis-go 00:22:51 Building docker-support-notifications-go 00:22:51 Building docker-security-proxy-setup-go 00:22:51 Building docker-support-scheduler-go 00:23:02 Removing intermediate container 2ba697f71a7b 00:23:02 ---> 439a0a38af16 00:23:02 Successfully built 439a0a38af16 00:23:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:23:02 + docker inspect -f . ci-base-image-arm64 00:23:02 . [Pipeline] withDockerContainer 00:23:02 prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container 00:23:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:23:04 $ docker top 96c9d4a132e3ed73c239e9f4a1ed81ed8ec20662c847de51e348bdc3fa01459c -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:05 + go version 00:23:05 go version go1.15.5 linux/arm64 [Pipeline] } 00:23:05 $ docker stop --time=1 96c9d4a132e3ed73c239e9f4a1ed81ed8ec20662c847de51e348bdc3fa01459c 00:23:07 $ docker rm -f 96c9d4a132e3ed73c239e9f4a1ed81ed8ec20662c847de51e348bdc3fa01459c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:08 + docker inspect -f . ci-base-image-arm64 00:23:08 . [Pipeline] withDockerContainer 00:23:08 prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container 00:23:08 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:23:09 $ docker top 1abdab4902c834dadea293dd7d335fafe8b035b1456bc6f838eee19a420f0991 -eo pid,comm [Pipeline] { [Pipeline] echo 00:23:10 ========================================================= 00:23:10 [edgeXBuildGoParallel] Running Tests and Build... 00:23:10 ========================================================= [Pipeline] sh 00:23:10 + make test 00:23:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:23:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:23:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:23:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:23:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:48 ---> c6e43dfc49c6 00:23:48 Step 3/21 : WORKDIR /edgex-go 00:23:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:23:48 ---> c6e43dfc49c6 00:23:48 Step 3/24 : WORKDIR /edgex-go 00:23:48 ---> c6e43dfc49c6 00:23:48 Step 3/22 : WORKDIR /edgex-go 00:23:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:23:48 ---> c6e43dfc49c6 00:23:48 Step 3/21 : WORKDIR /edgex-go 00:23:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:23:48 ---> c6e43dfc49c6 00:23:48 Step 3/23 : WORKDIR /edgex-go 00:23:48 ---> Running in 960e7d09ca81 00:23:48 ---> Running in ea07b7fd04cf 00:23:48 ---> Running in 825d7f2481fb 00:23:48 ---> Running in 924721d52a70 00:23:48 ---> Running in 97cb2ff6958f 00:23:48 Removing intermediate container ea07b7fd04cf 00:23:48 ---> 4748c0300c43 00:23:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:48 Removing intermediate container 960e7d09ca81 00:23:48 ---> d09879626db8 00:23:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:48 Removing intermediate container 825d7f2481fb 00:23:48 ---> 70c26edb60af 00:23:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:48 ---> Running in 6a8bbac20d5c 00:23:48 Removing intermediate container 924721d52a70 00:23:48 ---> 0ac2df3b1fa3 00:23:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:48 Removing intermediate container 97cb2ff6958f 00:23:48 ---> b525c76dafc0 00:23:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:48 ---> Running in 93b11ae75f7d 00:23:48 ---> Running in 991adc7a7676 00:23:48 ---> Running in cf8fed5bf1be 00:23:48 ---> Running in c17ffea00486 00:23:49 Removing intermediate container 6a8bbac20d5c 00:23:49 ---> 85af09f5a4b5 00:23:49 Step 5/21 : RUN apk update && apk add make git 00:23:49 Removing intermediate container c17ffea00486 00:23:49 ---> 73b1827fae99 00:23:49 Step 5/22 : RUN apk update && apk add make git 00:23:49 ---> Running in 1aa5ecd47c71 00:23:49 Removing intermediate container 93b11ae75f7d 00:23:49 ---> 37d6b40da5d3 00:23:49 Step 5/21 : RUN apk update && apk add make git 00:23:49 ---> Running in bc892a7546f6 00:23:49 Removing intermediate container cf8fed5bf1be 00:23:49 ---> 28376de64c09 00:23:49 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:23:49 Removing intermediate container 991adc7a7676 00:23:49 ---> 3bff99244c2e 00:23:49 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:23:49 ---> Running in e4f79a98fb6c 00:23:49 ---> Running in 13fc69823bb8 00:23:49 ---> Running in 3e913beaf0c3 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:23:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:23:53 OK: 12750 distinct packages available 00:23:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:23:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:23:53 OK: 12750 distinct packages available 00:23:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:23:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:23:53 OK: 12750 distinct packages available 00:23:53 OK: 233 MiB in 51 packages 00:23:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:23:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:23:53 OK: 12750 distinct packages available 00:23:53 OK: 233 MiB in 51 packages 00:23:54 OK: 233 MiB in 51 packages 00:23:54 OK: 233 MiB in 51 packages 00:23:54 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:23:54 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:23:54 OK: 12750 distinct packages available 00:23:54 Removing intermediate container bc892a7546f6 00:23:54 ---> 65cee6be526a 00:23:54 Step 6/22 : COPY go.mod . 00:23:54 Removing intermediate container 13fc69823bb8 00:23:54 ---> 6256224aca27 00:23:54 Step 6/24 : COPY go.mod . 00:23:54 OK: 233 MiB in 51 packages 00:23:55 Removing intermediate container 1aa5ecd47c71 00:23:55 ---> 9eee2185e767 00:23:55 Step 6/21 : COPY go.mod . 00:23:55 ---> 6812b0464964 00:23:55 Step 7/22 : RUN go mod download 00:23:55 Removing intermediate container e4f79a98fb6c 00:23:55 ---> 9ed8f0f1626b 00:23:55 Step 6/21 : COPY go.mod . 00:23:55 ---> Running in 0ee8fb575113 00:23:55 ---> 98ae20a4f9c7 00:23:55 Step 7/24 : RUN go mod download 00:23:55 ---> e5fcb1b12b25 00:23:55 Step 7/21 : RUN go mod download 00:23:55 ---> Running in ce945a8b52cb 00:23:56 ---> Running in 530cfc9000d8 00:23:56 ---> 306a5613ae21 00:23:56 Step 7/21 : RUN go mod download 00:23:56 ---> Running in 03602e6f8992 00:23:56 Removing intermediate container 3e913beaf0c3 00:23:56 ---> ba64c3a8ed45 00:23:56 Step 6/23 : COPY go.mod . 00:23:57 ---> afbf055050f6 00:23:57 Step 7/23 : RUN go mod download 00:23:57 ---> Running in d10b42c0ae9f 00:23:59 Removing intermediate container ce945a8b52cb 00:23:59 ---> 7dbe6a462331 00:23:59 Step 8/21 : COPY . . 00:24:00 Removing intermediate container 0ee8fb575113 00:24:00 ---> c6a00e799980 00:24:00 Step 8/22 : COPY . . 00:24:00 Removing intermediate container 530cfc9000d8 00:24:00 ---> e044dee7e39a 00:24:00 Step 8/24 : COPY . . 00:24:00 Removing intermediate container 03602e6f8992 00:24:00 ---> 2de8dd004f71 00:24:00 Step 8/21 : COPY . . 00:24:00 Removing intermediate container d10b42c0ae9f 00:24:00 ---> fd7ac98109e8 00:24:00 Step 8/23 : COPY . . 00:24:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:24:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:24:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:24:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:24:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:24:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:24:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 46.6% of statements 00:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.611s coverage: 71.3% of statements 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:24:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.649s coverage: 83.7% of statements 00:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:24:58 ---> 9b170a6cae47 00:24:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:24:58 ---> a56748ff4dcc 00:24:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:24:58 ---> 73fdbaa1ae43 00:24:58 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:24:58 ---> Running in c3db925d8ff1 00:24:58 ---> Running in 55a5820a66a9 00:24:58 ---> Running in 6897dcc8df31 00:24:58 ---> 39099c8a5820 00:24:58 Step 9/23 : RUN make cmd/core-data/core-data 00:24:58 ---> 3edd4e24f26b 00:24:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:24:58 ---> Running in c742801276f1 00:24:58 ---> Running in 34354017fd1e 00:24:58 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 00:24:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:24:58 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 00:24:58 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 00:24:58 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 00:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements 00:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:25:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 00:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:25:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 00:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.022s coverage: 93.8% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.206s coverage: 0.1% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.107s coverage: 80.8% of statements 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements 00:25:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 91.4% of statements 00:25:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.660s coverage: 63.5% of statements 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 00:25:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 00:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 00:25:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.834s coverage: 55.9% of statements 00:25:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:25:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:25:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:25:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:25:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:25:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 37.0% of statements 00:25:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:25:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:25:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.594s coverage: 84.0% of statements 00:25:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.377s coverage: 47.1% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:25:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.018s coverage: 29.1% of statements 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:25:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:25:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:25:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:25:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:25:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:25:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:25:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 00:25:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 00:25:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:25:39 GO111MODULE=on go vet ./... 00:25:46 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 00:25:46 Removing intermediate container 34354017fd1e 00:25:46 ---> c8b754b62e2a 00:25:46 00:25:46 Step 10/22 : FROM alpine:3.10 00:25:46 3.10: Pulling from library/alpine 00:25:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:25:48 Status: Downloaded newer image for alpine:3.10 00:25:48 ---> be4e4bea2c2e 00:25:48 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:25:49 ---> Running in ffa9b721610e 00:25:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:25:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:25:51 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:25:51 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:25:51 OK: 10350 distinct packages available 00:25:51 (1/5) Installing ca-certificates (20191127-r2) 00:25:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:25:51 (3/5) Installing libcurl (7.66.0-r3) 00:25:51 (4/5) Installing curl (7.66.0-r3) 00:25:51 (5/5) Installing dumb-init (1.2.2-r1) 00:25:51 Executing busybox-1.30.1-r3.trigger 00:25:51 Executing ca-certificates-20191127-r2.trigger 00:25:52 OK: 7 MiB in 19 packages 00:25:57 Removing intermediate container c3db925d8ff1 00:25:57 ---> 2f2d000db758 00:25:57 00:25:57 Step 10/21 : FROM alpine 00:25:57 Removing intermediate container 55a5820a66a9 00:25:57 ---> cc7d9341d80b 00:25:57 00:25:57 Step 10/21 : FROM scratch 00:25:57 ---> 00:25:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:25:57 Removing intermediate container 6897dcc8df31 00:25:57 ---> 072d890ccb86 00:25:57 00:25:57 Step 10/24 : FROM scratch 00:25:57 ---> 00:25:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:25:57 latest: Pulling from library/alpine 00:25:57 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:25:57 Status: Downloaded newer image for alpine:latest 00:25:57 ---> b14afc6dfb98 00:25:57 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:25:58 Removing intermediate container ffa9b721610e 00:25:58 ---> ab5c37cedec5 00:25:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:25:58 ---> Running in fdc40c5dc9c4 00:25:58 ---> Running in c94843bd15a3 00:25:58 ---> Running in acfeaa814241 00:25:58 ---> Running in 6dd50d149087 00:25:59 Removing intermediate container c94843bd15a3 00:25:59 ---> 81de8d528e9c 00:25:59 Step 12/24 : ENV APP_PORT=48060 00:25:59 Removing intermediate container fdc40c5dc9c4 00:25:59 ---> 3cdef0a2fef6 00:25:59 Step 12/21 : ENV APP_PORT=48085 00:25:59 ---> Running in ecfeec2d9366 00:25:59 ---> Running in 293d8bf1c98b 00:25:59 Removing intermediate container 6dd50d149087 00:25:59 ---> 685ac75df91b 00:25:59 Step 13/22 : WORKDIR / 00:25:59 ---> Running in de56b2850075 00:26:00 Removing intermediate container ecfeec2d9366 00:26:00 ---> b7c36ca29600 00:26:00 Step 13/24 : EXPOSE $APP_PORT 00:26:00 Removing intermediate container 293d8bf1c98b 00:26:00 ---> eb12265ededa 00:26:00 Step 13/21 : EXPOSE $APP_PORT 00:26:00 ---> Running in 1f9ac9801e94 00:26:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:00 ---> Running in 8e4df361b2b2 00:26:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:00 Removing intermediate container de56b2850075 00:26:00 ---> a0d28c76be53 00:26:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:26:00 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:26:00 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:26:00 OK: 12747 distinct packages available 00:26:01 Removing intermediate container 1f9ac9801e94 00:26:01 ---> e6d452f2cff6 00:26:01 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:26:01 Removing intermediate container 8e4df361b2b2 00:26:01 ---> e43d8e96194a 00:26:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:26:01 (1/4) Installing ca-certificates (20191127-r4) 00:26:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:26:01 (3/4) Installing libcurl (7.69.1-r3) 00:26:01 (4/4) Installing curl (7.69.1-r3) 00:26:01 Executing busybox-1.31.1-r19.trigger 00:26:01 Executing ca-certificates-20191127-r4.trigger 00:26:02 OK: 7 MiB in 18 packages 00:26:02 ---> 5105a607b8fc 00:26:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:26:02 ---> 0940dbba2dea 00:26:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:26:02 ---> aac629706828 00:26:02 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:26:03 Removing intermediate container c742801276f1 00:26:03 ---> 6d3a6c9960ad 00:26:03 00:26:03 Step 10/23 : FROM alpine 00:26:03 ---> b14afc6dfb98 00:26:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:26:03 ---> Running in c194f6c89de1 00:26:04 ---> 562ecf306ade 00:26:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:26:04 Removing intermediate container acfeaa814241 00:26:04 ---> c50c8090ec6a 00:26:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:26:04 ---> 1cecf268247f 00:26:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:26:04 Removing intermediate container c194f6c89de1 00:26:04 ---> 38fe72b32f1c 00:26:04 Step 12/23 : ENV APP_PORT=48080 00:26:04 ---> 12400975ab16 00:26:04 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:26:04 ---> Running in e48663e04555 00:26:04 ---> Running in 1d711ff979e2 00:26:04 ---> aabb799c287a 00:26:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:26:05 Removing intermediate container e48663e04555 00:26:05 ---> aeb51c9982df 00:26:05 Step 13/21 : WORKDIR /edgex 00:26:05 ---> 27521cd09bac 00:26:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:26:05 Removing intermediate container 1d711ff979e2 00:26:05 ---> 92acd8640142 00:26:05 Step 13/23 : EXPOSE $APP_PORT 00:26:05 ---> Running in 1c4a2bd12879 00:26:05 ---> Running in f485c884590f 00:26:05 ---> Running in bfb2320864d9 00:26:05 ---> 57a1a5ea2006 00:26:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:26:05 ---> 25b196a24cd6 00:26:05 Step 18/22 : RUN chmod +x entrypoint.sh 00:26:05 Removing intermediate container 1c4a2bd12879 00:26:05 ---> 599c6953bf1e 00:26:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:26:05 ---> Running in 31063c1e7b4f 00:26:05 Removing intermediate container f485c884590f 00:26:05 ---> bf00a4daeef8 00:26:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:26:06 Removing intermediate container bfb2320864d9 00:26:06 ---> 2cc61ab391d2 00:26:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:06 ---> Running in 8707059c5cc3 00:26:06 ---> e46759e40c69 00:26:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:26:06 ---> Running in f00a2dea9c57 00:26:06 ---> bcd7645bdaac 00:26:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:26:06 Removing intermediate container 8707059c5cc3 00:26:06 ---> c8c9a40efffb 00:26:06 Step 19/21 : LABEL arch=x86_64 00:26:06 ---> Running in 669648ec485c 00:26:07 Removing intermediate container 669648ec485c 00:26:07 ---> 687739da319c 00:26:07 Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:26:08 ---> Running in 481326c40bbf 00:26:08 ---> ac1ba7edbbdd 00:26:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:26:08 ---> 0e15bd45cd91 00:26:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:26:09 Removing intermediate container 481326c40bbf 00:26:09 ---> 9788d5e42158 00:26:09 Step 21/21 : LABEL version=0.0.0 00:26:09 ---> Running in 867889d162fe 00:26:09 Removing intermediate container 31063c1e7b4f 00:26:09 ---> 18208efa8105 00:26:09 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:26:09 ---> e2f79e8ff4e7 00:26:09 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:26:09 ---> 354e1299c186 00:26:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:26:09 Removing intermediate container f00a2dea9c57 00:26:09 ---> b3809e1fbd20 00:26:09 Step 15/23 : RUN apk --no-cache add zeromq 00:26:09 ---> Running in 5da4735af995 00:26:09 ---> Running in 0940d44aef90 00:26:09 ---> Running in b464f9f45673 00:26:09 ---> Running in 52213fd7af8e 00:26:09 Removing intermediate container 867889d162fe 00:26:09 ---> 535aac7421d8 00:26:09 00:26:09 Removing intermediate container 5da4735af995 00:26:09 ---> 527d7d786f53 00:26:09 Step 20/22 : LABEL arch=x86_64 00:26:10 Removing intermediate container 0940d44aef90 00:26:10 ---> 311d07a505c8 00:26:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:26:10 ---> Running in 001c894d77e5 00:26:10 Removing intermediate container 52213fd7af8e 00:26:10 ---> 13418a9a2613 00:26:10 Step 18/21 : CMD ["--init=true"] 00:26:10 ---> Running in 6e0be040678e 00:26:10 ---> Running in b5cbea7b5511 00:26:10 Removing intermediate container 001c894d77e5 00:26:10 ---> d11a7e9c64a9 00:26:10 Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:26:10 Successfully built 535aac7421d8 00:26:11 Successfully tagged docker-support-scheduler-go:latest 00:26:11 Building docker-sys-mgmt-agent-go 00:26:11 Removing intermediate container 6e0be040678e 00:26:11 ---> f45f89006c7a 00:26:11 Step 22/24 : LABEL arch=x86_64 00:26:11  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:11 ---> Running in bba96fb8c027 00:26:11 ---> Running in a46943136229 00:26:11 Removing intermediate container b5cbea7b5511 00:26:11 ---> d1922410fc36 00:26:11 Step 19/21 : LABEL arch=x86_64 00:26:11 ---> Running in fdacffae2228 00:26:11 Removing intermediate container bba96fb8c027 00:26:11 ---> b626d609f763 00:26:11 Step 22/22 : LABEL version=0.0.0 00:26:11 Removing intermediate container a46943136229 00:26:11 ---> 4ec32af78d49 00:26:11 Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:26:12 ---> Running in 3b990fea6bc0 00:26:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:12 Removing intermediate container fdacffae2228 00:26:12 ---> 78f3d1be4190 00:26:12 Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:26:12 ---> Running in 50e0fdfe12e5 00:26:12 ---> Running in 30080e114205 00:26:12 Removing intermediate container 3b990fea6bc0 00:26:12 ---> 50b01b8c2263 00:26:12 00:26:12 (1/5) Installing libgcc (9.3.0-r2) 00:26:12 (2/5) Installing libsodium (1.0.18-r0) 00:26:12 Successfully built 50b01b8c2263 00:26:12 (3/5) Installing libstdc++ (9.3.0-r2) 00:26:13 Removing intermediate container 50e0fdfe12e5 00:26:13 ---> acbe14c857ed 00:26:13 Step 24/24 : LABEL version=0.0.0 00:26:13 Successfully tagged docker-security-bootstrap-redis-go:latest 00:26:13  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go 00:26:13 (4/5) Installing libzmq (4.3.3-r0) 00:26:13 Removing intermediate container 30080e114205 00:26:13 ---> 276a285bcf9a 00:26:13 Step 21/21 : LABEL version=0.0.0 00:26:13 (5/5) Installing zeromq (4.3.3-r0) 00:26:13 ---> Running in 51675b0de342 00:26:13 Executing busybox-1.31.1-r19.trigger 00:26:13 OK: 8 MiB in 19 packages 00:26:13 ---> Running in b499c45face8 00:26:14 Removing intermediate container b499c45face8 00:26:14 ---> 07d132b5f850 00:26:14 00:26:14 Removing intermediate container 51675b0de342 00:26:14 ---> 2ff17e50bd14 00:26:14 00:26:14 Successfully built 07d132b5f850 00:26:14 Successfully tagged docker-security-proxy-setup-go:latest 00:26:14  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 00:26:14 Successfully built 2ff17e50bd14 00:26:15 Successfully tagged docker-support-notifications-go:latest 00:26:15  Building docker-support-notifications-go ... done Building docker-core-command-go 00:26:15 Removing intermediate container b464f9f45673 00:26:15 ---> 933b8c3b9f6d 00:26:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:26:17 ---> 55f449602565 00:26:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:26:20 ---> b34d483930b6 00:26:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:26:21 ---> a3934e3e60e9 00:26:21 Step 19/23 : ENTRYPOINT ["/core-data"] 00:26:22 ---> Running in e1e3bbcd1ba5 00:26:22 Removing intermediate container e1e3bbcd1ba5 00:26:22 ---> 77e916212096 00:26:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:26:22 ---> Running in f1773f68e447 00:26:23 Removing intermediate container f1773f68e447 00:26:23 ---> 310e06226207 00:26:23 Step 21/23 : LABEL arch=x86_64 00:26:24 ---> Running in 8dd572593bfe 00:26:24 Removing intermediate container 8dd572593bfe 00:26:24 ---> 27568d6c74dc 00:26:24 Step 22/23 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:26:25 ---> Running in d9c03ec94237 00:26:26 Removing intermediate container d9c03ec94237 00:26:26 ---> 18f47a8cc119 00:26:26 Step 23/23 : LABEL version=0.0.0 00:26:26 ---> Running in 1c65060821cf 00:26:27 Removing intermediate container 1c65060821cf 00:26:27 ---> d5fe6952b2f7 00:26:27 00:26:27 Successfully built d5fe6952b2f7 00:26:27 Successfully tagged docker-core-data-go:latest 00:26:48 gofmt -l . 00:26:50 [ "`gofmt -l .`" = "" ] 00:26:52 ./bin/test-go-mod-tidy.sh 00:26:52 ./bin/test-attribution-txt.sh [Pipeline] sh 00:26:58 + ls -al . 00:26:58 total 660 00:26:58 drwxrwxr-x 9 1001 1001 4096 Dec 16 00:26 . 00:26:58 drwxr-xr-x 4 root root 4096 Dec 16 00:23 .. 00:26:58 -rw-rw-r-- 1 1001 1001 11 Dec 16 00:21 .dockerignore 00:26:58 drwxrwxr-x 8 1001 1001 4096 Dec 16 00:21 .git 00:26:58 drwxrwxr-x 3 1001 1001 4096 Dec 16 00:21 .github 00:26:58 -rw-rw-r-- 1 1001 1001 848 Dec 16 00:21 .gitignore 00:26:58 -rw-rw-r-- 1 1001 1001 166 Dec 16 00:21 .sonarcloud.properties 00:26:58 -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:21 CONTRIBUTING.md 00:26:58 -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:21 Dockerfile.build 00:26:58 -rw-rw-r-- 1 1001 1001 863 Dec 16 00:21 Jenkinsfile 00:26:58 -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:21 LICENSE 00:26:58 -rw-rw-r-- 1 1001 1001 5750 Dec 16 00:21 Makefile 00:26:58 -rw-rw-r-- 1 1001 1001 6596 Dec 16 00:21 README.md 00:26:58 -rw-rw-r-- 1 1001 1001 6744 Dec 16 00:21 SECURITY.md 00:26:58 -rw-rw-r-- 1 1001 1001 5 Dec 16 00:17 VERSION 00:26:58 -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:21 ZMQWindows.md 00:26:58 drwxrwxr-x 2 1001 1001 4096 Dec 16 00:21 bin 00:26:58 drwxrwxr-x 14 1001 1001 4096 Dec 16 00:21 cmd 00:26:58 -rw-r--r-- 1 root root 535934 Dec 16 00:25 coverage.out 00:26:58 -rw-r--r-- 1 root root 1041 Dec 16 00:26 go.mod 00:26:58 -rw-r--r-- 1 root root 18856 Dec 16 00:26 go.sum 00:26:58 drwxrwxr-x 8 1001 1001 4096 Dec 16 00:21 internal 00:26:58 drwxrwxr-x 4 1001 1001 4096 Dec 16 00:21 openapi 00:26:58 drwxrwxr-x 4 1001 1001 4096 Dec 16 00:21 snap 00:26:58 -rw-rw-r-- 1 1001 1001 168 Dec 16 00:21 version.go [Pipeline] sh 00:26:58 + '[' -e coverage.out ] 00:26:58 + chown 1001:1001 coverage.out [Pipeline] stash 00:26:58 Warning: overwriting stash ‘coverage-report’ 00:26:59 Stashed 1 file(s) [Pipeline] sh 00:27:00 + make build 00:27:00 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 00:27:00  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:27:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:27:00 ---> c6e43dfc49c6 00:27:00 Step 3/24 : WORKDIR /edgex-go 00:27:00 ---> Using cache 00:27:00 ---> b525c76dafc0 00:27:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:00 ---> Using cache 00:27:00 ---> 73b1827fae99 00:27:00 Step 5/24 : RUN apk update && apk add make git 00:27:00 ---> Using cache 00:27:00 ---> 65cee6be526a 00:27:00 Step 6/24 : COPY go.mod . 00:27:00 ---> Using cache 00:27:00 ---> 6812b0464964 00:27:00 Step 7/24 : RUN go mod download 00:27:00 ---> Using cache 00:27:00 ---> c6a00e799980 00:27:00 Step 8/24 : COPY . . 00:27:00 ---> Using cache 00:27:00 ---> 3edd4e24f26b 00:27:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:27:00 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:27:00 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:27:00 ---> c6e43dfc49c6 00:27:00 Step 3/27 : WORKDIR /edgex-go 00:27:00 ---> Using cache 00:27:00 ---> b525c76dafc0 00:27:00 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:00 ---> Using cache 00:27:00 ---> 73b1827fae99 00:27:00 Step 5/27 : RUN apk update && apk add make bash git 00:27:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:27:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:27:00 ---> c6e43dfc49c6 00:27:00 Step 3/22 : WORKDIR /edgex-go 00:27:00 ---> Using cache 00:27:00 ---> b525c76dafc0 00:27:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:00 ---> Using cache 00:27:00 ---> 73b1827fae99 00:27:00 Step 5/22 : RUN apk update && apk add make git 00:27:00 ---> Using cache 00:27:00 ---> 65cee6be526a 00:27:00 Step 6/22 : COPY go.mod . 00:27:00 ---> Using cache 00:27:00 ---> 6812b0464964 00:27:00 Step 7/22 : RUN go mod download 00:27:00 ---> Using cache 00:27:00 ---> c6a00e799980 00:27:00 Step 8/22 : COPY . . 00:27:00 ---> Using cache 00:27:00 ---> 3edd4e24f26b 00:27:00 Step 9/22 : RUN make cmd/core-command/core-command 00:27:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:27:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:27:00 ---> c6e43dfc49c6 00:27:00 Step 3/22 : WORKDIR /edgex-go 00:27:00 ---> Using cache 00:27:00 ---> b525c76dafc0 00:27:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:00 ---> Using cache 00:27:00 ---> 73b1827fae99 00:27:00 Step 5/22 : RUN apk update && apk add make git 00:27:00 ---> Using cache 00:27:00 ---> 65cee6be526a 00:27:00 Step 6/22 : COPY go.mod . 00:27:00 ---> Using cache 00:27:00 ---> 6812b0464964 00:27:00 Step 7/22 : RUN go mod download 00:27:00 ---> Using cache 00:27:00 ---> c6a00e799980 00:27:00 Step 8/22 : COPY . . 00:27:00 ---> Using cache 00:27:00 ---> 3edd4e24f26b 00:27:00 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:27:00 ---> Running in 0f73ea8c8e89 00:27:00 ---> Running in 89924eb07121 00:27:00 ---> Running in 7ad40635454b 00:27:00 ---> Running in ff64eef474a1 00:27:00 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 00:27:00 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 00:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:01 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:27:01 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:27:01 OK: 12750 distinct packages available 00:27:01 OK: 233 MiB in 51 packages 00:27:04 Removing intermediate container 7ad40635454b 00:27:04 ---> 505bb18594c0 00:27:04 Step 6/27 : COPY go.mod . 00:27:04 ---> ac6be5cf68ea 00:27:04 Step 7/27 : RUN go mod download 00:27:05 ---> Running in bbccd1752b0d 00:27:09 Removing intermediate container bbccd1752b0d 00:27:09 ---> 0dee7b8a0bd2 00:27:09 Step 8/27 : COPY . . 00:27:12 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 00:27:35 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 00:27:36 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 00:27:38 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 00:27:43 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 00:27:45 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 00:27:47 ---> 20d744dda8b2 00:27:47 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:27:47 Removing intermediate container ff64eef474a1 00:27:47 ---> 108b9cbd5f98 00:27:47 00:27:47 Step 10/22 : FROM scratch 00:27:47 ---> 00:27:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:27:47 ---> Running in 1cbd8e20606c 00:27:48 ---> Using cache 00:27:48 ---> 3cdef0a2fef6 00:27:48 Step 12/22 : ENV APP_PORT=48082 00:27:49 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 00:27:49 Removing intermediate container 0f73ea8c8e89 00:27:49 ---> 82fa81d717f3 00:27:49 00:27:49 Step 10/24 : FROM alpine:3.10 00:27:49 ---> be4e4bea2c2e 00:27:49 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:27:49 ---> Using cache 00:27:49 ---> ab5c37cedec5 00:27:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:27:49 ---> Running in 8ece0a2c931b 00:27:50 ---> Running in 65080852b4d1 00:27:50 Removing intermediate container 8ece0a2c931b 00:27:50 ---> 580aa3d50dc2 00:27:50 Step 13/22 : EXPOSE $APP_PORT 00:27:50 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 00:27:50 ---> Running in d0536a155631 00:27:51 Removing intermediate container 65080852b4d1 00:27:51 ---> dc870d816bc2 00:27:51 Step 13/24 : WORKDIR / 00:27:51 Removing intermediate container 89924eb07121 00:27:51 ---> a17484eb3139 00:27:51 00:27:51 Step 10/22 : FROM scratch 00:27:51 ---> 00:27:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:27:51 ---> Using cache 00:27:51 ---> 3cdef0a2fef6 00:27:51 Step 12/22 : ENV APP_PORT=48081 00:27:51 ---> Running in 668272af5516 00:27:51 ---> Running in 23c749bd9ff5 00:27:51 Removing intermediate container d0536a155631 00:27:51 ---> 899328cb66d7 00:27:51 Step 14/22 : WORKDIR / 00:27:51 ---> Running in 06bf37925c57 00:27:51 Removing intermediate container 668272af5516 00:27:51 ---> ed58bf9f695e 00:27:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:27:52 Removing intermediate container 23c749bd9ff5 00:27:52 ---> 7b4e04f5b941 00:27:52 Step 13/22 : EXPOSE $APP_PORT 00:27:52 Removing intermediate container 06bf37925c57 00:27:52 ---> 11c36aaab180 00:27:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:27:53 ---> Running in b759d69c1fdf 00:27:53 ---> dcaaee09c277 00:27:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:27:53 ---> f3c29e793e20 00:27:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:27:53 Removing intermediate container b759d69c1fdf 00:27:53 ---> e59b21da3c57 00:27:53 Step 14/22 : WORKDIR / 00:27:54 ---> Running in fa7db053c434 00:27:54 ---> ab663e185f21 00:27:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:27:54 Removing intermediate container fa7db053c434 00:27:54 ---> 489dc570b370 00:27:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:27:54 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 00:27:55 ---> 90ba3742cf4f 00:27:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:27:55 ---> 5254065ddc2d 00:27:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:27:55 ---> caaa992b3c68 00:27:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:27:56 ---> 03482e235d87 00:27:56 Step 18/22 : ENTRYPOINT ["/core-command"] 00:27:56 ---> Running in 1f9ec181e197 00:27:57 Removing intermediate container 1f9ec181e197 00:27:57 ---> 83612b532cb7 00:27:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:27:57 ---> a43618334b8f 00:27:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:27:57 ---> Running in ac251751be2e 00:27:57 ---> e20e47d3307a 00:27:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:27:57 Removing intermediate container ac251751be2e 00:27:57 ---> eef993f16586 00:27:57 Step 20/22 : LABEL arch=x86_64 00:27:58 ---> Running in 3e48b7283fda 00:27:58 ---> 566cd2d54d3c 00:27:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:27:58 ---> Running in 4ab7d5baa66c 00:27:58 ---> ccd994d69d04 00:27:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:27:58 Removing intermediate container 3e48b7283fda 00:27:58 ---> 067f55ee9aa7 00:27:58 Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:27:58 ---> Running in 8ec7717f1c30 00:27:58 Removing intermediate container 4ab7d5baa66c 00:27:58 ---> 4725ad24fe87 00:27:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:27:58 ---> 089239dce99d 00:27:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:27:59 ---> Running in d02a7d3e1478 00:27:59 ---> Running in 245e6f9ae1f1 00:27:59 Removing intermediate container 8ec7717f1c30 00:27:59 ---> 23c864395f39 00:27:59 Step 22/22 : LABEL version=0.0.0 00:27:59 ---> Running in f57c2e90ad4c 00:27:59 Removing intermediate container d02a7d3e1478 00:27:59 ---> 3560a5497273 00:27:59 Step 20/22 : LABEL arch=x86_64 00:28:00 ---> Running in b68dab25f9cc 00:28:00 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 00:28:00 Removing intermediate container f57c2e90ad4c 00:28:00 ---> 465061639bde 00:28:00 00:28:00 Removing intermediate container b68dab25f9cc 00:28:00 ---> 40958bac1a05 00:28:00 Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:28:01 ---> Running in 0ef732470a16 00:28:01 Successfully built 465061639bde 00:28:02 Successfully tagged docker-core-command-go:latest 00:28:02  Building docker-core-command-go ... done Removing intermediate container 0ef732470a16 00:28:02 ---> 0d064aacdec4 00:28:02 Step 22/22 : LABEL version=0.0.0 00:28:02 ---> Running in 683a58fd8720 00:28:02 Removing intermediate container 245e6f9ae1f1 00:28:02 ---> 87b5dda50888 00:28:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:28:03 ---> Running in c4f6ab37f08f 00:28:03 Removing intermediate container 683a58fd8720 00:28:03 ---> 3dd4a23abfe4 00:28:03 00:28:03 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 00:28:04 Removing intermediate container c4f6ab37f08f 00:28:04 ---> 0a7316458c06 00:28:04 Step 22/24 : LABEL arch=x86_64 00:28:04 ---> Running in 218a544a8931 00:28:04 Successfully built 3dd4a23abfe4 00:28:04 Successfully tagged docker-core-metadata-go:latest 00:28:04  Building docker-core-metadata-go ... done Removing intermediate container 218a544a8931 00:28:04 ---> ab0fead57e47 00:28:04 Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:28:05 ---> Running in 188d28265bfb 00:28:05 Removing intermediate container 188d28265bfb 00:28:05 ---> 1ecd206ca9a6 00:28:05 Step 24/24 : LABEL version=0.0.0 00:28:05 ---> Running in fffeb542a7c5 00:28:06 Removing intermediate container fffeb542a7c5 00:28:06 ---> 5e4798bc982f 00:28:06 00:28:06 Successfully built 5e4798bc982f 00:28:06 Successfully tagged docker-security-secretstore-setup-go:latest 00:28:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:28:10  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1cbd8e20606c 00:28:10 ---> 1143b9d56cc2 00:28:10 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:28:10 ---> Running in 00299a6ecdc8 00:28:11 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 00:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:28:13 Removing intermediate container 00299a6ecdc8 00:28:13 ---> df86bfa18125 00:28:13 00:28:13 Step 11/27 : FROM docker:latest 00:28:13 ---> 0c995d0d3006 00:28:13 Step 12/27 : RUN apk add --no-cache bash 00:28:13 ---> Running in 455ba1cf0c90 00:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:14 (1/2) Installing readline (8.0.4-r0) 00:28:14 (2/2) Installing bash (5.0.17-r0) 00:28:14 Executing bash-5.0.17-r0.post-install 00:28:14 Executing busybox-1.31.1-r19.trigger 00:28:14 OK: 12 MiB in 22 packages 00:28:15 Removing intermediate container 455ba1cf0c90 00:28:15 ---> 78143f87a98d 00:28:15 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:28:15 ---> Running in 907e91edb08b [Pipeline] } 00:28:15 $ docker stop --time=1 1abdab4902c834dadea293dd7d335fafe8b035b1456bc6f838eee19a420f0991 00:28:17 Removing intermediate container 907e91edb08b 00:28:17 ---> df4cc3ca387e 00:28:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:28:17 ---> Running in 9930da3494f4 00:28:17 Removing intermediate container 9930da3494f4 00:28:17 ---> 622eb398f473 00:28:17 Step 15/27 : ENV APP_PORT=48090 00:28:17 ---> Running in 4679aebc77d5 00:28:17 Removing intermediate container 4679aebc77d5 00:28:17 ---> aff17abcddb0 00:28:17 Step 16/27 : EXPOSE $APP_PORT 00:28:17 ---> Running in e35989351ce0 00:28:17 Removing intermediate container e35989351ce0 00:28:17 ---> f7cf329cf2f4 00:28:17 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:28:18 $ docker rm -f 1abdab4902c834dadea293dd7d335fafe8b035b1456bc6f838eee19a420f0991 00:28:18 ---> 5fea0eebaecc 00:28:18 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:28:19 ---> 8a414e532cf3 00:28:19 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] // withDockerContainer 00:28:19 ---> 385fd0f6dfbb 00:28:19 Step 20/27 : RUN apk --no-cache add py3-pip 00:28:19 ---> Running in 319b11cc51b1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:28:20 00:28:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:28:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 00:28:21 (1/33) Installing libbz2 (1.0.8-r1) 00:28:21 (2/33) Installing expat (2.2.9-r1) 00:28:21 (3/33) Installing libffi (3.3-r2) 00:28:21 (4/33) Installing gdbm (1.13-r1) 00:28:21 (5/33) Installing xz-libs (5.2.5-r0) 00:28:21 (6/33) Installing sqlite-libs (3.32.1-r0) 00:28:21 (7/33) Installing python3 (3.8.5-r0) 00:28:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:28:21 latest: Pulling from edgex-devops/edgex-compose-arm64 00:28:21 29e5d40040c1: Pulling fs layer 00:28:21 1ce36da41761: Pulling fs layer 00:28:21 25b303627fd3: Pulling fs layer 00:28:21 29e5d40040c1: Download complete 00:28:22 29e5d40040c1: Pull complete 00:28:22 (8/33) Installing py3-appdirs (1.4.4-r1) 00:28:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:28:22 (10/33) Installing py3-parsing (2.4.7-r0) 00:28:22 (11/33) Installing py3-six (1.15.0-r0) 00:28:22 (12/33) Installing py3-packaging (20.4-r0) 00:28:22 (13/33) Installing py3-setuptools (47.0.0-r0) 00:28:22 (14/33) Installing py3-chardet (3.0.4-r4) 00:28:22 1ce36da41761: Verifying Checksum 00:28:22 1ce36da41761: Download complete 00:28:23 (15/33) Installing py3-idna (2.9-r0) 00:28:23 1ce36da41761: Pull complete 00:28:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:28:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:28:23 (18/33) Installing py3-requests (2.23.0-r0) 00:28:23 (19/33) Installing py3-msgpack (1.0.0-r0) 00:28:23 (20/33) Installing py3-lockfile (0.12.2-r3) 00:28:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:28:23 (22/33) Installing py3-colorama (0.4.3-r0) 00:28:23 (23/33) Installing py3-distlib (0.3.0-r0) 00:28:23 25b303627fd3: Verifying Checksum 00:28:23 25b303627fd3: Download complete 00:28:24 (24/33) Installing py3-distro (1.5.0-r1) 00:28:24 (25/33) Installing py3-webencodings (0.5.1-r3) 00:28:24 (26/33) Installing py3-html5lib (1.0.1-r4) 00:28:24 (27/33) Installing py3-pytoml (0.1.21-r0) 00:28:24 (28/33) Installing py3-pep517 (0.8.2-r0) 00:28:24 (29/33) Installing py3-progress (1.5-r0) 00:28:24 (30/33) Installing py3-toml (0.10.1-r0) 00:28:24 (31/33) Installing py3-retrying (1.3.3-r0) 00:28:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:28:24 (33/33) Installing py3-pip (20.1.1-r0) 00:28:24 Executing busybox-1.31.1-r19.trigger 00:28:24 OK: 71 MiB in 55 packages 00:28:34 25b303627fd3: Pull complete 00:28:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:28:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:28:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:28:34 prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container 00:28:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:28:34 Removing intermediate container 319b11cc51b1 00:28:34 ---> 3289ed886315 00:28:34 Step 21/27 : RUN pip install docker-compose==1.23.2 00:28:34 ---> Running in 6a9f5371dce9 00:28:36 Collecting docker-compose==1.23.2 00:28:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:28:36 Collecting texttable<0.10,>=0.9.0 00:28:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:28:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:28:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:28:37 $ docker top 6c245a3e2c685093e031265076a13dae21f53c8b4c6649c1f60c016b01ff8080 -eo pid,comm 00:28:37 Collecting PyYAML<4,>=3.10 00:28:37 Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] { [Pipeline] sh 00:28:38 + grep parallel 00:28:38 + docker-compose build --help 00:28:39 Collecting docopt<0.7,>=0.6.1 00:28:39 Downloading docopt-0.6.2.tar.gz (25 kB) 00:28:40 Collecting docker<4.0,>=3.6.0 00:28:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:28:40 Collecting websocket-client<1.0,>=0.32.0 00:28:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:28:40 Collecting cached-property<2,>=1.2.0 00:28:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:28:40 Collecting dockerpty<0.5,>=0.4.1 00:28:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:28:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:28:41 Collecting jsonschema<3,>=2.5.1 00:28:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:28:41 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) 00:28:41 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) 00:28:41 Collecting urllib3<1.25,>=1.21.1 00:28:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:28:41 Collecting idna<2.8,>=2.5 00:28:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:28:41 Collecting docker-pycreds>=0.4.0 00:28:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:28:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:28:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:28:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:28:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:28:41 --parallel Build images in parallel. 00:28:42 Installing collected packages: texttable, urllib3, idna, requests, PyYAML, docopt, docker-pycreds, websocket-client, docker, cached-property, dockerpty, jsonschema, docker-compose 00:28:42 Running setup.py install for texttable: started [Pipeline] } 00:28:42 $ docker stop --time=1 6c245a3e2c685093e031265076a13dae21f53c8b4c6649c1f60c016b01ff8080 00:28:42 Running setup.py install for texttable: finished with status 'done' 00:28:42 Attempting uninstall: urllib3 00:28:42 Found existing installation: urllib3 1.25.9 00:28:42 Uninstalling urllib3-1.25.9: 00:28:42 Successfully uninstalled urllib3-1.25.9 00:28:42 Attempting uninstall: idna 00:28:42 Found existing installation: idna 2.9 00:28:42 Uninstalling idna-2.9: 00:28:42 Successfully uninstalled idna-2.9 00:28:43 Attempting uninstall: requests 00:28:43 Found existing installation: requests 2.23.0 00:28:43 Uninstalling requests-2.23.0: 00:28:43 Successfully uninstalled requests-2.23.0 00:28:43 Running setup.py install for PyYAML: started 00:28:44 $ docker rm -f 6c245a3e2c685093e031265076a13dae21f53c8b4c6649c1f60c016b01ff8080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 00:28:44 Running setup.py install for PyYAML: finished with status 'done' 00:28:44 Running setup.py install for docopt: started [Pipeline] isUnix [Pipeline] sh 00:28:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:28:44 . [Pipeline] withDockerContainer 00:28:45 prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container 00:28:45 Running setup.py install for docopt: finished with status 'done' 00:28:45 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:28:45 Running setup.py install for dockerpty: started 00:28:46 Running setup.py install for dockerpty: finished with status 'done' 00:28:46 $ docker top c27a2e7c6d820652551f1fcff2ba612806b66b99f37fa2532492d71a9aeaba7c -eo pid,comm 00:28:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [Pipeline] { [Pipeline] sh 00:28:47 + docker-compose -f ./docker-compose-build.yml build --parallel 00:28:50 Removing intermediate container 6a9f5371dce9 00:28:50 ---> bf9bc8df1f9d 00:28:50 Step 22/27 : RUN apk --no-cache add curl 00:28:50 ---> Running in 2c2c31e1a05a 00:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:28:51 (2/3) Installing libcurl (7.69.1-r3) 00:28:51 (3/3) Installing curl (7.69.1-r3) 00:28:51 Executing busybox-1.31.1-r19.trigger 00:28:51 OK: 72 MiB in 58 packages 00:28:51 Building docker-core-command-go ... 00:28:51 Building docker-core-data-go ... 00:28:51 Building docker-core-metadata-go ... 00:28:51 Building docker-security-bootstrap-redis-go ... 00:28:51 Building docker-security-proxy-setup-go ... 00:28:51 Building docker-security-secretstore-setup-go ... 00:28:51 Building docker-support-notifications-go ... 00:28:51 Building docker-support-scheduler-go ... 00:28:51 Building docker-sys-mgmt-agent-go ... 00:28:51 Building docker-support-notifications-go 00:28:51 Building docker-sys-mgmt-agent-go 00:28:51 Building docker-security-secretstore-setup-go 00:28:51 Building docker-security-bootstrap-redis-go 00:28:51 Building docker-support-scheduler-go 00:28:52 Removing intermediate container 2c2c31e1a05a 00:28:52 ---> fbcfaae8444b 00:28:52 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:28:52 ---> Running in 57aab5695ae6 00:28:53 Removing intermediate container 57aab5695ae6 00:28:53 ---> 5e5d7fcc9b1a 00:28:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:53 ---> Running in 0491c8b7cb1e 00:28:54 Removing intermediate container 0491c8b7cb1e 00:28:54 ---> c5f7d8fc589b 00:28:54 Step 25/27 : LABEL arch=x86_64 00:28:54 ---> Running in 4163a307a588 00:28:54 Removing intermediate container 4163a307a588 00:28:54 ---> c3ed8a9f706f 00:28:54 Step 26/27 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:28:54 ---> Running in d16f4294249b 00:28:54 Removing intermediate container d16f4294249b 00:28:54 ---> 0e3d66fed4d0 00:28:54 Step 27/27 : LABEL version=0.0.0 00:28:54 ---> Running in 1e4d280d7491 00:28:55 Removing intermediate container 1e4d280d7491 00:28:55 ---> 537fcf13a085 00:28:55 00:28:55 Successfully built 537fcf13a085 00:28:55 Successfully tagged docker-sys-mgmt-agent-go:latest 00:28:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:28:55 $ docker stop --time=1 25f507da8993598e9197a0ea1cc938fc09acc45075a5c395aa243dec2143455d 00:28:57 $ docker rm -f 25f507da8993598e9197a0ea1cc938fc09acc45075a5c395aa243dec2143455d [Pipeline] // withDockerContainer [Pipeline] sh 00:28:58 + grep docker 00:28:58 + docker images 00:28:59 docker-sys-mgmt-agent-go latest 537fcf13a085 4 seconds ago 313MB 00:28:59 docker-security-secretstore-setup-go latest 5e4798bc982f 53 seconds ago 24.7MB 00:28:59 docker-core-metadata-go latest 3dd4a23abfe4 56 seconds ago 14.5MB 00:28:59 docker-core-command-go latest 465061639bde 58 seconds ago 12.2MB 00:28:59 docker-core-data-go latest d5fe6952b2f7 2 minutes ago 23.7MB 00:28:59 docker-support-notifications-go latest 2ff17e50bd14 2 minutes ago 13.6MB 00:28:59 docker-security-proxy-setup-go latest 07d132b5f850 2 minutes ago 24.6MB 00:28:59 docker-security-bootstrap-redis-go latest 50b01b8c2263 2 minutes ago 15.8MB 00:28:59 docker-support-scheduler-go latest 535aac7421d8 2 minutes ago 12.3MB 00:28:59 docker latest 0c995d0d3006 2 hours 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 00:29:14 Still waiting to schedule task 00:29:14 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:30:07 Running on prd-ubuntu18.04-docker-8c-8g-16206 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 00:30:07 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 00:30:10 using credential edgex-jenkins-ssh 00:30:10 Cloning the remote Git repository 00:30:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:30:10 > git init /w/workspace/edgex-go/11 # timeout=10 00:30:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:30:10 > git --version # timeout=10 00:30:10 > git --version # 'git version 2.17.1' 00:30:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:30:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:30:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:30:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:30:13 ---> 439a0a38af16 00:30:13 Step 3/22 : WORKDIR /edgex-go 00:30:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:30:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:30:13 ---> 439a0a38af16 00:30:13 Step 3/21 : WORKDIR /edgex-go 00:30:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:30:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:30:13 ---> 439a0a38af16 00:30:13 Step 3/24 : WORKDIR /edgex-go 00:30:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:30:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:30:13 ---> 439a0a38af16 00:30:13 Step 3/24 : WORKDIR /edgex-go 00:30:13 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:30:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:30:13 ---> 439a0a38af16 00:30:13 Step 3/27 : WORKDIR /edgex-go 00:30:13 ---> Running in 5a176440838e 00:30:13 ---> Running in 3cd8a0954568 00:30:13 ---> Running in c555f90e7ad2 00:30:13 ---> Running in e13963fb687b 00:30:13 ---> Running in cd8a912ee9e0 00:30:13 Removing intermediate container c555f90e7ad2 00:30:13 ---> 132e4584960e 00:30:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:13 Removing intermediate container 5a176440838e 00:30:13 ---> 5b88d8698687 00:30:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:13 Removing intermediate container cd8a912ee9e0 00:30:13 ---> 9215d3387909 00:30:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:13 Removing intermediate container 3cd8a0954568 00:30:13 ---> 4e87864c6479 00:30:13 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:13 Removing intermediate container e13963fb687b 00:30:13 ---> 6beffea076fb 00:30:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:13 ---> Running in fdd6b0910f08 00:30:13 ---> Running in 18ec10217767 00:30:13 ---> Running in 179eb5ad3df1 00:30:13 ---> Running in 694d1dbc8c16 00:30:13 ---> Running in 2099c5afd80a 00:30:13 Removing intermediate container fdd6b0910f08 00:30:13 ---> cf00ae11b05d 00:30:13 Step 5/22 : RUN apk update && apk add make git 00:30:13 ---> Running in 0496b4c329ff 00:30:13 Removing intermediate container 179eb5ad3df1 00:30:13 ---> 8bdfc041f09a 00:30:13 Step 5/24 : RUN apk update && apk add make git 00:30:13 Removing intermediate container 18ec10217767 00:30:13 ---> 39ffcfaa0be8 00:30:13 Step 5/21 : RUN apk update && apk add make git 00:30:13 ---> Running in 12c51fec5a92 00:30:13 ---> Running in 5b7d5ae1b5ab 00:30:13 Removing intermediate container 2099c5afd80a 00:30:13 ---> 774ae0ce9ddf 00:30:13 Step 5/27 : RUN apk update && apk add make bash git 00:30:13 Removing intermediate container 694d1dbc8c16 00:30:13 ---> 6dd98e6c88c8 00:30:13 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:30:13 ---> Running in b328b82c6c25 00:30:13 ---> Running in e320547f2818 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:13 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:30:13 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:30:13 OK: 12620 distinct packages available 00:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:14 OK: 217 MiB in 51 packages 00:30:14 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:30:14 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:30:14 OK: 12620 distinct packages available 00:30:14 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:30:14 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:30:14 OK: 12620 distinct packages available 00:30:15 OK: 217 MiB in 51 packages 00:30:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:30:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:30:15 OK: 12620 distinct packages available 00:30:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:30:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:30:15 OK: 12620 distinct packages available 00:30:15 OK: 217 MiB in 51 packages 00:30:16 Removing intermediate container 0496b4c329ff 00:30:16 ---> f27f70c82ec1 00:30:16 Step 6/22 : COPY go.mod . 00:30:16 OK: 217 MiB in 51 packages 00:30:16 OK: 217 MiB in 51 packages 00:30:17 Removing intermediate container 5b7d5ae1b5ab 00:30:17 ---> d0eed5a073e7 00:30:17 Step 6/21 : COPY go.mod . 00:30:17 ---> 1ceed36c5d76 00:30:17 Step 7/22 : RUN go mod download 00:30:17 Removing intermediate container e320547f2818 00:30:17 ---> 3775ab32cc3b 00:30:17 Step 6/24 : COPY go.mod . 00:30:17 ---> Running in 4db0d5f0de5a 00:30:18 ---> 97909fabf852 00:30:18 Step 7/21 : RUN go mod download 00:30:18 Removing intermediate container b328b82c6c25 00:30:18 ---> 3df6f508a85d 00:30:18 Step 6/27 : COPY go.mod . 00:30:18 Removing intermediate container 12c51fec5a92 00:30:18 ---> cd5f20001178 00:30:18 Step 6/24 : COPY go.mod . 00:30:18 ---> Running in 82120f9ac43b 00:30:19 ---> 3b3e97c1cdea 00:30:19 Step 7/24 : RUN go mod download 00:30:19 ---> Running in 27ea32a6ec8e 00:30:19 ---> 0b84404d1f94 00:30:19 Step 7/27 : RUN go mod download 00:30:19 ---> dd5af2f2ccda 00:30:19 Step 7/24 : RUN go mod download 00:30:20 ---> Running in abc41dadd054 00:30:20 ---> Running in cd1923b0789e 00:30:22 Removing intermediate container 4db0d5f0de5a 00:30:22 ---> a9d1fa121d19 00:30:22 Step 8/22 : COPY . . 00:30:22 Removing intermediate container 82120f9ac43b 00:30:22 ---> 0e8b7a195cec 00:30:22 Step 8/21 : COPY . . 00:30:24 Removing intermediate container 27ea32a6ec8e 00:30:24 ---> 8b298951de9e 00:30:24 Step 8/24 : COPY . . 00:30:25 Removing intermediate container abc41dadd054 00:30:25 ---> 7d44df385a08 00:30:25 Step 8/24 : COPY . . 00:30:25 Removing intermediate container cd1923b0789e 00:30:25 ---> f84df1758a5b 00:30:25 Step 8/27 : COPY . . 00:30:28 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:30:28 Merge succeeded, producing 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:30:28 Checking out Revision 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab (PR-2913) 00:30:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:30:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:30:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:30:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:30:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:30:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:30:28 > git config core.sparsecheckout # timeout=10 00:30:28 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 00:30:28 > git remote # timeout=10 00:30:28 > git config --get remote.origin.url # timeout=10 00:30:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:30:28 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 00:30:28 > git rev-parse HEAD^{commit} # timeout=10 00:30:28 > git config core.sparsecheckout # timeout=10 00:30:28 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 00:30:32 Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:33 + echo snap-build.sh 00:30:33 snap-build.sh 00:30:33 + SNAP_BASE_DIR=. 00:30:33 + '[' '!' -z /w/workspace/edgex-go/11 ']' 00:30:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 00:30:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 00:30:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 00:30:33 + cd /w/workspace/edgex-go/11 00:30:33 + sudo apt-get remove -qy --purge lxd lxd-client 00:30:33 Reading package lists... 00:30:33 Building dependency tree... 00:30:33 Reading state information... 00:30:34 The following packages were automatically installed and are no longer required: 00:30:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:30:34 uidmap xdelta3 00:30:34 Use 'sudo apt autoremove' to remove them. 00:30:34 The following packages will be REMOVED: 00:30:34 lxd* lxd-client* 00:30:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:30:34 After this operation, 31.7 MB disk space will be freed. 00:30:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:30:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:30:36 Removing lxd dnsmasq configuration 00:30:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:30:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:30:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:30:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:30:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:30:38 Processing triggers for systemd (237-3ubuntu10.42) ... 00:30:38 Processing triggers for ureadahead (0.100.0-21) ... 00:30:40 + sudo snap remove --purge lxd 00:30:40 snap "lxd" is not installed 00:30:40 + sudo groupadd --force --system lxd 00:30:40 ++ whoami 00:30:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:30:40 + newgrp - lxd 00:30:40 + sudo snap install lxd 00:30:46 2020-12-16T00:30:45Z INFO Waiting for automatic snapd restart... 00:30:52 ---> 8af50be89390 00:30:52 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:30:52 ---> 11eabfb594b9 00:30:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:30:52 ---> 85ad60642c39 00:30:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:30:52 ---> 4b973e59f753 00:30:52 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:30:52 ---> 8397b1494f7c 00:30:52 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:30:52 ---> Running in ea6e002ebb0e 00:30:52 ---> Running in 43d255ac8ee6 00:30:52 ---> Running in 52a003f59102 00:30:52 ---> Running in dda91c7aa48c 00:30:52 ---> Running in 012bd0f34b8e 00:30:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:30:52 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 00:30:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:30:52 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 00:30:52 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 00:30:59 lxd 4.9 from Canonical* installed 00:30:59 + sudo lxd init --auto 00:31:08 + sudo snap install --classic snapcraft 00:31:13 snapcraft 4.4.4 from Canonical* installed 00:31:13 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:31:13 + patch --verbose -p1 00:31:13 Hmm... Looks like a unified diff to me... 00:31:13 The text leading up to this was: 00:31:13 -------------------------- 00:31:13 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:31:13 |From: Tony Espy 00:31:13 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:31:13 |Subject: [PATCH] optimize snap build for pipeline CI check 00:31:13 | 00:31:13 |This patch is used by the EdgeX CI pipeline builds to 00:31:13 |optimize the snap CI check run for pull requests. When 00:31:13 |applied, it essentially strips out everything (apps and 00:31:13 |parts) from the snapcraft.yaml file except those required 00:31:13 |to build edgex-go, as the whole idea of the CI check is to 00:31:13 |catch changes to edgex-go that break the snap build. 00:31:13 | 00:31:13 |In general, anyone updating snapcraft.yaml will also need 00:31:13 |to update this patch file, otherwise it may fail to apply, 00:31:13 |resulting in a failed snap build CI check in the associated 00:31:13 |pull request. 00:31:13 | 00:31:13 |Note - in addition to applying this patch, the pipeline also 00:31:13 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:31:13 |need to build the finally binary .snap file (and it won't 00:31:13 |work with the patch applied). This further reduces the build 00:31:13 |time. 00:31:13 |--- 00:31:13 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:31:13 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:31:13 | 00:31:13 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:31:13 |index b265277c..d7e1de37 100644 00:31:13 |--- a/snap/snapcraft.yaml 00:31:13 |+++ b/snap/snapcraft.yaml 00:31:13 -------------------------- 00:31:13 patching file snap/snapcraft.yaml 00:31:13 Using Plan A... 00:31:13 Hunk #1 FAILED at 75. 00:31:13 Hunk #2 FAILED at 136. 00:31:13 Hunk #3 succeeded at 271 (offset -21 lines). 00:31:13 Hunk #4 succeeded at 283 with fuzz 2 (offset -24 lines). 00:31:13 Hunk #5 succeeded at 291 (offset -24 lines). 00:31:13 Hunk #6 succeeded at 298 (offset -24 lines). 00:31:13 Hunk #7 succeeded at 325 (offset -24 lines). 00:31:13 Hunk #8 succeeded at 359 (offset -24 lines). 00:31:13 Hunk #9 succeeded at 410 (offset -29 lines). 00:31:13 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:31:13 Hmm... Ignoring the trailing garbage. 00:31:13 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:31:14 Failed in branch amd64 00:32:14 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 00:32:21 Removing intermediate container 43d255ac8ee6 00:32:21 ---> 83611dc2b32f 00:32:21 00:32:21 Step 10/22 : FROM alpine:3.10 00:32:21 3.10: Pulling from library/alpine 00:32:23 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:32:23 Removing intermediate container ea6e002ebb0e 00:32:23 Status: Downloaded newer image for alpine:3.10 00:32:23 ---> 9d488cf3349c 00:32:23 ---> 536a684cf733 00:32:23 00:32:23 Step 10/24 : FROM alpine:3.10 00:32:23 ---> 536a684cf733 00:32:23 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/*Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:32:23 00:32:23 ---> Running in 6a1476024f66 00:32:23 ---> Running in 6537e4c06e30 00:32:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:32:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:32:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:32:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:32:27 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:32:27 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:32:27 OK: 10171 distinct packages available 00:32:27 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:32:27 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:32:27 OK: 10171 distinct packages available 00:32:27 Removing intermediate container 012bd0f34b8e 00:32:27 ---> e88306bc7b84 00:32:27 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:32:27 ---> Running in c4fcdb30ce5e 00:32:28 (1/5) Installing ca-certificates (20191127-r2) 00:32:28 (1/5) Installing ca-certificates (20191127-r2) 00:32:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:32:28 (3/5) Installing libcurl (7.66.0-r3) 00:32:28 (4/5) Installing curl (7.66.0-r3) 00:32:28 (5/5) Installing dumb-init (1.2.2-r1) 00:32:28 Executing busybox-1.30.1-r3.trigger 00:32:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:32:28 (3/5) Installing libcurl (7.66.0-r3) 00:32:28 Executing ca-certificates-20191127-r2.trigger 00:32:28 (4/5) Installing curl (7.66.0-r3) 00:32:28 (5/5) Installing dumb-init (1.2.2-r1) 00:32:28 Executing busybox-1.30.1-r3.trigger 00:32:28 Executing ca-certificates-20191127-r2.trigger 00:32:28 OK: 7 MiB in 19 packages 00:32:28 OK: 7 MiB in 19 packages 00:32:29 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 00:32:32 Removing intermediate container 6537e4c06e30 00:32:32 ---> 4df7fffa4f3a 00:32:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:32:32 Removing intermediate container 6a1476024f66 00:32:32 ---> 7abb35edbae2 00:32:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:32:32 ---> Running in e0b2cccbce82 00:32:32 ---> Running in 9fcc7aeee9f6 00:32:33 Removing intermediate container e0b2cccbce82 00:32:33 ---> cd56ff6cbf10 00:32:33 Step 13/22 : WORKDIR / 00:32:33 ---> Running in ae6bcd620da3 00:32:33 Removing intermediate container 9fcc7aeee9f6 00:32:33 ---> f66551253b9a 00:32:33 Step 13/24 : WORKDIR / 00:32:33 ---> Running in 4777d712ea1a 00:32:34 Removing intermediate container ae6bcd620da3 00:32:34 ---> 34d80ffa6009 00:32:34 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:32:34 Removing intermediate container 4777d712ea1a 00:32:34 ---> ae3f0bae61e5 00:32:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:32:35 Removing intermediate container c4fcdb30ce5e 00:32:35 ---> f1068d2c4c43 00:32:35 00:32:35 Step 11/27 : FROM docker:latest 00:32:35 ---> 0c09fb3ff9b5 00:32:35 Step 12/27 : RUN apk add --no-cache bash 00:32:35 ---> Running in ad2698bd85c1 00:32:35 ---> 035be0f6a406 00:32:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:32:36 ---> dc57a1f8a57e 00:32:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:32:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:32:37 ---> e38cc9616578 00:32:37 ---> a14dbd57c5c2 00:32:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:32:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:32:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:32:38 (1/2) Installing readline (8.0.4-r0) 00:32:38 (2/2) Installing bash (5.0.17-r0) 00:32:38 Executing bash-5.0.17-r0.post-install 00:32:38 Executing busybox-1.31.1-r19.trigger 00:32:38 OK: 12 MiB in 22 packages 00:32:40 ---> 547eb1295d82 00:32:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:32:40 ---> 6120786be950 00:32:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:32:40 Removing intermediate container dda91c7aa48c 00:32:40 ---> f7b6d93efdef 00:32:40 00:32:40 Step 10/21 : FROM scratch 00:32:40 ---> 00:32:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:32:40 Removing intermediate container 52a003f59102 00:32:40 ---> 666553cb1ae4 00:32:40 00:32:40 Step 10/24 : FROM scratch 00:32:40 ---> 00:32:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:32:41 ---> Running in 7788178afa31 00:32:41 ---> e1c46a1fd65f 00:32:41 Step 18/22 : RUN chmod +x entrypoint.sh 00:32:41 ---> Running in 18231ce80a04 00:32:41 Removing intermediate container ad2698bd85c1 00:32:41 ---> 280e5b520996 00:32:41 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:32:41 ---> Running in c7683104e158 00:32:41 Removing intermediate container 7788178afa31 00:32:41 ---> 6095152bef25 00:32:41 Step 12/21 : ENV APP_PORT=48085 00:32:41 ---> 9840a27190d8 00:32:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:32:41 ---> Running in e99416dbe749 00:32:42 ---> Running in d5cff94a7df7 00:32:42 Removing intermediate container 18231ce80a04 00:32:42 ---> 388cc6c5cb5c 00:32:42 Step 12/24 : ENV APP_PORT=48060 00:32:42 ---> Running in 3736aa066139 00:32:43 Removing intermediate container d5cff94a7df7 00:32:43 ---> 71078ba91809 00:32:43 Step 13/21 : EXPOSE $APP_PORT 00:32:43 ---> Running in ee46d6838a9c 00:32:43 Removing intermediate container 3736aa066139 00:32:43 ---> 8af3d2fb2854 00:32:43 Step 13/24 : EXPOSE $APP_PORT 00:32:43 ---> Running in 7b5582ba513b 00:32:43 ---> 6969681fba0b 00:32:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:32:43 Removing intermediate container ee46d6838a9c 00:32:43 ---> 4b24f2f85b4d 00:32:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:32:43 Removing intermediate container 7b5582ba513b 00:32:43 ---> 7d9f63cb36f0 00:32:43 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:32:45 ---> 055be968ac74 00:32:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:32:45 ---> f78153c6933e 00:32:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:32:45 ---> Running in c38f9e33e380 00:32:45 Removing intermediate container c7683104e158 00:32:45 ---> 9a26b1a2b4b9 00:32:45 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:32:45 ---> 3c66af488165 00:32:45 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:32:45 ---> Running in 708177e6c60c 00:32:46 Removing intermediate container e99416dbe749 00:32:46 ---> e3e5bd64741a 00:32:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:32:46 ---> Running in f372ccc7666d 00:32:46 Removing intermediate container 708177e6c60c 00:32:46 ---> 062da72f297d 00:32:46 Step 20/22 : LABEL arch=arm64 00:32:46 ---> Running in a9a87df57251 00:32:47 Removing intermediate container f372ccc7666d 00:32:47 ---> 03f4265c982e 00:32:47 Step 15/27 : ENV APP_PORT=48090 00:32:47 ---> 9d004b18b1f7 00:32:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:32:47 ---> 88d07d2fc7b5 00:32:47 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:32:47 Removing intermediate container a9a87df57251 00:32:47 ---> 95c92a862e16 00:32:47 Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:32:47 ---> Running in af9f5ce03aa4 00:32:47 ---> Running in 5faae9d994cc 00:32:48 ---> f02ee69fd7f1 00:32:48 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:32:48 Removing intermediate container af9f5ce03aa4 00:32:48 ---> 2325b2c3bbd8 00:32:48 Step 16/27 : EXPOSE $APP_PORT 00:32:48 Removing intermediate container 5faae9d994cc 00:32:48 ---> e694e0edea92 00:32:48 Step 22/22 : LABEL version=0.0.0 00:32:48 ---> Running in 6fd25821bf5c 00:32:48 ---> Running in 8fdcc0e5add0 00:32:48 ---> Running in 545e6f282650 00:32:48 Removing intermediate container c38f9e33e380 00:32:48 ---> ab9568a31724 00:32:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:32:49 ---> eea4b4d6b628 00:32:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:32:49 ---> Running in cbfa4e6afbee 00:32:49 Removing intermediate container 6fd25821bf5c 00:32:49 ---> a7e11d431e98 00:32:49 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:32:49 Removing intermediate container 545e6f282650 00:32:49 ---> 901174be404f 00:32:49 00:32:49 Removing intermediate container 8fdcc0e5add0 00:32:49 ---> 91e011ebb2b8 00:32:49 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:32:49 Removing intermediate container cbfa4e6afbee 00:32:49 ---> 231d60179feb 00:32:49 Step 22/24 : LABEL arch=arm64 00:32:49 ---> Running in b9a8b55594cb 00:32:50 Successfully built 901174be404f 00:32:50 ---> 4b6044f4e372 00:32:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:32:50 ---> Running in 9b830844d272 00:32:50 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:32:50  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 00:32:50 Removing intermediate container b9a8b55594cb 00:32:50 ---> 41192825b22b 00:32:50 Step 19/21 : LABEL arch=arm64 00:32:50 ---> Running in c899f760a08b 00:32:51 Removing intermediate container 9b830844d272 00:32:51 ---> ab44231bb4eb 00:32:51 Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:32:51 ---> 9cf117292867 00:32:51 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:32:51 ---> Running in cb527de1eaf1 00:32:51 Removing intermediate container c899f760a08b 00:32:51 ---> 0be5633d74e2 00:32:51 Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:32:52 ---> 0f036ff9d0ef 00:32:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:32:52 ---> Running in 2f3f72b883e9 00:32:53 Removing intermediate container cb527de1eaf1 00:32:53 ---> 5cc2144b2207 00:32:53 Step 24/24 : LABEL version=0.0.0 00:32:53 ---> 6c86cf26343c 00:32:53 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:32:53 ---> Running in c7ae75d8dc17 00:32:53 Removing intermediate container 2f3f72b883e9 00:32:53 ---> e5c41d25c179 00:32:53 Step 21/21 : LABEL version=0.0.0 00:32:53 ---> a317139714f6 00:32:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:32:54 ---> Running in 5fac6f9d1e4d 00:32:54 ---> Running in 24692b2ad2c5 00:32:54 ---> 97e4408f1da4 00:32:54 Removing intermediate container c7ae75d8dc17 00:32:54 Step 20/27 : RUN apk --no-cache add py3-pip 00:32:54 ---> 5e6e4c0495f1 00:32:54 00:32:55 Successfully built 5e6e4c0495f1 00:32:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:32:55  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5fac6f9d1e4d 00:32:55 ---> f939d01f96c0 00:32:55 00:32:55 Building docker-core-metadata-go 00:32:55 Removing intermediate container 24692b2ad2c5 00:32:55 ---> f7b0bccad581 00:32:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:32:55 ---> Running in 0e606adb3aed 00:32:56 ---> Running in fa3692a3e97b 00:32:56 Successfully built f939d01f96c0 00:32:56 Successfully tagged docker-support-scheduler-go-arm64:latest 00:32:56  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:32:56 Removing intermediate container fa3692a3e97b 00:32:56 ---> 4176c476df14 00:32:56 Step 22/24 : LABEL arch=arm64 00:32:56 ---> Running in b8e83c5a238d 00:32:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:32:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:32:57 Removing intermediate container b8e83c5a238d 00:32:57 ---> 723c550ee58c 00:32:57 Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:32:57 ---> Running in 59c1fc9acd13 00:32:57 (1/33) Installing libbz2 (1.0.8-r1) 00:32:57 (2/33) Installing expat (2.2.9-r1) 00:32:57 (3/33) Installing libffi (3.3-r2) 00:32:57 (4/33) Installing gdbm (1.13-r1) 00:32:57 (5/33) Installing xz-libs (5.2.5-r0) 00:32:57 (6/33) Installing sqlite-libs (3.32.1-r0) 00:32:58 (7/33) Installing python3 (3.8.5-r0) 00:32:58 Removing intermediate container 59c1fc9acd13 00:32:58 ---> 35138bbc1e49 00:32:58 Step 24/24 : LABEL version=0.0.0 00:32:58 ---> Running in 5849410b08e0 00:32:59 Removing intermediate container 5849410b08e0 00:32:59 ---> 39c63047c29d 00:32:59 00:32:59 (8/33) Installing py3-appdirs (1.4.4-r1) 00:32:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:32:59 (10/33) Installing py3-parsing (2.4.7-r0) 00:32:59 Successfully built 39c63047c29d 00:32:59 (11/33) Installing py3-six (1.15.0-r0) 00:32:59 (12/33) Installing py3-packaging (20.4-r0) 00:32:59 (13/33) Installing py3-setuptools (47.0.0-r0) 00:32:59 Successfully tagged docker-support-notifications-go-arm64:latest 00:32:59  Building docker-support-notifications-go ... done Building docker-core-data-go 00:32:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:33:00 (15/33) Installing py3-idna (2.9-r0) 00:33:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:33:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:33:00 (18/33) Installing py3-requests (2.23.0-r0) 00:33:00 (19/33) Installing py3-msgpack (1.0.0-r0) 00:33:00 (20/33) Installing py3-lockfile (0.12.2-r3) 00:33:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:33:00 (22/33) Installing py3-colorama (0.4.3-r0) 00:33:00 (23/33) Installing py3-distlib (0.3.0-r0) 00:33:00 (24/33) Installing py3-distro (1.5.0-r1) 00:33:00 (25/33) Installing py3-webencodings (0.5.1-r3) 00:33:00 (26/33) Installing py3-html5lib (1.0.1-r4) 00:33:00 (27/33) Installing py3-pytoml (0.1.21-r0) 00:33:00 (28/33) Installing py3-pep517 (0.8.2-r0) 00:33:00 (29/33) Installing py3-progress (1.5-r0) 00:33:00 (30/33) Installing py3-toml (0.10.1-r0) 00:33:00 (31/33) Installing py3-retrying (1.3.3-r0) 00:33:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:33:00 (33/33) Installing py3-pip (20.1.1-r0) 00:33:00 Executing busybox-1.31.1-r19.trigger 00:33:00 OK: 71 MiB in 55 packages 00:33:10 Removing intermediate container 0e606adb3aed 00:33:10 ---> 17676eb8d239 00:33:10 Step 21/27 : RUN pip install docker-compose==1.23.2 00:33:11 ---> Running in cd9492dba24d 00:33:16 Collecting docker-compose==1.23.2 00:33:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:33:17 Collecting docker<4.0,>=3.6.0 00:33:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:33:18 Collecting dockerpty<0.5,>=0.4.1 00:33:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:33:21 Collecting PyYAML<4,>=3.10 00:33:21 Downloading PyYAML-3.13.tar.gz (270 kB) 00:33:25 Collecting websocket-client<1.0,>=0.32.0 00:33:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:33:25 Collecting docopt<0.7,>=0.6.1 00:33:25 Downloading docopt-0.6.2.tar.gz (25 kB) 00:33:28 Collecting texttable<0.10,>=0.9.0 00:33:28 Downloading texttable-0.9.1.tar.gz (11 kB) 00:33:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:33:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:33:28 ---> 439a0a38af16 00:33:28 Step 3/22 : WORKDIR /edgex-go 00:33:28 ---> Using cache 00:33:28 ---> 6beffea076fb 00:33:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:33:28 ---> Using cache 00:33:28 ---> 6dd98e6c88c8 00:33:28 Step 5/22 : RUN apk update && apk add make git 00:33:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:33:31 Collecting jsonschema<3,>=2.5.1 00:33:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:33:33 ---> Running in ceeadec13d27 00:33:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:33:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:33:34 Collecting cached-property<2,>=1.2.0 00:33:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:33:34 Collecting docker-pycreds>=0.4.0 00:33:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:33:35 Collecting idna<2.8,>=2.5 00:33:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:33:35 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) 00:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:33:36 Collecting urllib3<1.25,>=1.21.1 00:33:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:33:36 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) 00:33:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:33:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:33:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:33:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:33:37 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:33:37 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:33:37 OK: 12620 distinct packages available 00:33:37 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, PyYAML, docopt, texttable, jsonschema, cached-property, docker-compose 00:33:38 OK: 217 MiB in 51 packages 00:33:38 Attempting uninstall: idna 00:33:38 Found existing installation: idna 2.9 00:33:38 Uninstalling idna-2.9: 00:33:38 Successfully uninstalled idna-2.9 00:33:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:33:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:33:38 ---> 439a0a38af16 00:33:38 Step 3/22 : WORKDIR /edgex-go 00:33:38 ---> Using cache 00:33:38 ---> 6beffea076fb 00:33:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:33:38 ---> Using cache 00:33:38 ---> 6dd98e6c88c8 00:33:38 Step 5/22 : RUN apk update && apk add make git 00:33:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:33:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:33:39 ---> 439a0a38af16 00:33:39 Step 3/21 : WORKDIR /edgex-go 00:33:39 ---> Using cache 00:33:39 ---> 6beffea076fb 00:33:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:33:39 ---> Using cache 00:33:39 ---> 6dd98e6c88c8 00:33:39 Step 5/21 : RUN apk update && apk add make git 00:33:39 Attempting uninstall: urllib3 00:33:39 Found existing installation: urllib3 1.25.9 00:33:39 Uninstalling urllib3-1.25.9: 00:33:39 Successfully uninstalled urllib3-1.25.9 00:33:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:33:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:33:40 ---> 439a0a38af16 00:33:40 Step 3/23 : WORKDIR /edgex-go 00:33:40 ---> Using cache 00:33:40 ---> 6beffea076fb 00:33:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:33:40 ---> Using cache 00:33:40 ---> 6dd98e6c88c8 00:33:40 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:33:40 Attempting uninstall: requests 00:33:40 Found existing installation: requests 2.23.0 00:33:40 Uninstalling requests-2.23.0: 00:33:40 ---> Running in bc9315c844d3 00:33:40 ---> Running in cd9339de0cb8 00:33:40 ---> Running in 1180f032da58 00:33:41 Successfully uninstalled requests-2.23.0 00:33:41 Removing intermediate container ceeadec13d27 00:33:41 ---> d063d76f849f 00:33:41 Step 6/22 : COPY go.mod . 00:33:42 Running setup.py install for dockerpty: started 00:33:42 ---> 7c103a4a9340 00:33:42 Step 7/22 : RUN go mod download 00:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:33:43 ---> Running in 050ee2d52b42 00:33:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:33:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:33:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:33:44 Running setup.py install for dockerpty: finished with status 'done' 00:33:44 Running setup.py install for PyYAML: started 00:33:44 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:33:44 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:33:44 OK: 12620 distinct packages available 00:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:33:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:33:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:33:45 OK: 12620 distinct packages available 00:33:45 Removing intermediate container 050ee2d52b42 00:33:45 ---> ebc505b235b7 00:33:45 Step 8/22 : COPY . . 00:33:45 OK: 217 MiB in 51 packages 00:33:46 OK: 217 MiB in 51 packages 00:33:47 Running setup.py install for PyYAML: finished with status 'done' 00:33:47 Running setup.py install for docopt: started 00:33:47 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:33:47 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:33:47 OK: 12620 distinct packages available 00:33:47 Removing intermediate container cd9339de0cb8 00:33:47 ---> 99db91845684 00:33:47 Step 6/23 : COPY go.mod . 00:33:48 OK: 217 MiB in 51 packages 00:33:49 Removing intermediate container bc9315c844d3 00:33:49 ---> 52652bca7651 00:33:49 Step 6/21 : COPY go.mod . 00:33:49 ---> 09f8e9650f9b 00:33:49 Step 7/23 : RUN go mod download 00:33:49 Running setup.py install for docopt: finished with status 'done' 00:33:49 Running setup.py install for texttable: started 00:33:50 ---> Running in c85b75148379 00:33:50 ---> 1af7fd7c369a 00:33:50 Step 7/21 : RUN go mod download 00:33:51 Removing intermediate container 1180f032da58 00:33:51 ---> f7b7279de1a7 00:33:51 Step 6/22 : COPY go.mod . 00:33:51 ---> Running in 71e427e03618 00:33:52 Running setup.py install for texttable: finished with status 'done' 00:33:53 ---> 185ab845a197 00:33:53 Step 7/22 : RUN go mod download 00:33:53 ---> Running in bb72a79e4234 00:33:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:33:55 Removing intermediate container c85b75148379 00:33:55 ---> 8b0f53dba495 00:33:55 Step 8/23 : COPY . . 00:33:56 Removing intermediate container 71e427e03618 00:33:56 ---> fa16d9d0dcf2 00:33:56 Step 8/21 : COPY . . 00:34:00 Removing intermediate container bb72a79e4234 00:34:00 ---> b37e4491bc05 00:34:00 Step 8/22 : COPY . . 00:34:02 Removing intermediate container cd9492dba24d 00:34:02 ---> 371afd67bd2c 00:34:02 Step 22/27 : RUN apk --no-cache add curl 00:34:04 ---> Running in 2c8a630f1753 00:34:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:06 ---> 285081dd5d8e 00:34:06 Step 9/22 : RUN make cmd/core-command/core-command 00:34:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:34:07 (2/3) Installing libcurl (7.69.1-r3) 00:34:07 (3/3) Installing curl (7.69.1-r3) 00:34:07 Executing busybox-1.31.1-r19.trigger 00:34:07 OK: 71 MiB in 58 packages 00:34:07 ---> Running in 0b57f4afde98 00:34:10 Removing intermediate container 2c8a630f1753 00:34:10 ---> 82e81021a8cc 00:34:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:34:10 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 00:34:11 ---> Running in 9a36c4321353 00:34:12 Removing intermediate container 9a36c4321353 00:34:12 ---> d769e77d0dca 00:34:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:34:13 ---> Running in 120886945c66 00:34:14 Removing intermediate container 120886945c66 00:34:14 ---> f8dcfab62390 00:34:14 Step 25/27 : LABEL arch=arm64 00:34:15 ---> Running in e6c27db659b8 00:34:16 Removing intermediate container e6c27db659b8 00:34:16 ---> bb1045d1806b 00:34:16 Step 26/27 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:34:17 ---> Running in 50bbb2d5c6c0 00:34:19 Removing intermediate container 50bbb2d5c6c0 00:34:19 ---> 3a6f392fba92 00:34:19 Step 27/27 : LABEL version=0.0.0 00:34:19 ---> Running in d4ff46f86e7d 00:34:20 Removing intermediate container d4ff46f86e7d 00:34:20 ---> 7a3da4b55bcc 00:34:20 00:34:21 ---> 84860c21f136 00:34:21 Step 9/23 : RUN make cmd/core-data/core-data 00:34:21 Successfully built 7a3da4b55bcc 00:34:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:34:22  Building docker-sys-mgmt-agent-go ... done  ---> Running in 743671b1a342 00:34:24 ---> e2923d561d5d 00:34:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:34:24 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 00:34:24 ---> Running in 1835f46e0d60 00:34:27 ---> f9ffa8b83054 00:34:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:34:27 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 00:34:27 ---> Running in 5d23e4f3a053 00:34:28 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 00:35:36 Removing intermediate container 0b57f4afde98 00:35:36 ---> 25a49e343c1e 00:35:36 00:35:36 Step 10/22 : FROM scratch 00:35:36 ---> 00:35:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:35:36 ---> Using cache 00:35:36 ---> 6095152bef25 00:35:36 Step 12/22 : ENV APP_PORT=48082 00:35:36 ---> Running in 2a28ec8aee26 00:35:36 Removing intermediate container 2a28ec8aee26 00:35:36 ---> 982c1475798e 00:35:36 Step 13/22 : EXPOSE $APP_PORT 00:35:36 ---> Running in 03ef3311371e 00:35:36 Removing intermediate container 03ef3311371e 00:35:36 ---> 975eb5d8de09 00:35:36 Step 14/22 : WORKDIR / 00:35:36 ---> Running in a0a0226f7bd4 00:35:36 Removing intermediate container a0a0226f7bd4 00:35:36 ---> 3d8a01af8561 00:35:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:35:36 ---> 4724680798c6 00:35:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:35:36 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 00:35:36 ---> 4b0b44f62fe0 00:35:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:35:36 ---> f6069d56068c 00:35:36 Step 18/22 : ENTRYPOINT ["/core-command"] 00:35:36 ---> Running in 0d2efe203678 00:35:36 Removing intermediate container 0d2efe203678 00:35:36 ---> 211190bd8b48 00:35:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:35:36 ---> Running in 4f795377c59c 00:35:36 Removing intermediate container 4f795377c59c 00:35:36 ---> b5192a0fbcf2 00:35:36 Step 20/22 : LABEL arch=arm64 00:35:36 ---> Running in a5c87619dc9c 00:35:36 Removing intermediate container a5c87619dc9c 00:35:36 ---> dab60c4104d7 00:35:36 Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:35:36 ---> Running in 1bc01c36d62b 00:35:37 Removing intermediate container 1bc01c36d62b 00:35:37 ---> 3d79c62e0358 00:35:37 Step 22/22 : LABEL version=0.0.0 00:35:37 ---> Running in ceb5ae54058b 00:35:38 Removing intermediate container ceb5ae54058b 00:35:38 ---> b7fdff4fc7ce 00:35:38 00:35:39 Successfully built b7fdff4fc7ce 00:35:39 Successfully tagged docker-core-command-go-arm64:latest 00:35:45  Building docker-core-command-go ... done Removing intermediate container 1835f46e0d60 00:35:45 ---> 819a856c7fd1 00:35:45 00:35:45 Step 10/21 : FROM alpine 00:35:45 latest: Pulling from library/alpine 00:35:45 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:35:45 Status: Downloaded newer image for alpine:latest 00:35:45 ---> dd36a01c3f31 00:35:45 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:35:46 ---> Running in 6170bf8edf71 00:35:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:48 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:35:48 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:35:48 OK: 12617 distinct packages available 00:35:49 (1/4) Installing ca-certificates (20191127-r4) 00:35:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:35:49 (3/4) Installing libcurl (7.69.1-r3) 00:35:49 (4/4) Installing curl (7.69.1-r3) 00:35:49 Executing busybox-1.31.1-r19.trigger 00:35:49 Executing ca-certificates-20191127-r4.trigger 00:35:49 OK: 7 MiB in 18 packages 00:35:52 Removing intermediate container 6170bf8edf71 00:35:52 ---> 8dd5015a75ea 00:35:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:35:52 ---> Running in a07168ea7edb 00:35:53 Removing intermediate container a07168ea7edb 00:35:53 ---> a8a5b3ded06e 00:35:53 Step 13/21 : WORKDIR /edgex 00:35:53 ---> Running in c540aaea4aa5 00:35:54 Removing intermediate container c540aaea4aa5 00:35:54 ---> 933afb4c48a0 00:35:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:35:55 ---> 5470955d9154 00:35:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:35:56 ---> 0d7886f0991b 00:35:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:35:58 ---> 1ee1ca367507 00:35:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:35:58 ---> Running in 5155794cea46 00:35:58 Removing intermediate container 5155794cea46 00:35:58 ---> 0ea8c65a3bf7 00:35:58 Step 18/21 : CMD ["--init=true"] 00:35:59 ---> Running in bb3926555edd 00:35:59 Removing intermediate container bb3926555edd 00:35:59 ---> 12740ea5ee33 00:35:59 Step 19/21 : LABEL arch=arm64 00:35:59 ---> Running in 5312817b7e48 00:36:00 Removing intermediate container 5312817b7e48 00:36:00 ---> 622f912dd6f4 00:36:00 Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:36:00 ---> Running in b138ad4e2a50 00:36:00 Removing intermediate container b138ad4e2a50 00:36:00 ---> 24dc4cb04928 00:36:00 Step 21/21 : LABEL version=0.0.0 00:36:01 ---> Running in 91fd4c21275f 00:36:01 Removing intermediate container 91fd4c21275f 00:36:01 ---> d03a3bd6e9eb 00:36:01 00:36:02 Successfully built d03a3bd6e9eb 00:36:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:36:08  Building docker-security-proxy-setup-go ... done Removing intermediate container 5d23e4f3a053 00:36:08 ---> 6e5bbb22106e 00:36:08 00:36:08 Step 10/22 : FROM scratch 00:36:08 ---> 00:36:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:08 ---> Using cache 00:36:08 ---> 6095152bef25 00:36:08 Step 12/22 : ENV APP_PORT=48081 00:36:08 ---> Running in 56b8aec6039f 00:36:08 Removing intermediate container 56b8aec6039f 00:36:08 ---> 5914b2dacdf0 00:36:08 Step 13/22 : EXPOSE $APP_PORT 00:36:08 ---> Running in c112ec106e02 00:36:09 Removing intermediate container c112ec106e02 00:36:09 ---> eff07a9966e3 00:36:09 Step 14/22 : WORKDIR / 00:36:09 ---> Running in ea4b71278318 00:36:09 Removing intermediate container ea4b71278318 00:36:09 ---> 80fda5e279f0 00:36:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:36:11 ---> 07266583b773 00:36:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:36:12 ---> 3f52bce4ead6 00:36:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:36:12 Removing intermediate container 743671b1a342 00:36:12 ---> 7d45736292aa 00:36:12 00:36:12 Step 10/23 : FROM alpine 00:36:12 ---> dd36a01c3f31 00:36:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:13 ---> Running in 4a49d1ecb461 00:36:13 ---> b9aeaff5cfdf 00:36:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:36:13 Removing intermediate container 4a49d1ecb461 00:36:13 ---> e331c7619e4a 00:36:13 Step 12/23 : ENV APP_PORT=48080 00:36:13 ---> Running in 07907c9bc91d 00:36:13 ---> Running in 0cd118f243e6 00:36:14 Removing intermediate container 0cd118f243e6 00:36:14 ---> e0cd187e81d5 00:36:14 Step 13/23 : EXPOSE $APP_PORT 00:36:14 Removing intermediate container 07907c9bc91d 00:36:14 ---> 34504ca9635a 00:36:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:14 ---> Running in a5f61fe32a0f 00:36:14 ---> Running in cb9e7b5ccf30 00:36:14 Removing intermediate container cb9e7b5ccf30 00:36:14 ---> e6b330a63793 00:36:14 Removing intermediate container a5f61fe32a0f 00:36:14 Step 20/22 : LABEL arch=arm64 00:36:14 ---> dea67435476b 00:36:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 ---> Running in ea62c2706973 00:36:14 ---> Running in 66c00b7d13f1 00:36:15 Removing intermediate container 66c00b7d13f1 00:36:15 ---> b80eecc9a929 00:36:15 Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:36:15 ---> Running in b2447cc1b86d 00:36:16 Removing intermediate container b2447cc1b86d 00:36:16 ---> 1b1b26d5cf24 00:36:16 Step 22/22 : LABEL version=0.0.0 00:36:16 ---> Running in bf5677e7ce9d 00:36:16 Removing intermediate container bf5677e7ce9d 00:36:16 ---> 27a01ab3ba5d 00:36:16 00:36:17 Removing intermediate container ea62c2706973 00:36:17 ---> 76cde40149eb 00:36:17 Step 15/23 : RUN apk --no-cache add zeromq 00:36:17 Successfully built 27a01ab3ba5d 00:36:17 Successfully tagged docker-core-metadata-go-arm64:latest 00:36:17  Building docker-core-metadata-go ... done  ---> Running in f4e519c2fada 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:20 (1/5) Installing libgcc (9.3.0-r2) 00:36:20 (2/5) Installing libsodium (1.0.18-r0) 00:36:21 (3/5) Installing libstdc++ (9.3.0-r2) 00:36:21 (4/5) Installing libzmq (4.3.3-r0) 00:36:21 (5/5) Installing zeromq (4.3.3-r0) 00:36:21 Executing busybox-1.31.1-r19.trigger 00:36:21 OK: 8 MiB in 19 packages 00:36:23 Removing intermediate container f4e519c2fada 00:36:23 ---> c4df3b00e10f 00:36:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:36:23 ---> a98822dc4516 00:36:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:36:25 ---> 45d462774798 00:36:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:36:25 ---> 0b4b6b1b165a 00:36:25 Step 19/23 : ENTRYPOINT ["/core-data"] 00:36:25 ---> Running in cef108ff955f 00:36:26 Removing intermediate container cef108ff955f 00:36:26 ---> 18dc448497a8 00:36:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:26 ---> Running in cf1846d01d37 00:36:26 Removing intermediate container cf1846d01d37 00:36:26 ---> 42616ad8696a 00:36:26 Step 21/23 : LABEL arch=arm64 00:36:26 ---> Running in 425ee76186ff 00:36:27 Removing intermediate container 425ee76186ff 00:36:27 ---> c823b53ef98f 00:36:27 Step 22/23 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab 00:36:27 ---> Running in 2bfc97194759 00:36:28 Removing intermediate container 2bfc97194759 00:36:28 ---> 5af72c380945 00:36:28 Step 23/23 : LABEL version=0.0.0 00:36:28 ---> Running in dc5c61707b4f 00:36:28 Removing intermediate container dc5c61707b4f 00:36:28 ---> 07607bae46c5 00:36:28 00:36:28 Successfully built 07607bae46c5 00:36:28 Successfully tagged docker-core-data-go-arm64:latest 00:36:29  Building docker-core-data-go ... done  [Pipeline] } 00:36:29 $ docker stop --time=1 c27a2e7c6d820652551f1fcff2ba612806b66b99f37fa2532492d71a9aeaba7c 00:36:31 $ docker rm -f c27a2e7c6d820652551f1fcff2ba612806b66b99f37fa2532492d71a9aeaba7c [Pipeline] // withDockerContainer [Pipeline] sh 00:36:32 + docker images 00:36:32 + grep docker 00:36:32 docker-core-data-go-arm64 latest 07607bae46c5 4 seconds ago 22.3MB 00:36:32 docker-core-metadata-go-arm64 latest 27a01ab3ba5d 16 seconds ago 13.6MB 00:36:32 docker-security-proxy-setup-go-arm64 latest d03a3bd6e9eb 31 seconds ago 23.4MB 00:36:32 docker-core-command-go-arm64 latest b7fdff4fc7ce 54 seconds ago 11.4MB 00:36:32 docker-sys-mgmt-agent-go-arm64 latest 7a3da4b55bcc 2 minutes ago 300MB 00:36:32 docker-support-notifications-go-arm64 latest 39c63047c29d 3 minutes ago 12.9MB 00:36:32 docker-support-scheduler-go-arm64 latest f939d01f96c0 3 minutes ago 11.5MB 00:36:32 docker-security-secretstore-setup-go-arm64 latest 5e6e4c0495f1 3 minutes ago 23.5MB 00:36:32 docker-security-bootstrap-redis-go-arm64 latest 901174be404f 3 minutes ago 15.2MB 00:36:32 docker latest 0c09fb3ff9b5 3 hours ago 228MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:36:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:36:37 ---> package-listing.sh 00:36:37 ++ tr '[:upper:]' '[:lower:]' 00:36:37 ++ facter osfamily 00:36:37 + OS_FAMILY=redhat 00:36:37 + workspace=/w/workspace/edgex-go/11 00:36:37 + START_PACKAGES=/tmp/packages_start.txt 00:36:37 + END_PACKAGES=/tmp/packages_end.txt 00:36:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:36:37 + PACKAGES=/tmp/packages_start.txt 00:36:37 + '[' /w/workspace/edgex-go/11 ']' 00:36:37 + PACKAGES=/tmp/packages_end.txt 00:36:37 + case "${OS_FAMILY}" in 00:36:37 + rpm -qa 00:36:37 + sort 00:36:44 + '[' -f /tmp/packages_start.txt ']' 00:36:44 + '[' -f /tmp/packages_end.txt ']' 00:36:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:36:44 + '[' /w/workspace/edgex-go/11 ']' 00:36:44 + mkdir -p /w/workspace/edgex-go/11/archives/ 00:36:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 00:36:44 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:36:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:36:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:36:46 00:36:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:36:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:36:46 alpine: Pulling from edgex-lftools-log-publisher 00:36:46 df20fa9351a1: Pulling fs layer 00:36:46 36b3adc4ff6f: Pulling fs layer 00:36:46 8ad3a11d3b57: Pulling fs layer 00:36:46 46f8f816bc3b: Pulling fs layer 00:36:46 93b61091891f: Pulling fs layer 00:36:46 93b9cdb0e59b: Pulling fs layer 00:36:46 5e14af77c1be: Pulling fs layer 00:36:46 01666e4c0597: Pulling fs layer 00:36:46 aa168da1d23b: Pulling fs layer 00:36:46 93b9cdb0e59b: Waiting 00:36:46 5e14af77c1be: Waiting 00:36:46 01666e4c0597: Waiting 00:36:46 aa168da1d23b: Waiting 00:36:46 46f8f816bc3b: Waiting 00:36:46 93b61091891f: Waiting 00:36:46 36b3adc4ff6f: Verifying Checksum 00:36:46 36b3adc4ff6f: Download complete 00:36:46 46f8f816bc3b: Verifying Checksum 00:36:46 46f8f816bc3b: Download complete 00:36:46 df20fa9351a1: Verifying Checksum 00:36:46 df20fa9351a1: Download complete 00:36:46 93b9cdb0e59b: Verifying Checksum 00:36:46 93b9cdb0e59b: Download complete 00:36:47 5e14af77c1be: Verifying Checksum 00:36:47 5e14af77c1be: Download complete 00:36:47 01666e4c0597: Verifying Checksum 00:36:47 01666e4c0597: Download complete 00:36:47 93b61091891f: Verifying Checksum 00:36:47 93b61091891f: Download complete 00:36:48 df20fa9351a1: Pull complete 00:36:48 8ad3a11d3b57: Verifying Checksum 00:36:48 8ad3a11d3b57: Download complete 00:36:48 36b3adc4ff6f: Pull complete 00:36:50 8ad3a11d3b57: Pull complete 00:36:50 46f8f816bc3b: Pull complete 00:36:52 93b61091891f: Pull complete 00:36:53 93b9cdb0e59b: Pull complete 00:36:53 5e14af77c1be: Pull complete 00:36:55 aa168da1d23b: Verifying Checksum 00:36:55 aa168da1d23b: Download complete 00:36:56 01666e4c0597: Pull complete 00:37:11 aa168da1d23b: Pull complete 00:37:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:37:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:37:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:37:11 prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container 00:37:11 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-lftools-log-publisher:alpine cat 00:37:18 $ docker top 0f60d1b61c1afa30fc3a4fbc89b038038bc83390c54d2828ec69e57d94fb6c43 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:19 + touch /tmp/pre-build-complete [Pipeline] sh 00:37:20 + mkdir -p /var/log/sa [Pipeline] sh 00:37:21 + ls /var/log/sa-host 00:37:21 + sadf -c /var/log/sa-host/sa16 00:37:21 file_magic: OK 00:37:21 HZ: Using current value: 100 00:37:21 file_header: OK 00:37:21 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 00:37:21 Statistics: 00:37:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:37:21 File successfully converted to sysstat format version 12.2.1 00:37:21 + sadf -c /var/log/sa-host/sa23 00:37:21 file_magic: OK 00:37:21 HZ: Using current value: 100 00:37:21 file_header: OK 00:37:21 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 00:37:21 Statistics: 00:37:21 Hnuu...uuuununununu... 00:37:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:37:21 provisioning config files... 00:37:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4503713958873641961tmp [Pipeline] { [Pipeline] echo 00:37:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:37:22 ---> create-netrc.sh [Pipeline] } 00:37:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:37:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:37:23 ---> python-tools-install.sh [Pipeline] echo 00:37:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:37:24 ---> sudo-logs.sh 00:37:24 Archiving 'sudo' log.. [Pipeline] echo 00:37:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:37:25 ---> job-cost.sh 00:37:25 lf-activate-venv: SKIPPING 00:37:25 INFO: No Stack... 00:37:26 INFO: Retrieving Pricing Info for: v1-standard-2 00:37:26 INFO: Archiving Costs [Pipeline] echo 00:37:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:37:27 ---> logs-deploy.sh 00:37:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/11 00:37:27 INFO: archiving workspace using pattern(s): 00:37:30 Archives upload complete. 00:37:30 INFO: archiving logs to Nexus 00:37:31 ---> uname -a: 00:37:31 Linux prd-centos7-docker-4c-2g-16196.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:37:31 00:37:31 00:37:31 ---> lscpu: 00:37:31 Architecture: x86_64 00:37:31 CPU op-mode(s): 32-bit, 64-bit 00:37:31 Byte Order: Little Endian 00:37:31 Address sizes: 40 bits physical, 48 bits virtual 00:37:31 CPU(s): 4 00:37:31 On-line CPU(s) list: 0-3 00:37:31 Thread(s) per core: 1 00:37:31 Core(s) per socket: 1 00:37:31 Socket(s): 4 00:37:31 NUMA node(s): 1 00:37:31 Vendor ID: GenuineIntel 00:37:31 CPU family: 6 00:37:31 Model: 44 00:37:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:37:31 Stepping: 1 00:37:31 CPU MHz: 2933.438 00:37:31 BogoMIPS: 5866.87 00:37:31 Virtualization: VT-x 00:37:31 Hypervisor vendor: KVM 00:37:31 Virtualization type: full 00:37:31 L1d cache: 128 KiB 00:37:31 L1i cache: 128 KiB 00:37:31 L2 cache: 16 MiB 00:37:31 L3 cache: 64 MiB 00:37:31 NUMA node0 CPU(s): 0-3 00:37:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:37:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:37:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:37:31 Vulnerability Meltdown: Mitigation; PTI 00:37:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:37:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:37:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:37:31 Vulnerability Srbds: Not affected 00:37:31 Vulnerability Tsx async abort: Not affected 00:37:31 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 00:37:31 00:37:31 00:37:31 ---> nproc: 00:37:31 4 00:37:31 00:37:31 00:37:31 ---> df -h: 00:37:31 Filesystem Size Used Available Use% Mounted on 00:37:31 overlay 50.0G 11.3G 38.6G 23% / 00:37:31 tmpfs 64.0M 0 64.0M 0% /dev 00:37:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:37:31 shm 64.0M 0 64.0M 0% /dev/shm 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /facter-os 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /etc/resolv.conf 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /etc/hostname 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /etc/hosts 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /var/log/secure 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /var/log/auth.log 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /run/cloud-init/result.json 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /var/log/sa-host 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /w/workspace/edgex-go/11 00:37:31 /dev/vda1 50.0G 11.3G 38.6G 23% /w/workspace/edgex-go/11@tmp 00:37:31 00:37:31 00:37:31 ---> free -m: 00:37:31 total used free shared buff/cache available 00:37:31 Mem: 1837 717 115 0 1004 1035 00:37:31 Swap: 1023 60 963 00:37:31 00:37:31 00:37:31 ---> ip addr: 00:37:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:37:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:37:31 inet 127.0.0.1/8 scope host lo 00:37:31 valid_lft forever preferred_lft forever 00:37:31 inet6 ::1/128 scope host 00:37:31 valid_lft forever preferred_lft forever 00:37:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:37:31 link/ether fa:16:3e:84:18:29 brd ff:ff:ff:ff:ff:ff 00:37:31 inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 00:37:31 valid_lft 85052sec preferred_lft 85052sec 00:37:31 inet6 fe80::f816:3eff:fe84:1829/64 scope link 00:37:31 valid_lft forever preferred_lft forever 00:37:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:37:31 link/ether 02:42:e0:5c:a6:ff brd ff:ff:ff:ff:ff:ff 00:37:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:37:31 valid_lft forever preferred_lft forever 00:37:31 inet6 fe80::42:e0ff:fe5c:a6ff/64 scope link 00:37:31 valid_lft forever preferred_lft forever 00:37:31 00:37:31 00:37:31 ---> sar -b -r -n DEV: 00:37:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 00:37:31 00:37:31 00:14:51 LINUX RESTART (4 CPU) 00:37:31 00:37:31 00:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:37:31 00:17:01 59.15 19.05 40.10 0.00 4977.78 7050.67 0.00 00:37:31 00:18:01 223.64 97.13 126.50 0.00 6825.53 51205.85 0.00 00:37:31 00:19:01 217.84 100.71 117.13 0.00 5096.12 19807.79 0.00 00:37:31 00:20:02 117.78 40.32 77.46 0.00 1499.31 9870.15 0.00 00:37:31 00:21:01 82.54 49.78 32.76 0.00 1726.46 1865.32 0.00 00:37:31 00:22:01 79.84 31.11 48.73 0.00 1743.34 9107.86 0.00 00:37:31 00:23:01 148.33 29.93 118.40 0.00 10563.47 58101.44 0.00 00:37:31 00:24:07 1283.69 1068.98 214.71 0.00 96100.80 123059.97 0.00 00:37:31 00:25:02 1894.92 1658.12 236.80 0.00 133819.14 138422.59 0.00 00:37:31 00:26:02 244.67 112.59 132.08 0.00 12187.93 23579.88 0.00 00:37:31 00:27:01 1086.93 841.58 245.35 0.00 76005.64 125366.28 0.00 00:37:31 00:28:02 765.37 569.84 195.53 0.00 41238.09 49323.37 0.00 00:37:31 00:29:01 126.54 14.31 112.23 0.00 3281.91 9463.61 0.00 00:37:31 00:30:01 6.34 2.26 4.08 0.00 64.71 115.11 0.00 00:37:31 00:31:01 0.80 0.10 0.70 0.00 1.73 12.99 0.00 00:37:31 00:32:01 0.33 0.02 0.32 0.00 0.27 4.33 0.00 00:37:31 00:33:02 0.25 0.03 0.22 0.00 0.27 1.76 0.00 00:37:31 00:34:01 0.39 0.05 0.34 0.00 0.54 4.91 0.00 00:37:31 00:35:01 0.35 0.08 0.27 0.00 1.20 2.76 0.00 00:37:31 00:36:01 0.96 0.68 0.28 0.00 7.31 3.61 0.00 00:37:31 00:37:01 83.62 53.03 30.59 0.00 4663.93 6853.23 0.00 00:37:31 Average: 303.84 221.26 82.58 0.00 18909.79 30127.81 0.00 00:37:31 00:37:31 00:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:37:31 00:17:01 68648 0 768832 40.86 2620 1041444 1475176 50.35 611992 996104 15824 00:37:31 00:18:01 141888 0 692272 36.79 1492 1045892 1473144 50.28 556156 947092 91772 00:37:31 00:19:01 120264 0 744732 39.58 920 1015628 1751460 59.77 628156 860420 48208 00:37:31 00:20:02 258732 0 851596 45.26 448 770768 1827208 62.36 700048 646144 12028 00:37:31 00:21:01 163032 0 928188 49.33 448 789876 1800132 61.44 783008 656768 70468 00:37:31 00:22:01 192592 0 747392 39.72 416 941144 1440512 49.16 654704 751684 75872 00:37:31 00:23:01 73576 0 717496 38.13 152 1090320 1292452 44.11 709576 846252 95684 00:37:31 00:24:07 74416 0 832376 44.24 4 974748 2366684 80.77 655768 937844 29348 00:37:31 00:25:02 95148 0 1144272 60.82 4 642120 4127376 140.86 860824 663724 9264 00:37:31 00:26:02 433396 0 710244 37.75 4 737900 1529596 52.20 475444 724500 1528 00:37:31 00:27:01 429780 0 741448 39.41 4 710312 2437532 83.19 460488 751768 2176 00:37:31 00:28:02 311832 0 742788 39.48 4 826920 2017624 68.86 640744 689300 0 00:37:31 00:29:01 348844 0 640272 34.03 4 892424 1290596 44.05 497228 794344 20 00:37:31 00:30:01 352200 0 635876 33.80 4 893464 1235680 42.17 495316 794264 20 00:37:31 00:31:01 353364 0 634716 33.73 4 893460 1224348 41.78 494508 794148 8 00:37:31 00:32:01 354268 0 633784 33.68 4 893488 1217176 41.54 494104 794124 8 00:37:31 00:33:02 354392 0 633656 33.68 4 893492 1217188 41.54 494108 794124 16 00:37:31 00:34:01 356880 0 631168 33.55 4 893492 1191236 40.65 491952 793964 8 00:37:31 00:35:01 356508 0 631524 33.56 4 893508 1191392 40.66 492420 794004 20 00:37:31 00:36:01 356172 0 631852 33.58 4 893516 1191500 40.66 492696 794236 12 00:37:31 00:37:01 74464 0 712420 37.86 4 1094656 1668692 56.95 607760 942524 98216 00:37:31 Average: 250971 0 733662 38.99 312 896599 1665081 56.83 585571 798444 26214 00:37:31 00:37:31 00:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:37:31 00:17:01 veth22876a6 899.28 615.49 84.05 2654.30 0.00 0.00 0.00 0.00 00:37:31 00:17:01 eth0 711.96 969.26 3101.12 130.00 0.00 0.00 0.00 0.00 00:37:31 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:17:01 docker0 899.28 615.35 71.75 2654.29 0.00 0.00 0.00 0.00 00:37:31 00:18:01 eth0 556.94 387.44 4456.43 42.57 0.00 0.00 0.00 0.00 00:37:31 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:18:01 docker0 32.50 64.11 1.81 358.93 0.00 0.00 0.00 0.00 00:37:31 00:19:01 eth0 130.46 85.92 495.11 16.90 0.00 0.00 0.00 0.00 00:37:31 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:19:01 veth2289417 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:19:01 docker0 65.19 104.73 5.30 469.98 0.00 0.00 0.00 0.00 00:37:31 00:20:02 eth0 30.19 25.27 19.18 74.88 0.00 0.00 0.00 0.00 00:37:31 00:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:20:02 veth2289417 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:21:01 eth0 24.99 18.23 19.14 10.58 0.00 0.00 0.00 0.00 00:37:31 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:21:01 veth2289417 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:22:01 eth0 25.46 18.95 20.87 11.23 0.00 0.00 0.00 0.00 00:37:31 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:22:01 veth2289417 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:23:01 eth0 193.87 146.91 1703.75 86.94 0.00 0.00 0.00 0.00 00:37:31 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:23:01 veth9ea3873 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:24:07 eth0 41.95 26.03 147.25 7.65 0.00 0.00 0.00 0.00 00:37:31 00:24:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:24:07 veth9ea3873 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:24:07 docker0 13.69 25.46 0.73 133.49 0.00 0.00 0.00 0.00 00:37:31 00:25:02 veth5248452 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:25:02 vethec6d3fb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:25:02 eth0 6.20 4.57 4.59 2.53 0.00 0.00 0.00 0.00 00:37:31 00:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:26:02 eth0 43.53 32.34 132.28 60.43 0.00 0.00 0.00 0.00 00:37:31 00:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:26:02 veth9ea3873 0.00 0.49 0.00 0.03 0.00 0.00 0.00 0.00 00:37:31 00:26:02 veth92f0748 4.29 7.21 0.29 38.72 0.00 0.00 0.00 0.00 00:37:31 00:27:01 veth9818048 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:27:01 eth0 42.99 28.76 97.65 13.18 0.00 0.00 0.00 0.00 00:37:31 00:27:01 vethe1e7ed2 4.03 4.92 0.27 29.53 0.00 0.00 0.00 0.00 00:37:31 00:27:01 vethcd207e9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:28:02 vetha4a7fc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:37:31 00:28:02 eth0 32.89 26.69 21.49 35.84 0.00 0.00 0.00 0.00 00:37:31 00:28:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:37:31 00:28:02 veth9ea3873 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 00:37:31 00:29:01 eth0 129.72 71.28 442.98 66.40 0.00 0.00 0.00 0.00 00:37:31 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:29:01 docker0 1078.36 929.31 83.96 4244.52 0.00 0.00 0.00 0.00 00:37:31 00:30:01 eth0 2.26 0.57 0.78 0.19 0.00 0.00 0.00 0.00 00:37:31 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:31:01 eth0 2.64 0.90 0.83 0.48 0.00 0.00 0.00 0.00 00:37:31 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:32:01 eth0 1.86 0.50 0.63 0.39 0.00 0.00 0.00 0.00 00:37:31 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:33:02 eth0 0.43 0.28 0.26 0.23 0.00 0.00 0.00 0.00 00:37:31 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:34:01 eth0 1.34 0.08 0.10 0.01 0.00 0.00 0.00 0.00 00:37:31 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:35:01 eth0 2.15 0.35 0.41 0.20 0.00 0.00 0.00 0.00 00:37:31 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:36:01 eth0 2.26 0.70 0.77 0.46 0.00 0.00 0.00 0.00 00:37:31 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:37:01 eth0 219.55 169.69 2163.02 69.41 0.00 0.00 0.00 0.00 00:37:31 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 Average: eth0 105.26 96.20 612.93 30.06 0.00 0.00 0.00 0.00 00:37:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:37:31 Average: docker0 50.63 43.63 3.94 199.29 0.00 0.00 0.00 0.00 00:37:31 00:37:31 00:37:31 ---> sar -P ALL: 00:37:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 00:37:31 00:37:31 00:14:51 LINUX RESTART (4 CPU) 00:37:31 00:37:31 00:16:01 CPU %user %nice %system %iowait %steal %idle 00:37:31 00:17:01 all 8.07 0.00 3.96 1.28 14.13 72.56 00:37:31 00:17:01 0 8.85 0.00 4.59 1.55 16.08 68.94 00:37:31 00:17:01 1 5.49 0.00 3.65 0.78 13.56 76.52 00:37:31 00:17:01 2 12.07 0.00 4.13 1.07 12.92 69.81 00:37:31 00:17:01 3 6.01 0.00 3.50 1.74 14.01 74.74 00:37:31 00:18:01 all 7.19 0.00 5.71 1.47 16.69 68.95 00:37:31 00:18:01 0 6.73 0.00 6.64 0.89 17.41 68.32 00:37:31 00:18:01 1 8.63 0.00 5.96 2.24 16.19 66.99 00:37:31 00:18:01 2 7.13 0.00 5.22 1.76 16.84 69.05 00:37:31 00:18:01 3 6.28 0.00 5.03 0.99 16.31 71.38 00:37:31 00:19:01 all 11.11 0.00 7.44 5.10 20.42 55.92 00:37:31 00:19:01 0 7.67 0.00 5.77 3.31 21.38 61.88 00:37:31 00:19:01 1 12.88 0.00 8.47 5.72 20.94 51.98 00:37:31 00:19:01 2 12.07 0.00 7.40 5.19 19.24 56.10 00:37:31 00:19:01 3 12.01 0.00 8.22 6.26 20.07 53.43 00:37:31 00:20:02 all 44.63 0.00 12.96 3.77 23.82 14.82 00:37:31 00:20:02 0 41.06 0.00 11.73 3.69 25.07 18.45 00:37:31 00:20:02 1 45.94 0.00 13.65 3.91 23.09 13.42 00:37:31 00:20:02 2 46.89 0.00 14.07 5.23 23.37 10.43 00:37:31 00:20:02 3 44.82 0.00 12.46 2.29 23.68 16.75 00:37:31 00:21:01 all 37.40 0.00 12.79 1.99 29.16 18.67 00:37:31 00:21:01 0 31.93 0.00 10.78 1.15 31.74 24.39 00:37:31 00:21:01 1 34.53 0.00 12.02 2.56 30.43 20.46 00:37:31 00:21:01 2 48.49 0.00 15.41 1.61 25.61 8.89 00:37:31 00:21:01 3 35.90 0.00 13.27 2.63 28.42 19.79 00:37:31 00:22:01 all 28.16 0.00 12.11 2.25 16.40 41.08 00:37:31 00:22:01 0 25.74 0.00 11.34 1.92 16.90 44.10 00:37:31 00:22:01 1 28.44 0.00 11.41 1.83 16.44 41.88 00:37:31 00:22:01 2 30.71 0.00 12.91 3.91 15.69 36.78 00:37:31 00:22:01 3 27.75 0.00 12.77 1.36 16.55 41.57 00:37:31 00:23:01 all 7.08 0.00 8.29 1.95 24.94 57.74 00:37:31 00:23:01 0 7.34 0.00 8.85 1.55 25.61 56.65 00:37:31 00:23:01 1 8.04 0.00 8.57 2.54 25.20 55.64 00:37:31 00:23:01 2 6.05 0.00 7.87 1.90 25.22 58.97 00:37:31 00:23:01 3 6.89 0.00 7.87 1.81 23.73 59.71 00:37:31 00:24:07 all 15.71 0.00 18.58 10.46 25.19 30.06 00:37:31 00:24:07 0 14.75 0.00 18.40 10.56 26.31 29.97 00:37:31 00:24:07 1 15.39 0.00 18.58 9.83 24.66 31.54 00:37:31 00:24:07 2 16.30 0.00 18.81 10.92 24.60 29.37 00:37:31 00:24:07 3 16.44 0.00 18.51 10.53 25.19 29.34 00:37:31 00:25:02 all 17.58 0.00 15.16 19.79 26.40 21.07 00:37:31 00:25:02 0 17.02 0.00 14.31 20.19 27.02 21.46 00:37:31 00:25:02 1 17.42 0.00 13.50 20.73 26.36 21.99 00:37:31 00:25:02 2 17.95 0.00 15.73 20.57 26.05 19.69 00:37:31 00:25:02 3 17.94 0.00 17.14 17.67 26.16 21.08 00:37:31 00:26:02 all 63.65 0.00 14.37 5.31 10.84 5.83 00:37:31 00:26:02 0 62.65 0.00 14.67 3.55 11.13 8.00 00:37:31 00:26:02 1 63.57 0.00 13.60 4.88 11.31 6.64 00:37:31 00:26:02 2 63.48 0.00 14.75 6.81 10.61 4.35 00:37:31 00:26:02 3 64.91 0.00 14.46 6.02 10.29 4.32 00:37:31 00:27:01 all 14.56 0.00 16.90 8.52 29.51 30.51 00:37:31 00:27:01 0 14.33 0.00 17.17 7.88 29.56 31.04 00:37:31 00:27:01 1 13.27 0.00 15.67 8.15 29.70 33.21 00:37:31 00:27:01 2 14.38 0.00 16.47 9.10 29.77 30.28 00:37:31 00:27:01 3 16.36 0.00 18.36 8.96 28.98 27.34 00:37:31 00:37:31 00:27:01 CPU %user %nice %system %iowait %steal %idle 00:37:31 00:28:02 all 54.95 0.00 18.06 6.61 13.18 7.20 00:37:31 00:28:02 0 55.03 0.00 16.73 6.81 13.38 8.04 00:37:31 00:28:02 1 55.95 0.00 18.80 6.96 12.17 6.12 00:37:31 00:28:02 2 53.40 0.00 18.26 6.04 13.61 8.69 00:37:31 00:28:02 3 55.47 0.00 18.48 6.65 13.51 5.89 00:37:31 00:29:01 all 8.29 0.00 6.69 4.45 11.35 69.22 00:37:31 00:29:01 0 10.09 0.00 5.76 4.09 11.39 68.67 00:37:31 00:29:01 1 6.31 0.00 7.22 5.61 11.12 69.75 00:37:31 00:29:01 2 9.47 0.00 7.53 2.92 11.54 68.53 00:37:31 00:29:01 3 7.27 0.00 6.27 5.18 11.32 69.95 00:37:31 00:30:01 all 0.12 0.00 0.08 0.04 0.27 99.49 00:37:31 00:30:01 0 0.02 0.00 0.05 0.02 0.22 99.70 00:37:31 00:30:01 1 0.37 0.00 0.08 0.10 0.25 99.20 00:37:31 00:30:01 2 0.05 0.00 0.08 0.02 0.47 99.38 00:37:31 00:30:01 3 0.03 0.00 0.12 0.03 0.13 99.68 00:37:31 00:31:01 all 0.08 0.00 0.08 0.00 0.94 98.90 00:37:31 00:31:01 0 0.02 0.00 0.03 0.00 1.42 98.54 00:37:31 00:31:01 1 0.30 0.00 0.07 0.00 0.68 98.96 00:37:31 00:31:01 2 0.02 0.00 0.10 0.00 0.61 99.27 00:37:31 00:31:01 3 0.00 0.00 0.13 0.00 1.04 98.83 00:37:31 00:32:01 all 0.08 0.00 0.14 0.00 1.43 98.36 00:37:31 00:32:01 0 0.05 0.00 0.03 0.00 1.04 98.87 00:37:31 00:32:01 1 0.03 0.00 0.21 0.00 1.52 98.23 00:37:31 00:32:01 2 0.20 0.00 0.18 0.00 1.95 97.67 00:37:31 00:32:01 3 0.03 0.00 0.12 0.00 1.19 98.66 00:37:31 00:33:02 all 0.12 0.00 0.04 0.00 0.25 99.59 00:37:31 00:33:02 0 0.02 0.00 0.02 0.00 0.08 99.88 00:37:31 00:33:02 1 0.07 0.00 0.05 0.00 0.55 99.34 00:37:31 00:33:02 2 0.38 0.00 0.05 0.00 0.28 99.28 00:37:31 00:33:02 3 0.02 0.00 0.03 0.00 0.08 99.87 00:37:31 00:34:01 all 0.09 0.00 0.12 0.01 0.74 99.04 00:37:31 00:34:01 0 0.00 0.00 0.03 0.00 0.22 99.75 00:37:31 00:34:01 1 0.05 0.00 0.24 0.00 0.99 98.72 00:37:31 00:34:01 2 0.13 0.00 0.10 0.02 0.96 98.79 00:37:31 00:34:01 3 0.19 0.00 0.10 0.02 0.78 98.92 00:37:31 00:35:01 all 0.10 0.00 0.03 0.00 0.43 99.44 00:37:31 00:35:01 0 0.03 0.00 0.02 0.00 0.30 99.65 00:37:31 00:35:01 1 0.03 0.00 0.05 0.00 0.76 99.16 00:37:31 00:35:01 2 0.05 0.00 0.03 0.00 0.28 99.63 00:37:31 00:35:01 3 0.30 0.00 0.03 0.00 0.37 99.30 00:37:31 00:36:01 all 0.09 0.00 0.03 0.04 0.87 98.97 00:37:31 00:36:01 0 0.02 0.00 0.02 0.00 0.33 99.64 00:37:31 00:36:01 1 0.03 0.00 0.03 0.00 0.79 99.14 00:37:31 00:36:01 2 0.03 0.00 0.03 0.02 0.76 99.16 00:37:31 00:36:01 3 0.28 0.00 0.05 0.13 1.58 97.96 00:37:31 00:37:01 all 2.53 0.00 2.25 2.78 10.46 81.99 00:37:31 00:37:01 0 1.92 0.00 1.95 3.24 10.85 82.03 00:37:31 00:37:01 1 1.52 0.00 2.37 0.93 10.36 84.81 00:37:31 00:37:01 2 4.23 0.00 2.53 5.68 10.02 77.53 00:37:31 00:37:01 3 2.46 0.00 2.12 1.35 10.59 83.48 00:37:31 Average: all 14.39 0.00 7.16 3.47 13.01 61.98 00:37:31 Average: 0 13.76 0.00 6.89 3.24 13.56 62.54 00:37:31 Average: 1 14.19 0.00 7.11 3.51 13.04 62.14 00:37:31 Average: 2 15.23 0.00 7.38 3.78 12.62 60.99 00:37:31 Average: 3 14.36 0.00 7.27 3.35 12.80 62.21 00:37:31 00:37:31 00:37:31