Pull request #3171 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d446a20ec950243cdb2cde9e79e8d71c4fe4cde8+0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed (75f4356ee66c861801ec2ac8768e290028bda721) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26825’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26826 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 > 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 Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 Merge succeeded, producing d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 Checking out Revision d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 (PR-3171) > 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/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # 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 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:55:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:55:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:55:31 ========================================================= 21:55:31 EdgeX Global Pipelines Version Info 21:55:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b1eab20f57a59d46d19daa3afcbc9c4f5c2d3697 # timeout=10 21:55:38 ------------------- 21:55:38 stable info: 21:55:38 ------------------- 21:55:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:55:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:55:38 Message: update stable to v1.0.179 21:55:40 ------------------- 21:55:40 experimental info: 21:55:40 ------------------- 21:55:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:55:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:55:40 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:55:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:55:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:55:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3171 [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3171 [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3171 [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d446a20 [Pipeline] echo 21:55:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:55:43 provisioning config files... 21:55:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8993777951979332328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:55:44 ---> docker-login.sh 21:55:44 nexus3.edgexfoundry.org:10001 21:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:47 Configure a credential helper to remove this warning. See 21:55:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:47 21:55:47 Login Succeeded 21:55:47 nexus3.edgexfoundry.org:10002 21:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:48 Configure a credential helper to remove this warning. See 21:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:48 21:55:48 Login Succeeded 21:55:49 nexus3.edgexfoundry.org:10003 21:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:50 Configure a credential helper to remove this warning. See 21:55:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:50 21:55:50 Login Succeeded 21:55:50 nexus3.edgexfoundry.org:10004 21:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:53 Configure a credential helper to remove this warning. See 21:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:53 21:55:53 Login Succeeded 21:55:53 docker.io 21:55:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:54 Configure a credential helper to remove this warning. See 21:55:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:54 21:55:54 Login Succeeded 21:55:54 ---> docker-login.sh ends [Pipeline] } 21:55:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:55:55 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/core-command/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo core-command,cmd/core-command/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/core-data/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo core-data,cmd/core-data/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/core-metadata/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo core-metadata,cmd/core-metadata/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/security-bootstrapper/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/security-proxy-setup/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/support-notifications/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo support-notifications,cmd/support-notifications/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ dirname cmd/support-scheduler/Dockerfile 21:55:55 ++ cut -d/ -f2 21:55:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:55:55 + for file in '`ls cmd/**/Dockerfile`' 21:55:55 ++ cut -d/ -f2 21:55:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:55:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:55:55 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:55:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:55:56 21:55:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:55:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:55:57 latest: Pulling from edgex-devops/git-semver 21:55:57 31603596830f: Pulling fs layer 21:55:57 2a8b12db71e7: Pulling fs layer 21:55:57 6ca5941a6612: Pulling fs layer 21:55:57 ecc8261a40a4: Pulling fs layer 21:55:57 ecc8261a40a4: Waiting 21:55:57 2a8b12db71e7: Verifying Checksum 21:55:57 2a8b12db71e7: Download complete 21:55:58 31603596830f: Verifying Checksum 21:55:58 31603596830f: Download complete 21:55:58 ecc8261a40a4: Verifying Checksum 21:55:58 ecc8261a40a4: Download complete 21:55:59 6ca5941a6612: Verifying Checksum 21:55:59 6ca5941a6612: Download complete 21:55:59 31603596830f: Pull complete 21:56:00 2a8b12db71e7: Pull complete 21:56:05 6ca5941a6612: Pull complete 21:56:05 ecc8261a40a4: Pull complete 21:56:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:56:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:56:06 prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container 21:56:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:56:09 $ docker top 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:56:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:10 [ssh-agent] Looking for ssh-agent implementation... 21:56:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:11 $ docker exec 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent 21:56:12 SSH_AUTH_SOCK=/tmp/ssh-OhCUduissvYA/agent.11 21:56:12 SSH_AGENT_PID=16 21:56:12 Running ssh-add (command line suppressed) 21:56:12 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2744354021353010374.key (/w/workspace/edgex-go/4@tmp/private_key_2744354021353010374.key) 21:56:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:15 + git tag --points-at HEAD [Pipeline] } 21:56:15 $ docker exec --env ******** --env ******** 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent -k 21:56:15 unset SSH_AUTH_SOCK; 21:56:15 unset SSH_AGENT_PID; 21:56:15 echo Agent pid 16 killed; 21:56:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:56:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:15 [ssh-agent] Looking for ssh-agent implementation... 21:56:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:16 $ docker exec 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent 21:56:16 SSH_AUTH_SOCK=/tmp/ssh-Jio578oFJ2T1/agent.45 21:56:16 SSH_AGENT_PID=50 21:56:16 Running ssh-add (command line suppressed) 21:56:17 Identity added: /w/workspace/edgex-go/4@tmp/private_key_461995358036495890.key (/w/workspace/edgex-go/4@tmp/private_key_461995358036495890.key) 21:56:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:19 + git semver init 21:56:19 # -> Open(): unable to determine branch for HEAD 21:56:19 # $GIT_DIR = /w/workspace/edgex-go/4/.git 21:56:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 21:56:19 # $SEMVER_REMOTE_NAME = origin 21:56:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:56:19 # $SEMVER_USER_NAME = edgex-jenkins 21:56:19 # $SEMVER_BRANCH = PR-3171 21:56:19 # $SEMVER_TEMP = /tmp/semver-181254764 21:56:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:57:30 # '/tmp/semver-181254764' -> '/w/workspace/edgex-go/4/.semver' 21:57:30 # -> Force: false 21:57:30 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 21:57:30 $ docker exec --env ******** --env ******** 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 ssh-agent -k 21:57:31 unset SSH_AUTH_SOCK; 21:57:31 unset SSH_AGENT_PID; 21:57:31 echo Agent pid 50 killed; 21:57:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:57:32 + git semver [Pipeline] } 21:57:33 $ docker stop --time=1 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 21:57:35 $ docker rm -f 61b77d25714e97828f15b3452165c1b315f6687367c190b6003b08a994c6ac22 [Pipeline] // withDockerContainer [Pipeline] sh 21:57:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:57:39 Stashed 1 file(s) [Pipeline] echo 21:57:39 [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 21:57:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:57:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:57:42 + true 21:57:42 + sudo service docker restart 21:57:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:57:45 ========================================================= 21:57:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:57:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:57:46 + 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 . 21:57:55 Still waiting to schedule task 21:57:55 ‘prd-centos7-docker-4c-2g-26823’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26825’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26829’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26832’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26834’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26835’ is offline 21:57:59 Sending build context to Docker daemon 327.9MB 21:57:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:57:59 Step 2/6 : FROM ${BASE} 21:57:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:57:59 188c0c94c7c5: Pulling fs layer 21:57:59 0ef7d3d256c8: Pulling fs layer 21:57:59 de9db76c5a1d: Pulling fs layer 21:57:59 bca2f99d35d6: Pulling fs layer 21:57:59 93359f2a8cfa: Pulling fs layer 21:57:59 7c6f9722023f: Pulling fs layer 21:57:59 a35cf1a2eb13: Pulling fs layer 21:57:59 bca2f99d35d6: Waiting 21:57:59 93359f2a8cfa: Waiting 21:57:59 7c6f9722023f: Waiting 21:57:59 a35cf1a2eb13: Waiting 21:57:59 de9db76c5a1d: Verifying Checksum 21:57:59 de9db76c5a1d: Download complete 21:57:59 0ef7d3d256c8: Verifying Checksum 21:57:59 0ef7d3d256c8: Download complete 21:57:59 93359f2a8cfa: Verifying Checksum 21:57:59 93359f2a8cfa: Download complete 21:58:00 7c6f9722023f: Verifying Checksum 21:58:00 7c6f9722023f: Download complete 21:58:01 188c0c94c7c5: Download complete 21:58:03 188c0c94c7c5: Pull complete 21:58:05 0ef7d3d256c8: Pull complete 21:58:05 de9db76c5a1d: Pull complete 21:58:12 a35cf1a2eb13: Verifying Checksum 21:58:12 a35cf1a2eb13: Download complete 21:58:16 bca2f99d35d6: Verifying Checksum 21:58:16 bca2f99d35d6: Download complete 21:58:27 bca2f99d35d6: Pull complete 21:58:27 93359f2a8cfa: Pull complete 21:58:27 7c6f9722023f: Pull complete 21:58:36 a35cf1a2eb13: Pull complete 21:58:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:58:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:58:36 ---> a62c8e92a672 21:58:36 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:58:36 ---> Running in bd0831916e68 21:58:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:41 (1/12) Installing libmagic (5.38-r0) 21:58:42 (2/12) Installing file (5.38-r0) 21:58:42 (3/12) Installing libc-dev (0.7.2-r3) 21:58:42 (4/12) Installing g++ (9.3.0-r2) 21:58:56 (5/12) Installing fortify-headers (1.1-r0) 21:58:56 (6/12) Installing patch (2.7.6-r6) 21:58:56 (7/12) Installing build-base (0.5-r2) 21:58:56 (8/12) Installing libsodium (1.0.18-r0) 21:58:56 (9/12) Installing pkgconf (1.7.2-r0) 21:58:56 (10/12) Installing libsodium-dev (1.0.18-r0) 21:58:56 (11/12) Installing libzmq (4.3.3-r0) 21:58:56 (12/12) Installing zeromq-dev (4.3.3-r0) 21:58:56 Executing busybox-1.31.1-r19.trigger 21:58:56 OK: 233 MiB in 51 packages 21:59:00 Removing intermediate container bd0831916e68 21:59:00 ---> 514ccbfd04ce 21:59:00 Step 4/6 : WORKDIR /edgex-go 21:59:00 ---> Running in 21f2efe0b47e 21:59:01 Removing intermediate container 21f2efe0b47e 21:59:01 ---> b2f2366121c5 21:59:01 Step 5/6 : COPY go.mod . 21:59:02 ---> 895b68cbe9b1 21:59:02 Step 6/6 : RUN go mod download 21:59:03 ---> Running in 7803c4a9c597 21:59:45 Removing intermediate container 7803c4a9c597 21:59:45 ---> 133517db2750 21:59:45 Successfully built 133517db2750 21:59:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:59:45 + docker inspect -f . ci-base-image-x86_64 21:59:46 . [Pipeline] withDockerContainer 21:59:47 prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container 21:59:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:59:50 $ docker top 930573d815e0c212c9089def22beac039c8c9b3a6693b8c612a855958c162f30 -eo pid,comm [Pipeline] { [Pipeline] sh 21:59:51 + go version 21:59:51 go version go1.15.5 linux/amd64 [Pipeline] } 21:59:53 $ docker stop --time=1 930573d815e0c212c9089def22beac039c8c9b3a6693b8c612a855958c162f30 21:59:56 $ docker rm -f 930573d815e0c212c9089def22beac039c8c9b3a6693b8c612a855958c162f30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:59:57 + docker inspect -f . ci-base-image-x86_64 21:59:57 . [Pipeline] withDockerContainer 21:59:58 prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container 21:59:59 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:00:00 $ docker top c887b65273ffe8208230110a2c97cfdf2b712e54d7428877f725787c423c790a -eo pid,comm [Pipeline] { [Pipeline] echo 22:00:00 ========================================================= 22:00:00 [edgeXBuildGoParallel] Running Tests and Build... 22:00:00 ========================================================= [Pipeline] sh 22:00:02 + make test 22:00:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:00:31 ? github.com/edgexfoundry/edgex-go [no test files] 22:01:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:01:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:01:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:01:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:01:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:01:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:01:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:01:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:01:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.550s coverage: 45.9% of statements 22:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:01:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements 22:01:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.154s coverage: 27.1% of statements 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:01:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.126s coverage: 100.0% of statements 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:01:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:01:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.362s coverage: 65.8% of statements 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:01:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:01:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 1.674s coverage: 82.3% of statements 22:01:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:01:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:01:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:01:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.630s coverage: 28.6% of statements 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.320s coverage: 100.0% of statements 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.115s coverage: 100.0% of statements 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.953s coverage: 86.7% of statements 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:02:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.486s coverage: 97.5% of statements 22:02:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:02:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 1.386s coverage: 78.3% of statements 22:02:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:02:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:02:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:02:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:02:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.482s coverage: 92.8% of statements 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:02:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.597s coverage: 58.8% of statements 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:02:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.364s coverage: 0.1% of statements 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:02:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 45.5% of statements 22:02:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.116s coverage: 79.5% of statements 22:02:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.278s coverage: 94.1% of statements 22:02:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26837 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws 22:02:11 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 22:02:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.201s coverage: 96.3% of statements 22:02:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements 22:02:17 using credential edgex-jenkins-ssh 22:02:17 Cloning the remote Git repository 22:02:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:02:17 > git init /w/workspace/edgex-go/4 # timeout=10 22:02:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:02:17 > git --version # timeout=10 22:02:17 > git --version # 'git version 2.17.1' 22:02:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.202s coverage: 94.4% of statements 22:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements 22:02:36 Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:02:37 Merge succeeded, producing d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:02:37 Checking out Revision d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 (PR-3171) 22:02:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:02:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:02:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:02:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:02:35 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:02:36 > git config core.sparsecheckout # timeout=10 22:02:36 > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 22:02:37 > git remote # timeout=10 22:02:37 > git config --get remote.origin.url # timeout=10 22:02:37 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:37 > git merge 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 22:02:37 > git rev-parse HEAD^{commit} # timeout=10 22:02:37 > git config core.sparsecheckout # timeout=10 22:02:37 > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.279s coverage: 92.9% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.561s coverage: 77.8% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.212s coverage: 87.2% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.065s coverage: 100.0% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.510s coverage: 80.8% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.4% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.383s coverage: 63.5% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.552s coverage: 68.9% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.609s coverage: 37.0% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.685s coverage: 84.0% of statements 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.181s coverage: 100.0% of statements 22:02:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.224s coverage: 47.0% of statements 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:02:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:02:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:02:41 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.184s coverage: 89.4% of statements [Pipeline] withEnv 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:02:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:02:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:02:44 + + truesudo 22:02:44 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:02:47 provisioning config files... 22:02:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config9184147307873666915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:02:47 ---> docker-login.sh 22:02:47 nexus3.edgexfoundry.org:10001 22:02:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:02:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:02:48 Configure a credential helper to remove this warning. See 22:02:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:02:48 22:02:48 Login Succeeded 22:02:48 nexus3.edgexfoundry.org:10002 22:02:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:02:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:02:49 Configure a credential helper to remove this warning. See 22:02:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:02:49 22:02:49 Login Succeeded 22:02:49 nexus3.edgexfoundry.org:10003 22:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:02:50 Configure a credential helper to remove this warning. See 22:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:02:50 22:02:50 Login Succeeded 22:02:50 nexus3.edgexfoundry.org:10004 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.399s coverage: 29.1% of statements 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.270s coverage: 99.0% of statements 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.187s coverage: 100.0% of statements 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.356s coverage: 100.0% of statements 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:02:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:02:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.406s coverage: 100.0% of statements 22:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:02:50 Configure a credential helper to remove this warning. See 22:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:02:50 22:02:50 Login Succeeded 22:02:50 docker.io 22:02:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:02:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:02:51 Configure a credential helper to remove this warning. See 22:02:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:02:51 22:02:51 Login Succeeded 22:02:51 ---> docker-login.sh ends [Pipeline] } 22:02:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:02:52 ========================================================= 22:02:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:02:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:02:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 22:02:52 + 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 . 22:02:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements 22:02:53 GO111MODULE=on go vet ./... 22:02:55 Sending build context to Docker daemon 166.3MB 22:02:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:02:55 Step 2/6 : FROM ${BASE} 22:02:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:02:55 5f621e34cdf4: Pulling fs layer 22:02:55 a4357932f1b6: Pulling fs layer 22:02:55 18c013af1878: Pulling fs layer 22:02:55 00ac8860ef70: Pulling fs layer 22:02:55 63d7cb157983: Pulling fs layer 22:02:55 b116817d02f9: Pulling fs layer 22:02:55 745a02a5169b: Pulling fs layer 22:02:55 00ac8860ef70: Waiting 22:02:55 b116817d02f9: Waiting 22:02:55 745a02a5169b: Waiting 22:02:55 63d7cb157983: Waiting 22:02:55 18c013af1878: Verifying Checksum 22:02:55 18c013af1878: Download complete 22:02:55 a4357932f1b6: Download complete 22:02:55 63d7cb157983: Verifying Checksum 22:02:55 63d7cb157983: Download complete 22:02:55 b116817d02f9: Download complete 22:02:55 5f621e34cdf4: Verifying Checksum 22:02:55 5f621e34cdf4: Download complete 22:02:55 5f621e34cdf4: Pull complete 22:02:56 a4357932f1b6: Pull complete 22:02:56 18c013af1878: Pull complete 22:02:57 745a02a5169b: Verifying Checksum 22:02:57 745a02a5169b: Download complete 22:02:58 00ac8860ef70: Verifying Checksum 22:02:58 00ac8860ef70: Download complete 22:03:08 00ac8860ef70: Pull complete 22:03:08 63d7cb157983: Pull complete 22:03:08 b116817d02f9: Pull complete 22:03:13 745a02a5169b: Pull complete 22:03:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:03:13 ---> b7e6874047d6 22:03:13 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:03:16 ---> Running in 8c785444f0ec 22:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:03:19 (1/12) Installing libmagic (5.38-r0) 22:03:19 (2/12) Installing file (5.38-r0) 22:03:19 (3/12) Installing libc-dev (0.7.2-r3) 22:03:19 (4/12) Installing g++ (9.3.0-r2) 22:03:26 (5/12) Installing fortify-headers (1.1-r0) 22:03:26 (6/12) Installing patch (2.7.6-r6) 22:03:26 (7/12) Installing build-base (0.5-r2) 22:03:26 (8/12) Installing libsodium (1.0.18-r0) 22:03:26 (9/12) Installing pkgconf (1.7.2-r0) 22:03:26 (10/12) Installing libsodium-dev (1.0.18-r0) 22:03:26 (11/12) Installing libzmq (4.3.3-r0) 22:03:26 (12/12) Installing zeromq-dev (4.3.3-r0) 22:03:26 Executing busybox-1.31.1-r19.trigger 22:03:26 OK: 217 MiB in 51 packages 22:03:31 Removing intermediate container 8c785444f0ec 22:03:31 ---> e6792a68321f 22:03:31 Step 4/6 : WORKDIR /edgex-go 22:03:31 ---> Running in 7ac357cf31a9 22:03:31 Removing intermediate container 7ac357cf31a9 22:03:31 ---> a27a3cebab64 22:03:31 Step 5/6 : COPY go.mod . 22:03:32 ---> a7c3167fabd0 22:03:32 Step 6/6 : RUN go mod download 22:03:32 ---> Running in 52900b080f77 22:04:03 gofmt -l . 22:04:03 [ "`gofmt -l .`" = "" ] 22:04:04 ./bin/test-go-mod-tidy.sh 22:04:05 Removing intermediate container 52900b080f77 22:04:05 ---> bc861747fb39 22:04:05 Successfully built bc861747fb39 22:04:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:04:05 + docker inspect -f . ci-base-image-arm64 22:04:05 . [Pipeline] withDockerContainer 22:04:05 prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container 22:04:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:04:07 $ docker top e9fa71d2aa6df3336f3e8624e9b2d6cb4892bc5fb44f756c82d1fb5c6511b77e -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:08 + go version 22:04:08 go version go1.15.5 linux/arm64 [Pipeline] } 22:04:08 $ docker stop --time=1 e9fa71d2aa6df3336f3e8624e9b2d6cb4892bc5fb44f756c82d1fb5c6511b77e 22:04:09 ./bin/test-attribution-txt.sh 22:04:10 $ docker rm -f e9fa71d2aa6df3336f3e8624e9b2d6cb4892bc5fb44f756c82d1fb5c6511b77e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:04:11 + docker inspect -f . ci-base-image-arm64 22:04:11 . [Pipeline] withDockerContainer 22:04:12 prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container 22:04:12 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:04:13 $ docker top 70b59cb0357efaaad09706756c9bd1f8982553d71ed707ae3f3022c6976fa404 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 22:04:14 ========================================================= 22:04:14 [edgeXBuildGoParallel] Running Tests and Build... 22:04:14 ========================================================= [Pipeline] sh 22:04:14 + make test 22:04:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:04:15 + ls -al . 22:04:15 total 708 22:04:15 drwxrwxr-x 10 1001 1001 4096 Feb 18 22:04 . 22:04:15 drwxr-xr-x 4 root root 28 Feb 18 21:59 .. 22:04:15 -rw-rw-r-- 1 1001 1001 11 Feb 18 21:55 .dockerignore 22:04:15 drwxrwxr-x 8 1001 1001 179 Feb 18 21:55 .git 22:04:15 drwxrwxr-x 3 1001 1001 125 Feb 18 21:55 .github 22:04:15 -rw-rw-r-- 1 1001 1001 818 Feb 18 21:55 .gitignore 22:04:15 drwx------ 3 1001 1001 60 Feb 18 21:57 .semver 22:04:15 -rw-rw-r-- 1 1001 1001 166 Feb 18 21:55 .sonarcloud.properties 22:04:15 -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:55 Attribution.txt 22:04:15 -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:55 CONTRIBUTING.md 22:04:15 -rw-rw-r-- 1 1001 1001 931 Feb 18 21:55 Dockerfile.build 22:04:15 -rw-rw-r-- 1 1001 1001 863 Feb 18 21:55 Jenkinsfile 22:04:15 -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:55 LICENSE 22:04:15 -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:55 Makefile 22:04:15 -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:55 README.md 22:04:15 -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:55 SECURITY.md 22:04:15 -rw-rw-r-- 1 1001 1001 5 Feb 18 21:57 VERSION 22:04:15 -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:55 ZMQWindows.md 22:04:15 drwxrwxr-x 2 1001 1001 117 Feb 18 21:55 bin 22:04:15 drwxrwxr-x 14 1001 1001 4096 Feb 18 21:55 cmd 22:04:15 -rw-r--r-- 1 root root 597520 Feb 18 22:02 coverage.out 22:04:15 -rw-r--r-- 1 root root 1055 Feb 18 22:04 go.mod 22:04:15 -rw-r--r-- 1 root root 21528 Feb 18 22:04 go.sum 22:04:15 drwxrwxr-x 8 1001 1001 127 Feb 18 21:55 internal 22:04:15 drwxrwxr-x 4 1001 1001 26 Feb 18 21:55 openapi 22:04:15 drwxrwxr-x 4 1001 1001 71 Feb 18 21:55 snap 22:04:15 -rw-rw-r-- 1 1001 1001 168 Feb 18 21:55 version.go [Pipeline] sh 22:04:16 + '[' -e coverage.out ] 22:04:16 + chown 1001:1001 coverage.out [Pipeline] stash 22:04:17 Stashed 1 file(s) [Pipeline] sh 22:04:18 + make build 22:04:18 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 22:04: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 22:04:41 ? github.com/edgexfoundry/edgex-go [no test files] 22:04:55 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 22:05:06 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 22:05:17 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 22:05:19 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 22:05:23 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 22:05:29 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 22:05:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:05:38 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 22:05:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:05:45 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 22:05:48 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 22:05:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:05:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:05:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:05:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:05:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } 22:06:00 $ docker stop --time=1 c887b65273ffe8208230110a2c97cfdf2b712e54d7428877f725787c423c790a 22:06:04 $ docker rm -f c887b65273ffe8208230110a2c97cfdf2b712e54d7428877f725787c423c790a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:06:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:06:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:06:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:06:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:06:08 22:06:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:06:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:06:09 latest: Pulling from edgex-devops/edgex-compose 22:06:09 cbdbe7a5bc2a: Pulling fs layer 22:06:09 ca9280d653b3: Pulling fs layer 22:06:09 7e9c9ca2126c: Pulling fs layer 22:06:09 cbdbe7a5bc2a: Verifying Checksum 22:06:09 cbdbe7a5bc2a: Download complete 22:06:12 cbdbe7a5bc2a: Pull complete 22:06:13 ca9280d653b3: Verifying Checksum 22:06:13 ca9280d653b3: Download complete 22:06:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.420s coverage: 45.9% of statements 22:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:06:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:06:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.240s coverage: 100.0% of statements 22:06:21 ca9280d653b3: Pull complete 22:06:22 7e9c9ca2126c: Verifying Checksum 22:06:22 7e9c9ca2126c: Download complete 22:06:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:06:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:06:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:06:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 65.8% of statements 22:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:06:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.695s coverage: 82.3% of statements 22:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:06:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.371s coverage: 28.6% of statements 22:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:06:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.208s coverage: 100.0% of statements 22:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:06:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 22:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements 22:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.451s coverage: 97.5% of statements 22:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 22:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:06:43 7e9c9ca2126c: Pull complete 22:06:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:06:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:06:43 prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container 22:06:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.621s coverage: 92.8% of statements 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.345s coverage: 0.1% of statements 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:06:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 45.5% of statements 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.113s coverage: 94.1% of statements 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements 22:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 22:06:47 $ docker top 80b684420f0849012e9e4b880977acdd8abc3c83772b550c7489bf3f2d26c19c -eo pid,comm [Pipeline] { [Pipeline] sh 22:06:49 + docker-compose build --help 22:06:49 + grep parallel 22:06:50 --parallel Build images in parallel. [Pipeline] } 22:06:50 $ docker stop --time=1 80b684420f0849012e9e4b880977acdd8abc3c83772b550c7489bf3f2d26c19c 22:06:53 $ docker rm -f 80b684420f0849012e9e4b880977acdd8abc3c83772b550c7489bf3f2d26c19c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:06:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:06:55 . [Pipeline] withDockerContainer 22:06:56 prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container 22:06:56 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 22:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 22:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements 22:07:02 $ docker top 5f483776b0b04a887e98d40dafc27f206ed4f5683ee99461208a0709c859d3f0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:07:05 + docker-compose -f ./docker-compose-build.yml build --parallel 22:07:07 Building docker-core-command-go ... 22:07:07 Building docker-core-data-go ... 22:07:07 Building docker-core-metadata-go ... 22:07:07 Building docker-security-bootstrapper-go ... 22:07:07 Building docker-security-proxy-setup-go ... 22:07:07 Building docker-security-secretstore-setup-go ... 22:07:07 Building docker-support-notifications-go ... 22:07:07 Building docker-support-scheduler-go ... 22:07:07 Building docker-sys-mgmt-agent-go ... 22:07:07 Building docker-support-notifications-go 22:07:07 Building docker-security-bootstrapper-go 22:07:07 Building docker-security-proxy-setup-go 22:07:07 Building docker-core-command-go 22:07:07 Building docker-core-metadata-go 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.654s coverage: 63.5% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 22:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.813s coverage: 68.9% of statements 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.426s coverage: 37.0% of statements 22:07:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:07:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.827s coverage: 84.0% of statements 22:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 22:07:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.421s coverage: 47.0% of statements 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:07:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:07:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:07:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.356s coverage: 89.4% of statements 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:07:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.492s coverage: 29.1% of statements 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.168s coverage: 100.0% of statements 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 100.0% of statements 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 22:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 22:07:34 GO111MODULE=on go vet ./... 22:08:56 gofmt -l . 22:09:00 [ "`gofmt -l .`" = "" ] 22:09:02 ./bin/test-go-mod-tidy.sh 22:09:02 ./bin/test-attribution-txt.sh [Pipeline] sh 22:09:05 + ls -al . 22:09:05 total 736 22:09:05 drwxrwxr-x 9 1001 1001 4096 Feb 18 22:09 . 22:09:05 drwxr-xr-x 4 root root 4096 Feb 18 22:04 .. 22:09:05 -rw-rw-r-- 1 1001 1001 11 Feb 18 22:02 .dockerignore 22:09:05 drwxrwxr-x 8 1001 1001 4096 Feb 18 22:02 .git 22:09:05 drwxrwxr-x 3 1001 1001 4096 Feb 18 22:02 .github 22:09:05 -rw-rw-r-- 1 1001 1001 818 Feb 18 22:02 .gitignore 22:09:05 -rw-rw-r-- 1 1001 1001 166 Feb 18 22:02 .sonarcloud.properties 22:09:05 -rw-rw-r-- 1 1001 1001 8475 Feb 18 22:02 Attribution.txt 22:09:05 -rw-rw-r-- 1 1001 1001 3804 Feb 18 22:02 CONTRIBUTING.md 22:09:05 -rw-rw-r-- 1 1001 1001 931 Feb 18 22:02 Dockerfile.build 22:09:05 -rw-rw-r-- 1 1001 1001 863 Feb 18 22:02 Jenkinsfile 22:09:05 -rw-rw-r-- 1 1001 1001 10775 Feb 18 22:02 LICENSE 22:09:05 -rw-rw-r-- 1 1001 1001 5774 Feb 18 22:02 Makefile 22:09:05 -rw-rw-r-- 1 1001 1001 6524 Feb 18 22:02 README.md 22:09:05 -rw-rw-r-- 1 1001 1001 6755 Feb 18 22:02 SECURITY.md 22:09:05 -rw-rw-r-- 1 1001 1001 5 Feb 18 21:57 VERSION 22:09:05 -rw-rw-r-- 1 1001 1001 4131 Feb 18 22:02 ZMQWindows.md 22:09:05 drwxrwxr-x 2 1001 1001 4096 Feb 18 22:02 bin 22:09:05 drwxrwxr-x 14 1001 1001 4096 Feb 18 22:02 cmd 22:09:05 -rw-r--r-- 1 root root 597520 Feb 18 22:07 coverage.out 22:09:05 -rw-r--r-- 1 root root 1055 Feb 18 22:09 go.mod 22:09:05 -rw-r--r-- 1 root root 21528 Feb 18 22:09 go.sum 22:09:05 drwxrwxr-x 8 1001 1001 4096 Feb 18 22:02 internal 22:09:05 drwxrwxr-x 4 1001 1001 4096 Feb 18 22:02 openapi 22:09:05 drwxrwxr-x 4 1001 1001 4096 Feb 18 22:02 snap 22:09:05 -rw-rw-r-- 1 1001 1001 168 Feb 18 22:02 version.go [Pipeline] sh 22:09:06 + '[' -e coverage.out ] 22:09:06 + chown 1001:1001 coverage.out [Pipeline] stash 22:09:06 Warning: overwriting stash ‘coverage-report’ 22:09:07 Stashed 1 file(s) [Pipeline] sh 22:09:07 + make build 22:09:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:09:23 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 22:09:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:09:35 ---> 133517db2750 22:09:35 Step 3/23 : WORKDIR /edgex-go 22:09:35 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:35 Step 2/30 : FROM ${BUILDER_BASE} AS builder 22:09:35 ---> 133517db2750 22:09:35 Step 3/30 : WORKDIR /edgex-go 22:09:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:09:35 ---> 133517db2750 22:09:35 Step 3/21 : WORKDIR /edgex-go 22:09:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:09:35 ---> 133517db2750 22:09:35 Step 3/22 : WORKDIR /edgex-go 22:09:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:09:35 ---> 133517db2750 22:09:35 Step 3/23 : WORKDIR /edgex-go 22:09:35 ---> Running in b30e6faf8dde 22:09:35 ---> Running in 367268ed10ae 22:09:35 ---> Running in 186ae38b7a98 22:09:35 ---> Running in 6ce3647d9a6f 22:09:35 ---> Running in 6eb4a2d55dd1 22:09:35 Removing intermediate container 186ae38b7a98 22:09:35 ---> 674f5efdaab3 22:09:35 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:35 Removing intermediate container b30e6faf8dde 22:09:35 ---> b23474898f0d 22:09:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:35 Removing intermediate container 6eb4a2d55dd1 22:09:35 ---> 9e10ce452070 22:09:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:35 Removing intermediate container 6ce3647d9a6f 22:09:35 ---> 7ae5e3d47219 22:09:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:35 Removing intermediate container 367268ed10ae 22:09:35 ---> 05ea89acfa51 22:09:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:35 ---> Running in ffe07b734ab7 22:09:35 ---> Running in 555c0fc42c48 22:09:35 ---> Running in 1fe0a9fddd6b 22:09:35 ---> Running in 3b30250d7cbf 22:09:35 ---> Running in 025314bebb40 22:09:36 Removing intermediate container 3b30250d7cbf 22:09:36 ---> c54b9771e35a 22:09:36 Step 5/21 : RUN apk add --update --no-cache make git 22:09:36 ---> Running in d1f4889a2395 22:09:36 Removing intermediate container 1fe0a9fddd6b 22:09:36 ---> 04216e25c3f4 22:09:36 Step 5/30 : RUN apk add --update --no-cache make git 22:09:36 Removing intermediate container 555c0fc42c48 22:09:36 ---> ff3cb8003c66 22:09:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:09:37 ---> Running in 8227210d162a 22:09:37 ---> Running in a21061665444 22:09:37 Removing intermediate container ffe07b734ab7 22:09:37 ---> be4a21675bec 22:09:37 Step 5/23 : RUN apk add --update --no-cache make git 22:09:37 Removing intermediate container 025314bebb40 22:09:37 ---> d16cd4835d0d 22:09:37 Step 5/23 : RUN apk add --update --no-cache make git 22:09:37 ---> Running in e42659cc6050 22:09:37 ---> Running in b3b3e5e271c1 22:09:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:42 OK: 233 MiB in 51 packages 22:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:45 Removing intermediate container d1f4889a2395 22:09:45 ---> c62fa9423d1b 22:09:45 Step 6/21 : COPY go.mod . 22:09:45 OK: 233 MiB in 51 packages 22:09:45 OK: 233 MiB in 51 packages 22:09:45 OK: 233 MiB in 51 packages 22:09:45 OK: 233 MiB in 51 packages 22:09:46 ---> 1043ab819a76 22:09:46 Step 7/21 : RUN go mod download 22:09:46 ---> Running in babea46e9beb 22:09:47 Removing intermediate container 8227210d162a 22:09:47 ---> 590c5ddbcc74 22:09:47 Step 6/30 : COPY go.mod . 22:09:47 Removing intermediate container e42659cc6050 22:09:47 ---> f667f93cfa39 22:09:47 Step 6/23 : COPY go.mod . 22:09:47 Removing intermediate container a21061665444 22:09:47 ---> b0f158b07bd6 22:09:47 Step 6/22 : COPY go.mod . 22:09:48 Removing intermediate container b3b3e5e271c1 22:09:48 ---> c174b0f202fb 22:09:48 Step 6/23 : COPY go.mod . 22:09:48 ---> af54175d0994 22:09:48 Step 7/30 : RUN go mod download 22:09:49 ---> Running in 50b215a7c4be 22:09:49 ---> 7327ba489da6 22:09:49 Step 7/23 : RUN go mod download 22:09:49 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 22:09:50 ---> f56ea95e1df3 22:09:50 Step 7/22 : RUN go mod download 22:09:50 ---> 03aa255abae5 22:09:50 Step 7/23 : RUN go mod download 22:09:50 ---> Running in 3c90d259bc95 22:09:51 ---> Running in 98a42a337601 22:09:52 ---> Running in 3c89dccc48a9 22:09:54 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 22:09:59 Removing intermediate container babea46e9beb 22:09:59 ---> 18611da039cb 22:09:59 Step 8/21 : COPY . . 22:10:00 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 22:10:01 Removing intermediate container 3c90d259bc95 22:10:01 ---> 0ad2c85e3133 22:10:01 Step 8/23 : COPY . . 22:10:01 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 22:10:05 Removing intermediate container 50b215a7c4be 22:10:05 ---> 8c41073c65a6 22:10:05 Step 8/30 : COPY . . 22:10:07 Removing intermediate container 3c89dccc48a9 22:10:07 ---> 56c2512d462e 22:10:07 Step 8/23 : COPY . . 22:10:08 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 22:10:12 Removing intermediate container 98a42a337601 22:10:12 ---> 9ecbf372e947 22:10:12 Step 8/22 : COPY . . 22:10:13 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 22:10:18 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 22:10:25 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 22:10:29 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 22:10:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:10:42 $ docker stop --time=1 70b59cb0357efaaad09706756c9bd1f8982553d71ed707ae3f3022c6976fa404 22:10:44 $ docker rm -f 70b59cb0357efaaad09706756c9bd1f8982553d71ed707ae3f3022c6976fa404 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:10:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:10:47 22:10:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:10:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:10:47 latest: Pulling from edgex-devops/edgex-compose-arm64 22:10:47 29e5d40040c1: Pulling fs layer 22:10:47 1ce36da41761: Pulling fs layer 22:10:47 25b303627fd3: Pulling fs layer 22:10:47 29e5d40040c1: Verifying Checksum 22:10:47 29e5d40040c1: Download complete 22:10:48 1ce36da41761: Verifying Checksum 22:10:48 1ce36da41761: Download complete 22:10:48 29e5d40040c1: Pull complete 22:10:49 25b303627fd3: Download complete 22:10:49 1ce36da41761: Pull complete 22:11:00 25b303627fd3: Pull complete 22:11:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:11:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:11:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:11:00 prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container 22:11:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:11:03 $ docker top 3df405e07d10a6da9d3140e598f02ff2410b38f3eaa4659fdedca75988afff4e -eo pid,comm [Pipeline] { [Pipeline] sh 22:11:04 + + grepdocker-compose parallel build 22:11:04 --help 22:11:10 --parallel Build images in parallel. [Pipeline] } 22:11:10 $ docker stop --time=1 3df405e07d10a6da9d3140e598f02ff2410b38f3eaa4659fdedca75988afff4e 22:11:12 $ docker rm -f 3df405e07d10a6da9d3140e598f02ff2410b38f3eaa4659fdedca75988afff4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:11:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:11:13 . [Pipeline] withDockerContainer 22:11:13 prd-ubuntu18.04-docker-arm64-4c-16g-26837 does not seem to be running inside a container 22:11:13 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:11:14 $ docker top 6db7217a4665024746b46db0da150b6d640dd8992f7fdf723effbfecc93602f5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:11:15 + docker-compose -f ./docker-compose-build.yml build --parallel 22:11:21 Building docker-core-command-go ... 22:11:21 Building docker-core-data-go ... 22:11:21 Building docker-core-metadata-go ... 22:11:21 Building docker-security-bootstrapper-go ... 22:11:21 Building docker-security-proxy-setup-go ... 22:11:21 Building docker-security-secretstore-setup-go ... 22:11:21 Building docker-support-notifications-go ... 22:11:21 Building docker-support-scheduler-go ... 22:11:21 Building docker-sys-mgmt-agent-go ... 22:11:21 Building docker-sys-mgmt-agent-go 22:11:21 Building docker-security-secretstore-setup-go 22:11:21 Building docker-core-data-go 22:11:21 Building docker-support-scheduler-go 22:11:21 Building docker-security-proxy-setup-go 22:12:39 ---> 61b58ebb2ac9 22:12:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:12:39 ---> bb4d18c7b760 22:12:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:12:39 ---> 1a9fd313103a 22:12:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:12:39 ---> Running in 58ea5ea1ad92 22:12:39 ---> a159667eb335 22:12:39 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:12:39 ---> 393e349d001f 22:12:39 Step 9/23 : RUN make cmd/core-command/core-command 22:12:39 ---> Running in 4d2cc2c317e6 22:12:39 ---> Running in 84c9cde21b11 22:12:39 ---> Running in 9295084e874f 22:12:39 ---> Running in 86d747c23c9f 22:12:39 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 22:12:39 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 22:12:39 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 22:12:39 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 22:12:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:12:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:12:43 ---> bc861747fb39 22:12:43 Step 3/22 : WORKDIR /edgex-go 22:12:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:12:43 ---> bc861747fb39 22:12:43 Step 3/23 : WORKDIR /edgex-go 22:12:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:12:43 ---> bc861747fb39 22:12:43 Step 3/21 : WORKDIR /edgex-go 22:12:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:12:43 ---> bc861747fb39 22:12:43 Step 3/24 : WORKDIR /edgex-go 22:12:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:12:43 ---> bc861747fb39 22:12:43 Step 3/26 : WORKDIR /edgex-go 22:12:43 ---> Running in 11616a8cd4f2 22:12:43 ---> Running in bc2cfe4e2035 22:12:43 ---> Running in fa963bdd7b65 22:12:43 ---> Running in 8d9296ce26a4 22:12:43 ---> Running in fe4fbf5e6bab 22:12:43 Removing intermediate container 8d9296ce26a4 22:12:43 ---> 17f39a038d99 22:12:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:43 Removing intermediate container 11616a8cd4f2 22:12:43 ---> 6af548cbd851 22:12:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:43 Removing intermediate container fa963bdd7b65 22:12:43 ---> 70de1ccbde9a 22:12:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:43 Removing intermediate container bc2cfe4e2035 22:12:43 ---> dff21f6b41e4 22:12:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:43 Removing intermediate container fe4fbf5e6bab 22:12:43 ---> ab9a96b45752 22:12:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:43 ---> Running in 280153b23d74 22:12:43 ---> Running in cfb7cfac9e3c 22:12:43 ---> Running in 587711d0da93 22:12:43 ---> Running in c39da0b21bf0 22:12:43 ---> Running in 4d64d1f1b8e9 22:12:43 Removing intermediate container 280153b23d74 22:12:43 ---> 0e93da3ded6a 22:12:43 Step 5/22 : RUN apk add --update --no-cache make git 22:12:43 ---> Running in 31e89eedd10f 22:12:43 Removing intermediate container cfb7cfac9e3c 22:12:43 ---> 445b33ef241b 22:12:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:12:43 ---> Running in 6a5c00d9e9fc 22:12:43 Removing intermediate container 587711d0da93 22:12:43 ---> 0f1b8b1c37c7 22:12:43 Step 5/24 : RUN apk add --update --no-cache make git 22:12:43 Removing intermediate container c39da0b21bf0 22:12:43 ---> 3fe9c77d4e13 22:12:43 Step 5/26 : RUN apk add --update --no-cache make bash git 22:12:43 ---> Running in 407cb92c4c48 22:12:43 Removing intermediate container 4d64d1f1b8e9 22:12:43 ---> 21533683fb85 22:12:43 Step 5/21 : RUN apk add --update --no-cache make git 22:12:43 ---> Running in 2ad7caf6d2c7 22:12:43 ---> Running in a891f03ed329 22:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:44 OK: 217 MiB in 51 packages 22:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:45 OK: 217 MiB in 51 packages 22:12:45 OK: 217 MiB in 51 packages 22:12:45 OK: 217 MiB in 51 packages 22:12:45 OK: 217 MiB in 51 packages 22:12:45 Removing intermediate container 31e89eedd10f 22:12:45 ---> 7ad8b64d1e2a 22:12:45 Step 6/22 : COPY go.mod . 22:12:46 Removing intermediate container 6a5c00d9e9fc 22:12:46 ---> 6f4fb66b0722 22:12:46 Step 6/23 : COPY go.mod . 22:12:46 ---> 48c93dff953e 22:12:46 Step 7/22 : RUN go mod download 22:12:47 ---> Running in 9060d2630dcb 22:12:47 Removing intermediate container 407cb92c4c48 22:12:47 ---> f9a148dc94a7 22:12:47 Step 6/24 : COPY go.mod . 22:12:47 Removing intermediate container 2ad7caf6d2c7 22:12:47 ---> 3c6ca196f9e9 22:12:47 Step 6/26 : COPY go.mod . 22:12:47 Removing intermediate container a891f03ed329 22:12:47 ---> 8b9fdd5f0339 22:12:47 Step 6/21 : COPY go.mod . 22:12:48 ---> f8d3f3f59866 22:12:48 Step 7/23 : RUN go mod download 22:12:48 ---> Running in 51577d77fc4a 22:12:48 ---> 567fb500b8bc 22:12:48 Step 7/24 : RUN go mod download 22:12:48 ---> Running in 23e742c4effa 22:12:48 ---> beb6337bf13a 22:12:48 ---> b82c154e8bf2 22:12:48 Step 7/21 : RUN go mod download 22:12:48 Step 7/26 : RUN go mod download 22:12:49 ---> Running in 43179e375464 22:12:49 ---> Running in b91468ae302c 22:12:51 Removing intermediate container 9060d2630dcb 22:12:51 ---> 8b29cbabead9 22:12:51 Step 8/22 : COPY . . 22:12:52 Removing intermediate container 51577d77fc4a 22:12:52 ---> 5e9c11afe05f 22:12:52 Step 8/23 : COPY . . 22:12:54 Removing intermediate container 23e742c4effa 22:12:54 ---> 728175d430ff 22:12:54 Step 8/24 : COPY . . 22:12:54 Removing intermediate container 43179e375464 22:12:54 ---> b385d2ebbfdb 22:12:54 Step 8/21 : COPY . . 22:12:54 Removing intermediate container b91468ae302c 22:12:54 ---> 3d11359912a1 22:12:54 Step 8/26 : COPY . . 22:13:21 ---> 72ac8f507669 22:13:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:13:21 ---> 2f6ea72decc9 22:13:21 Step 9/23 : RUN make cmd/core-data/core-data 22:13:21 ---> 6ebaedde3fd3 22:13:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:13:21 ---> 6b0e71e79177 22:13:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:13:21 ---> 41630624d505 22:13:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:13:21 ---> Running in 6a23fff9fb66 22:13:21 ---> Running in 759e285b6a2d 22:13:21 ---> Running in 0749d27a1110 22:13:21 ---> Running in 6444d7bea045 22:13:21 ---> Running in 04138b55fb9b 22:13:21 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 22:13:21 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 22:13:21 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 22:13:21 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 22:13:21 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 22:13:51 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 22:14:12 Removing intermediate container 86d747c23c9f 22:14:12 ---> c0d9c42f3a74 22:14:12 22:14:12 Step 10/30 : FROM alpine:3.12 22:14:12 3.12: Pulling from library/alpine 22:14:12 Removing intermediate container 4d2cc2c317e6 22:14:12 ---> 5271c0b6db93 22:14:12 22:14:12 Step 10/22 : FROM alpine:3.12 22:14:12 Removing intermediate container 9295084e874f 22:14:12 ---> 3d78519a9ffc 22:14:12 22:14:12 Step 10/23 : FROM alpine:3.12 22:14:12 3.12: Pulling from library/alpine 22:14:12 3.12: Pulling from library/alpine 22:14:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:14:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:14:13 Status: Downloaded newer image for alpine:3.12 22:14:13 ---> 389fef711851 22:14:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:14:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:14:13 Status: Image is up to date for alpine:3.12 22:14:13 ---> 389fef711851 22:14:13 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:14:13 Status: Downloaded newer image for alpine:3.12 22:14:13 ---> 389fef711851 22:14:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:14:16 ---> Running in c5e16129aad5 22:14:16 ---> Running in 77a425d13b93 22:14:16 ---> Running in 987c0e5c9c0f 22:14:17 Removing intermediate container 84c9cde21b11 22:14:17 ---> 48e148da527e 22:14:17 22:14:17 Step 10/23 : FROM alpine:3.12 22:14:17 ---> 389fef711851 22:14:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:14:17 Removing intermediate container 58ea5ea1ad92 22:14:17 ---> 9a54d30a2efa 22:14:17 22:14:17 Step 10/21 : FROM alpine:3.12 22:14:17 ---> 389fef711851 22:14:17 Step 11/21 : RUN apk add --update --no-cache curl 22:14:17 ---> Running in 2bd60a572c04 22:14:17 Removing intermediate container 987c0e5c9c0f 22:14:17 ---> b76b29af471c 22:14:17 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:14:17 ---> Running in 37b4b8a76016 22:14:17 ---> Running in 2aab9e4bd1cc 22:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:18 (1/1) Installing dumb-init (1.2.2-r1) 22:14:18 Executing busybox-1.31.1-r19.trigger 22:14:18 OK: 6 MiB in 15 packages 22:14:19 (1/2) Installing ca-certificates (20191127-r4) 22:14:19 (2/2) Installing dumb-init (1.2.2-r1) 22:14:19 Executing busybox-1.31.1-r19.trigger 22:14:19 Executing ca-certificates-20191127-r4.trigger 22:14:19 OK: 6 MiB in 16 packages 22:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:20 (1/1) Installing dumb-init (1.2.2-r1) 22:14:20 Executing busybox-1.31.1-r19.trigger 22:14:20 OK: 6 MiB in 15 packages 22:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:22 Removing intermediate container c5e16129aad5 22:14:22 ---> 96cfd9444bd7 22:14:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:14:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:22 (1/4) Installing ca-certificates (20191127-r4) 22:14:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:14:22 (3/4) Installing libcurl (7.69.1-r3) 22:14:22 (4/4) Installing curl (7.69.1-r3) 22:14:22 Executing busybox-1.31.1-r19.trigger 22:14:23 (1/2) Installing dumb-init (1.2.2-r1) 22:14:23 (2/2) Installing su-exec (0.2-r1) 22:14:23 Executing busybox-1.31.1-r19.trigger 22:14:23 OK: 6 MiB in 16 packages 22:14:23 Executing ca-certificates-20191127-r4.trigger 22:14:23 OK: 7 MiB in 18 packages 22:14:24 ---> Running in df59cd9d1323 22:14:24 Removing intermediate container 2bd60a572c04 22:14:24 ---> e49643b9fbbd 22:14:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:14:24 Removing intermediate container 77a425d13b93 22:14:24 ---> 3027564a6a0a 22:14:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:14:24 ---> Running in d20a1721ee2e 22:14:24 ---> Running in e7ab7ab8a30c 22:14:25 Removing intermediate container df59cd9d1323 22:14:25 ---> e854134bfe60 22:14:25 Step 13/23 : ENV APP_PORT=48082 22:14:26 ---> Running in 0224ddb0c7be 22:14:26 Removing intermediate container 2aab9e4bd1cc 22:14:26 ---> b379b044a9cd 22:14:26 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:14:26 Removing intermediate container e7ab7ab8a30c 22:14:26 ---> 8ffbd547cb9f 22:14:26 Step 13/22 : ENV APP_PORT=48060 22:14:26 Removing intermediate container d20a1721ee2e 22:14:26 ---> 38c4bda02013 22:14:26 Step 13/23 : ENV APP_PORT=48081 22:14:26 ---> Running in f57492742964 22:14:26 ---> Running in 83130534f030 22:14:26 ---> Running in 8381bf9c5879 22:14:26 Removing intermediate container 37b4b8a76016 22:14:26 ---> bc9721a54143 22:14:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:14:27 Removing intermediate container 0224ddb0c7be 22:14:27 ---> 0da07db2a17f 22:14:27 Step 14/23 : EXPOSE $APP_PORT 22:14:28 ---> Running in 358029a1a5e4 22:14:28 Removing intermediate container 83130534f030 22:14:28 ---> 5f14ac9fb756 22:14:28 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:14:28 Removing intermediate container 8381bf9c5879 22:14:28 ---> 3750bab5a19c 22:14:28 Step 14/23 : EXPOSE $APP_PORT 22:14:28 Removing intermediate container f57492742964 22:14:28 ---> b9e9f78a555b 22:14:28 Step 14/22 : EXPOSE $APP_PORT 22:14:28 ---> Running in 761c589cef72 22:14:28 ---> Running in adbb5f212690 22:14:28 ---> Running in 3f640f4ee72e 22:14:28 ---> Running in 21d68e4a75dd 22:14:29 Removing intermediate container 358029a1a5e4 22:14:29 ---> dd551403aaa0 22:14:29 Step 13/21 : WORKDIR /edgex 22:14:29 Removing intermediate container 761c589cef72 22:14:29 ---> 46d1c0887d96 22:14:29 Step 15/23 : WORKDIR / 22:14:29 Removing intermediate container 3f640f4ee72e 22:14:29 ---> eeefea2a12e4 22:14:29 Step 15/23 : WORKDIR / 22:14:29 ---> Running in cc611440c473 22:14:29 Removing intermediate container adbb5f212690 22:14:29 ---> c0546756f7ba 22:14:29 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:14:30 Removing intermediate container 21d68e4a75dd 22:14:30 ---> 20fd9a64dc0e 22:14:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:14:30 ---> Running in 41a088186975 22:14:30 ---> Running in 08f428269b93 22:14:30 ---> Running in d7a0bd125abe 22:14:30 Removing intermediate container cc611440c473 22:14:30 ---> b57b737599a1 22:14:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:14:31 Removing intermediate container 08f428269b93 22:14:31 ---> 07c6c50e8984 22:14:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:14:31 Removing intermediate container 41a088186975 22:14:31 ---> 2978902aca3a 22:14:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:14:31 ---> d2ae64608fec 22:14:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:14:32 ---> 980048e239fc 22:14:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:14:32 ---> d42b3fbbee91 22:14:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:14:32 ---> dac591366e75 22:14:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:14:33 ---> 3061cfe789a7 22:14:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:14:33 ---> 04f5a5e55d66 22:14:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:14:33 ---> b24abf891042 22:14:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:14:33 ---> 00dfa225d82a 22:14:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:14:33 Removing intermediate container d7a0bd125abe 22:14:33 ---> ad09a4926421 22:14:33 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:14:34 ---> Running in 17f52e1ef04d 22:14:34 ---> 2196b564dfab 22:14:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:14:35 ---> Running in 328f96a788dc 22:14:35 ---> ef04f65ff779 22:14:35 Step 19/23 : ENTRYPOINT ["/core-command"] 22:14:35 ---> 05a966c5acfd 22:14:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:14:35 ---> 630054a3bb02 22:14:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:14:35 ---> Running in 853f1c2786e2 22:14:35 ---> Running in 5060bbaa8332 22:14:35 Removing intermediate container 17f52e1ef04d 22:14:35 ---> 2efc89a275fc 22:14:35 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:14:35 ---> Running in 34aece672438 22:14:35 Removing intermediate container 328f96a788dc 22:14:35 ---> 9be4d59a3b55 22:14:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:14:36 ---> Running in 026fc7eaabe0 22:14:36 Removing intermediate container 853f1c2786e2 22:14:36 ---> e79cd88bd787 22:14:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:14:36 Removing intermediate container 34aece672438 22:14:36 ---> d8e0738ecf9e 22:14:36 Step 18/21 : CMD ["--init=true"] 22:14:36 Removing intermediate container 5060bbaa8332 22:14:36 ---> 43b8461a647d 22:14:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:14:36 ---> e83e202da990 22:14:36 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:14:36 ---> Running in ea955a55abde 22:14:36 ---> Running in 3938bd111ba2 22:14:36 Removing intermediate container 026fc7eaabe0 22:14:36 ---> 64ad74fc70d1 22:14:36 Step 20/22 : LABEL arch=x86_64 22:14:36 ---> Running in e435e1d67f3d 22:14:36 ---> Running in 9c8865b10b25 22:14:37 ---> Running in 3a318dfc058e 22:14:37 Removing intermediate container ea955a55abde 22:14:37 ---> 25078d0e640f 22:14:37 Step 21/23 : LABEL arch=x86_64 22:14:37 Removing intermediate container 3938bd111ba2 22:14:37 ---> be97786d3333 22:14:37 Step 21/23 : LABEL arch=x86_64 22:14:37 Removing intermediate container e435e1d67f3d 22:14:37 ---> fcd514672291 22:14:37 Step 19/21 : LABEL arch=x86_64 22:14:37 ---> Running in 85f4bb54bb60 22:14:37 Removing intermediate container 3a318dfc058e 22:14:37 ---> 905e32a04486 22:14:37 Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:14:37 ---> Running in a3c62f4cebd1 22:14:38 ---> Running in 2c3bde93dc36 22:14:38 ---> Running in 080cb4f4a469 22:14:38 Removing intermediate container 85f4bb54bb60 22:14:38 ---> eef2efd3cd27 22:14:38 Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:14:38 Removing intermediate container a3c62f4cebd1 22:14:38 ---> 932e68b9dea9 22:14:38 Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:14:38 Removing intermediate container 2c3bde93dc36 22:14:38 ---> f5ef205d2685 22:14:38 Step 20/21 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:14:38 ---> Running in e7d504f4a884 22:14:39 ---> Running in 8e2fb79fcbbe 22:14:39 ---> Running in 1debbf5493c0 22:14:39 Removing intermediate container 080cb4f4a469 22:14:39 ---> 2d1c979a261a 22:14:39 Step 22/22 : LABEL version=0.0.0 22:14:39 ---> Running in dc034820329b 22:14:39 Removing intermediate container e7d504f4a884 22:14:39 ---> 69bc337d23c3 22:14:39 Step 23/23 : LABEL version=0.0.0 22:14:39 Removing intermediate container 1debbf5493c0 22:14:39 ---> 459a982e3d8f 22:14:39 Step 21/21 : LABEL version=0.0.0 22:14:39 Removing intermediate container 8e2fb79fcbbe 22:14:39 ---> b32bcabd08ca 22:14:39 Step 23/23 : LABEL version=0.0.0 22:14:39 ---> Running in 9b3f0c8efa90 22:14:39 ---> Running in 0aa0311ed71c 22:14:39 ---> Running in 6d8d7e7f54a7 22:14:39 Removing intermediate container dc034820329b 22:14:39 ---> c0c9fb3793b7 22:14:39 22:14:40 Removing intermediate container 9c8865b10b25 22:14:40 ---> 99a6cbf23892 22:14:40 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:14:40 Removing intermediate container 9b3f0c8efa90 22:14:40 ---> 51c72ec6d490 22:14:40 22:14:41 Removing intermediate container 0aa0311ed71c 22:14:41 ---> fc99b61f0cf0 22:14:41 22:14:41 Removing intermediate container 6d8d7e7f54a7 22:14:41 ---> 03689c4d98e3 22:14:41 22:14:41 ---> 859f40fdeb18 22:14:41 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:14:42 Successfully built 51c72ec6d490 22:14:43 Successfully built c0c9fb3793b7 22:14:43 Successfully tagged docker-core-command-go:latest 22:14:43 Successfully built fc99b61f0cf0 22:14:43 Building docker-security-secretstore-setup-go 22:14:43  Building docker-core-command-go ... done Successfully built 03689c4d98e3 22:14:43 Successfully tagged docker-support-notifications-go:latest 22:14:43 Successfully tagged docker-security-proxy-setup-go:latest 22:14:43  Building docker-support-notifications-go ... done  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 22:14:43 Building docker-sys-mgmt-agent-go 22:14:43 Successfully tagged docker-core-metadata-go:latest 22:14:43 Building docker-support-scheduler-go 22:14:44  Building docker-core-metadata-go ... done  ---> 6ca9d5be299d 22:14:44 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:14:45 ---> 0754527e8bda 22:14:45 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:14:52 ---> aed357388733 22:14:52 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:14:54 ---> Running in 614cbd308573 22:14:55 Removing intermediate container 614cbd308573 22:14:55 ---> 5061d9f86070 22:14:55 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:14:58 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 22:14:59 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 22:15:02 ---> 51525f2edd8a 22:15:02 Step 25/30 : RUN chmod +x /entrypoint.sh 22:15:05 ---> Running in 5fbca97166a0 22:15:11 Removing intermediate container 5fbca97166a0 22:15:11 ---> 3731a3ed8649 22:15:11 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:15:13 ---> Running in 886f16b5d541 22:15:14 Removing intermediate container 886f16b5d541 22:15:14 ---> 07cf8fc882d2 22:15:14 Step 27/30 : CMD ["gate"] 22:15:14 ---> Running in 4c46a30b072f 22:15:15 Removing intermediate container 4c46a30b072f 22:15:15 ---> 7e9086deef9f 22:15:15 Step 28/30 : LABEL arch=x86_64 22:15:15 ---> Running in d1f48c53bacf 22:15:17 Removing intermediate container 6444d7bea045 22:15:17 ---> 172a8a8ac023 22:15:17 22:15:17 Step 10/24 : FROM alpine:3.12 22:15:17 3.12: Pulling from library/alpine 22:15:17 Removing intermediate container 04138b55fb9b 22:15:17 ---> 6bf904b52ce7 22:15:17 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:15:17 ---> Running in b0453c10e6f8 22:15:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:15:18 Status: Downloaded newer image for alpine:3.12 22:15:18 ---> afeebe901d6b 22:15:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:15:19 Removing intermediate container d1f48c53bacf 22:15:19 ---> fc0bc6c0740b 22:15:19 Step 29/30 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:15:19 ---> Running in 1cff7be3d477 22:15:20 ---> Running in 9cb9e9f56d9d 22:15:20 Removing intermediate container 9cb9e9f56d9d 22:15:20 ---> e02a08d3fd33 22:15:20 Step 30/30 : LABEL version=0.0.0 22:15:20 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 22:15:20 ---> Running in d94d924880af 22:15:20 Removing intermediate container 0749d27a1110 22:15:20 ---> 072250d1109b 22:15:20 22:15:20 Step 10/21 : FROM alpine:3.12 22:15:20 ---> afeebe901d6b 22:15:20 Step 11/21 : RUN apk add --update --no-cache curl 22:15:21 ---> Running in 9bdc8dbc8cb7 22:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:23 (1/5) Installing ca-certificates (20191127-r4) 22:15:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:15:23 (3/5) Installing libcurl (7.69.1-r3) 22:15:23 (4/5) Installing curl (7.69.1-r3) 22:15:23 (5/5) Installing dumb-init (1.2.2-r1) 22:15:23 Executing busybox-1.31.1-r19.trigger 22:15:23 Executing ca-certificates-20191127-r4.trigger 22:15:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:23 OK: 7 MiB in 19 packages 22:15:23 Removing intermediate container d94d924880af 22:15:23 ---> 1fdc3fb3432f 22:15:23 22:15:23 (1/4) Installing ca-certificates (20191127-r4) 22:15:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:15:23 (3/4) Installing libcurl (7.69.1-r3) 22:15:23 (4/4) Installing curl (7.69.1-r3) 22:15:24 Executing busybox-1.31.1-r19.trigger 22:15:24 Executing ca-certificates-20191127-r4.trigger 22:15:24 OK: 7 MiB in 18 packages 22:15:24 Successfully built 1fdc3fb3432f 22:15:25 Successfully tagged docker-security-bootstrapper-go:latest 22:15:27 Removing intermediate container 1cff7be3d477 22:15:27 ---> 746e96f59a98 22:15:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:15:27 ---> Running in f51e3d424ead 22:15:27 Removing intermediate container 9bdc8dbc8cb7 22:15:27 ---> 3ca1ca559b56 22:15:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:15:28 Removing intermediate container b0453c10e6f8 22:15:28 ---> 755da77fe3b5 22:15:28 22:15:28 Step 11/26 : FROM docker:20.10.0 22:15:28 20.10.0: Pulling from library/docker 22:15:28 ---> Running in 1eb3fa12586f 22:15:28 Removing intermediate container f51e3d424ead 22:15:28 ---> 78e2f5102b68 22:15:28 Step 13/24 : WORKDIR / 22:15:29 ---> Running in a0cb594d4dea 22:15:29 Removing intermediate container 1eb3fa12586f 22:15:29 ---> 48f3bebd6e05 22:15:29 Step 13/21 : WORKDIR /edgex 22:15:30 ---> Running in 5ce29b87aed9 22:15:30 Removing intermediate container a0cb594d4dea 22:15:30 ---> 33ff3e7c7c27 22:15:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:15:31 Removing intermediate container 6a23fff9fb66 22:15:31 ---> e160cf741926 22:15:31 22:15:31 Step 10/22 : FROM alpine:3.12 22:15:31 ---> afeebe901d6b 22:15:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:15:31 Removing intermediate container 5ce29b87aed9 22:15:31 ---> 7076f195f747 22:15:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:15:32 ---> Running in df987cd2a303 22:15:32 ---> cf52650f8eb6 22:15:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:15:33 ---> b916b07899ef 22:15:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:15:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:34 ---> ab2f9be61cae 22:15:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:15:34 (1/1) Installing dumb-init (1.2.2-r1) 22:15:34 Executing busybox-1.31.1-r19.trigger 22:15:35 OK: 5 MiB in 15 packages 22:15:36 ---> b79fd722824c 22:15:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:15:36 ---> 7e42b8d748ad 22:15:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:15:37 Removing intermediate container df987cd2a303 22:15:37 ---> ac73617ed6a2 22:15:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:15:38 ---> Running in 5f3d35ab417a 22:15:39 ---> 7be2845d1f2f 22:15:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:15:39 ---> 3e5f82e62343 22:15:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:15:39 ---> Running in 8a25b76e7b2f 22:15:39 Removing intermediate container 5f3d35ab417a 22:15:39 ---> 325c698be861 22:15:39 Step 13/22 : ENV APP_PORT=48085 22:15:40 ---> Running in b0540003f2c4 22:15:40 Removing intermediate container 8a25b76e7b2f 22:15:40 ---> 3b77ff4c2221 22:15:40 Step 18/21 : CMD ["--init=true"] 22:15:40 ---> Running in 2b3dd5bc4c47 22:15:41 ---> 2ee65deac476 22:15:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:15:41 Removing intermediate container b0540003f2c4 22:15:41 ---> 62eb4d14ba7d 22:15:41 Step 14/22 : EXPOSE $APP_PORT 22:15:42 ---> Running in b91d1c502e9c 22:15:42 Removing intermediate container 2b3dd5bc4c47 22:15:42 ---> e6318224aa80 22:15:42 Step 19/21 : LABEL arch=arm64 22:15:43 ---> 5630743d8136 22:15:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:15:43 ---> Running in 6e4fc5774328 22:15:43 ---> Running in ba9930806e3f 22:15:43 Removing intermediate container b91d1c502e9c 22:15:43 ---> 885601eac6cf 22:15:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:15:43 Removing intermediate container 6e4fc5774328 22:15:43 ---> ccd7bc408e77 22:15:43 Step 20/21 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:15:44 Removing intermediate container 759e285b6a2d 22:15:44 ---> 1b19fbcc2bcf 22:15:44 22:15:44 Step 10/23 : FROM alpine:3.12 22:15:44 ---> afeebe901d6b 22:15:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:15:44 ---> Running in df58f7620539 22:15:44 ---> Running in c1bbc74c0521 22:15:45 ---> 4ead764b959a 22:15:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:15:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:15:45 Status: Downloaded newer image for docker:20.10.0 22:15:45 ---> eeaf43b92773 22:15:45 Step 12/26 : RUN apk add --no-cache bash 22:15:45 Removing intermediate container df58f7620539 22:15:45 ---> 4d3bce3ab3eb 22:15:45 Step 21/21 : LABEL version=0.0.0 22:15:45 Removing intermediate container c1bbc74c0521 22:15:45 ---> 6db15b516d0a 22:15:45 Step 12/23 : ENV APP_PORT=48080 22:15:45 ---> Running in ede83dc2d66f 22:15:45 ---> Running in a5ad36c3cd08 22:15:45 ---> Running in d72302e3d4b0 22:15:46 Removing intermediate container a5ad36c3cd08 22:15:46 ---> ff490f2ef8ed 22:15:46 22:15:46 Removing intermediate container d72302e3d4b0 22:15:46 ---> 91e77b825c44 22:15:46 Step 13/23 : EXPOSE $APP_PORT 22:15:46 ---> 8804eedac5b1 22:15:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:15:46 Removing intermediate container ba9930806e3f 22:15:46 ---> f5575d5ed01d 22:15:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:15:46 Successfully built ff490f2ef8ed 22:15:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:15:47  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 22:15:47 ---> Running in f735a5b80d3c 22:15:47 ---> Running in 86e63eccfb6a 22:15:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:47 Removing intermediate container f735a5b80d3c 22:15:47 ---> e0a223e89c7a 22:15:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:47 Removing intermediate container 86e63eccfb6a 22:15:47 ---> b4227f5b1d7d 22:15:47 Step 22/24 : LABEL arch=arm64 22:15:47 ---> Running in 78032d99ffc1 22:15:47 ---> e5f235b7b063 22:15:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:15:47 (1/2) Installing readline (8.0.4-r0) 22:15:47 (2/2) Installing bash (5.0.17-r0) 22:15:47 Executing bash-5.0.17-r0.post-install 22:15:47 Executing busybox-1.31.1-r19.trigger 22:15:48 OK: 12 MiB in 22 packages 22:15:48 ---> Running in ba632788cc62 22:15:48 ---> Running in 85749eacfc05 22:15:50 Removing intermediate container ba632788cc62 22:15:50 ---> 5498291e2248 22:15:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:15:50 Removing intermediate container 85749eacfc05 22:15:50 ---> b33a07da5f77 22:15:50 Step 23/24 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:15:50 Removing intermediate container ede83dc2d66f 22:15:50 ---> 5a09e8d376f1 22:15:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:15:50 ---> Running in ec650f74a6b0 22:15:50 ---> Running in 464bd57888fe 22:15:50 ---> Running in 804bf59d87d7 22:15:51 Removing intermediate container 464bd57888fe 22:15:51 Removing intermediate container ec650f74a6b0 22:15:51 ---> 8bdf463990ab 22:15:51 ---> 19235011bd66 22:15:51 Step 20/22 : LABEL arch=arm64Step 24/24 : LABEL version=0.0.0 22:15:51 22:15:52 Removing intermediate container 78032d99ffc1 22:15:52 ---> f570584573d6 22:15:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:15:52 Removing intermediate container 804bf59d87d7 22:15:52 ---> c79c5e9562d7 22:15:52 Step 14/26 : ENV APP_PORT=48090 22:15:52 ---> Running in d6a9f710e718 22:15:52 ---> Running in 3bd260444b01 22:15:52 ---> Running in ec2a3cd96cae 22:15:52 ---> Running in e8212c86382f 22:15:53 Removing intermediate container d6a9f710e718 22:15:53 ---> a7130c5d4ffa 22:15:53 Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:15:53 Removing intermediate container 3bd260444b01 22:15:53 ---> 0fdc46086450 22:15:53 22:15:53 Removing intermediate container e8212c86382f 22:15:53 ---> b235c43c6bbf 22:15:53 Step 15/26 : EXPOSE $APP_PORT 22:15:53 ---> Running in b9132fc778f4 22:15:53 ---> Running in abd20747cec0 22:15:54 Successfully built 0fdc46086450 22:15:54 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:15:54  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 22:15:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:54 Removing intermediate container b9132fc778f4 22:15:54 ---> 736dbf9bfe03 22:15:54 Step 22/22 : LABEL version=0.0.0 22:15:54 Removing intermediate container abd20747cec0 22:15:54 ---> 320bdaccd1a8 22:15:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:15:54 ---> Running in 5b70587d6a74 22:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:55 Removing intermediate container 5b70587d6a74 22:15:55 ---> a9c379a135ed 22:15:55 22:15:55 (1/6) Installing dumb-init (1.2.2-r1) 22:15:56 Successfully built a9c379a135ed 22:15:56 (2/6) Installing libgcc (9.3.0-r2) 22:15:56 (3/6) Installing libsodium (1.0.18-r0) 22:15:56 (4/6) Installing libstdc++ (9.3.0-r2) 22:15:56 Successfully tagged docker-support-scheduler-go-arm64:latest 22:15:56  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 22:15:56 (5/6) Installing libzmq (4.3.3-r0) 22:15:56 ---> 5e590f86bf11 22:15:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:15:56 (6/6) Installing zeromq (4.3.3-r0) 22:15:56 Executing busybox-1.31.1-r19.trigger 22:15:56 OK: 8 MiB in 20 packages 22:15:57 ---> 3966e72aac8e 22:15:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:15:59 Removing intermediate container ec2a3cd96cae 22:15:59 ---> bb994a20e6c5 22:15:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:15:59 ---> 9103d2101e93 22:15:59 Step 19/26 : RUN apk --no-cache add py3-pip 22:16:00 ---> d3e65c0aa86a 22:16:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:16:00 ---> Running in bd1e9d377854 22:16:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:02 (1/33) Installing libbz2 (1.0.8-r1) 22:16:02 (2/33) Installing expat (2.2.9-r1) 22:16:02 (3/33) Installing libffi (3.3-r2) 22:16:02 (4/33) Installing gdbm (1.13-r1) 22:16:02 (5/33) Installing xz-libs (5.2.5-r0) 22:16:02 (6/33) Installing sqlite-libs (3.32.1-r0) 22:16:02 (7/33) Installing python3 (3.8.5-r0) 22:16:03 ---> e2c0e816ae2f 22:16:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:16:04 (8/33) Installing py3-appdirs (1.4.4-r1) 22:16:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:16:04 (10/33) Installing py3-parsing (2.4.7-r0) 22:16:04 (11/33) Installing py3-six (1.15.0-r0) 22:16:04 (12/33) Installing py3-packaging (20.4-r0) 22:16:04 (13/33) Installing py3-setuptools (47.0.0-r0) 22:16:04 (14/33) Installing py3-chardet (3.0.4-r4) 22:16:04 (15/33) Installing py3-idna (2.9-r0) 22:16:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:16:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:16:05 (18/33) Installing py3-requests (2.23.0-r0) 22:16:05 (19/33) Installing py3-msgpack (1.0.0-r0) 22:16:05 (20/33) Installing py3-lockfile (0.12.2-r3) 22:16:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:16:05 (22/33) Installing py3-colorama (0.4.3-r0) 22:16:05 (23/33) Installing py3-distlib (0.3.0-r0) 22:16:05 (24/33) Installing py3-distro (1.5.0-r1) 22:16:05 (25/33) Installing py3-webencodings (0.5.1-r3) 22:16:05 (26/33) Installing py3-html5lib (1.0.1-r4) 22:16:05 (27/33) Installing py3-pytoml (0.1.21-r0) 22:16:05 (28/33) Installing py3-pep517 (0.8.2-r0) 22:16:05 (29/33) Installing py3-progress (1.5-r0) 22:16:05 (30/33) Installing py3-toml (0.10.1-r0) 22:16:05 (31/33) Installing py3-retrying (1.3.3-r0) 22:16:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:16:05 (33/33) Installing py3-pip (20.1.1-r0) 22:16:05 ---> 5d525951ee33 22:16:05 Step 19/23 : ENTRYPOINT ["/core-data"] 22:16:05 Executing busybox-1.31.1-r19.trigger 22:16:05 OK: 71 MiB in 55 packages 22:16:05 ---> Running in 5ccdf24ef0a4 22:16:06 Removing intermediate container 5ccdf24ef0a4 22:16:06 ---> 702c5c12de36 22:16:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:16:07 ---> Running in 1e74bfdc3f8b 22:16:08 Removing intermediate container 1e74bfdc3f8b 22:16:08 ---> d332ab7b87c7 22:16:08 Step 21/23 : LABEL arch=arm64 22:16:09 ---> Running in 08cd6ba071a2 22:16:10 Removing intermediate container 08cd6ba071a2 22:16:10 ---> da49a3f5c4f4 22:16:10 Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:16:10 ---> Running in 87257cc37811 22:16:11 Removing intermediate container 87257cc37811 22:16:11 ---> 901e3ffc2d27 22:16:11 Step 23/23 : LABEL version=0.0.0 22:16:11 ---> Running in b5f65295f47b 22:16:12 Removing intermediate container b5f65295f47b 22:16:12 ---> 3898b80a2580 22:16:12 22:16:12 Removing intermediate container bd1e9d377854 22:16:12 ---> 847893ea0dc4 22:16:12 Step 20/26 : RUN pip install docker-compose==1.23.2 22:16:13 ---> Running in 592cafd020d3 22:16:13 Successfully built 3898b80a2580 22:16:13 Successfully tagged docker-core-data-go-arm64:latest 22:16:13  Building docker-core-data-go ... done Building docker-core-metadata-go 22:16:18 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:18 Step 2/30 : FROM ${BUILDER_BASE} AS builder 22:16:18 ---> bc861747fb39 22:16:18 Step 3/30 : WORKDIR /edgex-go 22:16:18 ---> Using cache 22:16:18 ---> ab9a96b45752 22:16:18 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:18 ---> Using cache 22:16:18 ---> 21533683fb85 22:16:18 Step 5/30 : RUN apk add --update --no-cache make git 22:16:18 ---> Using cache 22:16:18 ---> 8b9fdd5f0339 22:16:18 Step 6/30 : COPY go.mod . 22:16:18 ---> Using cache 22:16:18 ---> b82c154e8bf2 22:16:18 Step 7/30 : RUN go mod download 22:16:18 ---> Using cache 22:16:18 ---> b385d2ebbfdb 22:16:18 Step 8/30 : COPY . . 22:16:18 ---> Using cache 22:16:18 ---> 6ebaedde3fd3 22:16:18 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:16:18 Collecting docker-compose==1.23.2 22:16:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:16:19 ---> Running in 88a9158b5415 22:16:20 Collecting cached-property<2,>=1.2.0 22:16:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:16:20 Collecting jsonschema<3,>=2.5.1 22:16:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:16:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:16:21 Collecting texttable<0.10,>=0.9.0 22:16:21 Downloading texttable-0.9.1.tar.gz (11 kB) 22:16:24 Collecting PyYAML<4,>=3.10 22:16:24 Downloading PyYAML-3.13.tar.gz (270 kB) 22:16:29 Collecting dockerpty<0.5,>=0.4.1 22:16:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:16:31 Collecting docopt<0.7,>=0.6.1 22:16:31 Downloading docopt-0.6.2.tar.gz (25 kB) 22:16:34 Collecting docker<4.0,>=3.6.0 22:16:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:16:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:16:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:16:36  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:16:36 ---> 133517db2750 22:16:36 Step 3/22 : WORKDIR /edgex-go 22:16:36 ---> Using cache 22:16:36 ---> 05ea89acfa51 22:16:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:36 ---> Using cache 22:16:36 ---> d16cd4835d0d 22:16:36 Step 5/22 : RUN apk add --update --no-cache make git 22:16:36 ---> Using cache 22:16:36 ---> c174b0f202fb 22:16:36 Step 6/22 : COPY go.mod . 22:16:36 ---> Using cache 22:16:36 ---> 03aa255abae5 22:16:36 Step 7/22 : RUN go mod download 22:16:36 ---> Using cache 22:16:36 ---> 56c2512d462e 22:16:36 Step 8/22 : COPY . . 22:16:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:16:36 ---> 133517db2750 22:16:36 Step 3/26 : WORKDIR /edgex-go 22:16:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:16:36 ---> 133517db2750 22:16:36 Step 3/24 : WORKDIR /edgex-go 22:16:36 ---> Using cache 22:16:36 ---> 05ea89acfa51 22:16:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:36 ---> Using cache 22:16:36 ---> d16cd4835d0d 22:16:36 Step 5/24 : RUN apk add --update --no-cache make git 22:16:36 ---> Using cache 22:16:36 ---> c174b0f202fb 22:16:36 Step 6/24 : COPY go.mod . 22:16:36 ---> Using cache 22:16:36 ---> 03aa255abae5 22:16:36 Step 7/24 : RUN go mod download 22:16:36 ---> Using cache 22:16:36 ---> 56c2512d462e 22:16:36 Step 8/24 : COPY . . ---> Using cache 22:16:36 ---> 05ea89acfa51 22:16:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:36 22:16:36 ---> Using cache 22:16:36 ---> d16cd4835d0d 22:16:36 Step 5/26 : RUN apk add --update --no-cache make bash git 22:16:36 ---> Using cache 22:16:36 ---> bb4d18c7b760 22:16:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:16:36 ---> Using cache 22:16:36 ---> bb4d18c7b760 22:16:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:16:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:16:36 ---> 133517db2750 22:16:36 Step 3/23 : WORKDIR /edgex-go 22:16:36 ---> Using cache 22:16:36 ---> 05ea89acfa51 22:16:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:36 ---> Using cache 22:16:36 ---> d16cd4835d0d 22:16:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:16:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:16:36 ---> bc861747fb39 22:16:36 Step 3/23 : WORKDIR /edgex-go 22:16:36 ---> Using cache 22:16:36 ---> ab9a96b45752 22:16:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:36 ---> Using cache 22:16:36 ---> 21533683fb85 22:16:36 Step 5/23 : RUN apk add --update --no-cache make git 22:16:36 ---> Using cache 22:16:36 ---> 8b9fdd5f0339 22:16:36 Step 6/23 : COPY go.mod . 22:16:36 ---> Using cache 22:16:36 ---> b82c154e8bf2 22:16:36 Step 7/23 : RUN go mod download 22:16:36 ---> Using cache 22:16:36 ---> b385d2ebbfdb 22:16:36 Step 8/23 : COPY . . 22:16:36 ---> Using cache 22:16:36 ---> 6ebaedde3fd3 22:16:36 Step 9/23 : RUN make cmd/core-command/core-command 22:16:37 ---> Running in 44f0a469e5d1 22:16:37 ---> Running in 13322f6c4522 22:16:37 ---> Running in 44e8fcdb893a 22:16:37 ---> Running in 7966c749ad45 22:16:37 Collecting websocket-client<1.0,>=0.32.0 22:16:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:16:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:16:37 ---> bc861747fb39 22:16:37 Step 3/22 : WORKDIR /edgex-go 22:16:37 ---> Using cache 22:16:37 ---> ab9a96b45752 22:16:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:37 ---> Using cache 22:16:37 ---> 21533683fb85 22:16:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:16:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:16:39 Collecting docker-pycreds>=0.4.0 22:16:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:16:41 Collecting idna<2.8,>=2.5 22:16:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:16:41 ---> Running in 18c0932f01f6 22:16:41 ---> Running in 263e1d5931cb 22:16:41 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 22:16:41 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 22:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:42 Collecting urllib3<1.25,>=1.21.1 22:16:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:42 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) 22:16:42 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) 22:16:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:16:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:16:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:16:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:16:43 Installing collected packages: cached-property, jsonschema, texttable, PyYAML, dockerpty, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose 22:16:43 OK: 233 MiB in 51 packages 22:16:43 OK: 233 MiB in 51 packages 22:16:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:16:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:44 Running setup.py install for texttable: started 22:16:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:45 OK: 217 MiB in 51 packages 22:16:46 Running setup.py install for texttable: finished with status 'done' 22:16:46 Running setup.py install for PyYAML: started 22:16:49 Removing intermediate container 18c0932f01f6 22:16:49 ---> 3499f8e28ebb 22:16:49 Step 6/22 : COPY go.mod . 22:16:50 Running setup.py install for PyYAML: finished with status 'done' 22:16:50 Running setup.py install for dockerpty: started 22:16:51 ---> 8e004b724ad5 22:16:51 Step 7/22 : RUN go mod download 22:16:51 ---> Running in c260c6f7cf04 22:16:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:16:51 ---> bc861747fb39 22:16:51 Step 3/23 : WORKDIR /edgex-go 22:16:51 ---> Using cache 22:16:51 ---> ab9a96b45752 22:16:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:51 ---> Using cache 22:16:51 ---> 21533683fb85 22:16:51 Step 5/23 : RUN apk add --update --no-cache make git 22:16:51 ---> Using cache 22:16:51 ---> 8b9fdd5f0339 22:16:51 Step 6/23 : COPY go.mod . 22:16:51 ---> Using cache 22:16:51 ---> b82c154e8bf2 22:16:51 Step 7/23 : RUN go mod download 22:16:51 ---> Using cache 22:16:51 ---> b385d2ebbfdb 22:16:51 Step 8/23 : COPY . . 22:16:51 ---> Using cache 22:16:51 ---> 6ebaedde3fd3 22:16:51 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:16:51 ---> Running in e5a35adc3252 22:16:51 Removing intermediate container 7966c749ad45 22:16:51 ---> 5ee5de7714bd 22:16:51 Step 6/23 : COPY go.mod . 22:16:51 Removing intermediate container 44e8fcdb893a 22:16:51 ---> b533a5297487 22:16:51 Step 6/26 : COPY go.mod . 22:16:52 ---> ec4da1fa5e3e 22:16:52 Step 7/23 : RUN go mod download 22:16:52 ---> da4bef3f287b 22:16:52 Step 7/26 : RUN go mod download 22:16:53 Running setup.py install for dockerpty: finished with status 'done' 22:16:53 Running setup.py install for docopt: started 22:16:53 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 22:16:54 ---> Running in a267ddcab692 22:16:54 ---> Running in 293af3a13940 22:16:56 Removing intermediate container c260c6f7cf04 22:16:56 ---> fac1c910d651 22:16:56 Step 8/22 : COPY . . 22:16:56 Running setup.py install for docopt: finished with status 'done' 22:16:56 Attempting uninstall: idna 22:16:56 Found existing installation: idna 2.9 22:16:56 Uninstalling idna-2.9: 22:16:56 Successfully uninstalled idna-2.9 22:16:57 Attempting uninstall: urllib3 22:16:57 Found existing installation: urllib3 1.25.9 22:16:57 Uninstalling urllib3-1.25.9: 22:16:57 Successfully uninstalled urllib3-1.25.9 22:16:58 Attempting uninstall: requests 22:16:58 Found existing installation: requests 2.23.0 22:16:58 Uninstalling requests-2.23.0: 22:16:58 Successfully uninstalled requests-2.23.0 22:17:02 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 22:17:04 Removing intermediate container a267ddcab692 22:17:04 ---> 56fb124ecfe8 22:17:04 Step 8/26 : COPY . . 22:17:04 Removing intermediate container 293af3a13940 22:17:04 ---> 1ec31ea386c2 22:17:04 Step 8/23 : COPY . . 22:17:12 Removing intermediate container 592cafd020d3 22:17:12 ---> bccff4bf8cc4 22:17:12 Step 21/26 : RUN apk --no-cache add curl 22:17:12 ---> Running in b71ee594ef47 22:17:15 ---> cd507a37841a 22:17:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:17:15 ---> Running in 601176ddab38 22:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:17:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:17:16 (2/3) Installing libcurl (7.69.1-r3) 22:17:16 (3/3) Installing curl (7.69.1-r3) 22:17:16 Executing busybox-1.31.1-r19.trigger 22:17:16 OK: 71 MiB in 58 packages 22:17:17 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 22:17:18 Removing intermediate container b71ee594ef47 22:17:18 ---> 9b4a582ce76a 22:17:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:17:18 ---> Running in 55da249c37a8 22:17:19 Removing intermediate container 55da249c37a8 22:17:19 ---> 9e5eae8c79d9 22:17:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:19 ---> Running in 2fe189c1ae72 22:17:19 Removing intermediate container 2fe189c1ae72 22:17:19 ---> 6e6f0040db3a 22:17:19 Step 24/26 : LABEL arch=arm64 22:17:20 ---> Running in e9a5dd02f818 22:17:20 Removing intermediate container e9a5dd02f818 22:17:20 ---> 75924f777e99 22:17:20 Step 25/26 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:17:21 ---> Running in be5a2f0b1aaa 22:17:21 Removing intermediate container be5a2f0b1aaa 22:17:21 ---> 637e632987c5 22:17:21 Step 26/26 : LABEL version=0.0.0 22:17:21 ---> Running in 30606ee0a83e 22:17:22 Removing intermediate container 30606ee0a83e 22:17:22 ---> da585707ef7e 22:17:22 22:17:22 Successfully built da585707ef7e 22:17:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:17:41  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 88a9158b5415 22:17:41 ---> 940db8b45b29 22:17:41 22:17:41 Step 10/30 : FROM alpine:3.12 22:17:41 ---> afeebe901d6b 22:17:41 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:17:41 ---> Running in 0706d5f9074e 22:17:42 Removing intermediate container 0706d5f9074e 22:17:42 ---> 127ea71ae9db 22:17:42 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:17:42 ---> Running in 9dce59ac6f5a 22:17:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:17:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:17:44 (1/2) Installing dumb-init (1.2.2-r1) 22:17:44 (2/2) Installing su-exec (0.2-r1) 22:17:44 Executing busybox-1.31.1-r19.trigger 22:17:44 OK: 5 MiB in 16 packages 22:17:46 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 22:17:46 Removing intermediate container 9dce59ac6f5a 22:17:46 ---> 44b6da9b4662 22:17:46 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:17:46 ---> Running in c487e5cc89a1 22:17:47 Removing intermediate container c487e5cc89a1 22:17:47 ---> 58876d5e410c 22:17:47 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:17:47 ---> Running in 28fd85467040 22:17:48 Removing intermediate container 28fd85467040 22:17:48 ---> 85fcc5ac5176 22:17:48 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:17:48 ---> Running in 57bd19f9013e 22:17:53 Removing intermediate container 57bd19f9013e 22:17:53 ---> b3be555d1ab1 22:17:53 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:17:53 ---> Running in 8c548c165381 22:17:53 Removing intermediate container 8c548c165381 22:17:53 ---> 05373f4a8088 22:17:53 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:17:54 ---> 31a6f3885bac 22:17:54 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:17:54 ---> Running in acb5328f121e 22:17:58 Removing intermediate container acb5328f121e 22:17:58 ---> efb5e90bf7af 22:17:58 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:59 ---> 0b7e5ac64b76 22:17:59 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:18:01 ---> 6b7d5f52613b 22:18:01 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:18:02 ---> 200ceefc2246 22:18:02 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:18:03 ---> fbe9f5b9f6c9 22:18:03 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:18:04 ---> Running in 5cc496319615 22:18:05 Removing intermediate container 5cc496319615 22:18:05 ---> 1e13b5271b92 22:18:05 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:18:06 ---> 327d35e3bae5 22:18:06 Step 25/30 : RUN chmod +x /entrypoint.sh 22:18:06 ---> Running in 5b9fa7163879 22:18:10 Removing intermediate container 5b9fa7163879 22:18:10 ---> ac060abcd6df 22:18:10 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:18:10 Removing intermediate container 44f0a469e5d1 22:18:10 ---> 7df2efc82b37 22:18:10 22:18:10 Step 10/22 : FROM alpine:3.12 22:18:10 ---> 389fef711851 22:18:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:18:10 ---> Using cache 22:18:10 ---> e49643b9fbbd 22:18:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:18:10 ---> Using cache 22:18:10 ---> 38c4bda02013 22:18:10 Step 13/22 : ENV APP_PORT=48085 22:18:10 ---> Running in bdec5eae9dc9 22:18:11 Removing intermediate container bdec5eae9dc9 22:18:11 ---> a978a51351bb 22:18:11 Step 27/30 : CMD ["gate"] 22:18:11 ---> Running in dcf3d70a9b96 22:18:12 Removing intermediate container dcf3d70a9b96 22:18:12 ---> 7e7783dd104b 22:18:12 Step 28/30 : LABEL arch=arm64 22:18:12 ---> Running in c773256cced6 22:18:13 ---> Running in dcbff4081559 22:18:13 Removing intermediate container c773256cced6 22:18:13 ---> a6dd3a8f7c6c 22:18:13 Step 29/30 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:18:13 ---> Running in 35f534ee13a5 22:18:14 Removing intermediate container 35f534ee13a5 22:18:14 ---> 59836974c42f 22:18:14 Step 30/30 : LABEL version=0.0.0 22:18:14 ---> Running in e80c20f6b3f0 22:18:15 Removing intermediate container e80c20f6b3f0 22:18:15 ---> 477dacd698ed 22:18:15 22:18:16 Successfully built 477dacd698ed 22:18:16 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:18:20 Removing intermediate container dcbff4081559 22:18:20 ---> 0b6d3dce8d34 22:18:20 Step 14/22 : EXPOSE $APP_PORT 22:18:22 ---> Running in 430cb71bbb88 22:18:24  Building docker-security-bootstrapper-go ... done Removing intermediate container 263e1d5931cb 22:18:24 ---> 5dd0b0d522d6 22:18:24 22:18:24 Step 10/23 : FROM alpine:3.12 22:18:24 ---> afeebe901d6b 22:18:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:18:24 ---> Using cache 22:18:24 ---> ac73617ed6a2 22:18:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:18:24 ---> Using cache 22:18:24 ---> 325c698be861 22:18:24 Step 13/23 : ENV APP_PORT=48082 22:18:24 ---> Running in 02f14a5cbea2 22:18:25 Removing intermediate container 02f14a5cbea2 22:18:25 ---> 75182491032a 22:18:25 Step 14/23 : EXPOSE $APP_PORT 22:18:25 ---> Running in 611c360880a8 22:18:25 Removing intermediate container 13322f6c4522 22:18:25 ---> ee0210e16cd3 22:18:25 22:18:25 Step 10/24 : FROM alpine:3.12 22:18:25 ---> 389fef711851 22:18:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:18:25 Removing intermediate container 611c360880a8 22:18:25 ---> cfa38718f9c2 22:18:25 Step 15/23 : WORKDIR / 22:18:26 Removing intermediate container 430cb71bbb88 22:18:26 ---> 6a624b62dafb 22:18:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:26 ---> Running in 7643c55a306c 22:18:26 Removing intermediate container 7643c55a306c 22:18:26 ---> fcec28192b0b 22:18:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:28 ---> 3445f6a6e7ca 22:18:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:18:29 ---> Running in 5dd61b443ae2 22:18:29 ---> 96fc4ae2a51c 22:18:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:18:30 ---> 038e3713a2e7 22:18:30 Step 19/23 : ENTRYPOINT ["/core-command"] 22:18:30 ---> 6a1a0b9eefa0 22:18:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:18:30 ---> Running in 73d7b576a516 22:18:31 Removing intermediate container 73d7b576a516 22:18:31 ---> 13de9b732a5d 22:18:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:31 ---> Running in 56ff005b6b53 22:18:32 Removing intermediate container 56ff005b6b53 22:18:32 ---> f99587ba91ea 22:18:32 Step 21/23 : LABEL arch=arm64 22:18:32 ---> Running in b2c1c48bdfad 22:18:32 Removing intermediate container b2c1c48bdfad 22:18:32 ---> e1ec46ea2389 22:18:32 Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:18:32 ---> Running in 29fd8763525a 22:18:33 Removing intermediate container 29fd8763525a 22:18:33 ---> 3abe58b7c2af 22:18:33 Step 23/23 : LABEL version=0.0.0 22:18:33 ---> Running in bc263eb61f59 22:18:34 ---> 562135d74668 22:18:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:18:34 Removing intermediate container bc263eb61f59 22:18:34 ---> e0b6bb034278 22:18:34 22:18:35 Successfully built e0b6bb034278 22:18:35 Successfully tagged docker-core-command-go-arm64:latest 22:18:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:36 (1/5) Installing ca-certificates (20191127-r4) 22:18:36 ---> 20ea51973101 22:18:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:18:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:18:36 (3/5) Installing libcurl (7.69.1-r3) 22:18:36 (4/5) Installing curl (7.69.1-r3) 22:18:36 (5/5) Installing dumb-init (1.2.2-r1) 22:18:36 Executing busybox-1.31.1-r19.trigger 22:18:37 Executing ca-certificates-20191127-r4.trigger 22:18:37 OK: 7 MiB in 19 packages 22:18:37  Building docker-core-command-go ... done Removing intermediate container e5a35adc3252 22:18:37 ---> f17f557d3e4f 22:18:37 22:18:37 Step 10/23 : FROM alpine:3.12 22:18:37 ---> afeebe901d6b 22:18:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:18:37 ---> Using cache 22:18:37 ---> ac73617ed6a2 22:18:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:18:37 ---> Using cache 22:18:37 ---> 325c698be861 22:18:37 Step 13/23 : ENV APP_PORT=48081 22:18:37 ---> Running in 733550a74183 22:18:38 Removing intermediate container 733550a74183 22:18:38 ---> 4a6eab6ecbd7 22:18:38 Step 14/23 : EXPOSE $APP_PORT 22:18:38 ---> Running in 0b779b69aea1 22:18:38 Removing intermediate container 601176ddab38 22:18:38 ---> 5ae676a994be 22:18:38 22:18:38 Step 10/22 : FROM alpine:3.12 22:18:38 ---> afeebe901d6b 22:18:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:18:38 ---> Running in 3f606e20851c 22:18:38 ---> Running in 21891907c04a 22:18:39 Removing intermediate container 3f606e20851c 22:18:39 ---> de549924205d 22:18:39 Step 15/23 : WORKDIR / 22:18:39 ---> Running in 3ab37f50691f 22:18:39 Removing intermediate container 0b779b69aea1 22:18:39 ---> f87b9b11b30f 22:18:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:39 ---> Running in 329d28049484 22:18:39 Removing intermediate container 3ab37f50691f 22:18:39 ---> ac36c7cc98c3 22:18:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:18:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:18:40 (1/2) Installing ca-certificates (20191127-r4) 22:18:40 ---> 65a1a6388d6c 22:18:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:18:40 (2/2) Installing dumb-init (1.2.2-r1) 22:18:40 Executing busybox-1.31.1-r19.trigger 22:18:40 Executing ca-certificates-20191127-r4.trigger 22:18:40 ---> 4b044b0f7488 22:18:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:18:40 OK: 6 MiB in 16 packages 22:18:41 Removing intermediate container 5dd61b443ae2 22:18:41 ---> 590dcb2bf3c8 22:18:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:18:41 ---> Running in 3846afca4558 22:18:41 ---> 9a077c036386 22:18:41 Step 9/23 : RUN make cmd/core-data/core-data 22:18:41 Removing intermediate container 329d28049484 22:18:41 ---> 8546b6bad2b3 22:18:41 Step 20/22 : LABEL arch=x86_64 22:18:42 ---> Running in 35f080f80e6a 22:18:42 ---> db448860ea9d 22:18:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:18:42 ---> Running in e1dd1cc52025 22:18:42 ---> Running in 5ec5027ab690 22:18:42 Removing intermediate container 21891907c04a 22:18:42 ---> 2cdaf3a2a436 22:18:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:18:42 ---> Running in 94edddbd149a 22:18:43 ---> 937f93ecbf6d 22:18:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:18:43 ---> Running in ec7c07ea5c5d 22:18:43 Removing intermediate container 94edddbd149a 22:18:43 ---> a076cfb604ca 22:18:43 Step 13/22 : ENV APP_PORT=48060 22:18:43 ---> Running in 85fd4a680c93 22:18:43 Removing intermediate container ec7c07ea5c5d 22:18:43 ---> 72f069549a9b 22:18:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:43 Removing intermediate container 35f080f80e6a 22:18:43 ---> 1a68b5922e92 22:18:43 Step 13/24 : WORKDIR / 22:18:43 Removing intermediate container 5ec5027ab690 22:18:43 ---> f0fd986f15d8 22:18:43 Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:18:43 ---> Running in feb6c3a5abd7 22:18:43 Removing intermediate container 85fd4a680c93 22:18:43 ---> 5728415d89d5 22:18:43 Step 14/22 : EXPOSE $APP_PORT 22:18:44 ---> Running in 610c0d5f8f4d 22:18:44 ---> Running in 37803ed98932 22:18:44 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 22:18:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:18:44 ---> Running in 69886b06b35d 22:18:44 Removing intermediate container feb6c3a5abd7 22:18:44 ---> 15261e80f4c9 22:18:44 Step 21/23 : LABEL arch=arm64 22:18:44 Removing intermediate container 610c0d5f8f4d 22:18:44 ---> 32993d93094e 22:18:44 Step 22/22 : LABEL version=0.0.0 22:18:44 ---> Running in 4366b2a1af33 22:18:44 Removing intermediate container 69886b06b35d 22:18:44 ---> c6c8918a495a 22:18:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:45 Removing intermediate container 4366b2a1af33 22:18:45 ---> 862b4bf8b6a3 22:18:45 Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:18:45 ---> Running in a9fb028ef9fd 22:18:45 ---> adb2fc08afec 22:18:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:18:45 Removing intermediate container a9fb028ef9fd 22:18:45 ---> 16224199b8fb 22:18:45 Step 23/23 : LABEL version=0.0.0 22:18:45 ---> Running in a1da94a6aaf1 22:18:46 Removing intermediate container a1da94a6aaf1 22:18:46 ---> 0ec2ada52840 22:18:46 22:18:46 Removing intermediate container 37803ed98932 22:18:46 ---> ce8e957ecf17 22:18:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:18:46 ---> Running in b546dcb9e9eb 22:18:46 Successfully built 0ec2ada52840 22:18:46 ---> 87cea3f0c0f9 22:18:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:18:46 Successfully tagged docker-core-metadata-go-arm64:latest 22:18:47  Building docker-core-metadata-go ... done  ---> 32ac88a83115 22:18:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:18:47 ---> Running in 19589b166900 22:18:48 ---> c3e017f8cfc9 22:18:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:18:48 Removing intermediate container b546dcb9e9eb 22:18:48 ---> 3611457e4274 22:18:48 22:18:48 Removing intermediate container 19589b166900 22:18:48 ---> 9727c4dd3d86 22:18:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:48 ---> Running in 7635be439be5 22:18:48 Removing intermediate container 7635be439be5 22:18:48 ---> e6664329c702 22:18:48 Step 20/22 : LABEL arch=arm64 22:18:48 ---> Running in 2779456dc113 22:18:49 Successfully built 3611457e4274 22:18:49 Removing intermediate container 2779456dc113 22:18:49 ---> aeb34098b334 22:18:49 Step 21/22 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:18:49 Successfully tagged docker-support-scheduler-go:latest 22:18:49 ---> Running in 07f1d98aa017 22:18:49 Removing intermediate container 07f1d98aa017 22:18:49 ---> 1fd9a47235cc 22:18:49 Step 22/22 : LABEL version=0.0.0 22:18:49 ---> Running in 625f3d259461 22:18:50 Removing intermediate container 625f3d259461 22:18:50 ---> 6c6c17cdb5ae 22:18:50 22:18:50 Successfully built 6c6c17cdb5ae 22:18:50 Successfully tagged docker-support-notifications-go-arm64:latest 22:18:51  Building docker-support-notifications-go ... done  [Pipeline] } 22:18:51 $ docker stop --time=1 6db7217a4665024746b46db0da150b6d640dd8992f7fdf723effbfecc93602f5 22:18:51  Building docker-support-scheduler-go ... done  ---> 9cb2a1f17c32 22:18:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:18:53 $ docker rm -f 6db7217a4665024746b46db0da150b6d640dd8992f7fdf723effbfecc93602f5 22:18:53 ---> 9a015d7f4e1f 22:18:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] // withDockerContainer [Pipeline] sh 22:18:53 + grep docker 22:18:53 + docker images 22:18:53 docker-support-notifications-go-arm64 latest 6c6c17cdb5ae 3 seconds ago 16.8MB 22:18:53 docker-core-metadata-go-arm64 latest 0ec2ada52840 8 seconds ago 17.9MB 22:18:53 docker-core-command-go-arm64 latest e0b6bb034278 19 seconds ago 16.2MB 22:18:53 docker-security-bootstrapper-go-arm64 latest 477dacd698ed 38 seconds ago 17.2MB 22:18:53 docker-sys-mgmt-agent-go-arm64 latest da585707ef7e About a minute ago 300MB 22:18:53 docker-core-data-go-arm64 latest 3898b80a2580 2 minutes ago 21.1MB 22:18:53 docker-support-scheduler-go-arm64 latest a9c379a135ed 2 minutes ago 16.3MB 22:18:53 docker-security-secretstore-setup-go-arm64 latest 0fdc46086450 3 minutes ago 23.6MB 22:18:53 docker-security-proxy-setup-go-arm64 latest ff490f2ef8ed 3 minutes ago 23.4MB 22:18:53 docker 20.10.0 eeaf43b92773 2 months 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] } 22:18:58 ---> b73c3e19d351 22:18:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:19:02 ---> d427291f1e0f 22:19:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:19:03 ---> 157ae5a15cdb 22:19:03 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:19:04 ---> Running in dfe5f77f6b97 22:19:08 Removing intermediate container dfe5f77f6b97 22:19:08 ---> fea25255e805 22:19:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:19:09 ---> Running in 1e377517b8e9 22:19:11 Removing intermediate container 1e377517b8e9 22:19:11 ---> ac44572339c1 22:19:11 Step 22/24 : LABEL arch=x86_64 22:19:11 ---> Running in b41a578d702b 22:19:12 Removing intermediate container b41a578d702b 22:19:12 ---> e30731bb44e4 22:19:12 Step 23/24 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:19:13 ---> Running in b868f7b8b314 22:19:14 Removing intermediate container b868f7b8b314 22:19:14 ---> 6fc80c63e3fc 22:19:14 Step 24/24 : LABEL version=0.0.0 22:19:14 ---> Running in 0260c1b00cd7 22:19:15 Removing intermediate container 0260c1b00cd7 22:19:15 ---> 62e7f991be26 22:19:15 22:19:16 Successfully built 62e7f991be26 22:19:17 Successfully tagged docker-security-secretstore-setup-go:latest 22:19:33  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3846afca4558 22:19:33 ---> bdd34b978bf5 22:19:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:19:33 ---> Running in c3c3d03e5336 22:19:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:19:38 Removing intermediate container e1dd1cc52025 22:19:38 ---> 35ab9717969b 22:19:38 22:19:38 Step 10/23 : FROM alpine:3.12 22:19:38 ---> 389fef711851 22:19:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:19:38 ---> Running in bf7118f58b52 22:19:38 Removing intermediate container c3c3d03e5336 22:19:38 ---> 5d36a5b76798 22:19:38 22:19:38 Step 11/26 : FROM docker:20.10.0 22:19:38 20.10.0: Pulling from library/docker 22:19:39 Removing intermediate container bf7118f58b52 22:19:39 ---> 50fc0d14290e 22:19:39 Step 12/23 : ENV APP_PORT=48080 22:19:39 ---> Running in a98f803dc14a 22:19:40 Removing intermediate container a98f803dc14a 22:19:40 ---> b8be7ead8ca8 22:19:40 Step 13/23 : EXPOSE $APP_PORT 22:19:40 ---> Running in 14ac9be380e0 22:19:41 Removing intermediate container 14ac9be380e0 22:19:41 ---> b125eed2ce5c 22:19:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:19:42 ---> Running in 1b705ceac672 22:19:47 Removing intermediate container 1b705ceac672 22:19:47 ---> 8f2d1608e595 22:19:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:19:47 ---> Running in 84c818bf0e1d 22:19:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:53 (1/6) Installing dumb-init (1.2.2-r1) 22:19:53 (2/6) Installing libgcc (9.3.0-r2) 22:19:54 (3/6) Installing libsodium (1.0.18-r0) 22:19:54 (4/6) Installing libstdc++ (9.3.0-r2) 22:19:54 (5/6) Installing libzmq (4.3.3-r0) 22:19:55 (6/6) Installing zeromq (4.3.3-r0) 22:19:55 Executing busybox-1.31.1-r19.trigger 22:19:55 OK: 8 MiB in 20 packages 22:20:00 Removing intermediate container 84c818bf0e1d 22:20:00 ---> 40dca4d11bec 22:20:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:20:01 ---> 54e36f32523a 22:20:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:20:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:20:03 Status: Downloaded newer image for docker:20.10.0 22:20:03 ---> aefe523efa57 22:20:03 Step 12/26 : RUN apk add --no-cache bash 22:20:04 ---> Running in 4ed580798c16 22:20:04 ---> d4bcf5e86694 22:20:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:20:06 ---> b2ec9236b622 22:20:06 Step 19/23 : ENTRYPOINT ["/core-data"] 22:20:06 ---> Running in da5e5def3d7b 22:20:08 Removing intermediate container da5e5def3d7b 22:20:08 ---> 1eafe04ac137 22:20:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:20:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:08 ---> Running in 51c13f63e12b 22:20:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:09 (1/2) Installing readline (8.0.4-r0) 22:20:09 (2/2) Installing bash (5.0.17-r0) 22:20:09 Removing intermediate container 51c13f63e12b 22:20:09 ---> c62d2f70400a 22:20:09 Step 21/23 : LABEL arch=x86_64 22:20:09 Executing bash-5.0.17-r0.post-install 22:20:09 Executing busybox-1.31.1-r19.trigger 22:20:09 OK: 12 MiB in 22 packages 22:20:09 ---> Running in 56eb39617dce 22:20:09 Removing intermediate container 56eb39617dce 22:20:09 ---> 21726f79f821 22:20:09 Step 22/23 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:20:10 ---> Running in f8eb1e20b32b 22:20:10 Removing intermediate container f8eb1e20b32b 22:20:10 ---> b894fa2efb7b 22:20:10 Step 23/23 : LABEL version=0.0.0 22:20:11 Removing intermediate container 4ed580798c16 22:20:11 ---> e8369ae4b944 22:20:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:20:12 ---> Running in c08309672a28 22:20:12 ---> Running in 65133598f727 22:20:13 Removing intermediate container c08309672a28 22:20:13 ---> fc0b04887d6c 22:20:13 22:20:13 Successfully built fc0b04887d6c 22:20:13 Removing intermediate container 65133598f727 22:20:13 ---> 12c5d644f772 22:20:13 Step 14/26 : ENV APP_PORT=48090 22:20:13 Successfully tagged docker-core-data-go:latest 22:20:13  Building docker-core-data-go ... done  ---> Running in 250795d56f27 22:20:14 Removing intermediate container 250795d56f27 22:20:14 ---> b847324883b0 22:20:14 Step 15/26 : EXPOSE $APP_PORT 22:20:14 ---> Running in 5278bea2af5c 22:20:15 Removing intermediate container 5278bea2af5c 22:20:15 ---> 7d036d1d8cda 22:20:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:20:16 ---> 34bab33f6e8a 22:20:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:20:18 ---> 21d915d6fd71 22:20:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:20:19 ---> 2b7a2b37bbe2 22:20:19 Step 19/26 : RUN apk --no-cache add py3-pip 22:20:19 ---> Running in c8a2df8aa183 22:20:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:22 (1/33) Installing libbz2 (1.0.8-r1) 22:20:22 (2/33) Installing expat (2.2.9-r1) 22:20:22 (3/33) Installing libffi (3.3-r2) 22:20:22 (4/33) Installing gdbm (1.13-r1) 22:20:22 (5/33) Installing xz-libs (5.2.5-r0) 22:20:22 (6/33) Installing sqlite-libs (3.32.1-r0) 22:20:22 (7/33) Installing python3 (3.8.5-r0) 22:20:27 (8/33) Installing py3-appdirs (1.4.4-r1) 22:20:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:20:27 (10/33) Installing py3-parsing (2.4.7-r0) 22:20:27 (11/33) Installing py3-six (1.15.0-r0) 22:20:27 (12/33) Installing py3-packaging (20.4-r0) 22:20:27 (13/33) Installing py3-setuptools (47.0.0-r0) 22:20:27 (14/33) Installing py3-chardet (3.0.4-r4) 22:20:28 (15/33) Installing py3-idna (2.9-r0) 22:20:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:20:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:20:28 (18/33) Installing py3-requests (2.23.0-r0) 22:20:28 (19/33) Installing py3-msgpack (1.0.0-r0) 22:20:28 (20/33) Installing py3-lockfile (0.12.2-r3) 22:20:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:20:28 (22/33) Installing py3-colorama (0.4.3-r0) 22:20:28 (23/33) Installing py3-distlib (0.3.0-r0) 22:20:28 (24/33) Installing py3-distro (1.5.0-r1) 22:20:28 (25/33) Installing py3-webencodings (0.5.1-r3) 22:20:28 (26/33) Installing py3-html5lib (1.0.1-r4) 22:20:28 (27/33) Installing py3-pytoml (0.1.21-r0) 22:20:28 (28/33) Installing py3-pep517 (0.8.2-r0) 22:20:28 (29/33) Installing py3-progress (1.5-r0) 22:20:28 (30/33) Installing py3-toml (0.10.1-r0) 22:20:28 (31/33) Installing py3-retrying (1.3.3-r0) 22:20:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:20:28 (33/33) Installing py3-pip (20.1.1-r0) 22:20:28 Executing busybox-1.31.1-r19.trigger 22:20:28 OK: 71 MiB in 55 packages 22:20:41 Removing intermediate container c8a2df8aa183 22:20:41 ---> cd2bca48bb01 22:20:41 Step 20/26 : RUN pip install docker-compose==1.23.2 22:20:41 ---> Running in 8440272b302b 22:20:44 Collecting docker-compose==1.23.2 22:20:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:20:45 Collecting docopt<0.7,>=0.6.1 22:20:45 Downloading docopt-0.6.2.tar.gz (25 kB) 22:20:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:20:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:20:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:20:47 Collecting PyYAML<4,>=3.10 22:20:47 Downloading PyYAML-3.13.tar.gz (270 kB) 22:20:49 Collecting cached-property<2,>=1.2.0 22:20:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:20:49 Collecting docker<4.0,>=3.6.0 22:20:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:20:49 Collecting websocket-client<1.0,>=0.32.0 22:20:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:20:49 Collecting dockerpty<0.5,>=0.4.1 22:20:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:20:50 Collecting jsonschema<3,>=2.5.1 22:20:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:20:50 Collecting texttable<0.10,>=0.9.0 22:20:50 Downloading texttable-0.9.1.tar.gz (11 kB) 22:20:51 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) 22:20:51 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) 22:20:51 Collecting urllib3<1.25,>=1.21.1 22:20:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:20:51 Collecting idna<2.8,>=2.5 22:20:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:20:52 Collecting docker-pycreds>=0.4.0 22:20:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:20:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:20:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:20:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:20:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:20:52 Installing collected packages: docopt, urllib3, idna, requests, PyYAML, cached-property, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, texttable, docker-compose 22:20:52 Running setup.py install for docopt: started 22:20:53 Running setup.py install for docopt: finished with status 'done' 22:20:53 Attempting uninstall: urllib3 22:20:53 Found existing installation: urllib3 1.25.9 22:20:53 Uninstalling urllib3-1.25.9: 22:20:53 Successfully uninstalled urllib3-1.25.9 22:20:54 Attempting uninstall: idna 22:20:54 Found existing installation: idna 2.9 22:20:54 Uninstalling idna-2.9: 22:20:54 Successfully uninstalled idna-2.9 22:20:54 Attempting uninstall: requests 22:20:54 Found existing installation: requests 2.23.0 22:20:54 Uninstalling requests-2.23.0: 22:20:54 Successfully uninstalled requests-2.23.0 22:20:54 Running setup.py install for PyYAML: started 22:20:56 Running setup.py install for PyYAML: finished with status 'done' 22:20:56 Running setup.py install for dockerpty: started 22:20:58 Running setup.py install for dockerpty: finished with status 'done' 22:20:58 Running setup.py install for texttable: started 22:20:59 Running setup.py install for texttable: finished with status 'done' 22:21:00 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 22:21:05 Removing intermediate container 8440272b302b 22:21:05 ---> fee056982da8 22:21:05 Step 21/26 : RUN apk --no-cache add curl 22:21:05 ---> Running in 6b48f3108ce9 22:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:21:07 (2/3) Installing libcurl (7.69.1-r3) 22:21:07 (3/3) Installing curl (7.69.1-r3) 22:21:07 Executing busybox-1.31.1-r19.trigger 22:21:07 OK: 72 MiB in 58 packages 22:21:10 Removing intermediate container 6b48f3108ce9 22:21:10 ---> fa18dab84db1 22:21:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:21:10 ---> Running in 351d0148c810 22:21:11 Removing intermediate container 351d0148c810 22:21:11 ---> 3bb297112f44 22:21:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:11 ---> Running in 1f377604778e 22:21:12 Removing intermediate container 1f377604778e 22:21:12 ---> a2ae8b3a71da 22:21:12 Step 24/26 : LABEL arch=x86_64 22:21:12 ---> Running in fef29dbe82d1 22:21:13 Removing intermediate container fef29dbe82d1 22:21:13 ---> 9b09620250e2 22:21:13 Step 25/26 : LABEL git_sha=d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 22:21:13 ---> Running in c10d3cf319ea 22:21:15 Removing intermediate container c10d3cf319ea 22:21:15 ---> 003908de1d42 22:21:15 Step 26/26 : LABEL version=0.0.0 22:21:15 ---> Running in 3aa4f1f738dd 22:21:15 Removing intermediate container 3aa4f1f738dd 22:21:15 ---> e8fbe940827b 22:21:15 22:21:15 Successfully built e8fbe940827b 22:21:15 Successfully tagged docker-sys-mgmt-agent-go:latest 22:21:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:21:16 $ docker stop --time=1 5f483776b0b04a887e98d40dafc27f206ed4f5683ee99461208a0709c859d3f0 22:21:19 $ docker rm -f 5f483776b0b04a887e98d40dafc27f206ed4f5683ee99461208a0709c859d3f0 [Pipeline] // withDockerContainer [Pipeline] sh 22:21:20 + docker images 22:21:20 + grep docker 22:21:21 docker-sys-mgmt-agent-go latest e8fbe940827b 7 seconds ago 313MB 22:21:21 docker-core-data-go latest fc0b04887d6c About a minute ago 22.4MB 22:21:21 docker-security-secretstore-setup-go latest 62e7f991be26 2 minutes ago 24.9MB 22:21:21 docker-support-scheduler-go latest 3611457e4274 2 minutes ago 17.2MB 22:21:21 docker-security-bootstrapper-go latest 1fdc3fb3432f 5 minutes ago 18.2MB 22:21:21 docker-security-proxy-setup-go latest fc99b61f0cf0 6 minutes ago 24.7MB 22:21:21 docker-core-command-go latest 51c72ec6d490 6 minutes ago 17.1MB 22:21:21 docker-core-metadata-go latest 03689c4d98e3 6 minutes ago 19MB 22:21:21 docker-support-notifications-go latest c0c9fb3793b7 6 minutes ago 17.7MB 22:21:21 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:21:37 Still waiting to schedule task 22:21:37 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:22:31 Running on prd-ubuntu18.04-docker-8c-8g-26851 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws 22:22:31 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 22:22:33 using credential edgex-jenkins-ssh 22:22:33 Cloning the remote Git repository 22:22:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:22:33 > git init /w/workspace/edgex-go/4 # timeout=10 22:22:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:22:33 > git --version # timeout=10 22:22:33 > git --version # 'git version 2.17.1' 22:22:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:22:43 Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:22:44 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage 22:22:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:22:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:22:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:22:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:22:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:22:43 > git config core.sparsecheckout # timeout=10 22:22:43 > git checkout -f d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 [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 22:22:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:22:48 ---> package-listing.sh 22:22:48 ++ tr '[:upper:]' '[:lower:]' 22:22:48 ++ facter osfamily 22:22:49 + OS_FAMILY=redhat 22:22:49 + workspace=/w/workspace/edgex-go/4 22:22:49 + START_PACKAGES=/tmp/packages_start.txt 22:22:49 + END_PACKAGES=/tmp/packages_end.txt 22:22:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:22:49 + PACKAGES=/tmp/packages_start.txt 22:22:49 + '[' /w/workspace/edgex-go/4 ']' 22:22:49 + PACKAGES=/tmp/packages_end.txt 22:22:49 + case "${OS_FAMILY}" in 22:22:49 + rpm -qa 22:22:49 + sort 22:23:02 + '[' -f /tmp/packages_start.txt ']' 22:23:02 + '[' -f /tmp/packages_end.txt ']' 22:23:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:23:02 + '[' /w/workspace/edgex-go/4 ']' 22:23:02 + mkdir -p /w/workspace/edgex-go/4/archives/ 22:23:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 22:23:02 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:23:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:23:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:04 22:23:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:23:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:05 alpine: Pulling from edgex-lftools-log-publisher 22:23:05 df20fa9351a1: Pulling fs layer 22:23:05 36b3adc4ff6f: Pulling fs layer 22:23:05 8ad3a11d3b57: Pulling fs layer 22:23:05 46f8f816bc3b: Pulling fs layer 22:23:05 93b61091891f: Pulling fs layer 22:23:05 93b9cdb0e59b: Pulling fs layer 22:23:05 5e14af77c1be: Pulling fs layer 22:23:05 01666e4c0597: Pulling fs layer 22:23:05 aa168da1d23b: Pulling fs layer 22:23:05 46f8f816bc3b: Waiting 22:23:05 93b61091891f: Waiting 22:23:05 93b9cdb0e59b: Waiting 22:23:05 5e14af77c1be: Waiting 22:23:05 01666e4c0597: Waiting 22:23:05 aa168da1d23b: Waiting 22:23:05 36b3adc4ff6f: Verifying Checksum 22:23:05 36b3adc4ff6f: Download complete 22:23:05 46f8f816bc3b: Verifying Checksum 22:23:05 46f8f816bc3b: Download complete 22:23:05 df20fa9351a1: Verifying Checksum 22:23:05 df20fa9351a1: Download complete 22:23:05 93b9cdb0e59b: Verifying Checksum 22:23:05 93b9cdb0e59b: Download complete 22:23:05 5e14af77c1be: Verifying Checksum 22:23:05 5e14af77c1be: Download complete 22:23:05 01666e4c0597: Verifying Checksum 22:23:05 01666e4c0597: Download complete 22:23:05 93b61091891f: Verifying Checksum 22:23:05 93b61091891f: Download complete 22:23:07 df20fa9351a1: Pull complete 22:23:07 8ad3a11d3b57: Verifying Checksum 22:23:07 8ad3a11d3b57: Download complete 22:23:08 36b3adc4ff6f: Pull complete 22:23:12 8ad3a11d3b57: Pull complete 22:23:12 46f8f816bc3b: Pull complete 22:23:13 93b61091891f: Pull complete 22:23:13 93b9cdb0e59b: Pull complete 22:23:13 5e14af77c1be: Pull complete 22:23:13 01666e4c0597: Pull complete 22:23:18 aa168da1d23b: Verifying Checksum 22:23:18 aa168da1d23b: Download complete 22:23:37 aa168da1d23b: Pull complete 22:23:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:23:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:23:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:23:37 prd-centos7-docker-4c-2g-26826 does not seem to be running inside a container 22:23:38 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:23:44 $ docker top 81ca12443732f293db06273e616835eecc942056d3ea320a62069da8d2b4a306 -eo pid,comm [Pipeline] { [Pipeline] sh 22:23:47 + touch /tmp/pre-build-complete [Pipeline] sh 22:23:48 + mkdir -p /var/log/sa [Pipeline] sh 22:23:49 + ls /var/log/sa-host 22:23:49 + sadf -c /var/log/sa-host/sa18 22:23:49 file_magic: OK 22:23:49 HZ: Using current value: 100 22:23:49 file_header: OK 22:23:49 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 22:23:49 Statistics: 22:23:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:23:49 File successfully converted to sysstat format version 12.2.1 22:23:49 + sadf -c /var/log/sa-host/sa23 22:23:49 file_magic: OK 22:23:49 HZ: Using current value: 100 22:23:49 file_header: OK 22:23:49 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 22:23:49 Statistics: 22:23:49 Hnuu...uuuununununu... 22:23:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:23:49 provisioning config files... 22:23:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4700529900414898734tmp [Pipeline] { [Pipeline] echo 22:23:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:23:51 ---> create-netrc.sh [Pipeline] } 22:23:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:23:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:23:52 ---> python-tools-install.sh [Pipeline] echo 22:23:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:23:55 ---> sudo-logs.sh 22:23:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:23:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:23:57 ---> job-cost.sh 22:23:57 lf-activate-venv: SKIPPING 22:23:57 INFO: No Stack... 22:23:58 INFO: Retrieving Pricing Info for: v1-standard-2 22:24:00 INFO: Archiving Costs [Pipeline] echo 22:24:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:24:02 ---> logs-deploy.sh 22:24:02 lf-activate-venv: SKIPPING 22:24:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3171/4 22:24:02 INFO: archiving workspace using pattern(s): 22:24:07 Archives upload complete. 22:24:07 INFO: archiving logs to Nexus 22:24:08 ---> uname -a: 22:24:08 Linux prd-centos7-docker-4c-2g-26826.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:24:08 22:24:08 22:24:08 ---> lscpu: 22:24:08 Architecture: x86_64 22:24:08 CPU op-mode(s): 32-bit, 64-bit 22:24:08 Byte Order: Little Endian 22:24:08 Address sizes: 40 bits physical, 48 bits virtual 22:24:08 CPU(s): 4 22:24:08 On-line CPU(s) list: 0-3 22:24:08 Thread(s) per core: 1 22:24:08 Core(s) per socket: 1 22:24:08 Socket(s): 4 22:24:08 NUMA node(s): 1 22:24:08 Vendor ID: GenuineIntel 22:24:08 CPU family: 6 22:24:08 Model: 44 22:24:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:24:08 Stepping: 1 22:24:08 CPU MHz: 2933.438 22:24:08 BogoMIPS: 5866.87 22:24:08 Virtualization: VT-x 22:24:08 Hypervisor vendor: KVM 22:24:08 Virtualization type: full 22:24:08 L1d cache: 128 KiB 22:24:08 L1i cache: 128 KiB 22:24:08 L2 cache: 16 MiB 22:24:08 L3 cache: 64 MiB 22:24:08 NUMA node0 CPU(s): 0-3 22:24:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:24:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:24:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:24:08 Vulnerability Meltdown: Mitigation; PTI 22:24:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:24:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:24:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:24:08 Vulnerability Srbds: Not affected 22:24:08 Vulnerability Tsx async abort: Not affected 22:24:08 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 22:24:08 22:24:08 22:24:08 ---> nproc: 22:24:08 4 22:24:08 22:24:08 22:24:08 ---> df -h: 22:24:08 Filesystem Size Used Available Use% Mounted on 22:24:08 overlay 50.0G 12.1G 37.8G 24% / 22:24:08 tmpfs 64.0M 0 64.0M 0% /dev 22:24:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:24:08 shm 64.0M 0 64.0M 0% /dev/shm 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /facter-os 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /etc/resolv.conf 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /etc/hostname 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /etc/hosts 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /var/log/auth.log 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /run/cloud-init/result.json 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /var/log/sa-host 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /var/log/secure 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /w/workspace/edgex-go/4@tmp 22:24:08 /dev/vda1 50.0G 12.1G 37.8G 24% /w/workspace/edgex-go/4 22:24:08 22:24:08 22:24:08 ---> free -m: 22:24:08 total used free shared buff/cache available 22:24:08 Mem: 1837 737 237 0 862 1015 22:24:08 Swap: 1023 58 965 22:24:08 22:24:08 22:24:08 ---> ip addr: 22:24:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:24:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:24:08 inet 127.0.0.1/8 scope host lo 22:24:08 valid_lft forever preferred_lft forever 22:24:08 inet6 ::1/128 scope host 22:24:08 valid_lft forever preferred_lft forever 22:24:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:24:08 link/ether fa:16:3e:3f:4a:eb brd ff:ff:ff:ff:ff:ff 22:24:08 inet 10.30.123.55/23 brd 10.30.123.255 scope global dynamic eth0 22:24:08 valid_lft 84512sec preferred_lft 84512sec 22:24:08 inet6 fe80::f816:3eff:fe3f:4aeb/64 scope link 22:24:08 valid_lft forever preferred_lft forever 22:24:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:24:08 link/ether 02:42:a6:c0:79:ad brd ff:ff:ff:ff:ff:ff 22:24:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:24:08 valid_lft forever preferred_lft forever 22:24:08 inet6 fe80::42:a6ff:fec0:79ad/64 scope link 22:24:08 valid_lft forever preferred_lft forever 22:24:08 22:24:08 22:24:08 ---> sar -b -r -n DEV: 22:24:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 22:24:08 22:24:08 21:52:20 LINUX RESTART (4 CPU) 22:24:08 22:24:08 21:53:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:24:08 21:54:01 141.45 89.61 51.84 0.00 6103.26 36739.02 0.00 22:24:08 21:55:02 18.68 8.87 9.80 0.00 874.39 3080.08 0.00 22:24:08 21:56:02 37.61 8.71 28.90 0.00 3592.11 4172.72 0.00 22:24:08 21:57:01 22.31 3.36 18.95 0.00 1103.07 5468.22 0.00 22:24:08 21:58:02 73.79 42.17 31.62 0.00 4547.85 16216.95 0.00 22:24:08 21:59:01 137.81 40.28 97.54 0.00 1683.14 29228.26 0.00 22:24:08 22:00:01 137.91 24.57 113.33 0.00 1321.15 13413.60 0.00 22:24:08 22:01:01 108.24 74.17 34.07 0.00 2259.55 3359.50 0.00 22:24:08 22:02:01 70.16 13.22 56.94 0.00 577.75 7254.39 0.00 22:24:08 22:03:01 39.57 16.81 22.76 0.00 434.41 1839.53 0.00 22:24:08 22:04:02 67.09 22.64 44.44 0.00 1201.93 3710.10 0.00 22:24:08 22:05:01 50.02 26.06 23.95 0.00 1865.86 3467.54 0.00 22:24:08 22:06:01 12.97 1.95 11.02 0.00 193.75 1862.40 0.00 22:24:08 22:07:02 79.03 10.80 68.23 0.00 554.36 16810.50 0.00 22:24:08 22:08:08 174.18 82.40 91.79 0.00 30459.74 78045.15 0.00 22:24:08 22:09:21 588.85 519.63 69.22 0.00 43838.91 47114.46 0.00 22:24:08 22:10:02 220.24 121.11 99.13 0.00 11884.44 9953.34 0.00 22:24:08 22:11:07 676.29 573.71 102.59 0.00 62816.18 65572.23 0.00 22:24:08 22:12:11 709.72 618.20 91.52 0.00 58180.74 60566.83 0.00 22:24:08 22:13:02 412.92 332.36 80.57 0.00 19470.88 18994.42 0.00 22:24:08 22:14:02 108.32 55.69 52.64 0.00 4318.32 12398.65 0.00 22:24:08 22:15:03 232.85 50.02 182.83 0.00 14078.80 54519.44 0.00 22:24:08 22:16:26 547.41 458.36 89.05 0.00 42795.12 55174.09 0.00 22:24:08 22:17:02 314.18 249.38 64.80 0.00 14778.39 13642.68 0.00 22:24:08 22:18:04 535.97 435.21 100.76 0.00 43793.89 42340.06 0.00 22:24:08 22:19:01 553.50 425.59 127.91 0.00 26649.31 29582.52 0.00 22:24:08 22:20:02 122.33 29.67 92.66 0.00 2479.60 19708.25 0.00 22:24:08 22:21:01 78.76 1.91 76.85 0.00 121.88 7365.24 0.00 22:24:08 22:22:01 35.36 12.68 22.68 0.00 2975.80 799.37 0.00 22:24:08 22:23:01 53.26 52.82 0.43 0.00 4639.55 12.31 0.00 22:24:08 Average: 218.67 153.24 65.42 0.00 14527.22 23335.48 0.00 22:24:08 22:24:08 21:53:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:24:08 21:54:01 69220 0 389452 20.70 2620 1420252 836940 28.56 200828 1414696 6552 22:24:08 21:55:02 66036 0 554652 29.48 2620 1258236 1119860 38.22 421596 1195896 2464 22:24:08 21:56:02 66812 0 644664 34.26 2620 1167448 1536500 52.44 535924 1075508 45444 22:24:08 21:57:01 67380 0 657148 34.93 2620 1154396 1316412 44.93 585536 1023816 42408 22:24:08 21:58:02 71648 0 692292 36.79 2596 1115008 1616348 55.16 722692 873832 60560 22:24:08 21:59:01 148376 0 721396 38.34 2096 1009676 1502688 51.28 550728 938544 52 22:24:08 22:00:01 281156 0 723296 38.44 1492 875600 1416980 48.36 474888 854580 40 22:24:08 22:01:01 109528 0 815924 43.36 1492 954600 1794120 61.23 658400 831756 77724 22:24:08 22:02:01 171828 0 832984 44.27 696 876036 1782196 60.82 704780 718628 38284 22:24:08 22:03:01 328296 0 803476 42.70 696 749076 1554104 53.04 551924 709964 16684 22:24:08 22:04:02 276672 0 742692 39.47 696 861484 1332524 45.48 530068 778396 31992 22:24:08 22:05:01 278640 0 766676 40.75 488 835740 1501544 51.25 598400 708096 1100 22:24:08 22:06:01 164860 0 772524 41.06 488 943672 1539876 52.55 635512 783264 51656 22:24:08 22:07:02 171596 0 768208 40.83 372 941368 1565868 53.44 577544 837796 40 22:24:08 22:08:08 75368 0 852896 45.33 0 953280 2272636 77.56 679552 910780 65836 22:24:08 22:09:21 75292 0 844104 44.86 0 962148 2265160 77.31 687376 913892 69380 22:24:08 22:10:02 288432 0 761916 40.49 0 831196 1759920 60.06 522788 850708 41612 22:24:08 22:11:07 67012 0 854896 45.44 0 959636 2347996 80.13 647412 949648 86908 22:24:08 22:12:11 75760 0 867724 46.12 0 938060 2323116 79.28 757564 821236 59384 22:24:08 22:13:02 327868 0 1146856 60.95 0 406820 4102304 140.00 669576 616560 52280 22:24:08 22:14:02 273000 0 830504 44.14 0 778040 2306160 78.71 561032 774196 8844 22:24:08 22:15:03 64968 0 721092 38.32 0 1095484 1452592 49.57 725844 841444 55320 22:24:08 22:16:26 68440 0 811272 43.12 0 1001832 2139712 73.02 654276 945892 68100 22:24:08 22:17:02 158384 0 925444 49.19 0 797716 2280356 77.82 696972 779212 480 22:24:08 22:18:04 67492 0 784932 41.72 0 1029120 1950680 66.57 639832 939332 48696 22:24:08 22:19:01 74088 0 959500 51.00 0 847956 2783500 95.00 812856 746484 516 22:24:08 22:20:02 174912 0 697996 37.10 0 1008636 1382404 47.18 607696 863340 13944 22:24:08 22:21:01 154936 0 705240 37.48 0 1021368 1436912 49.04 609548 864568 8 22:24:08 22:22:01 150312 0 654260 34.77 0 1076972 1205016 41.13 581616 904760 8 22:24:08 22:23:01 74488 0 675804 35.92 0 1131252 1226256 41.85 593404 968400 8 22:24:08 Average: 148093 0 765994 40.71 720 966737 1788356 61.03 606539 881174 31544 22:24:08 22:24:08 21:53:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:24:08 21:54:01 eth0 21.25 12.50 29.77 1.90 0.00 0.00 0.00 0.00 22:24:08 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:55:02 eth0 257.73 201.76 1366.97 48.55 0.00 0.00 0.00 0.00 22:24:08 21:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:56:02 eth0 343.66 249.42 2257.58 34.49 0.00 0.00 0.00 0.00 22:24:08 21:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:57:01 eth0 452.72 490.25 2516.74 64.13 0.00 0.00 0.00 0.00 22:24:08 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:57:01 veth52e1259 472.85 424.92 55.81 2493.17 0.00 0.00 0.00 0.00 22:24:08 21:57:01 docker0 472.85 424.79 49.35 2493.16 0.00 0.00 0.00 0.00 22:24:08 21:58:02 eth0 90.27 86.67 398.45 50.77 0.00 0.00 0.00 0.00 22:24:08 21:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:58:02 docker0 48.32 41.09 4.09 186.95 0.00 0.00 0.00 0.00 22:24:08 21:59:01 eth0 332.89 259.74 3021.14 26.64 0.00 0.00 0.00 0.00 22:24:08 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 21:59:01 docker0 41.67 61.41 2.41 362.78 0.00 0.00 0.00 0.00 22:24:08 22:00:01 eth0 135.78 78.98 517.20 14.64 0.00 0.00 0.00 0.00 22:24:08 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:00:01 veth633ae22 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:00:01 docker0 60.29 112.73 4.95 493.78 0.00 0.00 0.00 0.00 22:24:08 22:01:01 eth0 17.72 16.10 8.96 60.98 0.00 0.00 0.00 0.00 22:24:08 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:01:01 veth633ae22 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:02:01 eth0 22.92 16.05 16.43 8.96 0.00 0.00 0.00 0.00 22:24:08 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:02:01 veth633ae22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:03:01 eth0 26.01 19.39 18.30 10.21 0.00 0.00 0.00 0.00 22:24:08 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:03:01 veth633ae22 1.84 1.84 0.15 0.15 0.00 0.00 0.00 0.00 22:24:08 22:03:01 docker0 1.84 1.84 0.12 0.15 0.00 0.00 0.00 0.00 22:24:08 22:04:02 eth0 4.85 3.14 3.38 1.95 0.00 0.00 0.00 0.00 22:24:08 22:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:04:02 veth633ae22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:05:01 eth0 28.51 24.63 19.18 41.72 0.00 0.00 0.00 0.00 22:24:08 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:05:01 veth633ae22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:06:01 eth0 30.34 26.96 19.60 52.96 0.00 0.00 0.00 0.00 22:24:08 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:06:01 veth633ae22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:07:02 vethbd0315c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:07:02 eth0 180.08 126.14 1673.06 17.98 0.00 0.00 0.00 0.00 22:24:08 22:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:08:08 vethbd0315c 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:08:08 eth0 16.26 15.60 9.15 51.33 0.00 0.00 0.00 0.00 22:24:08 22:08:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:08:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:09:21 vethbd0315c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:09:21 eth0 1.66 1.35 1.23 0.67 0.00 0.00 0.00 0.00 22:24:08 22:09:21 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:09:21 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:10:02 vethbd0315c 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 22:24:08 22:10:02 eth0 56.45 37.54 230.31 10.85 0.00 0.00 0.00 0.00 22:24:08 22:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:10:02 docker0 20.02 33.42 1.07 213.09 0.00 0.00 0.00 0.00 22:24:08 22:11:07 vethbd0315c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:11:07 eth0 9.53 7.62 7.49 4.12 0.00 0.00 0.00 0.00 22:24:08 22:11:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:11:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:12:11 vethbd0315c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:12:11 eth0 1.55 1.26 1.16 0.63 0.00 0.00 0.00 0.00 22:24:08 22:12:11 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:12:11 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:13:02 vethbd0315c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:13:02 veth532508c 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:13:02 veth6299ee0 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:13:02 veth2c07535 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:14:02 vethbd0315c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:14:02 veth532508c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:14:02 veth6299ee0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:14:02 veth2c07535 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:15:03 vethbd0315c 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:15:03 eth0 2099.22 1712.11 12060.29 588.87 0.00 0.00 0.00 0.00 22:24:08 22:15:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 22:15:03 docker0 635.68 685.21 60.61 3729.80 0.00 0.00 0.00 0.00 22:24:08 22:16:26 vethbd0315c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:16:26 eth0 13.94 10.77 10.71 5.88 0.00 0.00 0.00 0.00 22:24:08 22:16:26 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:16:26 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:17:02 vethbd0315c 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:17:02 veth5c31638 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 22:24:08 22:17:02 eth0 35.96 22.48 114.75 9.10 0.00 0.00 0.00 0.00 22:24:08 22:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:18:04 vethbd0315c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:18:04 eth0 10.06 8.20 7.81 4.29 0.00 0.00 0.00 0.00 22:24:08 22:18:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:18:04 vethe02b2dc 0.16 0.00 0.01 0.00 0.00 0.00 0.00 0.00 22:24:08 22:19:01 vethe6bd9f2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:19:01 vethbd0315c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:19:01 veth19984c2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:24:08 22:19:01 eth0 51.65 39.91 66.13 75.49 0.00 0.00 0.00 0.00 22:24:08 22:20:02 vethbd0315c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:20:02 eth0 141.57 111.27 1275.59 19.02 0.00 0.00 0.00 0.00 22:24:08 22:20:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:24:08 22:20:02 docker0 653.25 718.80 61.86 3912.25 0.00 0.00 0.00 0.00 22:24:08 22:21:01 vethbd0315c 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:21:01 eth0 125.38 71.17 400.69 79.53 0.00 0.00 0.00 0.00 22:24:08 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:21:01 docker0 28.91 74.10 1.86 371.65 0.00 0.00 0.00 0.00 22:24:08 22:22:01 eth0 24.68 13.95 48.34 6.29 0.00 0.00 0.00 0.00 22:24:08 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:22:01 docker0 2.93 9.10 0.16 36.02 0.00 0.00 0.00 0.00 22:24:08 22:23:01 eth0 8.37 5.75 7.18 3.22 0.00 0.00 0.00 0.00 22:24:08 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 Average: eth0 84.16 67.23 472.46 26.59 0.00 0.00 0.00 0.00 22:24:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:08 Average: docker0 23.06 26.96 2.15 145.25 0.00 0.00 0.00 0.00 22:24:08 22:24:08 22:24:08 ---> sar -P ALL: 22:24:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 22:24:08 22:24:08 21:52:20 LINUX RESTART (4 CPU) 22:24:08 22:24:08 21:53:03 CPU %user %nice %system %iowait %steal %idle 22:24:08 21:54:01 all 4.40 0.00 5.25 16.96 42.82 30.57 22:24:08 21:54:01 0 2.92 0.00 4.38 17.65 43.06 31.99 22:24:08 21:54:01 1 4.49 0.00 6.92 18.92 42.08 27.58 22:24:08 21:54:01 2 5.55 0.00 4.85 16.44 42.44 30.73 22:24:08 21:54:01 3 4.71 0.00 4.94 14.81 43.70 31.84 22:24:08 21:55:02 all 7.74 0.00 2.28 0.74 43.13 46.11 22:24:08 21:55:02 0 7.79 0.00 2.13 0.73 45.39 43.96 22:24:08 21:55:02 1 7.26 0.00 2.19 0.66 42.98 46.91 22:24:08 21:55:02 2 7.44 0.00 2.19 0.55 41.54 48.29 22:24:08 21:55:02 3 8.48 0.00 2.65 1.02 42.58 45.26 22:24:08 21:56:02 all 3.49 0.00 2.46 0.81 33.70 59.54 22:24:08 21:56:02 0 2.48 0.00 2.15 0.84 37.10 57.43 22:24:08 21:56:02 1 4.16 0.00 2.61 0.13 33.18 59.91 22:24:08 21:56:02 2 3.39 0.00 2.94 0.97 30.80 61.90 22:24:08 21:56:02 3 3.99 0.00 2.14 1.31 33.54 59.02 22:24:08 21:57:01 all 3.38 0.00 2.38 0.46 33.65 60.14 22:24:08 21:57:01 0 5.56 0.00 2.64 0.04 40.20 51.56 22:24:08 21:57:01 1 2.60 0.00 2.03 0.30 34.43 60.64 22:24:08 21:57:01 2 2.12 0.00 2.76 1.36 30.75 63.00 22:24:08 21:57:01 3 3.30 0.00 2.09 0.12 29.21 65.28 22:24:08 21:58:02 all 5.05 0.00 2.11 1.48 27.54 63.82 22:24:08 21:58:02 0 4.53 0.00 2.02 2.76 30.00 60.69 22:24:08 21:58:02 1 5.25 0.00 1.89 0.62 29.37 62.87 22:24:08 21:58:02 2 5.38 0.00 2.99 1.77 25.84 64.02 22:24:08 21:58:02 3 5.08 0.00 1.56 0.74 24.76 67.86 22:24:08 21:59:01 all 3.38 0.00 3.40 1.61 28.49 63.13 22:24:08 21:59:01 0 3.24 0.00 3.02 1.22 33.40 59.11 22:24:08 21:59:01 1 3.08 0.00 3.24 0.56 28.11 65.00 22:24:08 21:59:01 2 3.82 0.00 3.79 1.48 26.63 64.29 22:24:08 21:59:01 3 3.39 0.00 3.54 3.23 25.64 64.20 22:24:08 22:00:01 all 3.79 0.00 4.80 4.89 25.20 61.33 22:24:08 22:00:01 0 4.01 0.00 4.82 4.07 26.93 60.18 22:24:08 22:00:01 1 3.69 0.00 4.46 5.46 25.88 60.52 22:24:08 22:00:01 2 3.81 0.00 5.29 6.61 24.54 59.74 22:24:08 22:00:01 3 3.63 0.00 4.61 3.39 23.40 64.96 22:24:08 22:01:01 all 23.46 0.00 7.25 7.79 36.15 25.35 22:24:08 22:01:01 0 22.14 0.00 6.89 8.68 39.33 22.95 22:24:08 22:01:01 1 20.94 0.00 6.11 9.25 36.85 26.85 22:24:08 22:01:01 2 23.40 0.00 6.94 6.40 35.41 27.86 22:24:08 22:01:01 3 27.60 0.00 9.17 6.77 32.85 23.61 22:24:08 22:02:01 all 26.73 0.00 8.43 2.16 43.93 18.75 22:24:08 22:02:01 0 27.07 0.00 9.24 2.33 44.30 17.05 22:24:08 22:02:01 1 26.59 0.00 8.54 3.60 43.28 17.99 22:24:08 22:02:01 2 26.02 0.00 8.45 1.67 44.34 19.52 22:24:08 22:02:01 3 27.22 0.00 7.49 1.09 43.81 20.39 22:24:08 22:03:01 all 18.39 0.00 7.18 2.99 41.37 30.07 22:24:08 22:03:01 0 17.62 0.00 6.42 2.82 42.93 30.21 22:24:08 22:03:01 1 17.60 0.00 6.50 2.37 39.84 33.69 22:24:08 22:03:01 2 19.56 0.00 8.26 4.04 42.53 25.62 22:24:08 22:03:01 3 18.87 0.00 7.63 2.81 40.18 30.51 22:24:08 22:04:02 all 28.28 0.00 11.34 1.70 41.02 17.67 22:24:08 22:04:02 0 28.63 0.00 10.82 1.65 42.75 16.15 22:24:08 22:04:02 1 26.88 0.00 11.46 2.08 41.09 18.50 22:24:08 22:04:02 2 28.88 0.00 11.36 2.07 40.69 17.00 22:24:08 22:04:02 3 28.69 0.00 11.71 1.01 39.59 19.00 22:24:08 22:24:08 22:04:02 CPU %user %nice %system %iowait %steal %idle 22:24:08 22:05:01 all 10.07 0.00 7.62 3.74 41.23 37.35 22:24:08 22:05:01 0 8.63 0.00 6.01 3.57 43.30 38.48 22:24:08 22:05:01 1 9.85 0.00 7.65 3.63 40.38 38.48 22:24:08 22:05:01 2 11.45 0.00 8.88 4.80 40.16 34.71 22:24:08 22:05:01 3 10.48 0.00 8.05 2.97 40.96 37.54 22:24:08 22:06:01 all 6.81 0.00 6.14 0.23 41.62 45.20 22:24:08 22:06:01 0 7.04 0.00 6.38 0.01 42.39 44.18 22:24:08 22:06:01 1 6.58 0.00 5.75 0.58 41.45 45.64 22:24:08 22:06:01 2 7.13 0.00 6.25 0.18 41.95 44.48 22:24:08 22:06:01 3 6.48 0.00 6.19 0.15 40.68 46.51 22:24:08 22:07:02 all 2.35 0.00 3.82 0.97 37.49 55.37 22:24:08 22:07:02 0 2.20 0.00 3.30 2.44 39.80 52.25 22:24:08 22:07:02 1 3.35 0.00 4.59 0.48 36.68 54.90 22:24:08 22:07:02 2 1.65 0.00 3.30 0.68 36.42 57.94 22:24:08 22:07:02 3 2.23 0.00 4.11 0.25 37.00 56.40 22:24:08 22:08:08 all 4.05 0.00 5.05 30.96 35.89 24.05 22:24:08 22:08:08 0 3.51 0.00 4.72 29.89 36.24 25.63 22:24:08 22:08:08 1 4.02 0.00 5.21 31.45 36.20 23.13 22:24:08 22:08:08 2 3.78 0.00 5.03 32.13 35.65 23.41 22:24:08 22:08:08 3 4.88 0.00 5.25 30.40 35.46 24.01 22:24:08 22:09:21 all 4.84 0.00 4.00 23.22 44.04 23.90 22:24:08 22:09:21 0 4.27 0.00 3.73 23.59 44.49 23.92 22:24:08 22:09:21 1 4.76 0.00 4.12 23.25 43.86 24.01 22:24:08 22:09:21 2 5.65 0.00 4.34 24.38 43.81 21.82 22:24:08 22:09:21 3 4.70 0.00 3.83 21.71 44.01 25.76 22:24:08 22:10:02 all 5.30 0.00 7.51 13.82 39.86 33.50 22:24:08 22:10:02 0 4.94 0.00 6.59 13.27 41.26 33.94 22:24:08 22:10:02 1 5.12 0.00 8.23 10.83 40.58 35.24 22:24:08 22:10:02 2 5.38 0.00 7.13 16.07 38.16 33.26 22:24:08 22:10:02 3 5.79 0.00 8.12 15.10 39.43 31.55 22:24:08 22:11:07 all 0.87 0.00 4.09 39.37 34.00 21.67 22:24:08 22:11:07 0 0.84 0.00 3.70 39.79 35.33 20.34 22:24:08 22:11:07 1 0.85 0.00 4.00 39.82 35.15 20.18 22:24:08 22:11:07 2 0.73 0.00 3.95 32.66 31.62 31.05 22:24:08 22:11:07 3 1.06 0.00 4.71 45.22 33.88 15.14 22:24:08 22:12:11 all 6.72 0.00 4.64 33.69 34.64 20.31 22:24:08 22:12:11 0 6.72 0.00 4.08 33.44 35.19 20.57 22:24:08 22:12:11 1 6.22 0.00 4.82 32.73 33.83 22.41 22:24:08 22:12:11 2 7.79 0.00 4.95 37.47 34.43 15.36 22:24:08 22:12:11 3 6.18 0.00 4.71 31.26 35.10 22.74 22:24:08 22:13:02 all 20.88 0.00 8.66 24.74 30.95 14.76 22:24:08 22:13:02 0 18.82 0.00 8.01 22.89 32.57 17.70 22:24:08 22:13:02 1 22.40 0.00 7.58 27.05 29.69 13.28 22:24:08 22:13:02 2 19.97 0.00 8.90 24.67 32.54 13.91 22:24:08 22:13:02 3 22.30 0.00 10.19 24.29 28.99 14.24 22:24:08 22:14:02 all 41.02 0.00 9.78 2.37 45.91 0.93 22:24:08 22:14:02 0 37.39 0.00 9.16 1.80 50.54 1.10 22:24:08 22:14:02 1 42.01 0.00 10.53 3.01 43.63 0.81 22:24:08 22:14:02 2 37.91 0.00 7.01 2.21 51.81 1.06 22:24:08 22:14:02 3 46.77 0.00 12.39 2.46 37.62 0.75 22:24:08 22:15:03 all 6.93 0.00 9.24 14.68 39.27 29.88 22:24:08 22:15:03 0 6.58 0.00 8.60 14.46 41.18 29.17 22:24:08 22:15:03 1 6.90 0.00 8.36 16.47 39.10 29.18 22:24:08 22:15:03 2 7.05 0.00 9.90 13.72 37.86 31.47 22:24:08 22:15:03 3 7.18 0.00 10.16 14.05 38.88 29.73 22:24:08 22:24:08 22:15:03 CPU %user %nice %system %iowait %steal %idle 22:24:08 22:16:26 all 4.99 0.00 4.65 25.08 40.26 25.02 22:24:08 22:16:26 0 4.87 0.00 4.49 24.41 41.87 24.37 22:24:08 22:16:26 1 4.85 0.00 4.55 28.30 39.73 22.57 22:24:08 22:16:26 2 5.26 0.00 4.50 23.79 39.86 26.60 22:24:08 22:16:26 3 5.01 0.00 5.07 23.82 39.55 26.55 22:24:08 22:17:02 all 17.28 0.00 7.56 23.48 32.57 19.11 22:24:08 22:17:02 0 17.39 0.00 7.91 22.03 32.84 19.83 22:24:08 22:17:02 1 16.19 0.00 7.17 26.57 33.63 16.45 22:24:08 22:17:02 2 18.24 0.00 7.17 25.88 30.55 18.16 22:24:08 22:17:02 3 17.29 0.00 8.01 19.31 33.32 22.07 22:24:08 22:18:04 all 12.60 0.00 7.60 25.11 41.89 12.80 22:24:08 22:18:04 0 12.00 0.00 6.86 20.75 41.96 18.44 22:24:08 22:18:04 1 12.12 0.00 8.06 27.06 40.71 12.05 22:24:08 22:18:04 2 13.02 0.00 7.19 27.76 41.24 10.79 22:24:08 22:18:04 3 13.26 0.00 8.32 24.89 43.71 9.82 22:24:08 22:19:01 all 10.49 0.00 7.25 24.47 34.25 23.54 22:24:08 22:19:01 0 11.18 0.00 7.05 24.24 32.48 25.06 22:24:08 22:19:01 1 9.06 0.00 5.98 26.48 36.67 21.81 22:24:08 22:19:01 2 10.20 0.00 7.65 23.89 33.91 24.35 22:24:08 22:19:01 3 11.60 0.00 8.40 23.17 33.85 22.99 22:24:08 22:20:02 all 16.46 0.00 7.04 4.32 36.82 35.35 22:24:08 22:20:02 0 16.01 0.00 5.98 6.03 37.24 34.74 22:24:08 22:20:02 1 14.91 0.00 6.22 4.10 37.27 37.50 22:24:08 22:20:02 2 16.61 0.00 7.66 2.76 35.67 37.29 22:24:08 22:20:02 3 18.37 0.00 8.37 4.34 37.10 31.82 22:24:08 22:21:01 all 5.14 0.00 4.24 2.26 29.68 58.68 22:24:08 22:21:01 0 5.05 0.00 4.56 3.17 32.48 54.74 22:24:08 22:21:01 1 2.99 0.00 3.55 1.69 28.71 63.05 22:24:08 22:21:01 2 5.08 0.00 3.94 1.30 28.79 60.89 22:24:08 22:21:01 3 7.51 0.00 4.93 2.88 28.70 55.98 22:24:08 22:22:01 all 0.80 0.00 2.71 1.16 12.24 83.10 22:24:08 22:22:01 0 1.05 0.00 2.87 0.70 12.89 82.49 22:24:08 22:22:01 1 0.72 0.00 2.03 2.31 11.21 83.72 22:24:08 22:22:01 2 0.78 0.00 2.04 1.08 12.68 83.42 22:24:08 22:22:01 3 0.64 0.00 3.91 0.55 12.15 82.76 22:24:08 22:23:01 all 0.89 0.00 0.32 3.99 4.88 89.92 22:24:08 22:23:01 0 0.13 0.00 0.14 0.17 7.33 92.22 22:24:08 22:23:01 1 0.70 0.00 0.36 1.09 3.38 94.47 22:24:08 22:23:01 2 2.56 0.00 0.60 15.03 3.47 78.34 22:24:08 22:23:01 3 0.24 0.00 0.19 0.02 5.23 94.32 22:24:08 Average: all 9.32 0.00 5.40 11.65 35.25 38.38 22:24:08 Average: 0 8.93 0.00 5.06 11.34 37.00 37.68 22:24:08 Average: 1 8.97 0.00 5.26 12.01 35.06 38.69 22:24:08 Average: 2 9.45 0.00 5.47 12.05 34.58 38.45 22:24:08 Average: 3 9.94 0.00 5.81 11.19 34.33 38.73 22:24:08 22:24:08 22:24:08