Pull request #3223 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from e16aee3722b0f014e7611225c341ea548abb8698+3a622268bb16cc6f060a937717ebd043e18486e3 (e4bb12cc9e65fa205586705ed0d3202db64f47d9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29537 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 > 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/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 Merge succeeded, producing e16aee3722b0f014e7611225c341ea548abb8698 Checking out Revision e16aee3722b0f014e7611225c341ea548abb8698 (PR-3223) > git config core.sparsecheckout # timeout=10 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 Commit message: "build(snap): Add implementation for set up Consul ACL" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:04:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:04:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:04:04 ========================================================= 21:04:04 EdgeX Global Pipelines Version Info 21:04:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ea90a067355d61d123892062d0c9e4a1eb0e56ea # timeout=10 21:04:06 ------------------- 21:04:06 stable info: 21:04:06 ------------------- 21:04:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:04:06 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:04:06 Message: update stable to v1.0.184 21:04:07 ------------------- 21:04:07 experimental info: 21:04:07 ------------------- 21:04:07 Commited By: **** collab-it+edgex@linuxfoundation.org 21:04:07 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:04:07 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:04:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:04:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:04:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:04:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:04:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:04:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:04:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo 21:04:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo 21:04:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo 21:04:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e16aee3722b0f014e7611225c341ea548abb8698 [Pipeline] echo 21:04:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e16aee3 [Pipeline] echo 21:04:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:04:11 provisioning config files... 21:04:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2669597596656129499tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:04:11 ---> docker-login.sh 21:04:11 nexus3.edgexfoundry.org:10001 21:04:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:12 Configure a credential helper to remove this warning. See 21:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:12 21:04:12 Login Succeeded 21:04:12 nexus3.edgexfoundry.org:10002 21:04:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:12 Configure a credential helper to remove this warning. See 21:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:12 21:04:12 Login Succeeded 21:04:12 nexus3.edgexfoundry.org:10003 21:04:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:12 Configure a credential helper to remove this warning. See 21:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:12 21:04:12 Login Succeeded 21:04:12 nexus3.edgexfoundry.org:10004 21:04:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:12 Configure a credential helper to remove this warning. See 21:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:12 21:04:12 Login Succeeded 21:04:12 docker.io 21:04:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:13 Configure a credential helper to remove this warning. See 21:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:13 21:04:13 Login Succeeded 21:04:13 ---> docker-login.sh ends [Pipeline] } 21:04:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:04:13 ++ 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:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/core-command/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo core-command,cmd/core-command/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/core-data/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo core-data,cmd/core-data/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/core-metadata/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo core-metadata,cmd/core-metadata/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/security-bootstrapper/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/security-proxy-setup/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/support-notifications/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo support-notifications,cmd/support-notifications/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/support-scheduler/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:04:13 + for file in '`ls cmd/**/Dockerfile`' 21:04:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:04:13 ++ cut -d/ -f2 21:04:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:04:13 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:04:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:15 21:04:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:04:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:15 latest: Pulling from edgex-devops/git-semver 21:04:15 31603596830f: Pulling fs layer 21:04:15 2a8b12db71e7: Pulling fs layer 21:04:15 6ca5941a6612: Pulling fs layer 21:04:15 ecc8261a40a4: Pulling fs layer 21:04:15 ecc8261a40a4: Waiting 21:04:15 2a8b12db71e7: Download complete 21:04:15 31603596830f: Verifying Checksum 21:04:15 31603596830f: Download complete 21:04:16 ecc8261a40a4: Verifying Checksum 21:04:16 ecc8261a40a4: Download complete 21:04:16 6ca5941a6612: Verifying Checksum 21:04:16 6ca5941a6612: Download complete 21:04:16 31603596830f: Pull complete 21:04:16 2a8b12db71e7: Pull complete 21:04:17 6ca5941a6612: Pull complete 21:04:17 ecc8261a40a4: Pull complete 21:04:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:04:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:04:17 prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container 21:04:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:04:20 $ docker top c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:04:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:20 [ssh-agent] Looking for ssh-agent implementation... 21:04:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:21 $ docker exec c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent 21:04:21 SSH_AUTH_SOCK=/tmp/ssh-YbRlixIm6BKh/agent.12 21:04:21 SSH_AGENT_PID=18 21:04:21 Running ssh-add (command line suppressed) 21:04:21 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5062099161179437842.key (/w/workspace/edgex-go/8@tmp/private_key_5062099161179437842.key) 21:04:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:21 + git tag --points-at HEAD [Pipeline] } 21:04:21 $ docker exec --env ******** --env ******** c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent -k 21:04:22 unset SSH_AUTH_SOCK; 21:04:22 unset SSH_AGENT_PID; 21:04:22 echo Agent pid 18 killed; 21:04:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:04:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:22 [ssh-agent] Looking for ssh-agent implementation... 21:04:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:22 $ docker exec c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent 21:04:22 SSH_AUTH_SOCK=/tmp/ssh-2OyxQ9qo2RHn/agent.50 21:04:22 SSH_AGENT_PID=55 21:04:22 Running ssh-add (command line suppressed) 21:04:22 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5098670087995519858.key (/w/workspace/edgex-go/8@tmp/private_key_5098670087995519858.key) 21:04:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:23 + git semver init 21:04:23 # -> Open(): unable to determine branch for HEAD 21:04:23 # $GIT_DIR = /w/workspace/edgex-go/8/.git 21:04:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 21:04:23 # $SEMVER_REMOTE_NAME = origin 21:04:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:04:23 # $SEMVER_USER_NAME = edgex-jenkins 21:04:23 # $SEMVER_BRANCH = PR-3223 21:04:23 # $SEMVER_TEMP = /tmp/semver-182126949 21:04:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:04:45 # '/tmp/semver-182126949' -> '/w/workspace/edgex-go/8/.semver' 21:04:45 # -> Force: false 21:04:45 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 21:04:45 $ docker exec --env ******** --env ******** c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent -k 21:04:45 unset SSH_AUTH_SOCK; 21:04:45 unset SSH_AGENT_PID; 21:04:45 echo Agent pid 55 killed; 21:04:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:04:46 + git semver [Pipeline] } 21:04:46 $ docker stop --time=1 c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 21:04:48 $ docker rm -f c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 [Pipeline] // withDockerContainer [Pipeline] sh 21:04:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:04:49 Stashed 1 file(s) [Pipeline] echo 21:04:49 [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:04:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:04:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:04:50 + sudo service docker restart 21:04:50 + true 21:04:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:04:51 ========================================================= 21:04:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:04:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:04:51 + 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:04:56 Sending build context to Docker daemon 328.5MB 21:04:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:04:56 Step 2/6 : FROM ${BASE} 21:04:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:04:56 188c0c94c7c5: Pulling fs layer 21:04:56 0ef7d3d256c8: Pulling fs layer 21:04:56 de9db76c5a1d: Pulling fs layer 21:04:56 bca2f99d35d6: Pulling fs layer 21:04:56 93359f2a8cfa: Pulling fs layer 21:04:56 7c6f9722023f: Pulling fs layer 21:04:56 a35cf1a2eb13: Pulling fs layer 21:04:56 bca2f99d35d6: Waiting 21:04:56 93359f2a8cfa: Waiting 21:04:56 7c6f9722023f: Waiting 21:04:56 a35cf1a2eb13: Waiting 21:04:56 de9db76c5a1d: Download complete 21:04:56 0ef7d3d256c8: Verifying Checksum 21:04:56 0ef7d3d256c8: Download complete 21:04:56 93359f2a8cfa: Verifying Checksum 21:04:56 93359f2a8cfa: Download complete 21:04:56 188c0c94c7c5: Verifying Checksum 21:04:56 188c0c94c7c5: Download complete 21:04:56 7c6f9722023f: Verifying Checksum 21:04:56 7c6f9722023f: Download complete 21:04:56 188c0c94c7c5: Pull complete 21:04:56 0ef7d3d256c8: Pull complete 21:04:56 de9db76c5a1d: Pull complete 21:04:57 a35cf1a2eb13: Verifying Checksum 21:04:57 a35cf1a2eb13: Download complete 21:04:58 bca2f99d35d6: Verifying Checksum 21:04:58 bca2f99d35d6: Download complete 21:05:03 bca2f99d35d6: Pull complete 21:05:03 93359f2a8cfa: Pull complete 21:05:04 7c6f9722023f: Pull complete 21:05:04 Still waiting to schedule task 21:05:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:05:09 a35cf1a2eb13: Pull complete 21:05:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:05:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:05:09 ---> a62c8e92a672 21:05:09 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:05:09 ---> Running in 8d7ec8be2472 21:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:10 (1/12) Installing libmagic (5.38-r0) 21:05:11 (2/12) Installing file (5.38-r0) 21:05:11 (3/12) Installing libc-dev (0.7.2-r3) 21:05:11 (4/12) Installing g++ (9.3.0-r2) 21:05:15 (5/12) Installing fortify-headers (1.1-r0) 21:05:15 (6/12) Installing patch (2.7.6-r6) 21:05:15 (7/12) Installing build-base (0.5-r2) 21:05:15 (8/12) Installing libsodium (1.0.18-r0) 21:05:15 (9/12) Installing pkgconf (1.7.2-r0) 21:05:16 (10/12) Installing libsodium-dev (1.0.18-r0) 21:05:16 (11/12) Installing libzmq (4.3.3-r0) 21:05:16 (12/12) Installing zeromq-dev (4.3.3-r0) 21:05:16 Executing busybox-1.31.1-r19.trigger 21:05:16 OK: 233 MiB in 51 packages 21:05:20 Removing intermediate container 8d7ec8be2472 21:05:20 ---> b1491bda7a8c 21:05:20 Step 4/6 : WORKDIR /edgex-go 21:05:20 ---> Running in 949eb38acdde 21:05:20 Removing intermediate container 949eb38acdde 21:05:20 ---> bec7ad8fbcc6 21:05:20 Step 5/6 : COPY go.mod . 21:05:20 ---> 1ec7f67c4075 21:05:20 Step 6/6 : RUN go mod download 21:05:20 ---> Running in e479fb31202a 21:05:47 Removing intermediate container e479fb31202a 21:05:47 ---> c1948567f9e7 21:05:47 Successfully built c1948567f9e7 21:05:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:05:47 + docker inspect -f . ci-base-image-x86_64 21:05:47 . [Pipeline] withDockerContainer 21:05:47 prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container 21:05:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:05:49 $ docker top 96dfdd105548cf443db03771ea51bab0ebf311c372f4cd8e2ca9e009c97488ea -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:49 + go version 21:05:49 go version go1.15.5 linux/amd64 [Pipeline] } 21:05:49 $ docker stop --time=1 96dfdd105548cf443db03771ea51bab0ebf311c372f4cd8e2ca9e009c97488ea 21:05:51 $ docker rm -f 96dfdd105548cf443db03771ea51bab0ebf311c372f4cd8e2ca9e009c97488ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:05:52 + docker inspect -f . ci-base-image-x86_64 21:05:52 . [Pipeline] withDockerContainer 21:05:52 prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container 21:05:52 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:05:53 $ docker top 5a4b99ef239db742ec14cff8c479b62e37d97e7bd7746c89ba728f165b943e32 -eo pid,comm [Pipeline] { [Pipeline] echo 21:05:53 ========================================================= 21:05:53 [edgeXBuildGoParallel] Running Tests and Build... 21:05:53 ========================================================= [Pipeline] sh 21:05:53 + make test 21:05:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:06:03 ? github.com/edgexfoundry/edgex-go [no test files] 21:06:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:06:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:06:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:06:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:06:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:06:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:06:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:06:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:06:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:06:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:06:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 45.9% of statements 21:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements 21:06:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:06:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:06:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:06:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements 21:06:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:06:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:06:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements 21:06:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:06:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:06:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.099s coverage: 78.9% of statements 21:06:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:06:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:06:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:06:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:06:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:06:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:06:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 92.8% of statements 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:06:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 21:06:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 21:06:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements 21:06:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 21:06:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.047s coverage: 81.4% of statements 21:07:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29539 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 21:07:00 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 21:07:05 using credential edgex-jenkins-ssh 21:07:05 Cloning the remote Git repository 21:07:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:07:05 > git init /w/workspace/edgex-go/8 # timeout=10 21:07:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:07:05 > git --version # timeout=10 21:07:05 > git --version # 'git version 2.17.1' 21:07:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:07:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 62.4% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.375s coverage: 69.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.167s coverage: 87.1% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.104s coverage: 96.5% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:07:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 21:07:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 21:07:10 GO111MODULE=on go vet ./... 21:07:28 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 21:07:28 Merge succeeded, producing e16aee3722b0f014e7611225c341ea548abb8698 21:07:28 Checking out Revision e16aee3722b0f014e7611225c341ea548abb8698 (PR-3223) 21:07:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:07:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:07:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:07:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:07:27 using GIT_SSH to set credentials SSH Credentials for GitHub 21:07:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:07:28 > git config core.sparsecheckout # timeout=10 21:07:28 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 21:07:28 > git remote # timeout=10 21:07:28 > git config --get remote.origin.url # timeout=10 21:07:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:07:28 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 21:07:28 > git rev-parse HEAD^{commit} # timeout=10 21:07:28 > git config core.sparsecheckout # timeout=10 21:07:28 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 21:07:33 Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:07:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:07:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:07:35 + sudo service docker restart 21:07:35 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:07:37 provisioning config files... 21:07:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2578013327661460640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:07:38 ---> docker-login.sh 21:07:38 nexus3.edgexfoundry.org:10001 21:07:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:39 Configure a credential helper to remove this warning. See 21:07:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:39 21:07:39 Login Succeeded 21:07:39 nexus3.edgexfoundry.org:10002 21:07:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:40 Configure a credential helper to remove this warning. See 21:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:40 21:07:40 Login Succeeded 21:07:40 nexus3.edgexfoundry.org:10003 21:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:40 Configure a credential helper to remove this warning. See 21:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:40 21:07:40 Login Succeeded 21:07:40 nexus3.edgexfoundry.org:10004 21:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:41 Configure a credential helper to remove this warning. See 21:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:41 21:07:41 Login Succeeded 21:07:41 docker.io 21:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:42 Configure a credential helper to remove this warning. See 21:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:42 21:07:42 Login Succeeded 21:07:42 ---> docker-login.sh ends [Pipeline] } 21:07:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:07:42 ========================================================= 21:07:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:07:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:07:42 gofmt -l . 21:07:42 [ "`gofmt -l .`" = "" ] 21:07:42 ./bin/test-go-mod-tidy.sh 21:07:42 ./bin/test-attribution-txt.sh [Pipeline] sh 21:07:43 + 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 . 21:07:43 + ls -al . 21:07:43 total 740 21:07:43 drwxrwxr-x 10 1001 1001 4096 Mar 11 21:07 . 21:07:43 drwxr-xr-x 4 root root 28 Mar 11 21:05 .. 21:07:43 -rw-rw-r-- 1 1001 1001 11 Mar 11 21:03 .dockerignore 21:07:43 drwxrwxr-x 8 1001 1001 179 Mar 11 21:04 .git 21:07:43 drwxrwxr-x 3 1001 1001 125 Mar 11 21:03 .github 21:07:43 -rw-rw-r-- 1 1001 1001 818 Mar 11 21:03 .gitignore 21:07:43 drwx------ 3 1001 1001 60 Mar 11 21:04 .semver 21:07:43 -rw-rw-r-- 1 1001 1001 166 Mar 11 21:03 .sonarcloud.properties 21:07:43 -rw-rw-r-- 1 1001 1001 8607 Mar 11 21:03 Attribution.txt 21:07:43 -rw-rw-r-- 1 1001 1001 3804 Mar 11 21:03 CONTRIBUTING.md 21:07:43 -rw-rw-r-- 1 1001 1001 931 Mar 11 21:03 Dockerfile.build 21:07:43 -rw-rw-r-- 1 1001 1001 863 Mar 11 21:03 Jenkinsfile 21:07:43 -rw-rw-r-- 1 1001 1001 10775 Mar 11 21:03 LICENSE 21:07:43 -rw-rw-r-- 1 1001 1001 5774 Mar 11 21:03 Makefile 21:07:43 -rw-rw-r-- 1 1001 1001 6548 Mar 11 21:03 README.md 21:07:43 -rw-rw-r-- 1 1001 1001 6755 Mar 11 21:03 SECURITY.md 21:07:43 -rw-rw-r-- 1 1001 1001 5 Mar 11 21:04 VERSION 21:07:43 -rw-rw-r-- 1 1001 1001 4131 Mar 11 21:03 ZMQWindows.md 21:07:43 drwxrwxr-x 2 1001 1001 117 Mar 11 21:03 bin 21:07:43 drwxrwxr-x 14 1001 1001 4096 Mar 11 21:03 cmd 21:07:43 -rw-r--r-- 1 root root 628838 Mar 11 21:07 coverage.out 21:07:43 -rw-r--r-- 1 root root 1055 Mar 11 21:07 go.mod 21:07:43 -rw-r--r-- 1 root root 21981 Mar 11 21:07 go.sum 21:07:43 drwxrwxr-x 8 1001 1001 127 Mar 11 21:03 internal 21:07:43 drwxrwxr-x 4 1001 1001 26 Mar 11 21:03 openapi 21:07:43 drwxrwxr-x 4 1001 1001 71 Mar 11 21:03 snap 21:07:43 -rw-rw-r-- 1 1001 1001 168 Mar 11 21:03 version.go [Pipeline] sh 21:07:43 + '[' -e coverage.out ] 21:07:43 + chown 1001:1001 coverage.out [Pipeline] stash 21:07:44 Stashed 1 file(s) [Pipeline] sh 21:07:44 + make build 21:07: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 21:07:45 Sending build context to Docker daemon 166.7MB 21:07:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:07:45 Step 2/6 : FROM ${BASE} 21:07:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:07:45 5f621e34cdf4: Pulling fs layer 21:07:45 a4357932f1b6: Pulling fs layer 21:07:45 18c013af1878: Pulling fs layer 21:07:45 00ac8860ef70: Pulling fs layer 21:07:45 63d7cb157983: Pulling fs layer 21:07:45 b116817d02f9: Pulling fs layer 21:07:45 745a02a5169b: Pulling fs layer 21:07:45 00ac8860ef70: Waiting 21:07:45 63d7cb157983: Waiting 21:07:45 b116817d02f9: Waiting 21:07:45 745a02a5169b: Waiting 21:07:45 18c013af1878: Verifying Checksum 21:07:45 18c013af1878: Download complete 21:07:45 a4357932f1b6: Download complete 21:07:45 63d7cb157983: Download complete 21:07:45 b116817d02f9: Verifying Checksum 21:07:45 b116817d02f9: Download complete 21:07:46 5f621e34cdf4: Verifying Checksum 21:07:46 5f621e34cdf4: Download complete 21:07:46 5f621e34cdf4: Pull complete 21:07:47 a4357932f1b6: Pull complete 21:07:47 18c013af1878: Pull complete 21:07:48 745a02a5169b: Verifying Checksum 21:07:48 745a02a5169b: Download complete 21:07:49 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 21:07:50 00ac8860ef70: Download complete 21:07:57 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 21:07:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:08:00 00ac8860ef70: Pull complete 21:08:00 63d7cb157983: Pull complete 21:08: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 21:08:00 b116817d02f9: Pull complete 21:08:00 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 21:08:02 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 21:08:04 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 21:08:04 745a02a5169b: Pull complete 21:08:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:08:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:08:04 ---> b7e6874047d6 21:08:04 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:08:06 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 21:08:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:08:07 ---> Running in 6b31905a985f 21:08:08 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 21:08:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:09 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 21:08:10 (1/12) Installing libmagic (5.38-r0) 21:08:10 (2/12) Installing file (5.38-r0) 21:08:10 (3/12) Installing libc-dev (0.7.2-r3) 21:08:10 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 21:08:11 $ docker stop --time=1 5a4b99ef239db742ec14cff8c479b62e37d97e7bd7746c89ba728f165b943e32 21:08:13 $ docker rm -f 5a4b99ef239db742ec14cff8c479b62e37d97e7bd7746c89ba728f165b943e32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:08:17 21:08:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:08:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:08:18 latest: Pulling from edgex-devops/edgex-compose 21:08:18 cbdbe7a5bc2a: Pulling fs layer 21:08:18 ca9280d653b3: Pulling fs layer 21:08:18 7e9c9ca2126c: Pulling fs layer 21:08:18 cbdbe7a5bc2a: Download complete 21:08:18 ca9280d653b3: Verifying Checksum 21:08:18 ca9280d653b3: Download complete 21:08:18 cbdbe7a5bc2a: Pull complete 21:08:19 (5/12) Installing fortify-headers (1.1-r0) 21:08:19 (6/12) Installing patch (2.7.6-r6) 21:08:19 (7/12) Installing build-base (0.5-r2) 21:08:19 (8/12) Installing libsodium (1.0.18-r0) 21:08:19 (9/12) Installing pkgconf (1.7.2-r0) 21:08:19 (10/12) Installing libsodium-dev (1.0.18-r0) 21:08:19 (11/12) Installing libzmq (4.3.3-r0) 21:08:19 (12/12) Installing zeromq-dev (4.3.3-r0) 21:08:19 Executing busybox-1.31.1-r19.trigger 21:08:19 OK: 217 MiB in 51 packages 21:08:20 ca9280d653b3: Pull complete 21:08:20 7e9c9ca2126c: Download complete 21:08:23 Removing intermediate container 6b31905a985f 21:08:23 ---> 74cd8a1dea01 21:08:23 Step 4/6 : WORKDIR /edgex-go 21:08:23 ---> Running in 9376ca957cca 21:08:23 Removing intermediate container 9376ca957cca 21:08:23 ---> 9fc17636fa38 21:08:23 Step 5/6 : COPY go.mod . 21:08:24 ---> 8bc5fad0b5f5 21:08:24 Step 6/6 : RUN go mod download 21:08:24 ---> Running in 42c355deac85 21:08:27 7e9c9ca2126c: Pull complete 21:08:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:08:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:08:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:08:27 prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container 21:08:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 21:08:30 $ docker top 7aef606a5e5c570dfa4cb4f25be454ea781b418670b718a0c27d1952d423e23d -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:31 + docker-compose build --help 21:08:31 + grep parallel 21:08:32 --parallel Build images in parallel. [Pipeline] } 21:08:32 $ docker stop --time=1 7aef606a5e5c570dfa4cb4f25be454ea781b418670b718a0c27d1952d423e23d 21:08:33 $ docker rm -f 7aef606a5e5c570dfa4cb4f25be454ea781b418670b718a0c27d1952d423e23d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:08:34 . [Pipeline] withDockerContainer 21:08:34 prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container 21:08:34 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:08:34 $ docker top 6bcc7c3fa1f1e656cb74ba10b42fbbb26855c40ce9ed7277dfcc14100804f300 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:35 + docker-compose -f ./docker-compose-build.yml build --parallel 21:08:36 Building docker-core-command-go ... 21:08:36 Building docker-core-data-go ... 21:08:36 Building docker-core-metadata-go ... 21:08:36 Building docker-security-bootstrapper-go ... 21:08:36 Building docker-security-proxy-setup-go ... 21:08:36 Building docker-security-secretstore-setup-go ... 21:08:36 Building docker-support-notifications-go ... 21:08:36 Building docker-support-scheduler-go ... 21:08:36 Building docker-sys-mgmt-agent-go ... 21:08:36 Building docker-core-command-go 21:08:36 Building docker-support-scheduler-go 21:08:36 Building docker-security-proxy-setup-go 21:08:36 Building docker-sys-mgmt-agent-go 21:08:36 Building docker-security-secretstore-setup-go 21:08:51 Removing intermediate container 42c355deac85 21:08:51 ---> b456b3fbe2db 21:08:51 Successfully built b456b3fbe2db 21:08:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:08:52 + docker inspect -f . ci-base-image-arm64 21:08:52 . [Pipeline] withDockerContainer 21:08:52 prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container 21:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:08:53 $ docker top 33429a1042e4588b940ad419eb301b70a68030e125fc7ef949bd5ad9a0b1b457 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:54 + go version 21:08:54 go version go1.15.5 linux/arm64 [Pipeline] } 21:08:54 $ docker stop --time=1 33429a1042e4588b940ad419eb301b70a68030e125fc7ef949bd5ad9a0b1b457 21:08:56 $ docker rm -f 33429a1042e4588b940ad419eb301b70a68030e125fc7ef949bd5ad9a0b1b457 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:57 + docker inspect -f . ci-base-image-arm64 21:08:57 . [Pipeline] withDockerContainer 21:08:58 prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container 21:08:58 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:08:59 $ docker top ea80f10b0456b886b949ff4db310fa7ba9f992e5155dfb153e03bb635791728e -eo pid,comm [Pipeline] { [Pipeline] echo 21:08:59 ========================================================= 21:08:59 [edgeXBuildGoParallel] Running Tests and Build... 21:08:59 ========================================================= [Pipeline] sh 21:09:00 + make test 21:09:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:09:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:09:08 ---> c1948567f9e7 21:09:08 Step 3/21 : WORKDIR /edgex-go 21:09:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:09:08 ---> c1948567f9e7 21:09:08 Step 3/26 : WORKDIR /edgex-go 21:09:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:09:09 ---> c1948567f9e7 21:09:09 Step 3/24 : WORKDIR /edgex-go 21:09:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:09:09 ---> c1948567f9e7 21:09:09 Step 3/23 : WORKDIR /edgex-go 21:09:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:09:09 ---> c1948567f9e7 21:09:09 Step 3/22 : WORKDIR /edgex-go 21:09:11 ---> Running in 2362cbec55fb 21:09:11 ---> Running in 53defd265a48 21:09:11 ---> Running in e271540b881f 21:09:11 ---> Running in 4f4a63be7d83 21:09:11 ---> Running in b4576049ebd9 21:09:11 Removing intermediate container 4f4a63be7d83 21:09:11 ---> 779f20e3290c 21:09:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:11 Removing intermediate container e271540b881f 21:09:11 ---> f1526a60f30a 21:09:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:11 Removing intermediate container b4576049ebd9 21:09:11 ---> 173f0cba0e9f 21:09:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:11 Removing intermediate container 2362cbec55fb 21:09:11 ---> 30a2fffb68d1 21:09:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:11 Removing intermediate container 53defd265a48 21:09:11 ---> daf4ee24fc89 21:09:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:11 ---> Running in 509bae46c698 21:09:11 ---> Running in 0ce42a6cee90 21:09:11 ---> Running in 8b79d11d87e7 21:09:11 ---> Running in 9da7f8345257 21:09:11 ---> Running in f7d7bdce29df 21:09:14 Removing intermediate container 0ce42a6cee90 21:09:14 ---> 11e9ffd44b5c 21:09:14 Step 5/21 : RUN apk add --update --no-cache make git 21:09:14 Removing intermediate container 509bae46c698 21:09:14 ---> a51e15b792fd 21:09:14 Step 5/23 : RUN apk add --update --no-cache make git 21:09:14 ---> Running in 2e159adabe9b 21:09:14 Removing intermediate container 8b79d11d87e7 21:09:14 ---> 4d618b3b21b4 21:09:14 Step 5/26 : RUN apk add --update --no-cache make bash git 21:09:14 ---> Running in 774d20b08d8d 21:09:14 ---> Running in f80ffa2b7a63 21:09:14 Removing intermediate container 9da7f8345257 21:09:14 ---> c6b879bf494d 21:09:14 Step 5/22 : RUN apk add --update --no-cache make git 21:09:14 Removing intermediate container f7d7bdce29df 21:09:14 ---> ba3f681dd579 21:09:14 Step 5/24 : RUN apk add --update --no-cache make git 21:09:14 ---> Running in 28797d37946c 21:09:14 ---> Running in 649fd4b21640 21:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:17 OK: 233 MiB in 51 packages 21:09:17 OK: 233 MiB in 51 packages 21:09:17 OK: 233 MiB in 51 packages 21:09:17 OK: 233 MiB in 51 packages 21:09:17 OK: 233 MiB in 51 packages 21:09:17 Removing intermediate container 2e159adabe9b 21:09:17 ---> 96f6f0b1b3fa 21:09:17 Step 6/21 : COPY go.mod . 21:09:18 Removing intermediate container 774d20b08d8d 21:09:18 ---> 15de3337279e 21:09:18 Step 6/23 : COPY go.mod . 21:09:18 ---> 4b05cf21d220 21:09:18 Step 7/21 : RUN go mod download 21:09:18 Removing intermediate container f80ffa2b7a63 21:09:18 ---> 80c1c5b89b7a 21:09:18 Step 6/26 : COPY go.mod . 21:09:18 ---> c030802cd80d 21:09:18 Step 7/23 : RUN go mod download 21:09:18 ---> Running in 054eb8adc01a 21:09:18 Removing intermediate container 28797d37946c 21:09:18 ---> 0f25c5ae8123 21:09:18 Step 6/22 : COPY go.mod . 21:09:18 Removing intermediate container 649fd4b21640 21:09:18 ---> ea2c476c54e3 21:09:18 Step 6/24 : COPY go.mod . 21:09:19 ---> Running in 1913f58c852d 21:09:19 ---> 1773aa883f83 21:09:19 Step 7/22 : RUN go mod download 21:09:19 ---> 8a770345f8a7 21:09:19 Step 7/26 : RUN go mod download 21:09:19 ---> ad042bd18817 21:09:19 Step 7/24 : RUN go mod download 21:09:19 ---> Running in ef691573194c 21:09:19 ---> Running in 0fe31783f072 21:09:19 ---> Running in 52e9cb14182a 21:09:21 Removing intermediate container 054eb8adc01a 21:09:21 ---> cfa41c48f1ed 21:09:21 Step 8/21 : COPY . . 21:09:21 Removing intermediate container 1913f58c852d 21:09:21 ---> a36fb0f3b6d5 21:09:21 Step 8/23 : COPY . . 21:09:22 Removing intermediate container ef691573194c 21:09:22 ---> e8827fbfad37 21:09:22 Step 8/22 : COPY . . 21:09:22 ? github.com/edgexfoundry/edgex-go [no test files] 21:09:24 Removing intermediate container 0fe31783f072 21:09:24 ---> 405bd7396a6b 21:09:24 Step 8/26 : COPY . . 21:09:29 Removing intermediate container 52e9cb14182a 21:09:29 ---> 0b20e192b87f 21:09:29 Step 8/24 : COPY . . 21:10:01 ---> 25e45b01acf6 21:10:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:10:01 ---> 8fb3408a70b8 21:10:01 Step 9/23 : RUN make cmd/core-command/core-command 21:10:01 ---> 974c877dcc6c 21:10:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:10:02 ---> 23e7bc086171 21:10:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:10:02 ---> Running in 130a800f4300 21:10:02 ---> Running in 10b77e545d0c 21:10:02 ---> Running in c6e4b74426fe 21:10:02 ---> Running in 274fda9051f1 21:10:03 ---> 94c8b712c273 21:10:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:10:03 ---> Running in e091ce709da3 21:10:04 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 21:10:04 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 21:10:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:10:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:10:04 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 21:10:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:10:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:10:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:10:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:10:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:10:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:10:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:10:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:10:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:10:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:10:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:10:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:10:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:10:39 Removing intermediate container 130a800f4300 21:10:39 ---> 6e06f3b3af24 21:10:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:10:43 ---> Running in 83c42e705db0 21:10:43 Removing intermediate container 10b77e545d0c 21:10:43 ---> 9f80b8687ffa 21:10:43 21:10:43 Step 10/21 : FROM alpine:3.12 21:10:43 Removing intermediate container e091ce709da3 21:10:43 ---> 74b9b28c5238 21:10:43 21:10:43 Step 10/24 : FROM alpine:3.12 21:10:43 3.12: Pulling from library/alpine 21:10:43 3.12: Pulling from library/alpine 21:10:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:10:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:10:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:10:44 Status: Downloaded newer image for alpine:3.12 21:10:44 ---> 88dd2752d2ea 21:10:44 Step 11/21 : RUN apk add --update --no-cache curl 21:10:44 Status: Downloaded newer image for alpine:3.12 21:10:44 ---> 88dd2752d2ea 21:10:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:10:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.358s coverage: 45.9% of statements 21:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:10:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements 21:10:46 ---> Running in 8404b02fb2fd 21:10:46 ---> Running in 61f0d9316b91 21:10:46 Removing intermediate container 274fda9051f1 21:10:46 ---> ffe28f78c7fc 21:10:46 21:10:46 Step 10/22 : FROM alpine:3.12 21:10:46 ---> 88dd2752d2ea 21:10:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:10:46 Removing intermediate container c6e4b74426fe 21:10:46 ---> 120b068e6a7c 21:10:46 21:10:46 Step 10/23 : FROM alpine:3.12 21:10:46 ---> 88dd2752d2ea 21:10:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:10:46 ---> Running in e3d10255a7c1 21:10:46 ---> Running in f3ce5edcf551 21:10:47 Removing intermediate container 83c42e705db0 21:10:47 ---> 298a482f6c08 21:10:47 21:10:47 Step 11/26 : FROM docker:20.10.0 21:10:47 20.10.0: Pulling from library/docker 21:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:48 (1/4) Installing ca-certificates (20191127-r4) 21:10:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:48 (1/5) Installing ca-certificates (20191127-r4) 21:10:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:10:48 (3/4) Installing libcurl (7.69.1-r3) 21:10:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:10:48 (3/5) Installing libcurl (7.69.1-r3) 21:10:48 (4/4) Installing curl (7.69.1-r3) 21:10:48 Executing busybox-1.31.1-r19.trigger 21:10:48 (4/5) Installing curl (7.69.1-r3) 21:10:48 (5/5) Installing dumb-init (1.2.2-r1) 21:10:48 Executing busybox-1.31.1-r19.trigger 21:10:48 Executing ca-certificates-20191127-r4.trigger 21:10:48 Executing ca-certificates-20191127-r4.trigger 21:10:48 OK: 7 MiB in 18 packages 21:10:48 (1/1) Installing dumb-init (1.2.2-r1) 21:10:48 Executing busybox-1.31.1-r19.trigger 21:10:48 OK: 6 MiB in 15 packages 21:10:48 (1/1) Installing dumb-init (1.2.2-r1) 21:10:48 Executing busybox-1.31.1-r19.trigger 21:10:48 OK: 7 MiB in 19 packages 21:10:48 OK: 6 MiB in 15 packages 21:10:50 Removing intermediate container 61f0d9316b91 21:10:50 ---> 9607de6e5a70 21:10:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:10:51 Removing intermediate container e3d10255a7c1 21:10:51 ---> c44027794305 21:10:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:51 ---> Running in 77ce2a519ddf 21:10:51 ---> Running in b61c33c81c20 21:10:51 Removing intermediate container f3ce5edcf551 21:10:51 ---> 23196236e397 21:10:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:51 Removing intermediate container 8404b02fb2fd 21:10:51 ---> 81ef781eff2c 21:10:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:10:52 ---> Running in d21dd3aeeb01 21:10:52 ---> Running in 85dd03ddb8e0 21:10:52 Removing intermediate container 77ce2a519ddf 21:10:52 ---> d471ca0f44b8 21:10:52 Step 13/21 : WORKDIR /edgex 21:10:52 Removing intermediate container b61c33c81c20 21:10:52 ---> fb3b9903aec7 21:10:52 Step 13/23 : ENV APP_PORT=48082 21:10:52 ---> Running in e3a9f19b2c48 21:10:52 Removing intermediate container d21dd3aeeb01 21:10:52 ---> 38749d49735a 21:10:52 Step 13/24 : WORKDIR / 21:10:52 Removing intermediate container 85dd03ddb8e0 21:10:52 ---> e2830279ffce 21:10:52 Step 13/22 : ENV APP_PORT=48085 21:10:52 ---> Running in 7f37cbda9052 21:10:52 ---> Running in 4e6e2e1d9f7c 21:10:52 ---> Running in ca4c017631fd 21:10:52 Removing intermediate container e3a9f19b2c48 21:10:52 ---> 866e28fc427c 21:10:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:10:52 Removing intermediate container 7f37cbda9052 21:10:52 ---> e3187b77501b 21:10:52 Step 14/23 : EXPOSE $APP_PORT 21:10:52 Removing intermediate container 4e6e2e1d9f7c 21:10:52 ---> 6d05193aecf6 21:10:52 Step 14/22 : EXPOSE $APP_PORT 21:10:52 ---> Running in c091777ef534 21:10:52 Removing intermediate container ca4c017631fd 21:10:52 ---> 3d3e45eeb18f 21:10:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.629s coverage: 27.1% of statements 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:10:53 ---> Running in 1cd724fcfbb4 21:10:53 ---> f585cfa5aea6 21:10:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:10:53 Removing intermediate container c091777ef534 21:10:53 ---> 7f81a84e3550 21:10:53 Step 15/23 : WORKDIR / 21:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 71.3% of statements 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:10:53 ---> Running in 2c980bcb4a73 21:10:53 Removing intermediate container 1cd724fcfbb4 21:10:53 ---> 10629cd445bf 21:10:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:53 ---> dc208da8242b 21:10:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:10:53 ---> 543a962652ae 21:10:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:10:53 Removing intermediate container 2c980bcb4a73 21:10:53 ---> ea3f4f035f51 21:10:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:10:54 ---> c228f7bd9448 21:10:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:10:54 Status: Downloaded newer image for docker:20.10.0 21:10:54 ---> aefe523efa57 21:10:54 Step 12/26 : RUN apk add --no-cache bash 21:10:54 ---> c5c8e5b134fc 21:10:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:10:54 ---> Running in 8be1cd1fe633 21:10:54 ---> 82857b47b779 21:10:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:10:54 ---> 01b6d3b431b4 21:10:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:10:54 ---> ba8d130d44cb 21:10:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:10:55 ---> af6d5d3e73cd 21:10:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:10:55 ---> Running in 0e025542485a 21:10:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.523s coverage: 82.9% of statements 21:10:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:10:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:10:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.206s coverage: 78.9% of statements 21:10:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:56 ---> 645069b508c1 21:10:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:10:56 ---> 5278eb4eb9ad 21:10:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:10:56 Removing intermediate container 0e025542485a 21:10:56 ---> a8fac8e0c602 21:10:56 Step 18/21 : CMD ["--init=true"] 21:10:56 (1/2) Installing readline (8.0.4-r0) 21:10:56 (2/2) Installing bash (5.0.17-r0) 21:10:56 Executing bash-5.0.17-r0.post-install 21:10:56 Executing busybox-1.31.1-r19.trigger 21:10:56 OK: 12 MiB in 22 packages 21:10:56 ---> 466f6213206f 21:10:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:10:56 ---> Running in a70bcd75c484 21:10:56 ---> Running in 31f54ae1b845 21:10:56 ---> 07dd1cadfebe 21:10:56 Step 19/23 : ENTRYPOINT ["/core-command"] 21:10:56 ---> Running in a087437519b2 21:10:56 Removing intermediate container 31f54ae1b845 21:10:56 ---> 65cfa6723d73 21:10:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:56 Removing intermediate container a70bcd75c484 21:10:56 ---> 9b8e4ecb61fe 21:10:56 Step 19/21 : LABEL arch=x86_64 21:10:57 ---> Running in c457264bda00 21:10:57 ---> Running in 10af801d2f43 21:10:57 Removing intermediate container a087437519b2 21:10:57 ---> 1187bdef8e9a 21:10:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:57 ---> 1bb25f9bc8fd 21:10:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:10:57 ---> Running in ae6266a9c217 21:10:57 Removing intermediate container 10af801d2f43 21:10:57 ---> 4d7639b08272 21:10:57 Step 20/21 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:10:57 Removing intermediate container c457264bda00 21:10:57 ---> 55ad08e1d3c0 21:10:57 Step 20/22 : LABEL arch=x86_64 21:10:57 Removing intermediate container 8be1cd1fe633 21:10:57 ---> c2a2b3f98a2b 21:10:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:10:57 ---> 6194e11c1bfd 21:10:57 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/ 21:10:57 ---> Running in 64ab7ac23487 21:10:57 ---> Running in af2277f26121 21:10:57 Removing intermediate container ae6266a9c217 21:10:57 ---> 88e17169117f 21:10:57 Step 21/23 : LABEL arch=x86_64 21:10:57 ---> Running in b0f352569c87 21:10:57 ---> Running in bab3710092fa 21:10:58 ---> Running in 8707961f94aa 21:10:58 Removing intermediate container 64ab7ac23487 21:10:58 ---> e4e914529162 21:10:58 Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:10:58 ---> Running in fb23b0496092 21:10:58 Removing intermediate container af2277f26121 21:10:58 ---> 0c67c82e48bc 21:10:58 Step 14/26 : ENV APP_PORT=48090 21:10:58 Removing intermediate container b0f352569c87 21:10:58 ---> e4d75db818e0 21:10:58 Step 21/21 : LABEL version=0.0.0 21:10:58 Removing intermediate container 8707961f94aa 21:10:58 ---> 5a693bf32f11 21:10:58 Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:10:58 ---> Running in f6627c6953aa 21:10:58 ---> Running in 2a1112f6f61e 21:10:58 ---> Running in 213b2c01ed62 21:10:58 Removing intermediate container fb23b0496092 21:10:58 ---> 349d4e2d82fb 21:10:58 Step 22/22 : LABEL version=0.0.0 21:10:58 ---> Running in 8892a58d5539 21:10:58 Removing intermediate container f6627c6953aa 21:10:58 ---> 355583a9c126 21:10:58 Step 15/26 : EXPOSE $APP_PORT 21:10:58 Removing intermediate container 2a1112f6f61e 21:10:58 ---> 8873319f4591 21:10:58 21:10:58 Removing intermediate container 213b2c01ed62 21:10:58 ---> 8d84207fbc8a 21:10:58 Step 23/23 : LABEL version=0.0.0 21:10:59 ---> Running in 38a437e18f26 21:10:59 Successfully built 8873319f4591 21:10:59 ---> Running in b04b479b2987 21:10:59 Successfully tagged docker-security-proxy-setup-go:latest 21:10:59 Building docker-support-notifications-go 21:10:59  Building docker-security-proxy-setup-go ... done Removing intermediate container 8892a58d5539 21:10:59 ---> 36444fb90e71 21:10:59 21:10:59 Removing intermediate container 38a437e18f26 21:10:59 ---> 0722afff0fd2 21:10:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:10:59 Removing intermediate container bab3710092fa 21:10:59 ---> 50e8685fdd80 21:10:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:10:59 Removing intermediate container b04b479b2987 21:10:59 ---> 9918a62e6166 21:10:59 21:10:59 Successfully built 36444fb90e71 21:10:59 Successfully tagged docker-support-scheduler-go:latest 21:10:59 Building docker-core-metadata-go 21:10:59  Building docker-support-scheduler-go ... done  ---> Running in 10c49444aa11 21:10:59 Successfully built 9918a62e6166 21:11:00 Successfully tagged docker-core-command-go:latest 21:11:00  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 21:11:00 Removing intermediate container 10c49444aa11 21:11:00 ---> 730c52509cb8 21:11:00 Step 22/24 : LABEL arch=x86_64 21:11:00 ---> Running in 5d8a13842d18 21:11:00 ---> 042b2a36578f 21:11:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:11:00 Removing intermediate container 5d8a13842d18 21:11:00 ---> 6c0149571c34 21:11:00 Step 23/24 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:11:00 ---> Running in bc25d87b93bc 21:11:04 ---> c997e96cfed6 21:11:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:11:04 Removing intermediate container bc25d87b93bc 21:11:04 ---> d4d6e9651ab3 21:11:04 Step 24/24 : LABEL version=0.0.0 21:11:04 ---> Running in 4410a8965dc8 21:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.086s coverage: 28.6% of statements 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:11:06 Removing intermediate container 4410a8965dc8 21:11:06 ---> d2092633f969 21:11:06 21:11:06 ---> a87678f05505 21:11:06 Step 19/26 : RUN apk --no-cache add py3-pip 21:11:06 ---> Running in ad6fa04969d1 21:11:07 Successfully built d2092633f969 21:11:10 Successfully tagged docker-security-secretstore-setup-go:latest 21:11:10 Building docker-core-data-go 21:11:11  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:11 (1/33) Installing libbz2 (1.0.8-r1) 21:11:11 (2/33) Installing expat (2.2.9-r1) 21:11:11 (3/33) Installing libffi (3.3-r2) 21:11:11 (4/33) Installing gdbm (1.13-r1) 21:11:11 (5/33) Installing xz-libs (5.2.5-r0) 21:11:11 (6/33) Installing sqlite-libs (3.32.1-r0) 21:11:11 (7/33) Installing python3 (3.8.5-r1) 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.152s coverage: 92.8% of statements 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.366s coverage: 0.1% of statements 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:11:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.107s coverage: 47.1% of statements 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements 21:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 21:11:21 (8/33) Installing py3-appdirs (1.4.4-r1) 21:11:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:11:21 (10/33) Installing py3-parsing (2.4.7-r0) 21:11:21 (11/33) Installing py3-six (1.15.0-r0) 21:11:21 (12/33) Installing py3-packaging (20.4-r0) 21:11:22 (13/33) Installing py3-setuptools (47.0.0-r0) 21:11:22 (14/33) Installing py3-chardet (3.0.4-r4) 21:11:23 (15/33) Installing py3-idna (2.9-r0) 21:11:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements 21:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements 21:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.115s coverage: 81.4% of statements 21:11:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:11:25 (18/33) Installing py3-requests (2.23.0-r0) 21:11:25 (19/33) Installing py3-msgpack (1.0.0-r0) 21:11:26 (20/33) Installing py3-lockfile (0.12.2-r3) 21:11:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:26 ---> c1948567f9e7 21:11:26 Step 3/23 : WORKDIR /edgex-go 21:11:26 ---> Using cache 21:11:26 ---> daf4ee24fc89 21:11:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:26 ---> Using cache 21:11:26 ---> ba3f681dd579 21:11:26 Step 5/23 : RUN apk add --update --no-cache make git 21:11:26 ---> Using cache 21:11:26 ---> ea2c476c54e3 21:11:26 Step 6/23 : COPY go.mod . 21:11:26 ---> Using cache 21:11:26 ---> ad042bd18817 21:11:26 Step 7/23 : RUN go mod download 21:11:26 ---> Using cache 21:11:26 ---> 0b20e192b87f 21:11:26 Step 8/23 : COPY . . 21:11:26 ---> Using cache 21:11:26 ---> 94c8b712c273 21:11:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:11:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:11:26 (22/33) Installing py3-colorama (0.4.3-r0) 21:11:26 (23/33) Installing py3-distlib (0.3.0-r0) 21:11:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:26 ---> c1948567f9e7 21:11:26 Step 3/22 : WORKDIR /edgex-go 21:11:26 ---> Using cache 21:11:26 ---> daf4ee24fc89 21:11:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:26 ---> Using cache 21:11:26 ---> ba3f681dd579 21:11:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:11:26 (24/33) Installing py3-distro (1.5.0-r1) 21:11:26 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:11:26 ---> c1948567f9e7 21:11:26 Step 3/31 : WORKDIR /edgex-go 21:11:26 ---> Using cache 21:11:26 ---> daf4ee24fc89 21:11:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:26 ---> Using cache 21:11:26 ---> ba3f681dd579 21:11:26 Step 5/31 : RUN apk add --update --no-cache make git 21:11:26 ---> Using cache 21:11:26 ---> ea2c476c54e3 21:11:26 Step 6/31 : COPY go.mod . 21:11:26 ---> Using cache 21:11:26 ---> ad042bd18817 21:11:26 Step 7/31 : RUN go mod download 21:11:26 ---> Using cache 21:11:26 ---> 0b20e192b87f 21:11:26 Step 8/31 : COPY . . 21:11:26 (25/33) Installing py3-webencodings (0.5.1-r3) 21:11:26 ---> Using cache 21:11:26 ---> 94c8b712c273 21:11:26 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:11:27 (26/33) Installing py3-html5lib (1.0.1-r4) 21:11:28 (27/33) Installing py3-pytoml (0.1.21-r0) 21:11:29 (28/33) Installing py3-pep517 (0.8.2-r0) 21:11:29 (29/33) Installing py3-progress (1.5-r0) 21:11:29 (30/33) Installing py3-toml (0.10.1-r0) 21:11:29 (31/33) Installing py3-retrying (1.3.3-r0) 21:11:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:11:29 (33/33) Installing py3-pip (20.1.1-r0) 21:11:29 ---> Running in ad6337646e86 21:11:29 ---> Running in c7754419a10a 21:11:29 ---> Running in 6a9eb03de31d 21:11:29 Executing busybox-1.31.1-r19.trigger 21:11:29 OK: 71 MiB in 55 packages 21:11:31 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 21:11:32 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 21:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:37 ---> c1948567f9e7 21:11:37 Step 3/23 : WORKDIR /edgex-go 21:11:37 ---> Using cache 21:11:37 ---> daf4ee24fc89 21:11:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:37 ---> Using cache 21:11:37 ---> ba3f681dd579 21:11:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:11:38 OK: 233 MiB in 51 packages 21:11:38 ---> Running in d4838e1aaa6f 21:11:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:40 Removing intermediate container c7754419a10a 21:11:40 ---> 2885881f809a 21:11:40 Step 6/22 : COPY go.mod . 21:11:41 ---> 18f5ba2d024f 21:11:41 Step 7/22 : RUN go mod download 21:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.144s coverage: 92.9% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.6% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.6% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.499s coverage: 62.4% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.760s coverage: 69.0% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.350s coverage: 38.4% of statements 21:11:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:11:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 21:11:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 21:11:43 OK: 233 MiB in 51 packages 21:11:43 ---> Running in 08a036deb852 21:11:45 Removing intermediate container d4838e1aaa6f 21:11:45 ---> 6b1afe1c5c4f 21:11:45 Step 6/23 : COPY go.mod . 21:11:46 ---> 187ebbe6948c 21:11:46 Step 7/23 : RUN go mod download 21:11:47 ---> Running in 4d4347f483e0 21:11:48 Removing intermediate container ad6fa04969d1 21:11:48 ---> 46b618eb86d5 21:11:48 Step 20/26 : RUN pip install docker-compose==1.23.2 21:11:48 Removing intermediate container 08a036deb852 21:11:48 ---> 5f76fff73277 21:11:48 Step 8/22 : COPY . . 21:11:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:11:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:11:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.203s coverage: 100.0% of statements 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:11:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:11:48 ---> Running in b2741106bf10 21:11:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 87.1% of statements 21:11:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:11:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:11:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:11:55 Collecting docker-compose==1.23.2 21:11:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:11:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:11:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:11:57 Removing intermediate container 4d4347f483e0 21:11:57 ---> aff08b1d835e 21:11:57 Step 8/23 : COPY . . 21:11:57 Collecting dockerpty<0.5,>=0.4.1 21:11:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.137s coverage: 29.1% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.239s coverage: 96.5% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 21:11:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 21:11:59 GO111MODULE=on go vet ./... 21:12:01 Collecting docopt<0.7,>=0.6.1 21:12:01 Downloading docopt-0.6.2.tar.gz (25 kB) 21:12:04 Collecting jsonschema<3,>=2.5.1 21:12:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:12:05 Collecting cached-property<2,>=1.2.0 21:12:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:12:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:12:06 Collecting texttable<0.10,>=0.9.0 21:12:06 Downloading texttable-0.9.1.tar.gz (11 kB) 21:12:07 Collecting PyYAML<4,>=3.10 21:12:07 Downloading PyYAML-3.13.tar.gz (270 kB) 21:12:11 Collecting docker<4.0,>=3.6.0 21:12:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:12:12 Collecting websocket-client<1.0,>=0.32.0 21:12:12 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:12:13 Collecting urllib3<1.25,>=1.21.1 21:12:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:12:14 Collecting idna<2.8,>=2.5 21:12:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:12:15 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) 21:12:15 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) 21:12:16 Collecting docker-pycreds>=0.4.0 21:12:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:12:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:12:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:12:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:12:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:12:17 Installing collected packages: urllib3, idna, requests, dockerpty, docopt, jsonschema, cached-property, texttable, PyYAML, docker-pycreds, websocket-client, docker, docker-compose 21:12:17 Attempting uninstall: urllib3 21:12:17 Found existing installation: urllib3 1.25.9 21:12:17 Uninstalling urllib3-1.25.9: 21:12:18 Successfully uninstalled urllib3-1.25.9 21:12:22 Attempting uninstall: idna 21:12:22 Found existing installation: idna 2.9 21:12:22 Uninstalling idna-2.9: 21:12:22 Removing intermediate container ad6337646e86 21:12:22 ---> 41d2cfa4d959 21:12:22 21:12:22 Step 10/31 : FROM alpine:3.12 21:12:22 ---> 88dd2752d2ea 21:12:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:12:23 Successfully uninstalled idna-2.9 21:12:23 Attempting uninstall: requests 21:12:23 Found existing installation: requests 2.23.0 21:12:23 Uninstalling requests-2.23.0: 21:12:23 Successfully uninstalled requests-2.23.0 21:12:25 Running setup.py install for dockerpty: started 21:12:25 ---> 8afe643aed77 21:12:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:12:26 ---> Running in 533a9cf579c8 21:12:26 ---> Running in ecdde51d0bd2 21:12:26 Running setup.py install for dockerpty: finished with status 'done' 21:12:26 Running setup.py install for docopt: started 21:12:26 Removing intermediate container 6a9eb03de31d 21:12:26 ---> 94c89d503ee0 21:12:26 21:12:26 Step 10/23 : FROM alpine:3.12 21:12:26 ---> 88dd2752d2ea 21:12:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:12:26 ---> Using cache 21:12:26 ---> 23196236e397 21:12:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:12:26 ---> Using cache 21:12:26 ---> e2830279ffce 21:12:26 Step 13/23 : ENV APP_PORT=48081 21:12:26 ---> 5d6ccb076f45 21:12:26 Step 9/23 : RUN make cmd/core-data/core-data 21:12:26 ---> Running in 015be61d325a 21:12:26 ---> Running in dd1e2143b856 21:12:26 Removing intermediate container 533a9cf579c8 21:12:26 ---> 6ce83083ea4f 21:12:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:12:26 ---> Running in cc0372b68e2f 21:12:26 Running setup.py install for docopt: finished with status 'done' 21:12:26 Removing intermediate container 015be61d325a 21:12:26 ---> b66823e23d8a 21:12:26 Step 14/23 : EXPOSE $APP_PORT 21:12:27 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 21:12:27 Running setup.py install for texttable: started 21:12:27 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 21:12:27 ---> Running in 80791ba73633 21:12:27 Removing intermediate container 80791ba73633 21:12:27 ---> 7804e58a571d 21:12:27 Step 15/23 : WORKDIR / 21:12:27 ---> Running in 5346d8ce84a6 21:12:28 Running setup.py install for texttable: finished with status 'done' 21:12:28 Running setup.py install for PyYAML: started 21:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:28 Removing intermediate container 5346d8ce84a6 21:12:28 ---> bd8ededea4dd 21:12:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:28 (1/2) Installing dumb-init (1.2.2-r1) 21:12:28 (2/2) Installing su-exec (0.2-r1) 21:12:28 Executing busybox-1.31.1-r19.trigger 21:12:28 OK: 6 MiB in 16 packages 21:12:28 ---> e8ae0ea0eb96 21:12:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:12:28 Running setup.py install for PyYAML: finished with status 'done' 21:12:30 Removing intermediate container cc0372b68e2f 21:12:30 ---> edda999d6ad9 21:12:30 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:12:31 ---> 5e97d789a2c0 21:12:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:12:31 ---> Running in 5640723c6c33 21:12:32 ---> 941ca053a08a 21:12:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:12:32 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 21:12:32 ---> Running in 4a3e36e88cf2 21:12:32 Removing intermediate container 5640723c6c33 21:12:32 ---> 1be3a70e247d 21:12:32 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:12:33 ---> Running in 4518296a8437 21:12:33 Removing intermediate container 4a3e36e88cf2 21:12:33 ---> 3ac8052f17c8 21:12:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:33 ---> Running in b8a5f5ac6373 21:12:33 Removing intermediate container 4518296a8437 21:12:33 ---> 933f8c702a91 21:12:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:12:33 ---> Running in c05803b32002 21:12:34 Removing intermediate container b8a5f5ac6373 21:12:34 ---> a97a6aa5a852 21:12:34 Step 21/23 : LABEL arch=x86_64 21:12:35 ---> Running in 7c0049e62467 21:12:37 Removing intermediate container b2741106bf10 21:12:37 ---> 62d9acbb7c5f 21:12:37 Step 21/26 : RUN apk --no-cache add curl 21:12:37 Removing intermediate container 7c0049e62467 21:12:37 ---> 1e64c670d250 21:12:37 Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:12:38 ---> Running in e13273957392 21:12:38 ---> Running in 6be5f9c52929 21:12:39 Removing intermediate container 6be5f9c52929 21:12:39 ---> 13ab39e7c2a1 21:12:39 Step 23/23 : LABEL version=0.0.0 21:12:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:40 Removing intermediate container c05803b32002 21:12:40 ---> fa9b5f3ec909 21:12:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:12:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:40 ---> Running in 45f7c1c738c6 21:12:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:12:40 (2/3) Installing libcurl (7.69.1-r3) 21:12:40 (3/3) Installing curl (7.69.1-r3) 21:12:40 Executing busybox-1.31.1-r19.trigger 21:12:40 OK: 72 MiB in 58 packages 21:12:40 ---> Running in 3317feb53c58 21:12:41 Removing intermediate container 45f7c1c738c6 21:12:41 ---> ba7883e6d01a 21:12:41 21:12:41 Removing intermediate container 3317feb53c58 21:12:41 ---> 12350cb22f95 21:12:41 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:12:41 Successfully built ba7883e6d01a 21:12:41 Successfully tagged docker-core-metadata-go:latest 21:12:41  Building docker-core-metadata-go ... done Removing intermediate container e13273957392 21:12:41 ---> 84c62201f343 21:12:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:12:43 ---> 04c403a55aa1 21:12:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:12:43 ---> Running in ab2273734b5c 21:12:43 ---> Running in d987b5c12a42 21:12:43 Removing intermediate container ab2273734b5c 21:12:43 ---> d389b95bca2c 21:12:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:44 ---> Running in 584295f41712 21:12:44 Removing intermediate container 584295f41712 21:12:44 ---> c7b5ff245615 21:12:44 Step 24/26 : LABEL arch=x86_64 21:12:44 ---> Running in 18505b08a7b8 21:12:45 Removing intermediate container 18505b08a7b8 21:12:45 ---> ca097b2fde0c 21:12:45 Step 25/26 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:12:45 ---> Running in 5b96a039b91e 21:12:45 Removing intermediate container 5b96a039b91e 21:12:45 ---> 2d706c633aef 21:12:45 Step 26/26 : LABEL version=0.0.0 21:12:45 ---> Running in 0885ecfa1fd0 21:12:46 Removing intermediate container d987b5c12a42 21:12:46 ---> b311ba2fe373 21:12:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:46 Removing intermediate container 0885ecfa1fd0 21:12:46 ---> bd5b435cc73e 21:12:46 21:12:46 ---> 90da29dad5e6 21:12:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:12:46 Successfully built bd5b435cc73e 21:12:46 Successfully tagged docker-sys-mgmt-agent-go:latest 21:12:48  Building docker-sys-mgmt-agent-go ... done  ---> 1b71092c4eda 21:12:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:12:48 ---> 995fb0a87acb 21:12:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:12:48 ---> dd34ec3c9f17 21:12:48 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:12:49 ---> 64a57cf03e58 21:12:49 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:12:49 ---> Running in 50e40428fb38 21:12:49 Removing intermediate container 50e40428fb38 21:12:49 ---> 726dc90ec86d 21:12:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:12:50 ---> fe89adea15e6 21:12:50 Step 26/31 : RUN chmod +x /entrypoint.sh 21:12:51 ---> Running in 3b4db5d2431d 21:12:54 Removing intermediate container ecdde51d0bd2 21:12:54 ---> 0ac4f4f232a3 21:12:54 21:12:54 Step 10/22 : FROM alpine:3.12 21:12:54 ---> 88dd2752d2ea 21:12:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:12:54 ---> Running in d1a4946a91c2 21:12:54 Removing intermediate container 3b4db5d2431d 21:12:54 ---> a39e0f9d1e9b 21:12:54 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:12:55 ---> Running in e62ea6cd63d0 21:12:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:55 (1/2) Installing ca-certificates (20191127-r4) 21:12:55 (2/2) Installing dumb-init (1.2.2-r1) 21:12:55 Executing busybox-1.31.1-r19.trigger 21:12:55 Executing ca-certificates-20191127-r4.trigger 21:12:55 OK: 6 MiB in 16 packages 21:12:55 Removing intermediate container e62ea6cd63d0 21:12:55 ---> 63c2718416b3 21:12:55 Step 28/31 : CMD ["gate"] 21:12:57 ---> Running in 0384cb63a1c5 21:12:57 Removing intermediate container dd1e2143b856 21:12:57 ---> a45f852dcd01 21:12:57 21:12:57 Step 10/23 : FROM alpine:3.12 21:12:57 ---> 88dd2752d2ea 21:12:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:12:58 Removing intermediate container 0384cb63a1c5 21:12:58 ---> 73098e6d0d2a 21:12:58 Step 29/31 : LABEL arch=x86_64 21:12:58 ---> Running in ac9be324b7ff 21:12:58 Removing intermediate container d1a4946a91c2 21:12:58 ---> 2111d130ba63 21:12:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:12:58 ---> Running in b0225c451de0 21:12:58 ---> Running in 9ff96bcd9053 21:12:58 Removing intermediate container ac9be324b7ff 21:12:58 ---> b32d4694965a 21:12:58 Step 12/23 : ENV APP_PORT=48080 21:12:58 ---> Running in 8d8b0415d51d 21:12:59 Removing intermediate container b0225c451de0 21:12:59 ---> 3b46c3f5ff06 21:12:59 Step 30/31 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:12:59 Removing intermediate container 9ff96bcd9053 21:12:59 ---> 93ee2777b842 21:12:59 Step 13/22 : ENV APP_PORT=48060 21:12:59 Removing intermediate container 8d8b0415d51d 21:12:59 ---> 256c3b8a1061 21:12:59 Step 13/23 : EXPOSE $APP_PORT 21:12:59 ---> Running in 91fd6c941ca1 21:12:59 ---> Running in 86436237187a 21:12:59 ---> Running in 50646f93791e 21:12:59 Removing intermediate container 91fd6c941ca1 21:12:59 ---> d571ff02898b 21:12:59 Step 14/22 : EXPOSE $APP_PORT 21:12:59 ---> Running in 2ed5ae5e79f5 21:12:59 Removing intermediate container 86436237187a 21:12:59 ---> dfd09c8661ca 21:12:59 Step 31/31 : LABEL version=0.0.0 21:12:59 Removing intermediate container 50646f93791e 21:12:59 ---> 8a273513f2b9 21:12:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:59 ---> Running in 2489f68ec824 21:12:59 ---> Running in fb6a40c2a517 21:13:00 Removing intermediate container 2ed5ae5e79f5 21:13:00 ---> 019de8f49b4c 21:13:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:00 Removing intermediate container 2489f68ec824 21:13:00 ---> a5fe4c65e57a 21:13:00 21:13:00 Successfully built a5fe4c65e57a 21:13:00 Successfully tagged docker-security-bootstrapper-go:latest 21:13:00  Building docker-security-bootstrapper-go ... done  ---> a1dabdbd0030 21:13:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:13:01 ---> 0066f8106d25 21:13:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:13:01 Removing intermediate container fb6a40c2a517 21:13:01 ---> fdbc91ca7d79 21:13:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:13:01 ---> Running in e3c492f165be 21:13:02 ---> bbf95227e3e8 21:13:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:13:02 ---> Running in acede1644487 21:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:02 Removing intermediate container acede1644487 21:13:02 ---> d36bafa0996b 21:13:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:02 ---> Running in 96634adf87bf 21:13:02 Removing intermediate container 96634adf87bf 21:13:02 ---> 19a6bcb7b4c5 21:13:02 Step 20/22 : LABEL arch=x86_64 21:13:02 ---> Running in a6aef02dfc7b 21:13:02 Removing intermediate container a6aef02dfc7b 21:13:02 ---> a3e55c073003 21:13:02 Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:13:02 ---> Running in 637e9dd77faf 21:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:03 Removing intermediate container 637e9dd77faf 21:13:03 ---> 89622fc19388 21:13:03 Step 22/22 : LABEL version=0.0.0 21:13:03 ---> Running in d07ac6fd140a 21:13:03 Removing intermediate container d07ac6fd140a 21:13:03 ---> 85066abbf4c7 21:13:03 21:13:03 Successfully built 85066abbf4c7 21:13:03 Successfully tagged docker-support-notifications-go:latest 21:13:03  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 21:13:03 (2/6) Installing libgcc (9.3.0-r2) 21:13:03 (3/6) Installing libsodium (1.0.18-r0) 21:13:03 (4/6) Installing libstdc++ (9.3.0-r2) 21:13:04 (5/6) Installing libzmq (4.3.3-r0) 21:13:04 (6/6) Installing zeromq (4.3.3-r0) 21:13:04 Executing busybox-1.31.1-r19.trigger 21:13:04 OK: 8 MiB in 20 packages 21:13:05 Removing intermediate container e3c492f165be 21:13:05 ---> 0d57b6dd99f5 21:13:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:05 ---> 6a9d9164c2c7 21:13:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:13:05 ---> a3666390608f 21:13:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:13:06 ---> 50ad294ffbb1 21:13:06 Step 19/23 : ENTRYPOINT ["/core-data"] 21:13:06 ---> Running in dd12b7c99386 21:13:06 Removing intermediate container dd12b7c99386 21:13:06 ---> 6a34615e787b 21:13:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:06 ---> Running in 6220b20f7401 21:13:06 Removing intermediate container 6220b20f7401 21:13:06 ---> 1f8b8dfef36c 21:13:06 Step 21/23 : LABEL arch=x86_64 21:13:06 ---> Running in b63509355ced 21:13:06 Removing intermediate container b63509355ced 21:13:06 ---> 40da3b36bddd 21:13:06 Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:13:07 ---> Running in 8121c109f77c 21:13:07 Removing intermediate container 8121c109f77c 21:13:07 ---> f4fea9e2aeaa 21:13:07 Step 23/23 : LABEL version=0.0.0 21:13:07 ---> Running in a8727ca30f54 21:13:07 Removing intermediate container a8727ca30f54 21:13:07 ---> 071d3c61282c 21:13:07 21:13:07 Successfully built 071d3c61282c 21:13:07 Successfully tagged docker-core-data-go:latest 21:13:08  Building docker-core-data-go ... done  [Pipeline] } 21:13:08 $ docker stop --time=1 6bcc7c3fa1f1e656cb74ba10b42fbbb26855c40ce9ed7277dfcc14100804f300 21:13:09 $ docker rm -f 6bcc7c3fa1f1e656cb74ba10b42fbbb26855c40ce9ed7277dfcc14100804f300 [Pipeline] // withDockerContainer [Pipeline] sh 21:13:10 + docker images 21:13:10 + grep docker 21:13:10 docker-core-data-go latest 071d3c61282c 3 seconds ago 22.6MB 21:13:10 docker-support-notifications-go latest 85066abbf4c7 7 seconds ago 17.8MB 21:13:10 docker-security-bootstrapper-go latest a5fe4c65e57a 11 seconds ago 18.7MB 21:13:10 docker-sys-mgmt-agent-go latest bd5b435cc73e 24 seconds ago 313MB 21:13:10 docker-core-metadata-go latest ba7883e6d01a 30 seconds ago 19MB 21:13:10 docker-security-secretstore-setup-go latest d2092633f969 2 minutes ago 24.9MB 21:13:10 docker-core-command-go latest 9918a62e6166 2 minutes ago 17.2MB 21:13:10 docker-support-scheduler-go latest 36444fb90e71 2 minutes ago 17.3MB 21:13:10 docker-security-proxy-setup-go latest 8873319f4591 2 minutes ago 24.7MB 21:13:10 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:13:21 gofmt -l . 21:13:21 [ "`gofmt -l .`" = "" ] 21:13:21 ./bin/test-go-mod-tidy.sh 21:13:21 ./bin/test-attribution-txt.sh [Pipeline] sh 21:13:22 + ls -al . 21:13:22 total 768 21:13:22 drwxrwxr-x 9 1001 1001 4096 Mar 11 21:13 . 21:13:22 drwxr-xr-x 4 root root 4096 Mar 11 21:08 .. 21:13:22 -rw-rw-r-- 1 1001 1001 11 Mar 11 21:07 .dockerignore 21:13:22 drwxrwxr-x 8 1001 1001 4096 Mar 11 21:07 .git 21:13:22 drwxrwxr-x 3 1001 1001 4096 Mar 11 21:07 .github 21:13:22 -rw-rw-r-- 1 1001 1001 818 Mar 11 21:07 .gitignore 21:13:22 -rw-rw-r-- 1 1001 1001 166 Mar 11 21:07 .sonarcloud.properties 21:13:22 -rw-rw-r-- 1 1001 1001 8607 Mar 11 21:07 Attribution.txt 21:13:22 -rw-rw-r-- 1 1001 1001 3804 Mar 11 21:07 CONTRIBUTING.md 21:13:22 -rw-rw-r-- 1 1001 1001 931 Mar 11 21:07 Dockerfile.build 21:13:22 -rw-rw-r-- 1 1001 1001 863 Mar 11 21:07 Jenkinsfile 21:13:22 -rw-rw-r-- 1 1001 1001 10775 Mar 11 21:07 LICENSE 21:13:22 -rw-rw-r-- 1 1001 1001 5774 Mar 11 21:07 Makefile 21:13:22 -rw-rw-r-- 1 1001 1001 6548 Mar 11 21:07 README.md 21:13:22 -rw-rw-r-- 1 1001 1001 6755 Mar 11 21:07 SECURITY.md 21:13:22 -rw-rw-r-- 1 1001 1001 5 Mar 11 21:04 VERSION 21:13:22 -rw-rw-r-- 1 1001 1001 4131 Mar 11 21:07 ZMQWindows.md 21:13:22 drwxrwxr-x 2 1001 1001 4096 Mar 11 21:07 bin 21:13:22 drwxrwxr-x 14 1001 1001 4096 Mar 11 21:07 cmd 21:13:22 -rw-r--r-- 1 root root 628838 Mar 11 21:11 coverage.out 21:13:22 -rw-r--r-- 1 root root 1055 Mar 11 21:13 go.mod 21:13:22 -rw-r--r-- 1 root root 21981 Mar 11 21:13 go.sum 21:13:22 drwxrwxr-x 8 1001 1001 4096 Mar 11 21:07 internal 21:13:22 drwxrwxr-x 4 1001 1001 4096 Mar 11 21:07 openapi 21:13:22 drwxrwxr-x 4 1001 1001 4096 Mar 11 21:07 snap 21:13:22 -rw-rw-r-- 1 1001 1001 168 Mar 11 21:07 version.go [Pipeline] sh 21:13:22 + '[' -e coverage.out ] 21:13:22 + chown 1001:1001 coverage.out [Pipeline] stash 21:13:22 Warning: overwriting stash ‘coverage-report’ 21:13:24 Stashed 1 file(s) [Pipeline] sh 21:13:24 + make build 21:13:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:13:26 Still waiting to schedule task 21:13:26 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:13:37 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 21:13:59 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 21:14:03 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 21:14:09 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 21:14:10 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 21:14:15 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 21:14: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 21:14:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:14:28 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 21:14:32 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 21:14:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:14:43 $ docker stop --time=1 ea80f10b0456b886b949ff4db310fa7ba9f992e5155dfb153e03bb635791728e 21:14:44 Running on prd-ubuntu18.04-docker-8c-8g-29540 in /w/workspace/edgexfoundry_edgex-go_PR-3223 21:14:45 $ docker rm -f ea80f10b0456b886b949ff4db310fa7ba9f992e5155dfb153e03bb635791728e [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 21:14:47 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:14:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:14:47 21:14:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:14:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:14:48 latest: Pulling from edgex-devops/edgex-compose-arm64 21:14:48 29e5d40040c1: Pulling fs layer 21:14:48 1ce36da41761: Pulling fs layer 21:14:48 25b303627fd3: Pulling fs layer 21:14:48 29e5d40040c1: Verifying Checksum 21:14:48 29e5d40040c1: Download complete 21:14:49 1ce36da41761: Verifying Checksum 21:14:49 1ce36da41761: Download complete 21:14:49 29e5d40040c1: Pull complete 21:14:50 1ce36da41761: Pull complete 21:14:50 using credential edgex-jenkins-ssh 21:14:50 25b303627fd3: Verifying Checksum 21:14:50 25b303627fd3: Download complete 21:14:50 Cloning the remote Git repository 21:14:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:14:51 > git init /w/workspace/edgex-go/8 # timeout=10 21:14:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:14:51 > git --version # timeout=10 21:14:51 > git --version # 'git version 2.17.1' 21:14:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:14:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:01 25b303627fd3: Pull complete 21:15:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:15:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:15:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:15:01 prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container 21:15:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:15:04 $ docker top b098b870d55a422dc96531788fd258c891385bb5840c5113c355cd1702c3c813 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:05 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 21:15:05 Merge succeeded, producing e16aee3722b0f014e7611225c341ea548abb8698 21:15:05 Checking out Revision e16aee3722b0f014e7611225c341ea548abb8698 (PR-3223) 21:15:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:15:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:15:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:15:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:15:05 > git config core.sparsecheckout # timeout=10 21:15:05 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 21:15:05 > git remote # timeout=10 21:15:05 > git config --get remote.origin.url # timeout=10 21:15:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:05 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 21:15:05 > git rev-parse HEAD^{commit} # timeout=10 21:15:05 > git config core.sparsecheckout # timeout=10 21:15:05 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 21:15:05 + docker-compose build --help 21:15:05 + grep parallel 21:15:09 --parallel Build images in parallel. [Pipeline] } 21:15:09 $ docker stop --time=1 b098b870d55a422dc96531788fd258c891385bb5840c5113c355cd1702c3c813 21:15:09 Commit message: "build(snap): Add implementation for set up Consul ACL" 21:15:11 $ docker rm -f b098b870d55a422dc96531788fd258c891385bb5840c5113c355cd1702c3c813 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:12 + echo snap-build.sh 21:15:12 snap-build.sh 21:15:12 + SNAP_BASE_DIR=. 21:15:12 + '[' '!' -z /w/workspace/edgex-go/8 ']' 21:15:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 21:15:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 21:15:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 21:15:12 + cd /w/workspace/edgex-go/8 21:15:12 + sudo apt-get remove -qy --purge lxd lxd-client 21:15:12 Reading package lists... 21:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:15:12 . [Pipeline] withDockerContainer 21:15:13 Building dependency tree... 21:15:13 Reading state information... 21:15:13 prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container 21:15:13 The following packages were automatically installed and are no longer required: 21:15:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:15:13 uidmap xdelta3 21:15:13 Use 'sudo apt autoremove' to remove them. 21:15: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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:15:13 The following packages will be REMOVED: 21:15:13 lxd* lxd-client* 21:15:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:15:14 After this operation, 31.7 MB disk space will be freed. 21:15:14 $ docker top 74fe2a6d41fb2f5ebc4b27edd54d2bfd5320a3692436d44308673aa3da05ac16 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 21:15:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:15:15 + docker-compose -f ./docker-compose-build.yml build --parallel 21:15:17 Removing lxd dnsmasq configuration 21:15:17 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:15:17 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:15:20 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:15:20 Building docker-core-command-go ... 21:15:20 Building docker-core-data-go ... 21:15:20 Building docker-core-metadata-go ... 21:15:20 Building docker-security-bootstrapper-go ... 21:15:20 Building docker-security-proxy-setup-go ... 21:15:20 Building docker-security-secretstore-setup-go ... 21:15:20 Building docker-support-notifications-go ... 21:15:20 Building docker-support-scheduler-go ... 21:15:20 Building docker-sys-mgmt-agent-go ... 21:15:20 Building docker-support-notifications-go 21:15:20 Building docker-sys-mgmt-agent-go 21:15:20 Building docker-core-metadata-go 21:15:20 Building docker-security-proxy-setup-go 21:15:20 Building docker-core-command-go 21:15:20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:15:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:15:22 Processing triggers for systemd (237-3ubuntu10.42) ... 21:15:22 Processing triggers for ureadahead (0.100.0-21) ... 21:15:24 + sudo snap remove --purge lxd 21:15:24 snap "lxd" is not installed 21:15:24 + sudo groupadd --force --system lxd 21:15:24 ++ whoami 21:15:24 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:15:24 + newgrp - lxd 21:15:24 + sudo snap install lxd 21:15:34 2021-03-11T21:15:32Z INFO Waiting for automatic snapd restart... 21:16:01 lxd 4.12 from Canonical* installed 21:16:01 + sudo lxd init --auto 21:16:09 + sudo snap install --classic snapcraft 21:16:18 snapcraft 4.5.4 from Canonical* installed 21:16:18 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:16:18 + patch --verbose -p1 21:16:18 Hmm... Looks like a unified diff to me... 21:16:18 The text leading up to this was: 21:16:18 -------------------------- 21:16:18 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:16:18 |From: Tony Espy 21:16:18 |Date: Tue, 9 Mar 2021 19:05:15 -0500 21:16:18 |Subject: [PATCH] optimize snap build for pipeline CI check 21:16:18 | 21:16:18 |This patch is used by the EdgeX CI pipeline builds to 21:16:18 |optimize the snap CI check run for pull requests. When 21:16:18 |applied, it essentially strips out everything (apps and 21:16:18 |parts) from the snapcraft.yaml file except those required 21:16:18 |to build edgex-go, as the whole idea of the CI check is to 21:16:18 |catch changes to edgex-go that break the snap build. 21:16:18 | 21:16:18 |In general, anyone updating snapcraft.yaml will also need 21:16:18 |to update this patch file, otherwise it may fail to apply, 21:16:18 |resulting in a failed snap build CI check in the associated 21:16:18 |pull request. 21:16:18 | 21:16:18 |Note - in addition to applying this patch, the pipeline also 21:16:18 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:16:18 |need to build the finally binary .snap file (and it won't 21:16:18 |work with the patch applied). This further reduces the build 21:16:18 |time. 21:16:18 |--- 21:16:18 | snap/snapcraft.yaml | 452 +------------------------------------------- 21:16:18 | 1 file changed, 1 insertion(+), 451 deletions(-) 21:16:18 | 21:16:18 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:16:18 |index d8bc12bc..5a5f5fbb 100644 21:16:18 |--- a/snap/snapcraft.yaml 21:16:18 |+++ b/snap/snapcraft.yaml 21:16:18 -------------------------- 21:16:18 patching file snap/snapcraft.yaml 21:16:18 Using Plan A... 21:16:18 Hunk #1 FAILED at 73. 21:16:18 Hunk #2 succeeded at 296 (offset 19 lines). 21:16:18 Hunk #3 succeeded at 308 (offset 19 lines). 21:16:18 Hunk #4 succeeded at 316 (offset 19 lines). 21:16:18 Hunk #5 succeeded at 323 (offset 19 lines). 21:16:18 Hunk #6 succeeded at 350 (offset 19 lines). 21:16:18 Hunk #7 succeeded at 362 (offset 19 lines). 21:16:18 Hunk #8 succeeded at 421 (offset 22 lines). 21:16:18 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 21:16:18 Hmm... Ignoring the trailing garbage. 21:16:18 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:16:18 Failed in branch amd64 21:16:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:16:41 ---> b456b3fbe2db 21:16:41 Step 3/21 : WORKDIR /edgex-go 21:16:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:41 ---> b456b3fbe2db 21:16:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:41 ---> b456b3fbe2db 21:16:41 Step 3/23 : WORKDIR /edgex-go 21:16:41 Step 3/22 : WORKDIR /edgex-go 21:16:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:41 ---> b456b3fbe2db 21:16:41 Step 3/23 : WORKDIR /edgex-go 21:16:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:16:41 ---> b456b3fbe2db 21:16:41 Step 3/26 : WORKDIR /edgex-go 21:16:41 ---> Running in 765968bf3ef7 21:16:41 ---> Running in 31f1540828b0 21:16:41 ---> Running in 10d601042732 21:16:41 ---> Running in 22b2f59a23ec 21:16:41 ---> Running in 7d20fa2ebcb8 21:16:41 Removing intermediate container 31f1540828b0 21:16:41 ---> f47cd726fe49 21:16:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:41 Removing intermediate container 7d20fa2ebcb8 21:16:41 ---> a356a3d6c9de 21:16:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:41 Removing intermediate container 765968bf3ef7 21:16:41 ---> a99009f163b2 21:16:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:41 Removing intermediate container 10d601042732 21:16:41 ---> e8f12a85da3a 21:16:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:41 Removing intermediate container 22b2f59a23ec 21:16:41 ---> 404f0a10c98c 21:16:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:41 ---> Running in e9e8eb9c0214 21:16:41 ---> Running in 391151e21469 21:16:41 ---> Running in aacb40581f66 21:16:41 ---> Running in 52e51bb740d4 21:16:41 ---> Running in 72f3d5ebfa13 21:16:41 Removing intermediate container 391151e21469 21:16:41 ---> e8d0d17bec69 21:16:41 Step 5/23 : RUN apk add --update --no-cache make git 21:16:41 ---> Running in 11372a58f541 21:16:41 Removing intermediate container aacb40581f66 21:16:41 Removing intermediate container e9e8eb9c0214 21:16:41 ---> b45b35e64d8e 21:16:41 ---> 4c37b608a23a 21:16:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificatesStep 5/26 : RUN apk add --update --no-cache make bash git 21:16:41 21:16:41 Removing intermediate container 52e51bb740d4 21:16:41 ---> 4ec2a031ce5d 21:16:41 Step 5/23 : RUN apk add --update --no-cache make git 21:16:41 ---> Running in 20e8715f48f5 21:16:41 ---> Running in 39bf484bfdb3 21:16:41 Removing intermediate container 72f3d5ebfa13 21:16:41 ---> 0d2f5838ace9 21:16:41 Step 5/21 : RUN apk add --update --no-cache make git 21:16:41 ---> Running in 0c9c753a45a3 21:16:41 ---> Running in 6dbb9ff91fcb 21:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:42 OK: 217 MiB in 51 packages 21:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:43 OK: 217 MiB in 51 packages 21:16:43 OK: 217 MiB in 51 packages 21:16:43 OK: 217 MiB in 51 packages 21:16:43 OK: 217 MiB in 51 packages 21:16:43 Removing intermediate container 11372a58f541 21:16:43 ---> 9fd261eea4f1 21:16:43 Step 6/23 : COPY go.mod . 21:16:45 ---> a85f03806bcf 21:16:45 Step 7/23 : RUN go mod download 21:16:45 Removing intermediate container 20e8715f48f5 21:16:45 ---> 5757f263adf5 21:16:45 Step 6/22 : COPY go.mod . 21:16:45 ---> Running in 465853b8c766 21:16:45 Removing intermediate container 39bf484bfdb3 21:16:45 ---> b5e8e2140a1c 21:16:45 Step 6/26 : COPY go.mod . 21:16:45 Removing intermediate container 0c9c753a45a3 21:16:45 ---> 94ee43731800 21:16:45 Step 6/23 : COPY go.mod . 21:16:45 Removing intermediate container 6dbb9ff91fcb 21:16:45 ---> 026b36c088f4 21:16:45 Step 6/21 : COPY go.mod . 21:16:45 ---> 23f5b746a0f8 21:16:45 Step 7/22 : RUN go mod download 21:16:46 ---> Running in b75d1b4cc69d 21:16:46 ---> 77aaabf1e68e 21:16:46 Step 7/26 : RUN go mod download 21:16:46 ---> Running in 5f72ff707fba 21:16:46 ---> a5b363ce600f 21:16:46 Step 7/23 : RUN go mod download 21:16:46 ---> 95e029d39b7c 21:16:46 Step 7/21 : RUN go mod download 21:16:47 ---> Running in d64baed040a0 21:16:47 ---> Running in ee95aa24033c 21:16:49 Removing intermediate container 465853b8c766 21:16:49 ---> 62f614fb491d 21:16:49 Step 8/23 : COPY . . 21:16:58 Removing intermediate container b75d1b4cc69d 21:16:58 ---> 0838c25b6981 21:16:58 Step 8/22 : COPY . . 21:16:58 Removing intermediate container 5f72ff707fba 21:16:58 ---> c3ffba5025c7 21:16:58 Step 8/26 : COPY . . 21:16:58 Removing intermediate container d64baed040a0 21:16:58 ---> 748ec23de02e 21:16:58 Step 8/23 : COPY . . 21:16:58 Removing intermediate container ee95aa24033c 21:16:58 ---> 83195b48c2bd 21:16:58 Step 8/21 : COPY . . 21:17:06 ---> ed987160945c 21:17:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:17:08 ---> Running in d2c2704ea948 21:17:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:17:32 ---> 8f1739a340a5 21:17:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:17:32 ---> 16c69532b9c6 21:17:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:17:32 ---> Running in f01f4b964bca 21:17:32 ---> 1d8fffa8d567 21:17:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:17:32 ---> Running in 57e60c323e07 21:17:32 ---> Running in f7256ab06fa5 21:17:33 ---> 4000d3a08df7 21:17:33 Step 9/23 : RUN make cmd/core-command/core-command 21:17:33 ---> Running in 5b67c67ab369 21:17:34 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 21:17:35 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 21:17:35 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 21:17:36 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 21:18:44 Removing intermediate container d2c2704ea948 21:18:44 ---> 3192ac16dc57 21:18:44 21:18:44 Step 10/23 : FROM alpine:3.12 21:18:44 3.12: Pulling from library/alpine 21:18:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:18:44 Status: Downloaded newer image for alpine:3.12 21:18:44 ---> d10569e2745f 21:18:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:18:44 ---> Running in 3afa091cdfa6 21:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:18:45 (1/1) Installing dumb-init (1.2.2-r1) 21:18:45 Executing busybox-1.31.1-r19.trigger 21:18:45 OK: 5 MiB in 15 packages 21:18:48 Removing intermediate container 3afa091cdfa6 21:18:48 ---> ba9a2529e9aa 21:18:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:18:48 ---> Running in 3f7c5115e969 21:18:48 Removing intermediate container 3f7c5115e969 21:18:48 ---> ef1b6757121b 21:18:48 Step 13/23 : ENV APP_PORT=48081 21:18:48 ---> Running in 91ffcb2386e4 21:18:49 Removing intermediate container 91ffcb2386e4 21:18:49 ---> f9407ebecb00 21:18:49 Step 14/23 : EXPOSE $APP_PORT 21:18:49 ---> Running in 27b5e32dd8de 21:18:50 Removing intermediate container 27b5e32dd8de 21:18:50 ---> 693ce42fd743 21:18:50 Step 15/23 : WORKDIR / 21:18:50 ---> Running in b1b4a13dc553 21:18:51 Removing intermediate container b1b4a13dc553 21:18:51 ---> e5f9e82761c8 21:18:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:52 ---> b071e037c2f1 21:18:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:18:54 ---> 666b57860042 21:18:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:18:55 ---> 8f5fdb71d40b 21:18:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:18:55 ---> Running in 23f8018fafa8 21:18:56 Removing intermediate container 23f8018fafa8 21:18:56 ---> 201f3bf9b51f 21:18:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:56 ---> Running in 046633a28524 21:18:57 Removing intermediate container 046633a28524 21:18:57 ---> f6a58e9bc50c 21:18:57 Step 21/23 : LABEL arch=arm64 21:18:57 ---> Running in 473125dfa832 21:18:58 Removing intermediate container 473125dfa832 21:18:58 ---> 7ac4c030cb95 21:18:58 Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:18:58 ---> Running in 3cc2a0b91840 21:18:59 Removing intermediate container 3cc2a0b91840 21:18:59 ---> 74983e9f84c8 21:18:59 Step 23/23 : LABEL version=0.0.0 21:18:59 ---> Running in 1e40199423de 21:19:00 Removing intermediate container 1e40199423de 21:19:00 ---> b0f9017e3910 21:19:00 21:19:00 Successfully built b0f9017e3910 21:19:00 Successfully tagged docker-core-metadata-go-arm64:latest 21:19:00 Building docker-core-data-go 21:19:01  Building docker-core-metadata-go ... done 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 21:19:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:19:28 ---> b456b3fbe2db 21:19:28 Step 3/23 : WORKDIR /edgex-go 21:19:28 ---> Using cache 21:19:28 ---> 404f0a10c98c 21:19:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:28 ---> Using cache 21:19:28 ---> 0d2f5838ace9 21:19:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:19:28 Removing intermediate container f7256ab06fa5 21:19:28 ---> 83c506865a92 21:19:28 21:19:28 Step 10/21 : FROM alpine:3.12 21:19:28 ---> d10569e2745f 21:19:28 Step 11/21 : RUN apk add --update --no-cache curl 21:19:28 Removing intermediate container 57e60c323e07 21:19:28 ---> 38dfb6049c2f 21:19:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:19:28 ---> Running in 8479ec92973a 21:19:28 ---> Running in 2d4eca14c0a9 21:19:28 ---> Running in ca97ad48c079 21:19:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:19:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:28 (1/4) Installing ca-certificates (20191127-r4) 21:19:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:19:28 (3/4) Installing libcurl (7.69.1-r3) 21:19:28 (4/4) Installing curl (7.69.1-r3) 21:19:28 Executing busybox-1.31.1-r19.trigger 21:19:28 Executing ca-certificates-20191127-r4.trigger 21:19:28 OK: 7 MiB in 18 packages 21:19:29 OK: 217 MiB in 51 packages 21:19:31 Removing intermediate container 5b67c67ab369 21:19:31 ---> 99b1dce0e04a 21:19:31 21:19:31 Step 10/23 : FROM alpine:3.12 21:19:31 ---> d10569e2745f 21:19:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:19:31 ---> Using cache 21:19:31 ---> ba9a2529e9aa 21:19:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:19:31 ---> Using cache 21:19:31 ---> ef1b6757121b 21:19:31 Step 13/23 : ENV APP_PORT=48082 21:19:31 Removing intermediate container f01f4b964bca 21:19:31 ---> 4a28d1c1e84f 21:19:31 21:19:31 Step 10/22 : FROM alpine:3.12 21:19:31 ---> d10569e2745f 21:19:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:19:32 ---> Running in 01fe41f59ac2 21:19:32 ---> Running in 5baa12add223 21:19:32 Removing intermediate container 2d4eca14c0a9 21:19:32 ---> 4cefc25832db 21:19:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:19:32 Removing intermediate container 8479ec92973a 21:19:32 ---> b1b6f0f26fcb 21:19:32 Step 6/23 : COPY go.mod . 21:19:32 ---> Running in 2dd926416650 21:19:32 Removing intermediate container 01fe41f59ac2 21:19:32 ---> 09de5f31b594 21:19:32 Step 14/23 : EXPOSE $APP_PORT 21:19:33 Removing intermediate container ca97ad48c079 21:19:33 ---> e1cdc7a65e3e 21:19:33 21:19:33 Step 11/26 : FROM docker:20.10.0 21:19:33 ---> Running in c16018f1aaa2 21:19:33 20.10.0: Pulling from library/docker 21:19:33 Removing intermediate container 2dd926416650 21:19:33 ---> 42bf0d0346e8 21:19:33 Step 13/21 : WORKDIR /edgex 21:19:34 ---> Running in aede93bc914a 21:19:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:34 Removing intermediate container c16018f1aaa2 21:19:34 ---> 924f69887d95 21:19:34 Step 15/23 : WORKDIR / 21:19:34 ---> 0f7136f1b1d7 21:19:34 Step 7/23 : RUN go mod download 21:19:34 ---> Running in 2e31a6a8af21 21:19:34 ---> Running in dd8fb335fc59 21:19:34 (1/2) Installing ca-certificates (20191127-r4) 21:19:34 Removing intermediate container aede93bc914a 21:19:34 ---> 57c6d2baaa9c 21:19:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:19:34 (2/2) Installing dumb-init (1.2.2-r1) 21:19:34 Executing busybox-1.31.1-r19.trigger 21:19:35 Executing ca-certificates-20191127-r4.trigger 21:19:35 OK: 6 MiB in 16 packages 21:19:36 Removing intermediate container 2e31a6a8af21 21:19:36 ---> 22a069f3e008 21:19:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:37 ---> 87f9a3b996dd 21:19:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:19:37 ---> 041b0f966142 21:19:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:19:38 Removing intermediate container 5baa12add223 21:19:38 ---> 0fb40eacaef2 21:19:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:19:38 ---> Running in 6a811bcc55fd 21:19:38 ---> 38f4772cf0ef 21:19:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:19:39 Removing intermediate container dd8fb335fc59 21:19:39 ---> ef05578e52fd 21:19:39 Step 8/23 : COPY . . 21:19:39 Removing intermediate container 6a811bcc55fd 21:19:39 ---> 7a2cc7606eef 21:19:39 Step 13/22 : ENV APP_PORT=48060 21:19:39 ---> 3f3c735241c6 21:19:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:19:40 ---> Running in 377196d2f3f7 21:19:41 Removing intermediate container 377196d2f3f7 21:19:41 ---> bde1648fee9c 21:19:41 Step 14/22 : EXPOSE $APP_PORT 21:19:41 ---> f2edee6b0b0a 21:19:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:19:41 ---> Running in 0a589ec5b134 21:19:41 ---> ac872f5cb1a5 21:19:41 Step 19/23 : ENTRYPOINT ["/core-command"] 21:19:42 ---> Running in b43188bca148 21:19:42 ---> Running in 3db9909cc2fd 21:19:42 Removing intermediate container 0a589ec5b134 21:19:42 ---> 72a35f96011a 21:19:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:42 Removing intermediate container b43188bca148 21:19:42 ---> 09a68c6fc9cb 21:19:42 Step 18/21 : CMD ["--init=true"] 21:19:42 Removing intermediate container 3db9909cc2fd 21:19:42 ---> a4b62ffbb1ea 21:19:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:43 ---> Running in b7df803b54f4 21:19:43 ---> Running in 8a5b889c9eea 21:19:43 ---> a8d0de5c356a 21:19:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:19:44 Removing intermediate container b7df803b54f4 21:19:44 ---> 1d5f0a0a8649 21:19:44 Step 19/21 : LABEL arch=arm64 21:19:44 Removing intermediate container 8a5b889c9eea 21:19:44 ---> 0a5c3aa38c63 21:19:44 Step 21/23 : LABEL arch=arm64 21:19:44 ---> Running in 9eace44ff687 21:19:44 ---> Running in fb42d7b4bd4f 21:19:45 Removing intermediate container 9eace44ff687 21:19:45 ---> a6a0d69bf880 21:19:45 Step 20/21 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:19:45 Removing intermediate container fb42d7b4bd4f 21:19:45 ---> 29f4690f6f12 21:19:45 Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:19:45 ---> e12874e6138b 21:19:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:19:45 ---> Running in 537af8981373 21:19:46 ---> Running in 42bd2c78ee49 21:19:47 Removing intermediate container 42bd2c78ee49 21:19:47 ---> 219d5d01f5ed 21:19:47 Step 23/23 : LABEL version=0.0.0 21:19:47 Removing intermediate container 537af8981373 21:19:47 ---> bd3e75ea8819 21:19:47 Step 21/21 : LABEL version=0.0.0 21:19:47 ---> Running in bf5c77b725d3 21:19:47 ---> 84264b2f9bd0 21:19:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:19:47 ---> Running in df294db5bf10 21:19:47 ---> Running in 1e1a778df211 21:19:48 Removing intermediate container bf5c77b725d3 21:19:48 ---> 8d256ed74cdf 21:19:48 21:19:48 Removing intermediate container df294db5bf10 21:19:48 ---> dd8079a01f8f 21:19:48 21:19:48 Removing intermediate container 1e1a778df211 21:19:48 ---> 039e3c34a849 21:19:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:48 Successfully built 8d256ed74cdf 21:19:48 Successfully tagged docker-core-command-go-arm64:latest 21:19:48  Building docker-core-command-go ... done Building docker-support-scheduler-go 21:19:49 Successfully built dd8079a01f8f 21:19:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:19:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:19:49  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 21:19:49 Status: Downloaded newer image for docker:20.10.0 21:19:49 ---> eeaf43b92773 21:19:49 Step 12/26 : RUN apk add --no-cache bash 21:19:49 ---> Running in bdc17463c081 21:19:49 ---> Running in 574c5a19987f 21:19:49 Removing intermediate container bdc17463c081 21:19:49 ---> a3538b8e952e 21:19:49 Step 20/22 : LABEL arch=arm64 21:19:50 ---> Running in 411090e22382 21:19:51 Removing intermediate container 411090e22382 21:19:51 ---> 0ef85546b1ff 21:19:51 Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:51 ---> Running in c3d9305011fd 21:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:52 (1/2) Installing readline (8.0.4-r0) 21:19:52 (2/2) Installing bash (5.0.17-r0) 21:19:52 Executing bash-5.0.17-r0.post-install 21:19:52 Executing busybox-1.31.1-r19.trigger 21:19:52 OK: 12 MiB in 22 packages 21:19:52 Removing intermediate container c3d9305011fd 21:19:52 ---> 0af2e65f80fb 21:19:52 Step 22/22 : LABEL version=0.0.0 21:19:53 ---> Running in 6156cc0a7cf8 21:19:54 Removing intermediate container 6156cc0a7cf8 21:19:54 ---> 623d34ae5bdd 21:19:54 21:19:55 Removing intermediate container 574c5a19987f 21:19:55 ---> d7a962cc8aa4 21:19:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:19:55 Successfully built 623d34ae5bdd 21:19:55 Successfully tagged docker-support-notifications-go-arm64:latest 21:19:55 Building docker-security-bootstrapper-go 21:19:55  Building docker-support-notifications-go ... done  ---> Running in ae7a21f7546c 21:19:56 Removing intermediate container ae7a21f7546c 21:19:56 ---> 7a23a1950da2 21:19:56 Step 14/26 : ENV APP_PORT=48090 21:19:56 ---> Running in 92df25c2213d 21:19:56 ---> 3245757a25d1 21:19:56 Step 9/23 : RUN make cmd/core-data/core-data 21:19:56 ---> Running in aa03d40dd920 21:19:57 Removing intermediate container 92df25c2213d 21:19:57 ---> 7c1cd1f2cb3b 21:19:57 Step 15/26 : EXPOSE $APP_PORT 21:19:57 ---> Running in 61fd1c0642b7 21:19:58 Removing intermediate container 61fd1c0642b7 21:19:58 ---> 2f8d7a3149da 21:19:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:19:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:20:00 ---> 9667d147426b 21:20:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:20:02 ---> 185e65bf1ba9 21:20:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:20:03 ---> a08f02de43e4 21:20:03 Step 19/26 : RUN apk --no-cache add py3-pip 21:20:04 ---> Running in 0ca770eb75f6 21:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:06 (1/33) Installing libbz2 (1.0.8-r1) 21:20:06 (2/33) Installing expat (2.2.9-r1) 21:20:06 (3/33) Installing libffi (3.3-r2) 21:20:06 (4/33) Installing gdbm (1.13-r1) 21:20:06 (5/33) Installing xz-libs (5.2.5-r0) 21:20:06 (6/33) Installing sqlite-libs (3.32.1-r0) 21:20:06 (7/33) Installing python3 (3.8.5-r1) 21:20:08 (8/33) Installing py3-appdirs (1.4.4-r1) 21:20:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:20:08 (10/33) Installing py3-parsing (2.4.7-r0) 21:20:08 (11/33) Installing py3-six (1.15.0-r0) 21:20:08 (12/33) Installing py3-packaging (20.4-r0) 21:20:08 (13/33) Installing py3-setuptools (47.0.0-r0) 21:20:08 (14/33) Installing py3-chardet (3.0.4-r4) 21:20:08 (15/33) Installing py3-idna (2.9-r0) 21:20:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:20:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:20:08 (18/33) Installing py3-requests (2.23.0-r0) 21:20:09 (19/33) Installing py3-msgpack (1.0.0-r0) 21:20:09 (20/33) Installing py3-lockfile (0.12.2-r3) 21:20:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:20:09 (22/33) Installing py3-colorama (0.4.3-r0) 21:20:09 (23/33) Installing py3-distlib (0.3.0-r0) 21:20:09 (24/33) Installing py3-distro (1.5.0-r1) 21:20:09 (25/33) Installing py3-webencodings (0.5.1-r3) 21:20:09 (26/33) Installing py3-html5lib (1.0.1-r4) 21:20:09 (27/33) Installing py3-pytoml (0.1.21-r0) 21:20:09 (28/33) Installing py3-pep517 (0.8.2-r0) 21:20:09 (29/33) Installing py3-progress (1.5-r0) 21:20:09 (30/33) Installing py3-toml (0.10.1-r0) 21:20:09 (31/33) Installing py3-retrying (1.3.3-r0) 21:20:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:20:09 (33/33) Installing py3-pip (20.1.1-r0) 21:20:09 Executing busybox-1.31.1-r19.trigger 21:20:09 OK: 71 MiB in 55 packages 21:20:32 Removing intermediate container 0ca770eb75f6 21:20:32 ---> f47e51d03932 21:20:32 Step 20/26 : RUN pip install docker-compose==1.23.2 21:20:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:20:32 ---> b456b3fbe2db 21:20:32 Step 3/24 : WORKDIR /edgex-go 21:20:32 ---> Using cache 21:20:32 ---> 404f0a10c98c 21:20:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:32 ---> Using cache 21:20:32 ---> 0d2f5838ace9 21:20:32 Step 5/24 : RUN apk add --update --no-cache make git 21:20:32 ---> Using cache 21:20:32 ---> 026b36c088f4 21:20:32 Step 6/24 : COPY go.mod . 21:20:32 ---> Using cache 21:20:32 ---> 95e029d39b7c 21:20:32 Step 7/24 : RUN go mod download 21:20:32 ---> Using cache 21:20:32 ---> 83195b48c2bd 21:20:32 Step 8/24 : COPY . . 21:20:32 ---> Using cache 21:20:32 ---> 1d8fffa8d567 21:20:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:20:32 ---> Running in 9b32bdd4157f 21:20:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:20:32 ---> b456b3fbe2db 21:20:32 Step 3/22 : WORKDIR /edgex-go 21:20:32 ---> Using cache 21:20:32 ---> 404f0a10c98c 21:20:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:32 ---> Using cache 21:20:32 ---> 0d2f5838ace9 21:20:32 Step 5/22 : RUN apk add --update --no-cache make git 21:20:32 ---> Using cache 21:20:32 ---> 026b36c088f4 21:20:32 Step 6/22 : COPY go.mod . 21:20:32 ---> Using cache 21:20:32 ---> 95e029d39b7c 21:20:32 Step 7/22 : RUN go mod download 21:20:32 ---> Using cache 21:20:32 ---> 83195b48c2bd 21:20:32 Step 8/22 : COPY . . 21:20:32 ---> Running in d36a4f8c89c1 21:20:32 ---> Using cache 21:20:32 ---> 1d8fffa8d567 21:20:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:20:33 ---> Running in cc04ca452496 21:20:35 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 21:20:35 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 21:20:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:20:38 ---> b456b3fbe2db 21:20:38 Step 3/31 : WORKDIR /edgex-go 21:20:38 ---> Using cache 21:20:38 ---> 404f0a10c98c 21:20:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:38 ---> Using cache 21:20:38 ---> 0d2f5838ace9 21:20:38 Step 5/31 : RUN apk add --update --no-cache make git 21:20:38 ---> Using cache 21:20:38 ---> 026b36c088f4 21:20:38 Step 6/31 : COPY go.mod . 21:20:38 ---> Using cache 21:20:38 ---> 95e029d39b7c 21:20:38 Step 7/31 : RUN go mod download 21:20:38 ---> Using cache 21:20:38 ---> 83195b48c2bd 21:20:38 Step 8/31 : COPY . . 21:20:38 ---> Using cache 21:20:38 ---> 1d8fffa8d567 21:20:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:20:39 ---> Running in 8f5263386982 21:20:41 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 21:20:41 Collecting docker-compose==1.23.2 21:20:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:20:42 Collecting docopt<0.7,>=0.6.1 21:20:42 Downloading docopt-0.6.2.tar.gz (25 kB) 21:20:45 Collecting websocket-client<1.0,>=0.32.0 21:20:45 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:20:45 Collecting cached-property<2,>=1.2.0 21:20:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:20:46 Collecting texttable<0.10,>=0.9.0 21:20:46 Downloading texttable-0.9.1.tar.gz (11 kB) 21:20:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:20:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:20:52 Collecting PyYAML<4,>=3.10 21:20:52 Downloading PyYAML-3.13.tar.gz (270 kB) 21:20:56 Collecting dockerpty<0.5,>=0.4.1 21:20:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:20:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:20:59 Collecting docker<4.0,>=3.6.0 21:20:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:21:00 Collecting jsonschema<3,>=2.5.1 21:21:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:21:00 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) 21:21:00 Collecting urllib3<1.25,>=1.21.1 21:21:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:21:01 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) 21:21:01 Collecting idna<2.8,>=2.5 21:21:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:21:01 Collecting docker-pycreds>=0.4.0 21:21:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:21:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:21:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:21:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:21:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:21:03 Installing collected packages: docopt, websocket-client, cached-property, texttable, urllib3, idna, requests, PyYAML, dockerpty, docker-pycreds, docker, jsonschema, docker-compose 21:21:03 Running setup.py install for docopt: started 21:21:06 Running setup.py install for docopt: finished with status 'done' 21:21:06 Running setup.py install for texttable: started 21:21:09 Running setup.py install for texttable: finished with status 'done' 21:21:09 Attempting uninstall: urllib3 21:21:09 Found existing installation: urllib3 1.25.9 21:21:09 Uninstalling urllib3-1.25.9: 21:21:09 Successfully uninstalled urllib3-1.25.9 21:21:10 Attempting uninstall: idna 21:21:10 Found existing installation: idna 2.9 21:21:10 Uninstalling idna-2.9: 21:21:10 Successfully uninstalled idna-2.9 21:21:11 Attempting uninstall: requests 21:21:11 Found existing installation: requests 2.23.0 21:21:11 Uninstalling requests-2.23.0: 21:21:11 Successfully uninstalled requests-2.23.0 21:21:11 Running setup.py install for PyYAML: started 21:21:15 Running setup.py install for PyYAML: finished with status 'done' 21:21:15 Running setup.py install for dockerpty: started 21:21:17 Running setup.py install for dockerpty: finished with status 'done' 21:21:19 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 21:21:26 Removing intermediate container 9b32bdd4157f 21:21:26 ---> 511f4e356ec5 21:21:26 Step 21/26 : RUN apk --no-cache add curl 21:21:26 ---> Running in db425f81328e 21:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:21:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:21:29 (2/3) Installing libcurl (7.69.1-r3) 21:21:29 (3/3) Installing curl (7.69.1-r3) 21:21:29 Executing busybox-1.31.1-r19.trigger 21:21:29 OK: 71 MiB in 58 packages 21:21:31 Removing intermediate container db425f81328e 21:21:31 ---> bb3d78b216ea 21:21:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:21:31 ---> Running in 62a18713b152 21:21:32 Removing intermediate container 62a18713b152 21:21:32 ---> f0575487a988 21:21:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:32 ---> Running in 67833e49bb82 21:21:33 Removing intermediate container 67833e49bb82 21:21:33 ---> ba60fb0a0ec4 21:21:33 Step 24/26 : LABEL arch=arm64 21:21:33 ---> Running in 889017d958d5 21:21:33 Removing intermediate container 889017d958d5 21:21:33 ---> de11eaf38a0a 21:21:33 Step 25/26 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:21:34 ---> Running in d5e2793aacae 21:21:35 Removing intermediate container d5e2793aacae 21:21:35 ---> e798c1ae0c3a 21:21:35 Step 26/26 : LABEL version=0.0.0 21:21:35 ---> Running in b36b71316145 21:21:36 Removing intermediate container b36b71316145 21:21:36 ---> e9173405922b 21:21:36 21:21:37 Successfully built e9173405922b 21:21:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:21:41  Building docker-sys-mgmt-agent-go ... done Removing intermediate container aa03d40dd920 21:21:41 ---> 73898ee656b8 21:21:41 21:21:41 Step 10/23 : FROM alpine:3.12 21:21:41 ---> d10569e2745f 21:21:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:21:41 ---> Running in 9703a9e58fff 21:21:41 Removing intermediate container 9703a9e58fff 21:21:41 ---> ced33b98574a 21:21:41 Step 12/23 : ENV APP_PORT=48080 21:21:42 ---> Running in a759f28cbe38 21:21:42 Removing intermediate container a759f28cbe38 21:21:42 ---> b0ae0dd85034 21:21:42 Step 13/23 : EXPOSE $APP_PORT 21:21:42 ---> Running in a3903c5255ec 21:21:43 Removing intermediate container a3903c5255ec 21:21:43 ---> 15f25024b11a 21:21:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:43 ---> Running in 7d6df0155e87 21:21:46 Removing intermediate container 7d6df0155e87 21:21:46 ---> 1c75d5917dc8 21:21:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:21:46 ---> Running in d8302af2415a 21:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:21:50 (1/6) Installing dumb-init (1.2.2-r1) 21:21:50 (2/6) Installing libgcc (9.3.0-r2) 21:21:50 (3/6) Installing libsodium (1.0.18-r0) 21:21:50 (4/6) Installing libstdc++ (9.3.0-r2) 21:21:51 (5/6) Installing libzmq (4.3.3-r0) 21:21:51 (6/6) Installing zeromq (4.3.3-r0) 21:21:51 Executing busybox-1.31.1-r19.trigger 21:21:51 OK: 8 MiB in 20 packages 21:21:53 Removing intermediate container d8302af2415a 21:21:53 ---> 8455aec1e04d 21:21:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:21:54 ---> e7833740b2df 21:21:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:21:56 ---> e8872a474024 21:21:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:21:58 ---> b82c835be2b2 21:21:58 Step 19/23 : ENTRYPOINT ["/core-data"] 21:21:58 ---> Running in 2b73c4978049 21:21:58 Removing intermediate container 2b73c4978049 21:21:58 ---> 2ed199727969 21:21:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:59 ---> Running in 1fa87ab2872b 21:21:59 Removing intermediate container 1fa87ab2872b 21:21:59 ---> 141171d6937b 21:21:59 Step 21/23 : LABEL arch=arm64 21:22:00 ---> Running in a632a81de5ee 21:22:01 Removing intermediate container a632a81de5ee 21:22:01 ---> d955aea11ca6 21:22:01 Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:22:01 ---> Running in ee17eb4fcfa0 21:22:02 Removing intermediate container ee17eb4fcfa0 21:22:02 ---> 710db3761a3e 21:22:02 Step 23/23 : LABEL version=0.0.0 21:22:02 ---> Running in b3ab4a8ec922 21:22:03 Removing intermediate container b3ab4a8ec922 21:22:03 ---> babf811e2ec5 21:22:03 21:22:03 Successfully built babf811e2ec5 21:22:03 Successfully tagged docker-core-data-go-arm64:latest 21:22:09  Building docker-core-data-go ... done Removing intermediate container d36a4f8c89c1 21:22:09 ---> 7473dde3e1f3 21:22:09 21:22:09 Step 10/24 : FROM alpine:3.12 21:22:09 ---> d10569e2745f 21:22:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:22:09 ---> Running in df63a65bc380 21:22:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:10 (1/5) Installing ca-certificates (20191127-r4) 21:22:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:22:10 (3/5) Installing libcurl (7.69.1-r3) 21:22:10 (4/5) Installing curl (7.69.1-r3) 21:22:10 (5/5) Installing dumb-init (1.2.2-r1) 21:22:10 Executing busybox-1.31.1-r19.trigger 21:22:10 Executing ca-certificates-20191127-r4.trigger 21:22:10 OK: 7 MiB in 19 packages 21:22:11 Removing intermediate container 8f5263386982 21:22:11 ---> 215f9d550e2c 21:22:11 21:22:11 Step 10/31 : FROM alpine:3.12 21:22:11 ---> d10569e2745f 21:22:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:22:11 ---> Running in 5f1c982d27a2 21:22:12 Removing intermediate container 5f1c982d27a2 21:22:12 ---> 18f76ba140dc 21:22:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:22:12 Removing intermediate container df63a65bc380 21:22:12 ---> 2861f10aa44f 21:22:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:22:13 ---> Running in bfa0e719f435 21:22:13 ---> Running in d0adde376b13 21:22:14 Removing intermediate container bfa0e719f435 21:22:14 ---> 893a2fd682c4 21:22:14 Step 13/24 : WORKDIR / 21:22:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:14 ---> Running in 0d12f7fde205 21:22:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:15 Removing intermediate container cc04ca452496 21:22:15 ---> ac3a4b9736e4 21:22:15 21:22:15 Step 10/22 : FROM alpine:3.12 21:22:15 ---> d10569e2745f 21:22:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:22:15 ---> Using cache 21:22:15 ---> ba9a2529e9aa 21:22:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:22:15 ---> Using cache 21:22:15 ---> ef1b6757121b 21:22:15 Step 13/22 : ENV APP_PORT=48085 21:22:15 ---> Running in bc98646b1058 21:22:15 Removing intermediate container 0d12f7fde205 21:22:15 ---> 87bde3c33bb3 21:22:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:22:15 (1/2) Installing dumb-init (1.2.2-r1) 21:22:15 (2/2) Installing su-exec (0.2-r1) 21:22:15 Executing busybox-1.31.1-r19.trigger 21:22:15 OK: 5 MiB in 16 packages 21:22:15 Removing intermediate container bc98646b1058 21:22:15 ---> d09f71009d17 21:22:15 Step 14/22 : EXPOSE $APP_PORT 21:22:15 ---> Running in b2a6d71936af 21:22:16 ---> dbe35f822a06 21:22:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:22:16 Removing intermediate container b2a6d71936af 21:22:16 ---> 3eb6b16e442e 21:22:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:17 Removing intermediate container d0adde376b13 21:22:17 ---> debffc2d6f49 21:22:17 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:22:17 ---> Running in 67905e60edee 21:22:17 ---> 0219f5cd6273 21:22:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:22:17 ---> a2787e558769 21:22:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:22:17 Removing intermediate container 67905e60edee 21:22:17 ---> 37c9d815d25f 21:22:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:22:17 ---> Running in 5eca55e5f59e 21:22:18 ---> 4799805059a2 21:22:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:22:18 Removing intermediate container 5eca55e5f59e 21:22:18 ---> 3f7944a9ab02 21:22:18 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:22:19 ---> Running in c54f2a4060a2 21:22:19 ---> 6c4155988605 21:22:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:22:19 ---> 9030abb21a86 21:22:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:22:20 ---> d085f70a8e4c 21:22:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:22:21 ---> Running in 9cc213436c11 21:22:21 ---> 1f92654445d2 21:22:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:22:21 Removing intermediate container 9cc213436c11 21:22:21 ---> 7ce711ea693d 21:22:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:22:21 ---> Running in 146bd23c6457 21:22:22 ---> c2cfa702fb95 21:22:22 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/ 21:22:22 Removing intermediate container c54f2a4060a2 21:22:22 ---> ad6b7af1df2d 21:22:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:22:22 Removing intermediate container 146bd23c6457 21:22:22 ---> 95702087f110 21:22:22 Step 20/22 : LABEL arch=arm64 21:22:22 ---> Running in 845ddf162da7 21:22:22 ---> Running in 2d3554bdccdd 21:22:22 ---> Running in 7a99ea47722b 21:22:23 Removing intermediate container 845ddf162da7 21:22:23 ---> 6bb9334cb150 21:22:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:22:23 Removing intermediate container 7a99ea47722b 21:22:23 ---> a3e5b179821d 21:22:23 Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:22:23 ---> Running in f244003c7b9b 21:22:23 Removing intermediate container f244003c7b9b 21:22:23 ---> 64352461354a 21:22:23 Step 22/22 : LABEL version=0.0.0 21:22:23 ---> Running in db2c6c0711ae 21:22:23 ---> efaecc305131 21:22:23 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:22:24 ---> Running in 6ad93e2e46fb 21:22:24 Removing intermediate container db2c6c0711ae 21:22:24 ---> bda25de1f3c3 21:22:24 21:22:25 Removing intermediate container 2d3554bdccdd 21:22:25 ---> 338bda43cb60 21:22:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:22:25 Successfully built bda25de1f3c3 21:22:25 Successfully tagged docker-support-scheduler-go-arm64:latest 21:22:25  Building docker-support-scheduler-go ... done  ---> Running in 6be2cdad2570 21:22:25 Removing intermediate container 6be2cdad2570 21:22:25 ---> c4a55e7dcef4 21:22:25 Step 22/24 : LABEL arch=arm64 21:22:25 ---> Running in 36bedc71d5d5 21:22:26 Removing intermediate container 36bedc71d5d5 21:22:26 ---> ec6f1bbbf194 21:22:26 Step 23/24 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:22:26 ---> Running in 3a728e1397cb 21:22:27 Removing intermediate container 6ad93e2e46fb 21:22:27 ---> 049aa71c28de 21:22:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:27 Removing intermediate container 3a728e1397cb 21:22:27 ---> 5e161dad0648 21:22:27 Step 24/24 : LABEL version=0.0.0 21:22:27 ---> Running in e830fd7df655 21:22:27 ---> 8bee10a42c5f 21:22:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:22:27 Removing intermediate container e830fd7df655 21:22:27 ---> c6cbf848aba8 21:22:27 21:22:28 Successfully built c6cbf848aba8 21:22:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:22:29  Building docker-security-secretstore-setup-go ... done  ---> ad92a0330b63 21:22:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:22:29 ---> 6cdd73d50cd6 21:22:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:22:30 ---> c4ee3f7ecdb1 21:22:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:22:31 ---> 6862d5db4393 21:22:31 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:22:31 ---> Running in 6c9ca873db88 21:22:31 Removing intermediate container 6c9ca873db88 21:22:31 ---> 84d5a4f7fc66 21:22:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:22:32 ---> 6261ccafce3a 21:22:32 Step 26/31 : RUN chmod +x /entrypoint.sh 21:22:32 ---> Running in eb4200bf27b2 21:22:35 Removing intermediate container eb4200bf27b2 21:22:35 ---> 1bab2dee6a37 21:22:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:22:35 ---> Running in 9f16a99144e8 21:22:35 Removing intermediate container 9f16a99144e8 21:22:35 ---> 3ecf78c4be68 21:22:35 Step 28/31 : CMD ["gate"] 21:22:36 ---> Running in 9b4931baaf21 21:22:36 Removing intermediate container 9b4931baaf21 21:22:36 ---> 0d4cd81bb464 21:22:36 Step 29/31 : LABEL arch=arm64 21:22:36 ---> Running in 8fab3077f32d 21:22:37 Removing intermediate container 8fab3077f32d 21:22:37 ---> ef4e50da06c0 21:22:37 Step 30/31 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 21:22:37 ---> Running in 22213b65bdf8 21:22:38 Removing intermediate container 22213b65bdf8 21:22:38 ---> 7628c19e7920 21:22:38 Step 31/31 : LABEL version=0.0.0 21:22:38 ---> Running in 6a35202197ee 21:22:39 Removing intermediate container 6a35202197ee 21:22:39 ---> 7969e0e6f189 21:22:39 21:22:39 Successfully built 7969e0e6f189 21:22:39 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:22:39  Building docker-security-bootstrapper-go ... done  [Pipeline] } 21:22:39 $ docker stop --time=1 74fe2a6d41fb2f5ebc4b27edd54d2bfd5320a3692436d44308673aa3da05ac16 21:22:41 $ docker rm -f 74fe2a6d41fb2f5ebc4b27edd54d2bfd5320a3692436d44308673aa3da05ac16 [Pipeline] // withDockerContainer [Pipeline] sh 21:22:42 + docker images 21:22:42 + grep docker 21:22:42 docker-security-bootstrapper-go-arm64 latest 7969e0e6f189 4 seconds ago 17.8MB 21:22:42 docker-security-secretstore-setup-go-arm64 latest c6cbf848aba8 15 seconds ago 23.7MB 21:22:42 docker-support-scheduler-go-arm64 latest bda25de1f3c3 18 seconds ago 16.3MB 21:22:42 docker-core-data-go-arm64 latest babf811e2ec5 40 seconds ago 21.3MB 21:22:42 docker-sys-mgmt-agent-go-arm64 latest e9173405922b About a minute ago 300MB 21:22:42 docker-support-notifications-go-arm64 latest 623d34ae5bdd 2 minutes ago 16.9MB 21:22:42 docker-security-proxy-setup-go-arm64 latest dd8079a01f8f 2 minutes ago 23.4MB 21:22:42 docker-core-command-go-arm64 latest 8d256ed74cdf 2 minutes ago 16.2MB 21:22:42 docker-core-metadata-go-arm64 latest b0f9017e3910 3 minutes ago 17.9MB 21:22:42 docker 20.10.0 eeaf43b92773 3 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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:22:44 ---> job-cost.sh 21:22:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MIdL 21:23:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:25:00 lf-activate-venv(): INFO: Adding /tmp/venv-MIdL/bin to PATH 21:25:00 INFO: No Stack... 21:25:00 INFO: Retrieving Pricing Info for: lf-standard-4 21:25:00 INFO: Archiving Costs [Pipeline] sh 21:25:00 + cut -d, -f6 21:25:00 + cat /w/workspace/edgex-go/8/archives/cost.csv [Pipeline] lock 21:25:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-8-stack-cost] 21:25:00 Resource [jenkins-edgexfoundry-edgex-go-PR-3223-8-stack-cost] did not exist. Created. 21:25:00 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:25:01 + echo total: 0.20999999344348907 [Pipeline] stash 21:25:01 Stashed 1 file(s) [Pipeline] } 21:25:01 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 21:25:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:25:06 ---> package-listing.sh 21:25:06 ++ facter osfamily 21:25:06 ++ tr '[:upper:]' '[:lower:]' 21:25:06 + OS_FAMILY=redhat 21:25:06 + workspace=/w/workspace/edgex-go/8 21:25:06 + START_PACKAGES=/tmp/packages_start.txt 21:25:06 + END_PACKAGES=/tmp/packages_end.txt 21:25:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:25:06 + PACKAGES=/tmp/packages_start.txt 21:25:06 + '[' /w/workspace/edgex-go/8 ']' 21:25:06 + PACKAGES=/tmp/packages_end.txt 21:25:06 + case "${OS_FAMILY}" in 21:25:06 + rpm -qa 21:25:06 + sort 21:25:11 + '[' -f /tmp/packages_start.txt ']' 21:25:11 + '[' -f /tmp/packages_end.txt ']' 21:25:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:25:11 + '[' /w/workspace/edgex-go/8 ']' 21:25:11 + mkdir -p /w/workspace/edgex-go/8/archives/ 21:25:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 21:25:11 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:25:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:25:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:12 21:25:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:25:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:12 alpine: Pulling from edgex-lftools-log-publisher 21:25:12 df20fa9351a1: Pulling fs layer 21:25:12 36b3adc4ff6f: Pulling fs layer 21:25:12 8ad3a11d3b57: Pulling fs layer 21:25:12 46f8f816bc3b: Pulling fs layer 21:25:12 93b61091891f: Pulling fs layer 21:25:12 93b9cdb0e59b: Pulling fs layer 21:25:12 5e14af77c1be: Pulling fs layer 21:25:12 01666e4c0597: Pulling fs layer 21:25:12 aa168da1d23b: Pulling fs layer 21:25:12 5e14af77c1be: Waiting 21:25:12 01666e4c0597: Waiting 21:25:12 46f8f816bc3b: Waiting 21:25:12 aa168da1d23b: Waiting 21:25:12 93b9cdb0e59b: Waiting 21:25:12 93b61091891f: Waiting 21:25:12 36b3adc4ff6f: Verifying Checksum 21:25:12 36b3adc4ff6f: Download complete 21:25:13 46f8f816bc3b: Verifying Checksum 21:25:13 46f8f816bc3b: Download complete 21:25:13 df20fa9351a1: Verifying Checksum 21:25:13 93b9cdb0e59b: Verifying Checksum 21:25:13 93b9cdb0e59b: Download complete 21:25:13 5e14af77c1be: Verifying Checksum 21:25:13 5e14af77c1be: Download complete 21:25:13 01666e4c0597: Verifying Checksum 21:25:13 01666e4c0597: Download complete 21:25:13 93b61091891f: Verifying Checksum 21:25:13 93b61091891f: Download complete 21:25:13 df20fa9351a1: Pull complete 21:25:13 36b3adc4ff6f: Pull complete 21:25:14 8ad3a11d3b57: Verifying Checksum 21:25:14 8ad3a11d3b57: Download complete 21:25:14 8ad3a11d3b57: Pull complete 21:25:15 46f8f816bc3b: Pull complete 21:25:15 93b61091891f: Pull complete 21:25:15 93b9cdb0e59b: Pull complete 21:25:15 5e14af77c1be: Pull complete 21:25:15 01666e4c0597: Pull complete 21:25:17 aa168da1d23b: Verifying Checksum 21:25:17 aa168da1d23b: Download complete 21:25:25 aa168da1d23b: Pull complete 21:25:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:25:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:25:25 prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container 21:25:25 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:25:31 $ docker top 64885ca3b220b2f9da1114d4e6d1efa3a042861e4500436bbbe8de057887b6a1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:25:31 + touch /tmp/pre-build-complete [Pipeline] sh 21:25:31 + mkdir -p /var/log/sa [Pipeline] sh 21:25:32 + ls /var/log/sa-host 21:25:32 + sadf -c /var/log/sa-host/sa11 21:25:32 file_magic: OK 21:25:32 HZ: Using current value: 100 21:25:32 file_header: OK 21:25:32 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 21:25:32 Statistics: 21:25:32 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... 21:25:32 File successfully converted to sysstat format version 12.2.1 21:25:32 + sadf -c /var/log/sa-host/sa23 21:25:32 file_magic: OK 21:25:32 HZ: Using current value: 100 21:25:32 file_header: OK 21:25:32 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 21:25:32 Statistics: 21:25:32 Hnuu...uuuununununu... 21:25:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:25:33 provisioning config files... 21:25:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config8018610983587036195tmp [Pipeline] { [Pipeline] echo 21:25:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:25:33 ---> create-netrc.sh [Pipeline] } 21:25:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:25:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:25:34 ---> python-tools-install.sh [Pipeline] echo 21:25:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:25:34 ---> sudo-logs.sh 21:25:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:25:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:25:34 ---> job-cost.sh 21:25:34 lf-activate-venv: SKIPPING 21:25:34 DEBUG: total: 0.20999999344348907 21:25:34 INFO: Retrieving Stack Cost... 21:25:36 INFO: Retrieving Pricing Info for: v1-standard-2 21:25:36 INFO: Archiving Costs [Pipeline] echo 21:25:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:25:37 ---> logs-deploy.sh 21:25:37 lf-activate-venv: SKIPPING 21:25:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/8 21:25:37 INFO: archiving workspace using pattern(s): 21:25:39 Archives upload complete. 21:25:39 INFO: archiving logs to Nexus 21:25:40 ---> uname -a: 21:25:40 Linux prd-centos7-docker-4c-2g-29537.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:25:40 21:25:40 21:25:40 ---> lscpu: 21:25:40 Architecture: x86_64 21:25:40 CPU op-mode(s): 32-bit, 64-bit 21:25:40 Byte Order: Little Endian 21:25:40 Address sizes: 40 bits physical, 48 bits virtual 21:25:40 CPU(s): 4 21:25:40 On-line CPU(s) list: 0-3 21:25:40 Thread(s) per core: 1 21:25:40 Core(s) per socket: 1 21:25:40 Socket(s): 4 21:25:40 NUMA node(s): 1 21:25:40 Vendor ID: GenuineIntel 21:25:40 CPU family: 6 21:25:40 Model: 44 21:25:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:25:40 Stepping: 1 21:25:40 CPU MHz: 2933.436 21:25:40 BogoMIPS: 5866.87 21:25:40 Virtualization: VT-x 21:25:40 Hypervisor vendor: KVM 21:25:40 Virtualization type: full 21:25:40 L1d cache: 128 KiB 21:25:40 L1i cache: 128 KiB 21:25:40 L2 cache: 16 MiB 21:25:40 L3 cache: 64 MiB 21:25:40 NUMA node0 CPU(s): 0-3 21:25:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:25:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:25:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:25:40 Vulnerability Meltdown: Mitigation; PTI 21:25:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:25:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:25:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:25:40 Vulnerability Srbds: Not affected 21:25:40 Vulnerability Tsx async abort: Not affected 21:25:40 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 21:25:40 21:25:40 21:25:40 ---> nproc: 21:25:40 4 21:25:40 21:25:40 21:25:40 ---> df -h: 21:25:40 Filesystem Size Used Available Use% Mounted on 21:25:40 overlay 50.0G 12.2G 37.8G 24% / 21:25:40 tmpfs 64.0M 0 64.0M 0% /dev 21:25:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:25:40 shm 64.0M 0 64.0M 0% /dev/shm 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8 21:25:40 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8@tmp 21:25:40 21:25:40 21:25:40 ---> free -m: 21:25:40 total used free shared buff/cache available 21:25:40 Mem: 1837 723 120 0 993 1031 21:25:40 Swap: 1023 60 963 21:25:40 21:25:40 21:25:40 ---> ip addr: 21:25:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:25:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:25:40 inet 127.0.0.1/8 scope host lo 21:25:40 valid_lft forever preferred_lft forever 21:25:40 inet6 ::1/128 scope host 21:25:40 valid_lft forever preferred_lft forever 21:25:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:25:40 link/ether fa:16:3e:28:f2:7f brd ff:ff:ff:ff:ff:ff 21:25:40 inet 10.30.123.149/23 brd 10.30.123.255 scope global dynamic eth0 21:25:40 valid_lft 85057sec preferred_lft 85057sec 21:25:40 inet6 fe80::f816:3eff:fe28:f27f/64 scope link 21:25:40 valid_lft forever preferred_lft forever 21:25:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:25:40 link/ether 02:42:41:ea:fe:f1 brd ff:ff:ff:ff:ff:ff 21:25:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:25:40 valid_lft forever preferred_lft forever 21:25:40 inet6 fe80::42:41ff:feea:fef1/64 scope link 21:25:40 valid_lft forever preferred_lft forever 21:25:40 21:25:40 21:25:40 ---> sar -b -r -n DEV: 21:25:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 21:25:40 21:25:40 21:03:06 LINUX RESTART (4 CPU) 21:25:40 21:25:40 21:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:25:40 21:05:01 149.26 56.96 92.30 0.00 9319.57 35329.22 0.00 21:25:40 21:06:01 276.48 113.67 162.81 0.00 4427.46 29673.92 0.00 21:25:40 21:07:01 130.00 38.43 91.57 0.00 1568.62 10461.49 0.00 21:25:40 21:08:01 148.68 72.66 76.02 0.00 3569.85 9063.19 0.00 21:25:40 21:09:02 349.41 144.10 205.32 0.00 68598.71 139808.73 0.00 21:25:40 21:10:01 3336.17 2963.89 372.28 0.00 165209.01 183175.93 0.00 21:25:40 21:11:02 405.70 173.92 231.79 0.00 17244.97 49046.37 0.00 21:25:40 21:12:02 1396.67 1049.87 346.80 0.00 128155.91 144002.97 0.00 21:25:40 21:13:01 1098.28 783.42 314.86 0.00 50256.64 64475.96 0.00 21:25:40 21:14:01 36.81 14.69 22.13 0.00 2973.96 1577.16 0.00 21:25:40 21:15:01 0.28 0.10 0.18 0.00 0.80 2.00 0.00 21:25:40 21:16:01 0.32 0.02 0.30 0.00 0.27 3.98 0.00 21:25:40 21:17:01 0.28 0.00 0.28 0.00 0.00 2.90 0.00 21:25:40 21:18:02 0.83 0.53 0.30 0.00 14.92 3.16 0.00 21:25:40 21:19:01 2.12 1.30 0.81 0.00 43.74 15.45 0.00 21:25:40 21:20:01 0.35 0.00 0.35 0.00 0.00 4.05 0.00 21:25:40 21:21:01 0.30 0.03 0.27 0.00 0.27 2.85 0.00 21:25:40 21:22:01 0.17 0.02 0.15 0.00 0.13 1.80 0.00 21:25:40 21:23:01 0.28 0.02 0.27 0.00 0.13 3.81 0.00 21:25:40 21:24:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 21:25:40 21:25:01 0.25 0.02 0.23 0.00 0.53 3.43 0.00 21:25:40 Average: 347.27 255.98 91.29 0.00 21406.55 31694.37 0.00 21:25:40 21:25:40 21:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:25:40 21:05:01 74472 0 662224 35.20 2596 1142252 1541484 52.61 718984 873716 68908 21:25:40 21:06:01 143352 0 788316 41.90 1492 948384 1623828 55.42 615320 842108 36884 21:25:40 21:07:01 158212 0 837552 44.51 796 884984 1813600 61.90 719972 715056 76744 21:25:40 21:08:01 230240 0 757800 40.28 740 892764 1435012 48.97 617956 738812 87744 21:25:40 21:09:02 65460 0 828424 44.03 0 987660 2250708 76.81 714100 894960 90828 21:25:40 21:10:01 283220 0 721996 38.37 0 876328 1575104 53.76 578300 786124 392 21:25:40 21:11:02 101820 0 716068 38.06 0 1063656 1369448 46.74 695916 823456 94236 21:25:40 21:12:02 77776 0 852448 45.31 0 951320 2424848 82.76 589112 956456 57536 21:25:40 21:13:01 447428 0 699888 37.20 0 734228 1407724 48.04 558360 623892 0 21:25:40 21:14:01 469116 0 643624 34.21 0 768804 1218612 41.59 567484 598936 12 21:25:40 21:15:01 470792 0 641944 34.12 0 768808 1195148 40.79 567660 597740 16 21:25:40 21:16:01 472120 0 640608 34.05 0 768816 1194956 40.78 566400 597748 12 21:25:40 21:17:01 472044 0 640668 34.05 0 768832 1194956 40.78 566528 597756 8 21:25:40 21:18:02 471736 0 640608 34.05 0 769200 1195404 40.80 566780 598020 8 21:25:40 21:19:01 469852 0 641832 34.11 0 769860 1195040 40.78 567360 598200 8 21:25:40 21:20:01 470640 0 641032 34.07 0 769872 1194956 40.78 567168 598204 8 21:25:40 21:21:01 470796 0 640876 34.06 0 769872 1194956 40.78 567168 598204 16 21:25:40 21:22:01 470624 0 641036 34.07 0 769884 1194956 40.78 567300 598212 16 21:25:40 21:23:01 470708 0 640944 34.06 0 769892 1195004 40.78 567196 598216 16 21:25:40 21:24:01 470940 0 640708 34.05 0 769896 1195040 40.78 567136 598220 8 21:25:40 21:25:01 470748 0 640888 34.06 0 769908 1194956 40.78 567068 598236 16 21:25:40 Average: 344386 0 693309 36.85 268 843582 1419321 48.44 600632 687251 24448 21:25:40 21:25:40 21:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:25:40 21:05:01 eth0 1246.12 1465.00 6062.01 169.17 0.00 0.00 0.00 0.00 21:25:40 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:05:01 docker0 1099.42 787.75 83.01 2729.26 0.00 0.00 0.00 0.00 21:25:40 21:06:01 eth0 214.56 174.55 858.39 26.35 0.00 0.00 0.00 0.00 21:25:40 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:06:01 veth47c4be9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:25:40 21:06:01 docker0 155.15 181.18 11.20 828.24 0.00 0.00 0.00 0.00 21:25:40 21:07:01 eth0 38.26 24.70 27.32 72.94 0.00 0.00 0.00 0.00 21:25:40 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:07:01 veth47c4be9 1.03 1.05 0.08 0.08 0.00 0.00 0.00 0.00 21:25:40 21:07:01 docker0 1.03 1.03 0.07 0.08 0.00 0.00 0.00 0.00 21:25:40 21:08:01 eth0 21.10 12.00 17.43 9.54 0.00 0.00 0.00 0.00 21:25:40 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:08:01 veth47c4be9 1.30 1.30 0.10 0.10 0.00 0.00 0.00 0.00 21:25:40 21:08:01 docker0 1.30 1.30 0.09 0.10 0.00 0.00 0.00 0.00 21:25:40 21:09:02 eth0 222.73 192.14 1685.84 71.90 0.00 0.00 0.00 0.00 21:25:40 21:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:09:02 veth5f41974 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:25:40 21:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:10:01 eth0 46.73 21.83 165.60 9.91 0.00 0.00 0.00 0.00 21:25:40 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:10:01 veth5f41974 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 21:25:40 21:10:01 docker0 10.69 25.60 0.56 148.19 0.00 0.00 0.00 0.00 21:25:40 21:11:02 eth0 189.23 144.09 1434.89 78.90 0.00 0.00 0.00 0.00 21:25:40 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:11:02 veth5f41974 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 21:25:40 21:11:02 docker0 14.65 26.31 0.80 170.82 0.00 0.00 0.00 0.00 21:25:40 21:12:02 veth1e6b1c5 1.32 1.54 0.19 5.02 0.00 0.00 0.00 0.00 21:25:40 21:12:02 vethcae247b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 21:25:40 21:12:02 eth0 85.59 46.73 403.18 18.56 0.00 0.00 0.00 0.00 21:25:40 21:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:13:01 veth098d74b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:13:01 eth0 98.80 68.49 155.29 85.82 0.00 0.00 0.00 0.00 21:25:40 21:13:01 vethb4a8f20 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:14:01 eth0 19.41 9.31 54.12 4.62 0.00 0.00 0.00 0.00 21:25:40 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:14:01 docker0 1304.91 1082.85 96.86 4362.31 0.00 0.00 0.00 0.00 21:25:40 21:15:01 eth0 1.00 0.45 0.72 0.24 0.00 0.00 0.00 0.00 21:25:40 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:16:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:25:40 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:17:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:25:40 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:18:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:25:40 21:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:19:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:25:40 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:25:40 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:21:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:22:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:23:01 eth0 0.20 0.20 0.07 0.01 0.00 0.00 0.00 0.00 21:25:40 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:24:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:25:40 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:25:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:25:40 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 Average: eth0 103.44 102.09 515.54 26.06 0.00 0.00 0.00 0.00 21:25:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:40 Average: docker0 62.23 51.64 4.62 208.05 0.00 0.00 0.00 0.00 21:25:40 21:25:40 21:25:40 ---> sar -P ALL: 21:25:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 21:25:40 21:25:40 21:03:06 LINUX RESTART (4 CPU) 21:25:40 21:25:40 21:04:02 CPU %user %nice %system %iowait %steal %idle 21:25:40 21:05:01 all 15.49 0.00 7.82 1.84 0.35 74.50 21:25:40 21:05:01 0 16.97 0.00 9.31 1.71 0.28 71.73 21:25:40 21:05:01 1 16.86 0.00 6.21 1.52 0.28 75.13 21:25:40 21:05:01 2 13.83 0.00 8.11 1.57 0.44 76.05 21:25:40 21:05:01 3 14.31 0.00 7.65 2.58 0.40 75.06 21:25:40 21:06:01 all 13.08 0.00 8.72 4.79 0.44 72.98 21:25:40 21:06:01 0 13.58 0.00 7.84 2.53 0.46 75.58 21:25:40 21:06:01 1 13.35 0.00 8.66 3.94 0.46 73.59 21:25:40 21:06:01 2 12.89 0.00 9.40 6.65 0.39 70.66 21:25:40 21:06:01 3 12.49 0.00 8.98 6.03 0.43 72.08 21:25:40 21:07:01 all 53.64 0.00 12.93 4.25 0.37 28.81 21:25:40 21:07:01 0 52.47 0.00 12.79 5.80 0.30 28.64 21:25:40 21:07:01 1 55.52 0.00 11.93 4.72 0.39 27.45 21:25:40 21:07:01 2 53.24 0.00 13.04 1.46 0.39 31.87 21:25:40 21:07:01 3 53.34 0.00 13.95 5.05 0.41 27.25 21:25:40 21:08:01 all 48.83 0.00 14.18 3.38 0.54 33.07 21:25:40 21:08:01 0 47.81 0.00 13.73 3.30 0.55 34.61 21:25:40 21:08:01 1 48.41 0.00 14.17 3.87 0.55 33.00 21:25:40 21:08:01 2 50.76 0.00 15.02 1.98 0.53 31.70 21:25:40 21:08:01 3 48.34 0.00 13.80 4.34 0.55 32.96 21:25:40 21:09:02 all 21.28 0.00 19.59 5.47 0.50 53.16 21:25:40 21:09:02 0 20.49 0.00 18.54 7.37 0.55 53.05 21:25:40 21:09:02 1 21.45 0.00 19.78 4.49 0.47 53.80 21:25:40 21:09:02 2 20.64 0.00 20.00 6.31 0.54 52.50 21:25:40 21:09:02 3 22.54 0.00 20.06 3.70 0.43 53.27 21:25:40 21:10:01 all 20.71 0.00 29.65 24.90 0.64 24.10 21:25:40 21:10:01 0 20.96 0.00 28.07 24.77 0.74 25.46 21:25:40 21:10:01 1 20.06 0.00 30.36 24.92 0.62 24.05 21:25:40 21:10:01 2 21.27 0.00 30.29 25.23 0.71 22.50 21:25:40 21:10:01 3 20.56 0.00 29.91 24.65 0.48 24.40 21:25:40 21:11:02 all 54.57 0.00 19.38 11.92 0.40 13.74 21:25:40 21:11:02 0 54.83 0.00 18.69 11.58 0.36 14.54 21:25:40 21:11:02 1 53.95 0.00 20.31 10.06 0.38 15.30 21:25:40 21:11:02 2 54.77 0.00 19.55 13.23 0.44 12.01 21:25:40 21:11:02 3 54.72 0.00 19.00 12.79 0.41 13.08 21:25:40 21:12:02 all 36.28 0.00 24.26 23.47 0.48 15.51 21:25:40 21:12:02 0 35.70 0.00 21.91 23.20 0.62 18.58 21:25:40 21:12:02 1 36.23 0.00 26.00 23.31 0.47 13.99 21:25:40 21:12:02 2 37.59 0.00 24.13 22.65 0.41 15.22 21:25:40 21:12:02 3 35.61 0.00 25.05 24.73 0.43 14.18 21:25:40 21:13:01 all 38.03 0.00 19.93 22.07 0.47 19.50 21:25:40 21:13:01 0 36.66 0.00 17.74 23.05 0.50 22.05 21:25:40 21:13:01 1 38.07 0.00 20.75 22.95 0.49 17.74 21:25:40 21:13:01 2 38.68 0.00 20.21 23.37 0.47 17.28 21:25:40 21:13:01 3 38.72 0.00 21.07 18.87 0.44 20.91 21:25:40 21:14:01 all 1.18 0.00 1.42 0.38 0.08 96.95 21:25:40 21:14:01 0 0.99 0.00 1.14 0.05 0.07 97.76 21:25:40 21:14:01 1 1.10 0.00 1.27 0.55 0.10 96.98 21:25:40 21:14:01 2 0.87 0.00 1.39 0.38 0.08 97.27 21:25:40 21:14:01 3 1.76 0.00 1.87 0.52 0.05 95.80 21:25:40 21:15:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:25:40 21:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:25:40 21:15:01 1 0.05 0.00 0.08 0.02 0.00 99.85 21:25:40 21:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:25:40 21:15:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:25:40 21:25:40 21:15:01 CPU %user %nice %system %iowait %steal %idle 21:25:40 21:16:01 all 0.16 0.00 0.06 0.00 0.07 99.71 21:25:40 21:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:25:40 21:16:01 1 0.07 0.00 0.07 0.00 0.12 99.75 21:25:40 21:16:01 2 0.03 0.00 0.13 0.00 0.05 99.78 21:25:40 21:16:01 3 0.50 0.00 0.03 0.00 0.10 99.37 21:25:40 21:17:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:25:40 21:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:25:40 21:17:01 1 0.07 0.00 0.07 0.00 0.02 99.85 21:25:40 21:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:25:40 21:17:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:25:40 21:18:02 all 0.12 0.00 0.04 0.01 0.02 99.82 21:25:40 21:18:02 0 0.05 0.00 0.02 0.00 0.00 99.93 21:25:40 21:18:02 1 0.05 0.00 0.05 0.02 0.02 99.87 21:25:40 21:18:02 2 0.07 0.00 0.07 0.00 0.02 99.85 21:25:40 21:18:02 3 0.30 0.00 0.03 0.02 0.03 99.62 21:25:40 21:19:01 all 0.15 0.00 0.07 0.02 0.00 99.75 21:25:40 21:19:01 0 0.03 0.00 0.10 0.07 0.00 99.80 21:25:40 21:19:01 1 0.05 0.00 0.08 0.00 0.00 99.86 21:25:40 21:19:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:25:40 21:19:01 3 0.51 0.00 0.05 0.00 0.02 99.42 21:25:40 21:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:25:40 21:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:25:40 21:20:01 1 0.07 0.00 0.07 0.00 0.00 99.87 21:25:40 21:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:25:40 21:20:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:25:40 21:21:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:25:40 21:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:25:40 21:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:25:40 21:21:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:25:40 21:21:01 3 0.48 0.00 0.02 0.00 0.00 99.50 21:25:40 21:22:01 all 0.06 0.00 0.02 0.00 0.01 99.91 21:25:40 21:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:25:40 21:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:25:40 21:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:25:40 21:22:01 3 0.18 0.00 0.05 0.00 0.00 99.77 21:25:40 21:23:01 all 0.11 0.00 0.03 0.00 0.00 99.85 21:25:40 21:23:01 0 0.03 0.00 0.02 0.02 0.00 99.93 21:25:40 21:23:01 1 0.08 0.00 0.07 0.00 0.00 99.85 21:25:40 21:23:01 2 0.33 0.00 0.03 0.00 0.00 99.63 21:25:40 21:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:25:40 21:24:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:25:40 21:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:25:40 21:24:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:25:40 21:24:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:25:40 21:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:25:40 21:25:01 all 0.17 0.00 0.02 0.00 0.00 99.80 21:25:40 21:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:25:40 21:25:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:25:40 21:25:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:25:40 21:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:25:40 Average: all 14.05 0.00 7.27 4.68 0.20 73.80 21:25:40 Average: 0 13.88 0.00 6.91 4.74 0.21 74.26 21:25:40 Average: 1 14.09 0.00 7.35 4.57 0.20 73.78 21:25:40 Average: 2 14.10 0.00 7.42 4.69 0.21 73.57 21:25:40 Average: 3 14.10 0.00 7.40 4.70 0.19 73.60 21:25:40 21:25:40 21:25:40