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 0cea5eced03dc86d44e4ba9cb19c7cab53834b11+7248181b27c1f196cc7a2300d5170335b9add480 (fd1f5863d6c4440bb36cbbbcd4dbb93e0dd2469c) 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-29032 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Merge succeeded, producing 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Checking out Revision 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 (PR-3223) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # 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 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 Commit message: "build(snap): Add implementation for set up Consul ACL" First time build. Skipping changelog. > git rev-list --no-walk afc9fd5cf6a5783b84bad338d9644f3bb93802b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:48:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:48:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:48:56 ========================================================= 22:48:56 EdgeX Global Pipelines Version Info 22:48:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:48:57 ------------------- 22:48:57 stable info: 22:48:57 ------------------- 22:48:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:48:57 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:48:57 Message: update stable to v1.0.184 22:48:58 ------------------- 22:48:58 experimental info: 22:48:58 ------------------- 22:48:58 Commited By: **** collab-it+edgex@linuxfoundation.org 22:48:58 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:48:58 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [Pipeline] echo 22:49:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0cea5ec [Pipeline] echo 22:49:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:49:02 provisioning config files... 22:49:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3497925817972069862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:49:02 ---> docker-login.sh 22:49:02 nexus3.edgexfoundry.org:10001 22:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:03 Configure a credential helper to remove this warning. See 22:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:03 22:49:03 Login Succeeded 22:49:03 nexus3.edgexfoundry.org:10002 22:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:03 Configure a credential helper to remove this warning. See 22:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:03 22:49:03 Login Succeeded 22:49:03 nexus3.edgexfoundry.org:10003 22:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:03 Configure a credential helper to remove this warning. See 22:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:03 22:49:03 Login Succeeded 22:49:03 nexus3.edgexfoundry.org:10004 22:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:03 Configure a credential helper to remove this warning. See 22:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:03 22:49:03 Login Succeeded 22:49:03 docker.io 22:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:04 Configure a credential helper to remove this warning. See 22:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:04 22:49:04 Login Succeeded 22:49:04 ---> docker-login.sh ends [Pipeline] } 22:49:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:04 ++ 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 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/core-command/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo core-command,cmd/core-command/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/core-data/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo core-data,cmd/core-data/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/core-metadata/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo core-metadata,cmd/core-metadata/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/security-bootstrapper/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/security-proxy-setup/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/support-notifications/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo support-notifications,cmd/support-notifications/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/support-scheduler/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:49:04 + for file in '`ls cmd/**/Dockerfile`' 22:49:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:49:04 ++ cut -d/ -f2 22:49:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:49:04 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 22:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:06 22:49:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:49:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:06 latest: Pulling from edgex-devops/git-semver 22:49:06 31603596830f: Pulling fs layer 22:49:06 2a8b12db71e7: Pulling fs layer 22:49:06 6ca5941a6612: Pulling fs layer 22:49:06 ecc8261a40a4: Pulling fs layer 22:49:06 ecc8261a40a4: Waiting 22:49:06 2a8b12db71e7: Download complete 22:49:06 31603596830f: Verifying Checksum 22:49:06 31603596830f: Download complete 22:49:06 ecc8261a40a4: Verifying Checksum 22:49:06 ecc8261a40a4: Download complete 22:49:06 6ca5941a6612: Verifying Checksum 22:49:06 6ca5941a6612: Download complete 22:49:07 31603596830f: Pull complete 22:49:07 2a8b12db71e7: Pull complete 22:49:08 6ca5941a6612: Pull complete 22:49:08 ecc8261a40a4: Pull complete 22:49:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:49:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:49:08 prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container 22:49:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:49:10 $ docker top c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:11 [ssh-agent] Looking for ssh-agent implementation... 22:49:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:11 $ docker exec c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent 22:49:11 SSH_AUTH_SOCK=/tmp/ssh-eoHia51odCFI/agent.11 22:49:11 SSH_AGENT_PID=16 22:49:11 Running ssh-add (command line suppressed) 22:49:11 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7212522852594076653.key (/w/workspace/edgex-go/5@tmp/private_key_7212522852594076653.key) 22:49:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:12 + git tag --points-at HEAD [Pipeline] } 22:49:12 $ docker exec --env ******** --env ******** c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent -k 22:49:12 unset SSH_AUTH_SOCK; 22:49:12 unset SSH_AGENT_PID; 22:49:12 echo Agent pid 16 killed; 22:49:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:49:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:12 [ssh-agent] Looking for ssh-agent implementation... 22:49:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:12 $ docker exec c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent 22:49:12 SSH_AUTH_SOCK=/tmp/ssh-3qg2evnuHU95/agent.46 22:49:12 SSH_AGENT_PID=51 22:49:12 Running ssh-add (command line suppressed) 22:49:12 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1162153089852840520.key (/w/workspace/edgex-go/5@tmp/private_key_1162153089852840520.key) 22:49:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:13 + git semver init 22:49:13 # -> Open(): unable to determine branch for HEAD 22:49:13 # $GIT_DIR = /w/workspace/edgex-go/5/.git 22:49:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 22:49:13 # $SEMVER_REMOTE_NAME = origin 22:49:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:13 # $SEMVER_USER_NAME = edgex-jenkins 22:49:13 # $SEMVER_BRANCH = PR-3223 22:49:13 # $SEMVER_TEMP = /tmp/semver-157502145 22:49:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:49:31 # '/tmp/semver-157502145' -> '/w/workspace/edgex-go/5/.semver' 22:49:31 # -> Force: false 22:49:31 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 22:49:31 $ docker exec --env ******** --env ******** c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 ssh-agent -k 22:49:31 unset SSH_AUTH_SOCK; 22:49:31 unset SSH_AGENT_PID; 22:49:31 echo Agent pid 51 killed; 22:49:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:32 + git semver [Pipeline] } 22:49:32 $ docker stop --time=1 c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 22:49:34 $ docker rm -f c451d270ec19cb46e94152edafe85fccbcffbad98ec3508671222998bc7fbf45 [Pipeline] // withDockerContainer [Pipeline] sh 22:49:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:49:35 Stashed 1 file(s) [Pipeline] echo 22:49:35 [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 22:49:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:49:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:49:36 + sudo service docker restart 22:49:36 + true 22:49:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:49:37 ========================================================= 22:49:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:49:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:49:37 + 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 . 22:49:42 Sending build context to Docker daemon 328.4MB 22:49:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:49:42 Step 2/6 : FROM ${BASE} 22:49:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:49:42 188c0c94c7c5: Pulling fs layer 22:49:42 0ef7d3d256c8: Pulling fs layer 22:49:42 de9db76c5a1d: Pulling fs layer 22:49:42 bca2f99d35d6: Pulling fs layer 22:49:42 93359f2a8cfa: Pulling fs layer 22:49:42 7c6f9722023f: Pulling fs layer 22:49:42 a35cf1a2eb13: Pulling fs layer 22:49:42 93359f2a8cfa: Waiting 22:49:42 7c6f9722023f: Waiting 22:49:42 a35cf1a2eb13: Waiting 22:49:42 bca2f99d35d6: Waiting 22:49:42 de9db76c5a1d: Verifying Checksum 22:49:42 de9db76c5a1d: Download complete 22:49:42 0ef7d3d256c8: Verifying Checksum 22:49:42 0ef7d3d256c8: Download complete 22:49:42 93359f2a8cfa: Verifying Checksum 22:49:42 93359f2a8cfa: Download complete 22:49:42 7c6f9722023f: Verifying Checksum 22:49:42 7c6f9722023f: Download complete 22:49:42 188c0c94c7c5: Verifying Checksum 22:49:42 188c0c94c7c5: Download complete 22:49:42 188c0c94c7c5: Pull complete 22:49:43 0ef7d3d256c8: Pull complete 22:49:43 de9db76c5a1d: Pull complete 22:49:44 a35cf1a2eb13: Verifying Checksum 22:49:44 a35cf1a2eb13: Download complete 22:49:44 bca2f99d35d6: Verifying Checksum 22:49:44 bca2f99d35d6: Download complete 22:49:50 bca2f99d35d6: Pull complete 22:49:50 93359f2a8cfa: Pull complete 22:49:50 7c6f9722023f: Pull complete 22:49:50 Still waiting to schedule task 22:49:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:49:55 a35cf1a2eb13: Pull complete 22:49:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:49:55 ---> a62c8e92a672 22:49:55 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:49:55 ---> Running in 53f4a4e82114 22:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:49:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:49:57 (1/12) Installing libmagic (5.38-r0) 22:49:57 (2/12) Installing file (5.38-r0) 22:49:57 (3/12) Installing libc-dev (0.7.2-r3) 22:49:57 (4/12) Installing g++ (9.3.0-r2) 22:50:03 (5/12) Installing fortify-headers (1.1-r0) 22:50:03 (6/12) Installing patch (2.7.6-r6) 22:50:03 (7/12) Installing build-base (0.5-r2) 22:50:03 (8/12) Installing libsodium (1.0.18-r0) 22:50:03 (9/12) Installing pkgconf (1.7.2-r0) 22:50:03 (10/12) Installing libsodium-dev (1.0.18-r0) 22:50:03 (11/12) Installing libzmq (4.3.3-r0) 22:50:03 (12/12) Installing zeromq-dev (4.3.3-r0) 22:50:03 Executing busybox-1.31.1-r19.trigger 22:50:03 OK: 233 MiB in 51 packages 22:50:06 Removing intermediate container 53f4a4e82114 22:50:06 ---> 7ef427243bff 22:50:06 Step 4/6 : WORKDIR /edgex-go 22:50:07 ---> Running in 6d4cbd6e9c99 22:50:07 Removing intermediate container 6d4cbd6e9c99 22:50:07 ---> a08893429439 22:50:07 Step 5/6 : COPY go.mod . 22:50:07 ---> d4ddd56e7929 22:50:07 Step 6/6 : RUN go mod download 22:50:07 ---> Running in 5688e538a9fc 22:50:34 Removing intermediate container 5688e538a9fc 22:50:34 ---> 325cb1e41137 22:50:34 Successfully built 325cb1e41137 22:50:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:50:34 + docker inspect -f . ci-base-image-x86_64 22:50:34 . [Pipeline] withDockerContainer 22:50:34 prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container 22:50:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:50:35 $ docker top e5df4da33a7efb0af2d69cbb5efe8ac474807a2cfe778b1ad55accd54cfea32b -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:36 + go version 22:50:36 go version go1.15.5 linux/amd64 [Pipeline] } 22:50:36 $ docker stop --time=1 e5df4da33a7efb0af2d69cbb5efe8ac474807a2cfe778b1ad55accd54cfea32b 22:50:37 $ docker rm -f e5df4da33a7efb0af2d69cbb5efe8ac474807a2cfe778b1ad55accd54cfea32b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:50:38 + docker inspect -f . ci-base-image-x86_64 22:50:38 . [Pipeline] withDockerContainer 22:50:38 prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container 22:50:38 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:50:39 $ docker top 5b7c48731ca5f8d41de4c3fe78478a30e77c7bbf68db68ea3acdba07f3b76a01 -eo pid,comm [Pipeline] { [Pipeline] echo 22:50:39 ========================================================= 22:50:39 [edgeXBuildGoParallel] Running Tests and Build... 22:50:39 ========================================================= [Pipeline] sh 22:50:39 + make test 22:50:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:50:47 ? github.com/edgexfoundry/edgex-go [no test files] 22:51:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:51:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:51:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:51:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:51:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:51:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:51:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:51:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:51:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:51:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:51:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:51:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.157s coverage: 45.9% of statements 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.118s coverage: 100.0% of statements 22:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 66.2% of statements 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:51:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.4% of statements 22:51:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:51:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:51:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:51:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:51:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:51:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:51:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:51:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:51:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:51:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.366s coverage: 92.8% of statements 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:51:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements 22:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 22:51:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29033 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 22:51:35 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 22:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 22:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 22:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.072s coverage: 81.4% of statements 22:51:40 using credential edgex-jenkins-ssh 22:51:40 Cloning the remote Git repository 22:51:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:51:40 > git init /w/workspace/edgex-go/5 # timeout=10 22:51:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:51:41 > git --version # timeout=10 22:51:41 > git --version # 'git version 2.17.1' 22:51:41 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 62.4% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 69.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 38.4% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.135s coverage: 87.8% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.732s coverage: 29.1% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.077s coverage: 95.6% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 22:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:51:52 GO111MODULE=on go vet ./... 22:51:56 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:51:57 Merge succeeded, producing 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:51:57 Checking out Revision 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 (PR-3223) 22:51:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:51:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:51:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:51:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:51:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:56 > 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 22:51:57 > git config core.sparsecheckout # timeout=10 22:51:57 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 22:51:57 > git remote # timeout=10 22:51:57 > git config --get remote.origin.url # timeout=10 22:51:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:57 > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 22:51:57 > git rev-parse HEAD^{commit} # timeout=10 22:51:57 > git config core.sparsecheckout # timeout=10 22:51:57 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 22:52:02 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 22:52:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:52:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:52:04 + true 22:52:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:52:06 provisioning config files... 22:52:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config267743328789077571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:52:07 ---> docker-login.sh 22:52:07 nexus3.edgexfoundry.org:10001 22:52:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:08 Configure a credential helper to remove this warning. See 22:52:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:08 22:52:08 Login Succeeded 22:52:08 nexus3.edgexfoundry.org:10002 22:52:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:08 Configure a credential helper to remove this warning. See 22:52:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:08 22:52:08 Login Succeeded 22:52:08 nexus3.edgexfoundry.org:10003 22:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:09 Configure a credential helper to remove this warning. See 22:52:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:09 22:52:09 Login Succeeded 22:52:09 nexus3.edgexfoundry.org:10004 22:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:09 Configure a credential helper to remove this warning. See 22:52:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:09 22:52:09 Login Succeeded 22:52:09 docker.io 22:52:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:10 Configure a credential helper to remove this warning. See 22:52:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:10 22:52:10 Login Succeeded 22:52:10 ---> docker-login.sh ends [Pipeline] } 22:52:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:52:11 ========================================================= 22:52:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:52:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:52:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:52:14 Sending build context to Docker daemon 166.6MB 22:52:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:52:14 Step 2/6 : FROM ${BASE} 22:52:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:52:14 5f621e34cdf4: Pulling fs layer 22:52:14 a4357932f1b6: Pulling fs layer 22:52:14 18c013af1878: Pulling fs layer 22:52:14 00ac8860ef70: Pulling fs layer 22:52:14 63d7cb157983: Pulling fs layer 22:52:14 00ac8860ef70: Waiting 22:52:14 b116817d02f9: Pulling fs layer 22:52:14 63d7cb157983: Waiting 22:52:14 745a02a5169b: Pulling fs layer 22:52:14 b116817d02f9: Waiting 22:52:14 745a02a5169b: Waiting 22:52:14 18c013af1878: Verifying Checksum 22:52:14 18c013af1878: Download complete 22:52:14 a4357932f1b6: Download complete 22:52:14 63d7cb157983: Verifying Checksum 22:52:14 63d7cb157983: Download complete 22:52:14 b116817d02f9: Verifying Checksum 22:52:14 b116817d02f9: Download complete 22:52:15 5f621e34cdf4: Verifying Checksum 22:52:15 5f621e34cdf4: Download complete 22:52:15 5f621e34cdf4: Pull complete 22:52:16 a4357932f1b6: Pull complete 22:52:17 18c013af1878: Pull complete 22:52:17 745a02a5169b: Verifying Checksum 22:52:17 745a02a5169b: Download complete 22:52:18 00ac8860ef70: Verifying Checksum 22:52:18 00ac8860ef70: Download complete 22:52:19 gofmt -l . 22:52:19 [ "`gofmt -l .`" = "" ] 22:52:19 ./bin/test-go-mod-tidy.sh 22:52:19 ./bin/test-attribution-txt.sh [Pipeline] sh 22:52:20 + ls -al . 22:52:20 total 736 22:52:20 drwxrwxr-x 10 1001 1001 4096 Mar 8 22:52 . 22:52:20 drwxr-xr-x 4 root root 28 Mar 8 22:50 .. 22:52:20 -rw-rw-r-- 1 1001 1001 11 Mar 8 22:48 .dockerignore 22:52:20 drwxrwxr-x 8 1001 1001 179 Mar 8 22:48 .git 22:52:20 drwxrwxr-x 3 1001 1001 125 Mar 8 22:48 .github 22:52:20 -rw-rw-r-- 1 1001 1001 818 Mar 8 22:48 .gitignore 22:52:20 drwx------ 3 1001 1001 60 Mar 8 22:49 .semver 22:52:20 -rw-rw-r-- 1 1001 1001 166 Mar 8 22:48 .sonarcloud.properties 22:52:20 -rw-rw-r-- 1 1001 1001 8475 Mar 8 22:48 Attribution.txt 22:52:20 -rw-rw-r-- 1 1001 1001 3804 Mar 8 22:48 CONTRIBUTING.md 22:52:20 -rw-rw-r-- 1 1001 1001 931 Mar 8 22:48 Dockerfile.build 22:52:20 -rw-rw-r-- 1 1001 1001 863 Mar 8 22:48 Jenkinsfile 22:52:20 -rw-rw-r-- 1 1001 1001 10775 Mar 8 22:48 LICENSE 22:52:20 -rw-rw-r-- 1 1001 1001 5774 Mar 8 22:48 Makefile 22:52:20 -rw-rw-r-- 1 1001 1001 6524 Mar 8 22:48 README.md 22:52:20 -rw-rw-r-- 1 1001 1001 6755 Mar 8 22:48 SECURITY.md 22:52:20 -rw-rw-r-- 1 1001 1001 5 Mar 8 22:49 VERSION 22:52:20 -rw-rw-r-- 1 1001 1001 4131 Mar 8 22:48 ZMQWindows.md 22:52:20 drwxrwxr-x 2 1001 1001 117 Mar 8 22:48 bin 22:52:20 drwxrwxr-x 14 1001 1001 4096 Mar 8 22:48 cmd 22:52:20 -rw-r--r-- 1 root root 622934 Mar 8 22:51 coverage.out 22:52:20 -rw-r--r-- 1 root root 1055 Mar 8 22:52 go.mod 22:52:20 -rw-r--r-- 1 root root 21699 Mar 8 22:52 go.sum 22:52:20 drwxrwxr-x 8 1001 1001 127 Mar 8 22:48 internal 22:52:20 drwxrwxr-x 4 1001 1001 26 Mar 8 22:48 openapi 22:52:20 drwxrwxr-x 4 1001 1001 71 Mar 8 22:48 snap 22:52:20 -rw-rw-r-- 1 1001 1001 168 Mar 8 22:48 version.go [Pipeline] sh 22:52:20 + '[' -e coverage.out ] 22:52:20 + chown 1001:1001 coverage.out [Pipeline] stash 22:52:21 Stashed 1 file(s) [Pipeline] sh 22:52:21 + make build 22:52:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:52:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:52:28 00ac8860ef70: Pull complete 22:52:29 63d7cb157983: Pull complete 22:52:29 b116817d02f9: Pull complete 22:52:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:52:33 745a02a5169b: Pull complete 22:52:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:52:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:52:33 ---> b7e6874047d6 22:52:33 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:52: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 22:52:36 ---> Running in 48134c318db1 22:52:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:52:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:52:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:52:39 (1/12) Installing libmagic (5.38-r0) 22:52:39 (2/12) Installing file (5.38-r0) 22:52:39 (3/12) Installing libc-dev (0.7.2-r3) 22:52:39 (4/12) Installing g++ (9.3.0-r2) 22:52:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:52:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:52:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:52:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:52:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:52:44 (5/12) Installing fortify-headers (1.1-r0) 22:52:44 (6/12) Installing patch (2.7.6-r6) 22:52:44 (7/12) Installing build-base (0.5-r2) 22:52:44 (8/12) Installing libsodium (1.0.18-r0) 22:52:44 (9/12) Installing pkgconf (1.7.2-r0) 22:52:44 (10/12) Installing libsodium-dev (1.0.18-r0) 22:52:45 (11/12) Installing libzmq (4.3.3-r0) 22:52:45 (12/12) Installing zeromq-dev (4.3.3-r0) 22:52:45 Executing busybox-1.31.1-r19.trigger 22:52:45 OK: 217 MiB in 51 packages [Pipeline] } 22:52:46 $ docker stop --time=1 5b7c48731ca5f8d41de4c3fe78478a30e77c7bbf68db68ea3acdba07f3b76a01 22:52:48 $ docker rm -f 5b7c48731ca5f8d41de4c3fe78478a30e77c7bbf68db68ea3acdba07f3b76a01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 22:52:49 Removing intermediate container 48134c318db1 22:52:49 ---> 6378f3723242 22:52:49 Step 4/6 : WORKDIR /edgex-go 22:52:49 ---> Running in 3c5e50b3a206 [Pipeline] script [Pipeline] { 22:52:49 Removing intermediate container 3c5e50b3a206 22:52:49 ---> f7803c4fb541 22:52:49 Step 5/6 : COPY go.mod . 22:52:50 ---> 2e1ce76bb46d 22:52:50 Step 6/6 : RUN go mod download 22:52:50 ---> Running in 40e3d760a995 [Pipeline] isUnix [Pipeline] sh 22:52:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:52:52 22:52:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:52:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:52:52 latest: Pulling from edgex-devops/edgex-compose 22:52:52 cbdbe7a5bc2a: Pulling fs layer 22:52:52 ca9280d653b3: Pulling fs layer 22:52:52 7e9c9ca2126c: Pulling fs layer 22:52:53 cbdbe7a5bc2a: Verifying Checksum 22:52:53 cbdbe7a5bc2a: Download complete 22:52:53 ca9280d653b3: Verifying Checksum 22:52:53 ca9280d653b3: Download complete 22:52:53 cbdbe7a5bc2a: Pull complete 22:52:54 ca9280d653b3: Pull complete 22:52:54 7e9c9ca2126c: Download complete 22:53:02 7e9c9ca2126c: Pull complete 22:53:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:53:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:53:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:53:02 prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container 22:53:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:53:03 $ docker top 18e5e193d21b6e0c4ee4dc05164ab6a259c68e5abced32020043e0f7711c3452 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:04 + docker-compose build --help 22:53:04 + grep parallel 22:53:05 --parallel Build images in parallel. [Pipeline] } 22:53:05 $ docker stop --time=1 18e5e193d21b6e0c4ee4dc05164ab6a259c68e5abced32020043e0f7711c3452 22:53:06 $ docker rm -f 18e5e193d21b6e0c4ee4dc05164ab6a259c68e5abced32020043e0f7711c3452 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:53:07 . [Pipeline] withDockerContainer 22:53:07 prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container 22:53:07 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:53:08 $ docker top 37c746d0a4035c568eec6bf8ecbfea7c2cd67107d9668339d6ea02729f37b370 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:09 + docker-compose -f ./docker-compose-build.yml build --parallel 22:53:09 Building docker-core-command-go ... 22:53:09 Building docker-core-data-go ... 22:53:09 Building docker-core-metadata-go ... 22:53:09 Building docker-security-bootstrapper-go ... 22:53:09 Building docker-security-proxy-setup-go ... 22:53:09 Building docker-security-secretstore-setup-go ... 22:53:09 Building docker-support-notifications-go ... 22:53:09 Building docker-support-scheduler-go ... 22:53:09 Building docker-sys-mgmt-agent-go ... 22:53:09 Building docker-sys-mgmt-agent-go 22:53:09 Building docker-core-data-go 22:53:09 Building docker-support-scheduler-go 22:53:09 Building docker-support-notifications-go 22:53:09 Building docker-security-bootstrapper-go 22:53:17 Removing intermediate container 40e3d760a995 22:53:17 ---> 0131c7868bce 22:53:17 Successfully built 0131c7868bce 22:53:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:53:17 + docker inspect -f . ci-base-image-arm64 22:53:17 . [Pipeline] withDockerContainer 22:53:18 prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container 22:53:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:53:19 $ docker top e65a4a792323fa110d9c1bf603661d5f42a3559a3ad8d4be6b02cd8a0052338e -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:20 + go version 22:53:20 go version go1.15.5 linux/arm64 [Pipeline] } 22:53:20 $ docker stop --time=1 e65a4a792323fa110d9c1bf603661d5f42a3559a3ad8d4be6b02cd8a0052338e 22:53:22 $ docker rm -f e65a4a792323fa110d9c1bf603661d5f42a3559a3ad8d4be6b02cd8a0052338e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:23 + docker inspect -f . ci-base-image-arm64 22:53:23 . [Pipeline] withDockerContainer 22:53:24 prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container 22:53:24 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:53:25 $ docker top bde4160807a53f9f0fa9f2aae1af9a28ead27fdb769c737f758ed31b81c9090f -eo pid,comm [Pipeline] { [Pipeline] echo 22:53:25 ========================================================= 22:53:25 [edgeXBuildGoParallel] Running Tests and Build... 22:53:25 ========================================================= [Pipeline] sh 22:53:26 + make test 22:53:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:53:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:53:42 ---> 325cb1e41137 22:53:42 Step 3/26 : WORKDIR /edgex-go 22:53:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:53:42 ---> 325cb1e41137 22:53:42 Step 3/22 : WORKDIR /edgex-go 22:53:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:53:43 ---> 325cb1e41137 22:53:43 Step 3/31 : WORKDIR /edgex-go 22:53:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:53:43 ---> 325cb1e41137 22:53:43 Step 3/22 : WORKDIR /edgex-go 22:53:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:53:43 ---> 325cb1e41137 22:53:43 Step 3/23 : WORKDIR /edgex-go 22:53:44 ---> Running in 95e7d5c5493e 22:53:44 ---> Running in b552d4f80e10 22:53:44 ---> Running in 28f9c68580af 22:53:44 ---> Running in 961b50eccabf 22:53:44 ---> Running in c9fc688df4a7 22:53:44 Removing intermediate container c9fc688df4a7 22:53:44 ---> 99b2a60082b7 22:53:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:44 Removing intermediate container 961b50eccabf 22:53:44 ---> fdd9f2baf10b 22:53:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:44 Removing intermediate container 95e7d5c5493e 22:53:44 ---> 2ec598d0f223 22:53:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:44 Removing intermediate container b552d4f80e10 22:53:44 ---> a842282ec7d7 22:53:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:44 Removing intermediate container 28f9c68580af 22:53:44 ---> ef6d3e881684 22:53:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:44 ---> Running in e3c103e7156b 22:53:44 ---> Running in 06d6dc76e536 22:53:44 ---> Running in 7192acf30617 22:53:44 ---> Running in 26443e0d0b00 22:53:44 ---> Running in 5bb008c97357 22:53:47 Removing intermediate container 06d6dc76e536 22:53:47 ---> 14e5e50cb36b 22:53:47 Step 5/22 : RUN apk add --update --no-cache make git 22:53:47 Removing intermediate container 7192acf30617 22:53:47 ---> 5115ebba3e03 22:53:47 Step 5/31 : RUN apk add --update --no-cache make git 22:53:47 ---> Running in 672a2e8ff85a 22:53:47 Removing intermediate container e3c103e7156b 22:53:47 ---> 2458fd7a543d 22:53:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:53:47 ---> Running in fb62aef92f24 22:53:47 Removing intermediate container 26443e0d0b00 22:53:47 ---> 94a23f819f86 22:53:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:53:47 ---> Running in 14adf94681cd 22:53:47 Removing intermediate container 5bb008c97357 22:53:47 ---> 4f0dc84333d5 22:53:47 Step 5/26 : RUN apk add --update --no-cache make bash git 22:53:47 ---> Running in aa6afbeed2f0 22:53:47 ---> Running in 0b5d52eaa6e3 22:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:48 ? github.com/edgexfoundry/edgex-go [no test files] 22:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:49 OK: 233 MiB in 51 packages 22:53:49 OK: 233 MiB in 51 packages 22:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:49 OK: 233 MiB in 51 packages 22:53:49 OK: 233 MiB in 51 packages 22:53:49 Removing intermediate container 672a2e8ff85a 22:53:49 ---> 7df7a8710563 22:53:49 Step 6/22 : COPY go.mod . 22:53:50 OK: 233 MiB in 51 packages 22:53:50 Removing intermediate container fb62aef92f24 22:53:50 ---> de06adefb0b9 22:53:50 Step 6/31 : COPY go.mod . 22:53:50 ---> e59851aa67ec 22:53:50 Step 7/22 : RUN go mod download 22:53:50 ---> Running in f8b30d6c3c8f 22:53:50 Removing intermediate container 14adf94681cd 22:53:50 ---> 2dff2708793c 22:53:50 Step 6/23 : COPY go.mod . 22:53:50 ---> a6edd63bb3e1 22:53:50 Step 7/31 : RUN go mod download 22:53:50 Removing intermediate container aa6afbeed2f0 22:53:50 ---> 7e745802d2f0 22:53:50 Step 6/22 : COPY go.mod . 22:53:51 ---> Running in 16e916ce0f0b 22:53:51 ---> f4bee4493624 22:53:51 Step 7/23 : RUN go mod download 22:53:51 Removing intermediate container 0b5d52eaa6e3 22:53:51 ---> 3eaa5477f0c6 22:53:51 Step 6/26 : COPY go.mod . 22:53:51 ---> f3574da1d23d 22:53:51 Step 7/22 : RUN go mod download 22:53:51 ---> Running in 54a69dfad6b1 22:53:51 ---> Running in 808cec8a6d8e 22:53:51 ---> b8d7e82136b0 22:53:51 Step 7/26 : RUN go mod download 22:53:52 ---> Running in a9d11035a0dc 22:53:52 Removing intermediate container 16e916ce0f0b 22:53:52 ---> 1933799b256f 22:53:52 Step 8/31 : COPY . . 22:53:52 Removing intermediate container f8b30d6c3c8f 22:53:52 ---> 4ae6ad402ead 22:53:52 Step 8/22 : COPY . . 22:54:01 Removing intermediate container 808cec8a6d8e 22:54:01 ---> c5b59db4d48f 22:54:01 Step 8/22 : COPY . . 22:54:01 Removing intermediate container 54a69dfad6b1 22:54:01 ---> 6e21360eca4d 22:54:01 Step 8/23 : COPY . . 22:54:04 Removing intermediate container a9d11035a0dc 22:54:04 ---> 514ea078899d 22:54:04 Step 8/26 : COPY . . 22:54:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:54:36 ---> ae2f4a666f66 22:54:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:54:36 ---> b0965800c441 22:54:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:54:37 ---> Running in 6e529d09fa10 22:54:37 ---> Running in c9ebb4dcb386 22:54:38 ---> 873ba090f3db 22:54:38 Step 9/23 : RUN make cmd/core-data/core-data 22:54:39 ---> bfab81ad3208 22:54:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:54:39 ---> Running in c52d7a59bd2e 22:54:39 ---> Running in 254afe989632 22:54:39 ---> f28fe14f18df 22:54:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:54:40 ---> Running in c714ad388645 22:54:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:54:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:54:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:54:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:54:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:54:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:54:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:54:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:54:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:54:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:55:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:55:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:55:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:55:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 45.9% of statements 22:55:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:55:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:55:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:55:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:55:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:55:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:55:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:55:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements 22:55:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.1% of statements 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:55:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:55:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:55:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 66.2% of statements 22:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:55:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.728s coverage: 82.4% of statements 22:55:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:55:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:55:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:55:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:55:27 Removing intermediate container 6e529d09fa10 22:55:27 ---> 366217e68c12 22:55:27 22:55:27 Step 10/31 : FROM alpine:3.12 22:55:27 Removing intermediate container c714ad388645 22:55:27 ---> f8fe9b06f8ea 22:55:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:55:27 3.12: Pulling from library/alpine 22:55:27 ---> Running in bcef7e7fd46c 22:55:27 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:55:27 Status: Downloaded newer image for alpine:3.12 22:55:27 ---> 88dd2752d2ea 22:55:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:55:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:55:27 ---> Running in eb3f97056188 22:55:27 Removing intermediate container eb3f97056188 22:55:27 ---> 5c548a7c0553 22:55:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:55:27 Removing intermediate container 254afe989632 22:55:27 ---> fe29b26a045d 22:55:27 22:55:27 Step 10/22 : FROM alpine:3.12 22:55:27 ---> 88dd2752d2ea 22:55:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:55:27 Removing intermediate container c52d7a59bd2e 22:55:27 ---> 47bf9d0b8973 22:55:27 22:55:27 Step 10/23 : FROM alpine:3.12 22:55:27 ---> 88dd2752d2ea 22:55:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:55:27 Removing intermediate container c9ebb4dcb386 22:55:27 ---> b0fa18662a8b 22:55:27 22:55:27 Step 10/22 : FROM alpine:3.12 22:55:27 ---> 88dd2752d2ea 22:55:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:55:27 ---> Running in c3eb8c6b8533 22:55:27 ---> Running in adf2f33233ea 22:55:27 ---> Running in e04904888799 22:55:27 ---> Running in cccd5dcfc0fc 22:55:27 Removing intermediate container e04904888799 22:55:27 ---> e8efd228e893 22:55:27 Step 12/23 : ENV APP_PORT=48080 22:55:27 ---> Running in 95b0a3abba10 22:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:27 Removing intermediate container 95b0a3abba10 22:55:27 ---> 77a0c35248c1 22:55:27 Step 13/23 : EXPOSE $APP_PORT 22:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:27 ---> Running in a66cd6c68d4d 22:55:27 (1/2) Installing dumb-init (1.2.2-r1) 22:55:27 (2/2) Installing su-exec (0.2-r1) 22:55:27 Executing busybox-1.31.1-r19.trigger 22:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:27 OK: 6 MiB in 16 packages 22:55:27 Removing intermediate container bcef7e7fd46c 22:55:27 ---> a145eb536708 22:55:27 22:55:27 Step 11/26 : FROM docker:20.10.0 22:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:27 20.10.0: Pulling from library/docker 22:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:27 Removing intermediate container a66cd6c68d4d 22:55:27 ---> 089572255a48 22:55:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:27 (1/2) Installing ca-certificates (20191127-r4) 22:55:27 (2/2) Installing dumb-init (1.2.2-r1) 22:55:27 Executing busybox-1.31.1-r19.trigger 22:55:27 (1/1) Installing dumb-init (1.2.2-r1) 22:55:27 Executing busybox-1.31.1-r19.trigger 22:55:27 OK: 6 MiB in 15 packages 22:55:27 Executing ca-certificates-20191127-r4.trigger 22:55:27 OK: 6 MiB in 16 packages 22:55:27 ---> Running in 0d04b3a74598 22:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.235s coverage: 100.0% of statements 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements 22:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:55:29 Removing intermediate container c3eb8c6b8533 22:55:29 ---> fb3a7812b0de 22:55:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:55:29 ---> Running in 6cd1a849c92e 22:55:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 22:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:55:30 Removing intermediate container cccd5dcfc0fc 22:55:30 ---> a56f379c8202 22:55:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:55:30 Removing intermediate container adf2f33233ea 22:55:30 ---> 342b2d0fdf44 22:55:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:55:30 ---> Running in a43a4aacb4e0 22:55:30 Removing intermediate container 6cd1a849c92e 22:55:30 ---> b38124301806 22:55:30 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:55:30 ---> Running in 2204f2423a7c 22:55:30 ---> Running in aeca08f7dcfb 22:55:30 Removing intermediate container a43a4aacb4e0 22:55:30 ---> af3b03dc37b6 22:55:30 Step 13/22 : ENV APP_PORT=48085 22:55:30 Removing intermediate container 2204f2423a7c 22:55:30 ---> cd70a3a1ce3d 22:55:30 Step 13/22 : ENV APP_PORT=48060 22:55:30 Removing intermediate container aeca08f7dcfb 22:55:30 ---> 11804de53448 22:55:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:55:31 ---> Running in 871a7a62cbfb 22:55:31 Removing intermediate container 0d04b3a74598 22:55:31 ---> 8b2f5a8cd10a 22:55:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:55:31 ---> Running in 9cdf0e8998c4 22:55:31 ---> Running in e1b326a01a3e 22:55:31 ---> Running in 5e4b41122f20 22:55:32 Removing intermediate container 871a7a62cbfb 22:55:32 ---> f52dbf01c0c0 22:55:32 Step 14/22 : EXPOSE $APP_PORT 22:55:33 Removing intermediate container 9cdf0e8998c4 22:55:33 ---> 8e8ed5c8d3c1 22:55:33 Step 14/22 : EXPOSE $APP_PORT 22:55:33 ---> Running in 2ff4a863590e 22:55:33 ---> Running in 8f980e02e5c0 22:55:33 Removing intermediate container 2ff4a863590e 22:55:33 ---> 106efa5d578d 22:55:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:33 Removing intermediate container 8f980e02e5c0 22:55:33 ---> 7b2cb1bdb9a8 22:55:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:33 ---> 46eb791cbc47 22:55:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:55:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:55:33 Status: Downloaded newer image for docker:20.10.0 22:55:33 ---> aefe523efa57 22:55:33 Step 12/26 : RUN apk add --no-cache bash 22:55:33 ---> 92bc65e59d5b 22:55:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:55:34 ---> Running in 7cd8bb48c59d 22:55:34 Removing intermediate container e1b326a01a3e 22:55:34 ---> 354edaa86eda 22:55:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:34 ---> Running in 464ae4ccf957 22:55:34 ---> 6b22f1ee32f6 22:55:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:55:34 ---> 262ad8aa82c4 22:55:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:55:35 Removing intermediate container 464ae4ccf957 22:55:35 ---> 88c0efad0eb2 22:55:35 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:55:35 (1/6) Installing dumb-init (1.2.2-r1) 22:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:35 ---> c05ddd288984 22:55:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:55:35 (2/6) Installing libgcc (9.3.0-r2) 22:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:35 ---> 4a23ced3a2b7 22:55:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:55:35 (3/6) Installing libsodium (1.0.18-r0) 22:55:35 ---> Running in 7befa5458980 22:55:35 (4/6) Installing libstdc++ (9.3.0-r2) 22:55:35 (1/2) Installing readline (8.0.4-r0) 22:55:35 (2/2) Installing bash (5.0.17-r0) 22:55:35 ---> Running in 4052000b66e1 22:55:35 Executing bash-5.0.17-r0.post-install 22:55:35 Executing busybox-1.31.1-r19.trigger 22:55:35 OK: 12 MiB in 22 packages 22:55:35 ---> db8032a9c6ac 22:55:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:55:35 (5/6) Installing libzmq (4.3.3-r0) 22:55:35 ---> Running in 2a158a70d27f 22:55:35 (6/6) Installing zeromq (4.3.3-r0) 22:55:35 Removing intermediate container 7befa5458980 22:55:35 ---> 3466b8d653be 22:55:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:55:35 Removing intermediate container 4052000b66e1 22:55:35 ---> 195f085d1f46 22:55:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:55:35 Executing busybox-1.31.1-r19.trigger 22:55:35 OK: 8 MiB in 20 packages 22:55:35 ---> Running in 18e4991a3678 22:55:36 ---> Running in d38b47932d76 22:55:36 Removing intermediate container 18e4991a3678 22:55:36 ---> 1fbf672ac8ab 22:55:36 Step 20/22 : LABEL arch=x86_64 22:55:36 Removing intermediate container 7cd8bb48c59d 22:55:36 ---> f80c6a36592d 22:55:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:55:36 Removing intermediate container d38b47932d76 22:55:36 ---> 793559df76f1 22:55:36 Step 20/22 : LABEL arch=x86_64 22:55:36 ---> Running in 9aae0fcd02c8 22:55:36 ---> Running in 8b59c1184c5c 22:55:36 ---> Running in bbb83ee4d3f1 22:55:36 Removing intermediate container 5e4b41122f20 22:55:36 ---> debc8a3b1e8f 22:55:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:37 Removing intermediate container 9aae0fcd02c8 22:55:37 ---> 9e14060b589e 22:55:37 Step 14/26 : ENV APP_PORT=48090 22:55:37 Removing intermediate container bbb83ee4d3f1 22:55:37 ---> f6bbde5a7d5b 22:55:37 Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:55:37 Removing intermediate container 8b59c1184c5c 22:55:37 ---> 08be499e6540 22:55:37 Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:55:37 ---> Running in 15a223e261c6 22:55:37 ---> Running in 95aaa3c35b02 22:55:37 ---> Running in d30ff3e5ee09 22:55:37 ---> b23b0695560b 22:55:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:55:37 Removing intermediate container 95aaa3c35b02 22:55:37 ---> 2b9262849583 22:55:37 Step 15/26 : EXPOSE $APP_PORT 22:55:37 Removing intermediate container 15a223e261c6 22:55:37 ---> 1e2cf267f28d 22:55:37 Step 22/22 : LABEL version=0.0.0 22:55:38 Removing intermediate container 2a158a70d27f 22:55:38 ---> 0126b28291b3 22:55:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:38 Removing intermediate container d30ff3e5ee09 22:55:38 ---> 1c539347de62 22:55:38 Step 22/22 : LABEL version=0.0.0 22:55:38 ---> Running in d97c03d80575 22:55:38 ---> Running in 661a752625d5 22:55:38 ---> Running in 3b11b9ef273a 22:55:38 ---> 11f99856919d 22:55:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:55:38 ---> 71b7b2fde76f 22:55:38 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:55:38 Removing intermediate container d97c03d80575 22:55:38 ---> b4ffe02efb81 22:55:38 22:55:38 Removing intermediate container 661a752625d5 22:55:38 ---> f8ddbb3786e6 22:55:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:55:38 Removing intermediate container 3b11b9ef273a 22:55:38 ---> e13384b6de13 22:55:38 22:55:38 ---> 68f5b03b3fea 22:55:38 Step 19/23 : ENTRYPOINT ["/core-data"] 22:55:38 Successfully built b4ffe02efb81 22:55:38 Successfully tagged docker-support-notifications-go:latest 22:55:38 Building docker-core-command-go 22:55:39  Building docker-support-notifications-go ... done  ---> Running in ccf6e935ed6e 22:55:39 Successfully built e13384b6de13 22:55:39 Successfully tagged docker-support-scheduler-go:latest 22:55:39 Building docker-security-secretstore-setup-go 22:55:39  Building docker-support-scheduler-go ... done  ---> 3e00b1349da6 22:55:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:55:39 ---> de107a795646 22:55:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:55:39 Removing intermediate container ccf6e935ed6e 22:55:39 ---> 910c5f258068 22:55:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:55:39 ---> Running in b37790ce1e38 22:55:39 ---> cdbeceff656c 22:55:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:55:39 ---> 0c6d0238251a 22:55:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:55:39 Removing intermediate container b37790ce1e38 22:55:39 ---> d26761b5afbb 22:55:39 Step 21/23 : LABEL arch=x86_64 22:55:39 ---> Running in f58458c47036 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.227s coverage: 92.8% of statements 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.235s coverage: 0.1% of statements 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:55:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 22:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 22:55:43 ---> d68872f8ea3b 22:55:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:55:45 Removing intermediate container f58458c47036 22:55:45 ---> 0bdaa61c26fc 22:55:45 Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:55:45 ---> 6a687e0a8334 22:55:45 Step 19/26 : RUN apk --no-cache add py3-pip 22:55:47 ---> a20d2964aeed 22:55:47 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:55:47 ---> Running in 920eea49a4bd 22:55:47 ---> Running in 7efa284b3535 22:55:47 ---> Running in 6b05a2847cb7 22:55:47 Removing intermediate container 920eea49a4bd 22:55:47 ---> f00675356b77 22:55:47 Step 23/23 : LABEL version=0.0.0 22:55:47 ---> Running in f9a48f0ec3e6 22:55:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:50 (1/33) Installing libbz2 (1.0.8-r1) 22:55:50 (2/33) Installing expat (2.2.9-r1) 22:55:50 (3/33) Installing libffi (3.3-r2) 22:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 22:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 22:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.154s coverage: 81.4% of statements 22:55:50 (4/33) Installing gdbm (1.13-r1) 22:55:50 (5/33) Installing xz-libs (5.2.5-r0) 22:55:50 (6/33) Installing sqlite-libs (3.32.1-r0) 22:55:50 (7/33) Installing python3 (3.8.5-r1) 22:55:50 Removing intermediate container 6b05a2847cb7 22:55:50 ---> c386ddad5977 22:55:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:55:56 Removing intermediate container f9a48f0ec3e6 22:55:56 ---> 7623862a6021 22:55:56 22:55:58 (8/33) Installing py3-appdirs (1.4.4-r1) 22:55:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:55:58 (10/33) Installing py3-parsing (2.4.7-r0) 22:55:58 (11/33) Installing py3-six (1.15.0-r0) 22:55:58 (12/33) Installing py3-packaging (20.4-r0) 22:55:58 (13/33) Installing py3-setuptools (47.0.0-r0) 22:55:58 (14/33) Installing py3-chardet (3.0.4-r4) 22:55:58 Successfully built 7623862a6021 22:55:58 (15/33) Installing py3-idna (2.9-r0) 22:55:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:55:59 Successfully tagged docker-core-data-go:latest 22:55:59  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 22:55:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:56:00 ---> 4ef0d483e1df 22:56:00 Step 26/31 : RUN chmod +x /entrypoint.sh 22:56:00 (18/33) Installing py3-requests (2.23.0-r0) 22:56:00 (19/33) Installing py3-msgpack (1.0.0-r0) 22:56:00 (20/33) Installing py3-lockfile (0.12.2-r3) 22:56:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:56:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:56:01 ---> 325cb1e41137 22:56:01 Step 3/23 : WORKDIR /edgex-go 22:56:01 ---> Using cache 22:56:01 ---> ef6d3e881684 22:56:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:01 ---> Using cache 22:56:01 ---> 4f0dc84333d5 22:56:01 Step 5/23 : RUN apk add --update --no-cache make git 22:56:02 (22/33) Installing py3-colorama (0.4.3-r0) 22:56:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:56:02 ---> 325cb1e41137 22:56:02 Step 3/24 : WORKDIR /edgex-go 22:56:02 ---> Using cache 22:56:02 ---> ef6d3e881684 22:56:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:02 ---> Using cache 22:56:02 ---> 4f0dc84333d5 22:56:02 Step 5/24 : RUN apk add --update --no-cache make git 22:56:04 (23/33) Installing py3-distlib (0.3.0-r0) 22:56:05 (24/33) Installing py3-distro (1.5.0-r1) 22:56:06 (25/33) Installing py3-webencodings (0.5.1-r3) 22:56:07 (26/33) Installing py3-html5lib (1.0.1-r4) 22:56:07 (27/33) Installing py3-pytoml (0.1.21-r0) 22:56:07 ---> Running in 4d27fb875a6b 22:56:07 (28/33) Installing py3-pep517 (0.8.2-r0) 22:56:07 ---> Running in 1071c27dc077 22:56:07 ---> Running in 1aa1d8c59472 22:56:07 (29/33) Installing py3-progress (1.5-r0) 22:56:07 (30/33) Installing py3-toml (0.10.1-r0) 22:56:07 (31/33) Installing py3-retrying (1.3.3-r0) 22:56:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:56:07 (33/33) Installing py3-pip (20.1.1-r0) 22:56:07 Executing busybox-1.31.1-r19.trigger 22:56:07 OK: 71 MiB in 55 packages 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.6% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.6% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.522s coverage: 62.4% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.865s coverage: 69.0% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 38.4% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements 22:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 22:56:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:56:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:56:11 OK: 233 MiB in 51 packages 22:56:12 OK: 233 MiB in 51 packages 22:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 87.8% of statements 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:56:14 Removing intermediate container 4d27fb875a6b 22:56:14 ---> 4aafc6883195 22:56:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:56:16 Removing intermediate container 1071c27dc077 22:56:16 ---> 5b6effba0fab 22:56:16 Step 6/23 : COPY go.mod . 22:56:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:56:17 ---> 325cb1e41137 22:56:17 Step 3/21 : WORKDIR /edgex-go 22:56:17 ---> Using cache 22:56:17 ---> ef6d3e881684 22:56:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:17 ---> Using cache 22:56:17 ---> 4f0dc84333d5 22:56:17 Step 5/21 : RUN apk add --update --no-cache make git 22:56:17 ---> Using cache 22:56:17 ---> c934ef919572 22:56:17 Step 6/21 : COPY go.mod . 22:56:17 ---> Running in 310668d381a3 22:56:17 Removing intermediate container 1aa1d8c59472 22:56:17 ---> c934ef919572 22:56:17 Step 6/24 : COPY go.mod . 22:56:18 ---> 12bb2029e763 22:56:18 Step 7/23 : RUN go mod download 22:56:18 ---> 131796e1bedc 22:56:18 Step 7/21 : RUN go mod download 22:56:20 ---> Running in 933390a9129f 22:56:20 ---> 702529ec8433 22:56:20 Step 7/24 : RUN go mod download 22:56:20 ---> Running in fa56f71b48f6 22:56:21 Removing intermediate container 310668d381a3 22:56:21 ---> e4ebeb8ad63e 22:56:21 Step 28/31 : CMD ["gate"] 22:56:22 ---> Running in a1c905945a3c 22:56:22 ---> Running in 30cdf765aaf7 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.094s coverage: 29.1% of statements 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.228s coverage: 95.6% of statements 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:56:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 22:56:22 Removing intermediate container 7efa284b3535 22:56:22 ---> bdec5121dce5 22:56:22 Step 20/26 : RUN pip install docker-compose==1.23.2 22:56:22 Removing intermediate container 30cdf765aaf7 22:56:22 ---> 66c94541a992 22:56:22 Step 29/31 : LABEL arch=x86_64 22:56:22 ---> Running in 482d518657a6 22:56:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 22:56:22 ---> Running in 2202a13d265c 22:56:22 Removing intermediate container 2202a13d265c 22:56:22 ---> 39b22ffa1064 22:56:22 Step 30/31 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:56:23 ---> Running in c3ad9fb58b5a 22:56:23 Removing intermediate container c3ad9fb58b5a 22:56:23 ---> eb9b98d0e114 22:56:23 Step 31/31 : LABEL version=0.0.0 22:56:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 22:56:24 ---> Running in 81bed544615f 22:56:24 Removing intermediate container 81bed544615f 22:56:24 ---> 0dbebeceabe4 22:56:24 22:56:24 Successfully built 0dbebeceabe4 22:56:24 Removing intermediate container 933390a9129f 22:56:24 ---> a9e0211e5ffa 22:56:24 Step 8/23 : COPY . . 22:56:24 Successfully tagged docker-security-bootstrapper-go:latest 22:56:24 Building docker-core-metadata-go 22:56:24  Building docker-security-bootstrapper-go ... done Removing intermediate container fa56f71b48f6 22:56:24 ---> 0c15e08f479f 22:56:24 Step 8/21 : COPY . . 22:56:24 Removing intermediate container a1c905945a3c 22:56:24 ---> 7ba34e98b732 22:56:24 Step 8/24 : COPY . . 22:56:24 Collecting docker-compose==1.23.2 22:56:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:56:24 GO111MODULE=on go vet ./... 22:56:25 Collecting dockerpty<0.5,>=0.4.1 22:56:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:56:30 Collecting cached-property<2,>=1.2.0 22:56:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:56:30 Collecting docopt<0.7,>=0.6.1 22:56:30 Downloading docopt-0.6.2.tar.gz (25 kB) 22:56:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:56:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:56:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:56:36 Collecting texttable<0.10,>=0.9.0 22:56:36 Downloading texttable-0.9.1.tar.gz (11 kB) 22:56:38 Collecting PyYAML<4,>=3.10 22:56:38 Downloading PyYAML-3.13.tar.gz (270 kB) 22:56:43 Collecting jsonschema<3,>=2.5.1 22:56:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:56:43 Collecting websocket-client<1.0,>=0.32.0 22:56:43 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:56:45 Collecting docker<4.0,>=3.6.0 22:56:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:56:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:56:46 Collecting idna<2.8,>=2.5 22:56:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:56:46 Collecting urllib3<1.25,>=1.21.1 22:56:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:56:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:56:46 Collecting docker-pycreds>=0.4.0 22:56:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:56:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:56:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:56:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:56:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:56:47 Installing collected packages: dockerpty, cached-property, docopt, idna, urllib3, requests, texttable, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, docker-compose 22:56:47 Running setup.py install for dockerpty: started 22:56:51 Running setup.py install for dockerpty: finished with status 'done' 22:56:52 Running setup.py install for docopt: started 22:56:53 Running setup.py install for docopt: finished with status 'done' 22:56:53 Attempting uninstall: idna 22:56:53 Found existing installation: idna 2.9 22:56:53 Uninstalling idna-2.9: 22:56:53 Successfully uninstalled idna-2.9 22:56:54 Attempting uninstall: urllib3 22:56:54 Found existing installation: urllib3 1.25.9 22:56:54 Uninstalling urllib3-1.25.9: 22:56:56 Successfully uninstalled urllib3-1.25.9 22:56:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:56:58 ---> 325cb1e41137 22:56:58 Step 3/23 : WORKDIR /edgex-go 22:56:58 ---> Using cache 22:56:58 ---> ef6d3e881684 22:56:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:58 ---> Using cache 22:56:58 ---> 4f0dc84333d5 22:56:58 Step 5/23 : RUN apk add --update --no-cache make git 22:56:58 ---> Using cache 22:56:58 ---> c934ef919572 22:56:58 Step 6/23 : COPY go.mod . 22:56:58 ---> Using cache 22:56:58 ---> 702529ec8433 22:56:58 Step 7/23 : RUN go mod download 22:56:58 ---> Using cache 22:56:58 ---> 7ba34e98b732 22:56:58 Step 8/23 : COPY . . 22:56:58 Attempting uninstall: requests 22:56:58 Found existing installation: requests 2.23.0 22:56:58 Uninstalling requests-2.23.0: 22:56:59 Successfully uninstalled requests-2.23.0 22:57:02 Running setup.py install for texttable: started 22:57:04 Running setup.py install for texttable: finished with status 'done' 22:57:04 Running setup.py install for PyYAML: started 22:57:06 Running setup.py install for PyYAML: finished with status 'done' 22:57:08 ---> 799a02c163bb 22:57:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:57:08 ---> df15adc1f465 22:57:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:57:08 ---> 8a4e1d3fb4ec 22:57:08 Step 9/23 : RUN make cmd/core-command/core-command 22:57:09 ---> Running in 80b9aa3a7d1a 22:57:09 ---> Running in db5d41ff5326 22:57:09 ---> Running in 4f118ee2636d 22:57:09 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 22:57:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:57:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:57:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:57:18 Removing intermediate container 482d518657a6 22:57:18 ---> 89e768d739c6 22:57:18 Step 21/26 : RUN apk --no-cache add curl 22:57:20 ---> Running in c998eb3ff589 22:57:21 ---> b5974021adf8 22:57:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:57:21 ---> Running in dcf95233cb66 22:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:57:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:57:22 (2/3) Installing libcurl (7.69.1-r3) 22:57:22 (3/3) Installing curl (7.69.1-r3) 22:57:22 Executing busybox-1.31.1-r19.trigger 22:57:22 OK: 72 MiB in 58 packages 22:57:24 Removing intermediate container c998eb3ff589 22:57:24 ---> 4b71b314639b 22:57:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:57:24 ---> Running in 80924a9b86b6 22:57:24 Removing intermediate container 80924a9b86b6 22:57:24 ---> c2557c18fc0b 22:57:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:57:24 ---> Running in 7a76f60b7b7b 22:57:25 Removing intermediate container 7a76f60b7b7b 22:57:25 ---> deea369cfa71 22:57:25 Step 24/26 : LABEL arch=x86_64 22:57:25 ---> Running in ac68ff006a1a 22:57:25 Removing intermediate container ac68ff006a1a 22:57:25 ---> 617d07393156 22:57:25 Step 25/26 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:57:25 ---> Running in cc1be79c6574 22:57:26 Removing intermediate container cc1be79c6574 22:57:26 ---> 2091e18d1e30 22:57:26 Step 26/26 : LABEL version=0.0.0 22:57:26 ---> Running in 5fe669ce8a02 22:57:26 Removing intermediate container 5fe669ce8a02 22:57:26 ---> cf8cd8c9f2e6 22:57:26 22:57:26 Successfully built cf8cd8c9f2e6 22:57:26 Successfully tagged docker-sys-mgmt-agent-go:latest 22:57:39  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:57:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:57:46 Removing intermediate container db5d41ff5326 22:57:46 ---> e512e9ec438e 22:57:46 22:57:46 Step 10/24 : FROM alpine:3.12 22:57:46 gofmt -l . 22:57:46 [ "`gofmt -l .`" = "" ] 22:57:46 ./bin/test-go-mod-tidy.sh 22:57:46 ./bin/test-attribution-txt.sh [Pipeline] sh 22:57:47 + ls -al . 22:57:47 total 764 22:57:47 drwxrwxr-x 9 1001 1001 4096 Mar 8 22:57 . 22:57:47 drwxr-xr-x 4 root root 4096 Mar 8 22:53 .. 22:57:47 -rw-rw-r-- 1 1001 1001 11 Mar 8 22:51 .dockerignore 22:57:47 drwxrwxr-x 8 1001 1001 4096 Mar 8 22:52 .git 22:57:47 drwxrwxr-x 3 1001 1001 4096 Mar 8 22:51 .github 22:57:47 -rw-rw-r-- 1 1001 1001 818 Mar 8 22:51 .gitignore 22:57:47 -rw-rw-r-- 1 1001 1001 166 Mar 8 22:51 .sonarcloud.properties 22:57:47 -rw-rw-r-- 1 1001 1001 8475 Mar 8 22:51 Attribution.txt 22:57:47 -rw-rw-r-- 1 1001 1001 3804 Mar 8 22:51 CONTRIBUTING.md 22:57:47 -rw-rw-r-- 1 1001 1001 931 Mar 8 22:51 Dockerfile.build 22:57:47 -rw-rw-r-- 1 1001 1001 863 Mar 8 22:51 Jenkinsfile 22:57:47 -rw-rw-r-- 1 1001 1001 10775 Mar 8 22:51 LICENSE 22:57:47 -rw-rw-r-- 1 1001 1001 5774 Mar 8 22:51 Makefile 22:57:47 -rw-rw-r-- 1 1001 1001 6524 Mar 8 22:51 README.md 22:57:47 -rw-rw-r-- 1 1001 1001 6755 Mar 8 22:51 SECURITY.md 22:57:47 -rw-rw-r-- 1 1001 1001 5 Mar 8 22:49 VERSION 22:57:47 -rw-rw-r-- 1 1001 1001 4131 Mar 8 22:51 ZMQWindows.md 22:57:47 drwxrwxr-x 2 1001 1001 4096 Mar 8 22:51 bin 22:57:47 drwxrwxr-x 14 1001 1001 4096 Mar 8 22:51 cmd 22:57:47 -rw-r--r-- 1 root root 622934 Mar 8 22:56 coverage.out 22:57:47 -rw-r--r-- 1 root root 1055 Mar 8 22:57 go.mod 22:57:47 -rw-r--r-- 1 root root 21699 Mar 8 22:57 go.sum 22:57:47 drwxrwxr-x 8 1001 1001 4096 Mar 8 22:51 internal 22:57:47 drwxrwxr-x 4 1001 1001 4096 Mar 8 22:51 openapi 22:57:47 drwxrwxr-x 4 1001 1001 4096 Mar 8 22:51 snap 22:57:47 -rw-rw-r-- 1 1001 1001 168 Mar 8 22:51 version.go [Pipeline] sh 22:57:47 ---> 88dd2752d2ea 22:57:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:57:48 + '[' -e coverage.out ] 22:57:48 + chown 1001:1001 coverage.out [Pipeline] stash 22:57:48 Warning: overwriting stash ‘coverage-report’ 22:57:49 Removing intermediate container 80b9aa3a7d1a 22:57:49 ---> a37cad490b87 22:57:49 22:57:49 Step 10/23 : FROM alpine:3.12 22:57:49 ---> 88dd2752d2ea 22:57:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:57:49 ---> Using cache 22:57:49 ---> a56f379c8202 22:57:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:57:49 Removing intermediate container 4f118ee2636d 22:57:49 ---> 972f4c3c841b 22:57:49 22:57:49 Step 10/21 : FROM alpine:3.12 22:57:49 ---> Using cache 22:57:49 ---> af3b03dc37b6 22:57:49 Step 13/23 : ENV APP_PORT=48082 22:57:49 ---> 88dd2752d2ea 22:57:49 Step 11/21 : RUN apk add --update --no-cache curl 22:57:49 ---> Running in 041a5c70695a 22:57:49 ---> Running in 5fa477bc92e6 22:57:49 ---> Running in ac46f811a05c 22:57:49 Stashed 1 file(s) [Pipeline] sh 22:57:49 Removing intermediate container 5fa477bc92e6 22:57:49 ---> c82e6f85530d 22:57:49 Step 14/23 : EXPOSE $APP_PORT 22:57:49 ---> Running in 0358a7ff03c7 22:57:49 Removing intermediate container 0358a7ff03c7 22:57:49 ---> 16327790ff06 22:57:49 Step 15/23 : WORKDIR / 22:57:50 + make build 22:57:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:57:50 ---> Running in b7ef22db705f 22:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:50 Removing intermediate container b7ef22db705f 22:57:50 ---> 925d742e69ac 22:57:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:57:50 (1/5) Installing ca-certificates (20191127-r4) 22:57:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:57:50 (3/5) Installing libcurl (7.69.1-r3) 22:57:50 (4/5) Installing curl (7.69.1-r3) 22:57:50 (5/5) Installing dumb-init (1.2.2-r1) 22:57:50 Executing busybox-1.31.1-r19.trigger 22:57:50 (1/4) Installing ca-certificates (20191127-r4) 22:57:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:57:50 (3/4) Installing libcurl (7.69.1-r3) 22:57:50 (4/4) Installing curl (7.69.1-r3) 22:57:50 Executing busybox-1.31.1-r19.trigger 22:57:50 Executing ca-certificates-20191127-r4.trigger 22:57:50 Executing ca-certificates-20191127-r4.trigger 22:57:50 OK: 7 MiB in 18 packages 22:57:50 OK: 7 MiB in 19 packages 22:57:50 ---> a5f5561e174f 22:57:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:57:54 ---> abc2a8264d1a 22:57:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:57:54 Removing intermediate container 041a5c70695a 22:57:54 ---> beb933891a82 22:57:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:57:54 Removing intermediate container ac46f811a05c 22:57:54 ---> fd2c03bb61f8 22:57:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:57:54 ---> Running in 1ed04068ef28 22:57:54 ---> Running in 1203249a00ac 22:57:55 Removing intermediate container dcf95233cb66 22:57:55 ---> ffab72000175 22:57:55 22:57:55 Step 10/23 : FROM alpine:3.12 22:57:55 ---> 88dd2752d2ea 22:57:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:57:55 ---> Using cache 22:57:55 ---> a56f379c8202 22:57:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:57:55 ---> Using cache 22:57:55 ---> af3b03dc37b6 22:57:55 Step 13/23 : ENV APP_PORT=48081 22:57:55 ---> f4bab257c9e8 22:57:55 Step 19/23 : ENTRYPOINT ["/core-command"] 22:57:55 ---> Running in 1b185c745d4a 22:57:55 ---> Running in af41cf63c89b 22:57:55 Removing intermediate container 1203249a00ac 22:57:55 ---> 9fad751d876a 22:57:55 Step 13/21 : WORKDIR /edgex 22:57:55 Removing intermediate container 1ed04068ef28 22:57:55 ---> 8e2d317cd9db 22:57:55 Step 13/24 : WORKDIR / 22:57:55 ---> Running in d465f011d94a 22:57:55 ---> Running in a60326dbab99 22:57:55 Removing intermediate container 1b185c745d4a 22:57:55 ---> 296c29a1a557 22:57:55 Step 14/23 : EXPOSE $APP_PORT 22:57:55 Removing intermediate container af41cf63c89b 22:57:55 ---> cc0b3da9f7be 22:57:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:57:55 ---> Running in 3285eae1225e 22:57:55 ---> Running in 736da9ca325c 22:57:56 Removing intermediate container d465f011d94a 22:57:56 ---> 43b6bd739e06 22:57:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:57:56 Removing intermediate container a60326dbab99 22:57:56 ---> b7e6cc7201f3 22:57:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:57:56 Removing intermediate container 3285eae1225e 22:57:56 ---> b093d96fe285 22:57:56 Step 15/23 : WORKDIR / 22:57:56 ---> Running in 41a75295b6f3 22:57:56 Removing intermediate container 736da9ca325c 22:57:56 ---> 5bdafaf94a8c 22:57:56 Step 21/23 : LABEL arch=x86_64 22:57:56 ---> 8a045c00d818 22:57:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:57:56 ---> 7b3a04a0dc3e 22:57:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:57:56 ---> Running in 4360c6f5a965 22:57:56 Removing intermediate container 41a75295b6f3 22:57:56 ---> 774c8b74c57d 22:57:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:57:57 Removing intermediate container 4360c6f5a965 22:57:57 ---> ce5adef865bf 22:57:57 Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:57:57 ---> 3ac02392ab25 22:57:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:57:57 ---> debf0686ba5c 22:57:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:57:57 ---> Running in 8e1866e137e7 22:57:57 ---> ac303758be3d 22:57:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:57:57 ---> 27e01cafc08e 22:57:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:57:57 Removing intermediate container 8e1866e137e7 22:57:57 ---> 50dcb589b4bf 22:57:57 Step 23/23 : LABEL version=0.0.0 22:57:57 ---> Running in ec4b118ca0c3 22:57:58 ---> 8a5ceedc3bb5 22:57:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:57:58 ---> Running in 2800fe6c80c2 22:57:58 ---> c839b9c29f30 22:57:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:57:58 ---> 40d135c8a2c3 22:57:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:57:58 Removing intermediate container ec4b118ca0c3 22:57:58 ---> 034b2e734aaf 22:57:58 22:57:58 Removing intermediate container 2800fe6c80c2 22:57:58 ---> d34a44842869 22:57:58 Step 18/21 : CMD ["--init=true"] 22:57:58 Successfully built 034b2e734aaf 22:57:59 Successfully tagged docker-core-command-go:latest 22:57:59  Building docker-core-command-go ... done  ---> Running in 678849861fd6 22:57:59 ---> 22d26ef06d12 22:57:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:57:59 ---> e53e992b3dce 22:57:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:57:59 ---> Running in d7449d2b5a33 22:57:59 Removing intermediate container 678849861fd6 22:57:59 ---> a6fc36ffadbf 22:57:59 Step 19/21 : LABEL arch=x86_64 22:57:59 ---> Running in edd667fdd8bc 22:57:59 Removing intermediate container d7449d2b5a33 22:57:59 ---> a01c74676495 22:57:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:57:59 ---> cb792005d375 22:57:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:58:00 ---> Running in fccbff2f1f78 22:58:00 ---> Running in 40506496955a 22:58:00 Removing intermediate container edd667fdd8bc 22:58:00 ---> 278599b83fec 22:58:00 Step 20/21 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:58:00 ---> Running in cc82d13498b0 22:58:00 Removing intermediate container fccbff2f1f78 22:58:00 ---> e66ea15d7deb 22:58:00 Step 21/23 : LABEL arch=x86_64 22:58:00 ---> Running in d4fe659dbb1b 22:58:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:58:00 Removing intermediate container cc82d13498b0 22:58:00 ---> ab7015974de7 22:58:00 Step 21/21 : LABEL version=0.0.0 22:58:00 ---> Running in 7e0b35cad654 22:58:00 Removing intermediate container d4fe659dbb1b 22:58:00 ---> cc40575ad63e 22:58:00 Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:58:00 ---> Running in e36911889031 22:58:00 Removing intermediate container 7e0b35cad654 22:58:00 ---> 295d7a4312e8 22:58:00 22:58:01 Successfully built 295d7a4312e8 22:58:01 Successfully tagged docker-security-proxy-setup-go:latest 22:58:01  Building docker-security-proxy-setup-go ... done Removing intermediate container e36911889031 22:58:01 ---> b2ce91f065d7 22:58:01 Step 23/23 : LABEL version=0.0.0 22:58:01 Removing intermediate container 40506496955a 22:58:01 ---> 1490b52d7b88 22:58:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:58:01 ---> Running in f3f83b760b17 22:58:01 ---> Running in afac0bdc47f6 22:58:01 Removing intermediate container f3f83b760b17 22:58:01 ---> 56975d128eac 22:58:01 22:58:01 Removing intermediate container afac0bdc47f6 22:58:01 ---> eb2aa72231ec 22:58:01 Step 22/24 : LABEL arch=x86_64 22:58:01 Successfully built 56975d128eac 22:58:01 Successfully tagged docker-core-metadata-go:latest 22:58:01  Building docker-core-metadata-go ... done  ---> Running in d81af2aaa6d6 22:58:01 Removing intermediate container d81af2aaa6d6 22:58:01 ---> ba54d40eb5a7 22:58:01 Step 23/24 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:58:01 ---> Running in 55be56a98dc3 22:58:02 Removing intermediate container 55be56a98dc3 22:58:02 ---> 807598b17626 22:58:02 Step 24/24 : LABEL version=0.0.0 22:58:02 ---> Running in 6d446df21f5b 22:58:02 Removing intermediate container 6d446df21f5b 22:58:02 ---> bef62dfd941b 22:58:02 22:58:02 Successfully built bef62dfd941b 22:58:02 Successfully tagged docker-security-secretstore-setup-go:latest 22:58:02  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 22:58:02 $ docker stop --time=1 37c746d0a4035c568eec6bf8ecbfea7c2cd67107d9668339d6ea02729f37b370 22:58:04 $ docker rm -f 37c746d0a4035c568eec6bf8ecbfea7c2cd67107d9668339d6ea02729f37b370 [Pipeline] // withDockerContainer [Pipeline] sh 22:58:05 + docker images 22:58:05 + grep docker 22:58:05 docker-security-secretstore-setup-go latest bef62dfd941b 3 seconds ago 24.9MB 22:58:05 docker-core-metadata-go latest 56975d128eac 4 seconds ago 19MB 22:58:05 docker-security-proxy-setup-go latest 295d7a4312e8 5 seconds ago 24.7MB 22:58:05 docker-core-command-go latest 034b2e734aaf 7 seconds ago 17.2MB 22:58:05 docker-sys-mgmt-agent-go latest cf8cd8c9f2e6 39 seconds ago 313MB 22:58:05 docker-security-bootstrapper-go latest 0dbebeceabe4 About a minute ago 18.7MB 22:58:05 docker-core-data-go latest 7623862a6021 2 minutes ago 22.4MB 22:58:05 docker-support-scheduler-go latest e13384b6de13 2 minutes ago 17.2MB 22:58:05 docker-support-notifications-go latest b4ffe02efb81 2 minutes ago 17.8MB 22:58:05 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:58:21 Still waiting to schedule task 22:58:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:58:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:58: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 22:58:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:58:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:58:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:58:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:58:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:58:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:59:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:59:06 $ docker stop --time=1 bde4160807a53f9f0fa9f2aae1af9a28ead27fdb769c737f758ed31b81c9090f 22:59:09 $ docker rm -f bde4160807a53f9f0fa9f2aae1af9a28ead27fdb769c737f758ed31b81c9090f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:59:11 22:59:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:59:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:59:12 latest: Pulling from edgex-devops/edgex-compose-arm64 22:59:12 29e5d40040c1: Pulling fs layer 22:59:12 1ce36da41761: Pulling fs layer 22:59:12 25b303627fd3: Pulling fs layer 22:59:12 29e5d40040c1: Verifying Checksum 22:59:12 29e5d40040c1: Download complete 22:59:12 1ce36da41761: Verifying Checksum 22:59:12 1ce36da41761: Download complete 22:59:12 29e5d40040c1: Pull complete 22:59:14 1ce36da41761: Pull complete 22:59:14 25b303627fd3: Verifying Checksum 22:59:14 25b303627fd3: Download complete 22:59:16 Running on prd-ubuntu18.04-docker-8c-8g-29034 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 22:59:16 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 22:59:18 using credential edgex-jenkins-ssh 22:59:18 Cloning the remote Git repository 22:59:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:59:18 > git init /w/workspace/edgex-go/5 # timeout=10 22:59:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:59:19 > git --version # timeout=10 22:59:19 > git --version # 'git version 2.17.1' 22:59:19 using GIT_SSH to set credentials SSH Credentials for GitHub 22:59:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:59:24 25b303627fd3: Pull complete 22:59:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:59:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:59:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:59:25 prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container 22:59:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:59:27 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:59:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:59:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:59:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:59:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:59:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:59: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 22:59:27 > git config core.sparsecheckout # timeout=10 22:59:27 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 22:59:27 Merge succeeded, producing 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 22:59:27 Checking out Revision 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 (PR-3223) 22:59:28 $ docker top 21b5887ed62f7604e61dca5a87d5873579eef5e5c4c7567d2968cbd9a688299f -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:29 + grep parallel 22:59:29 + docker-compose build --help 22:59:27 > git remote # timeout=10 22:59:27 > git config --get remote.origin.url # timeout=10 22:59:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:59:27 > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 22:59:27 > git rev-parse HEAD^{commit} # timeout=10 22:59:27 > git config core.sparsecheckout # timeout=10 22:59:27 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 22:59:31 Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:59:32 --parallel Build images in parallel. [Pipeline] } 22:59:32 $ docker stop --time=1 21b5887ed62f7604e61dca5a87d5873579eef5e5c4c7567d2968cbd9a688299f 22:59:32 + echo snap-build.sh 22:59:32 snap-build.sh 22:59:32 + SNAP_BASE_DIR=. 22:59:32 + '[' '!' -z /w/workspace/edgex-go/5 ']' 22:59:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 22:59:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 22:59:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 22:59:32 + cd /w/workspace/edgex-go/5 22:59:32 + sudo apt-get remove -qy --purge lxd lxd-client 22:59:32 Reading package lists... 22:59:32 Building dependency tree... 22:59:32 Reading state information... 22:59:32 The following packages were automatically installed and are no longer required: 22:59:32 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:59:32 uidmap xdelta3 22:59:32 Use 'sudo apt autoremove' to remove them. 22:59:33 The following packages will be REMOVED: 22:59:33 lxd* lxd-client* 22:59:33 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:59:33 After this operation, 31.7 MB disk space will be freed. 22:59:34 $ docker rm -f 21b5887ed62f7604e61dca5a87d5873579eef5e5c4c7567d2968cbd9a688299f [Pipeline] // withDockerContainer [Pipeline] writeFile 22:59:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 22:59:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:59:35 . [Pipeline] withDockerContainer 22:59:35 prd-ubuntu18.04-docker-arm64-4c-16g-29033 does not seem to be running inside a container 22:59:35 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 22:59:36 Removing lxd dnsmasq configuration 22:59:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:59:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:59:37 $ docker top 5a11940a04e4baefa6508145bfc000368a121495b459f30adb2d4672ba723089 -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:59:38 (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.) 22:59:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:59:38 + docker-compose -f ./docker-compose-build.yml build --parallel 22:59:39 Processing triggers for systemd (237-3ubuntu10.42) ... 22:59:39 Processing triggers for ureadahead (0.100.0-21) ... 22:59:41 + sudo snap remove --purge lxd 22:59:41 snap "lxd" is not installed 22:59:41 + sudo groupadd --force --system lxd 22:59:41 ++ whoami 22:59:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:59:41 + newgrp - lxd 22:59:41 + sudo snap install lxd 22:59:42 Building docker-core-command-go ... 22:59:42 Building docker-core-data-go ... 22:59:42 Building docker-core-metadata-go ... 22:59:42 Building docker-security-bootstrapper-go ... 22:59:42 Building docker-security-proxy-setup-go ... 22:59:42 Building docker-security-secretstore-setup-go ... 22:59:42 Building docker-support-notifications-go ... 22:59:42 Building docker-support-scheduler-go ... 22:59:42 Building docker-sys-mgmt-agent-go ... 22:59:42 Building docker-core-data-go 22:59:42 Building docker-support-scheduler-go 22:59:42 Building docker-security-bootstrapper-go 22:59:42 Building docker-support-notifications-go 22:59:42 Building docker-security-proxy-setup-go 22:59:54 2021-03-08T22:59:50Z INFO Waiting for automatic snapd restart... 23:00:06 lxd 4.11 from Canonical* installed 23:00:06 + sudo lxd init --auto 23:00:13 + sudo snap install --classic snapcraft 23:00:19 snapcraft 4.5.4 from Canonical* installed 23:00:19 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:00:19 + patch --verbose -p1 23:00:19 Hmm... Looks like a unified diff to me... 23:00:19 The text leading up to this was: 23:00:19 -------------------------- 23:00:19 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:00:19 |From: Tony Espy 23:00:19 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:00:19 |Subject: [PATCH] optimize snap build for pipeline CI check 23:00:19 | 23:00:19 |This patch is used by the EdgeX CI pipeline builds to 23:00:19 |optimize the snap CI check run for pull requests. When 23:00:19 |applied, it essentially strips out everything (apps and 23:00:19 |parts) from the snapcraft.yaml file except those required 23:00:19 |to build edgex-go, as the whole idea of the CI check is to 23:00:19 |catch changes to edgex-go that break the snap build. 23:00:19 | 23:00:19 |In general, anyone updating snapcraft.yaml will also need 23:00:19 |to update this patch file, otherwise it may fail to apply, 23:00:19 |resulting in a failed snap build CI check in the associated 23:00:19 |pull request. 23:00:19 | 23:00:19 |Note - in addition to applying this patch, the pipeline also 23:00:19 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:00:19 |need to build the finally binary .snap file (and it won't 23:00:19 |work with the patch applied). This further reduces the build 23:00:19 |time. 23:00:19 |--- 23:00:19 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:00:19 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:00:19 | 23:00:19 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:00:19 |index 1e537489..faf42425 100644 23:00:19 |--- a/snap/snapcraft.yaml 23:00:19 |+++ b/snap/snapcraft.yaml 23:00:19 -------------------------- 23:00:19 patching file snap/snapcraft.yaml 23:00:19 Using Plan A... 23:00:19 Hunk #1 FAILED at 73. 23:00:19 Hunk #2 succeeded at 296 with fuzz 1 (offset 25 lines). 23:00:19 Hunk #3 succeeded at 308 (offset 22 lines). 23:00:19 Hunk #4 succeeded at 316 (offset 22 lines). 23:00:19 Hunk #5 succeeded at 323 (offset 22 lines). 23:00:19 Hunk #6 succeeded at 350 (offset 22 lines). 23:00:19 Hunk #7 succeeded at 384 (offset 22 lines). 23:00:19 Hunk #8 succeeded at 446 (offset 33 lines). 23:00:19 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 23:00:19 Hmm... Ignoring the trailing garbage. 23:00:19 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:00:20 Failed in branch amd64 23:01:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:01:04 ---> 0131c7868bce 23:01:04 Step 3/22 : WORKDIR /edgex-go 23:01:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:01:04 ---> 0131c7868bce 23:01:04 Step 3/21 : WORKDIR /edgex-go 23:01:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:01:04 ---> 0131c7868bce 23:01:04 Step 3/22 : WORKDIR /edgex-go 23:01:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:01:04 ---> 0131c7868bce 23:01:04 Step 3/23 : WORKDIR /edgex-go 23:01:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:01:04 ---> 0131c7868bce 23:01:04 Step 3/31 : WORKDIR /edgex-go 23:01:04 ---> Running in d1e62ff2b948 23:01:04 ---> Running in ad7cabdafd0b 23:01:04 ---> Running in 813d7a361d1d 23:01:04 ---> Running in bd7fb1d4bb34 23:01:04 ---> Running in ba05a87c9a3a 23:01:04 Removing intermediate container 813d7a361d1d 23:01:04 ---> cfd9e08adaed 23:01:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:04 Removing intermediate container ad7cabdafd0b 23:01:04 ---> 78f88b54c7de 23:01:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:04 ---> Running in 8e03ca49bfba 23:01:04 Removing intermediate container d1e62ff2b948 23:01:04 ---> c238056c4baf 23:01:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:04 Removing intermediate container ba05a87c9a3a 23:01:04 ---> 8920587c1c90 23:01:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:04 Removing intermediate container bd7fb1d4bb34 23:01:04 ---> 82096f7de57f 23:01:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:04 ---> Running in d8b7d8a9f3a2 23:01:04 ---> Running in 52d6b5570f41 23:01:04 ---> Running in e6022d37942a 23:01:04 ---> Running in 4abfbb516ff0 23:01:04 Removing intermediate container 8e03ca49bfba 23:01:04 ---> 223e49fe6d64 23:01:04 Step 5/21 : RUN apk add --update --no-cache make git 23:01:04 ---> Running in 95684151f193 23:01:04 Removing intermediate container 52d6b5570f41 23:01:04 ---> 266376f67f05 23:01:04 Step 5/31 : RUN apk add --update --no-cache make git 23:01:04 Removing intermediate container d8b7d8a9f3a2 23:01:04 ---> 9d1485c160b7 23:01:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:01:04 ---> Running in e85c337d0659 23:01:04 ---> Running in 84c635cb3ed8 23:01:04 Removing intermediate container 4abfbb516ff0 23:01:04 ---> f1da61b98a98 23:01:04 Step 5/22 : RUN apk add --update --no-cache make git 23:01:04 Removing intermediate container e6022d37942a 23:01:04 ---> 7ca565ed3dc9 23:01:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:01:04 ---> Running in 3670e24d7409 23:01:04 ---> Running in abfb63ff35f4 23:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:05 OK: 217 MiB in 51 packages 23:01:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:05 OK: 217 MiB in 51 packages 23:01:05 OK: 217 MiB in 51 packages 23:01:06 OK: 217 MiB in 51 packages 23:01:06 OK: 217 MiB in 51 packages 23:01:06 Removing intermediate container 95684151f193 23:01:06 ---> 293b20f90a7b 23:01:06 Step 6/21 : COPY go.mod . 23:01:07 Removing intermediate container e85c337d0659 23:01:07 ---> cd603d4c70e8 23:01:07 Step 6/31 : COPY go.mod . 23:01:07 ---> 8c0e3941a11a 23:01:07 Step 7/21 : RUN go mod download 23:01:07 Removing intermediate container 84c635cb3ed8 23:01:07 ---> f71033ffd95a 23:01:07 Step 6/23 : COPY go.mod . 23:01:07 ---> Running in 152a2a589904 23:01:07 Removing intermediate container 3670e24d7409 23:01:08 ---> f1f7416c825c 23:01:08 Step 6/22 : COPY go.mod . 23:01:08 Removing intermediate container abfb63ff35f4 23:01:08 ---> d2a89615f3ae 23:01:08 Step 6/22 : COPY go.mod . 23:01:08 ---> d34a72d95ed7 23:01:08 Step 7/31 : RUN go mod download 23:01:08 ---> Running in 0d54356743c0 23:01:09 ---> 8cdfe707c1b0 23:01:09 Step 7/23 : RUN go mod download 23:01:09 ---> 68d1e5d64662 23:01:09 Step 7/22 : RUN go mod download 23:01:09 ---> Running in 9b69db8e8fb1 23:01:09 ---> 789943a251a5 23:01:09 Step 7/22 : RUN go mod download 23:01:09 ---> Running in c03a02121673 23:01:09 ---> Running in d5894bca2ef6 23:01:12 Removing intermediate container 152a2a589904 23:01:12 ---> 9340678d1e3e 23:01:12 Step 8/21 : COPY . . 23:01:13 Removing intermediate container 0d54356743c0 23:01:13 ---> 3dbcddcea34a 23:01:13 Step 8/31 : COPY . . 23:01:14 Removing intermediate container 9b69db8e8fb1 23:01:14 ---> 3d1b40f8c759 23:01:14 Step 8/23 : COPY . . 23:01:14 Removing intermediate container d5894bca2ef6 23:01:14 ---> b6865207aa1b 23:01:14 Step 8/22 : COPY . . 23:01:15 Removing intermediate container c03a02121673 23:01:15 ---> 33758e69049d 23:01:15 Step 8/22 : COPY . . 23:01:42 ---> adcb5165e6dc 23:01:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:01:42 ---> d08bd4706356 23:01:42 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:01:42 ---> ce64b2131c53 23:01:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:01:42 ---> 302572aae218 23:01:42 Step 9/23 : RUN make cmd/core-data/core-data 23:01:42 ---> d0e794959cee 23:01:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:01:42 ---> Running in f9ec8058eb00 23:01:42 ---> Running in 323330f516e2 23:01:42 ---> Running in 5c0248f5a54d 23:01:42 ---> Running in ecaaf9d31240 23:01:42 ---> Running in 02cc9c59816c 23:01:42 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 23:01:42 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 23:01:42 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 23:01:42 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 23:01:42 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 23:03:19 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 23:03:24 Removing intermediate container f9ec8058eb00 23:03:24 ---> f3a37fbc93ba 23:03:24 23:03:24 Step 10/21 : FROM alpine:3.12 23:03:24 3.12: Pulling from library/alpine 23:03:26 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 23:03:26 Status: Downloaded newer image for alpine:3.12 23:03:26 ---> d10569e2745f 23:03:26 Step 11/21 : RUN apk add --update --no-cache curl 23:03:27 ---> Running in ac6f350034da 23:03:30 Removing intermediate container 323330f516e2 23:03:30 ---> e1b3596c7264 23:03:30 23:03:30 Step 10/31 : FROM alpine:3.12 23:03:30 ---> d10569e2745f 23:03:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:30 ---> Running in 239e3a1cdf69 23:03:30 Removing intermediate container 239e3a1cdf69 23:03:30 ---> 4142d38e7f96 23:03:30 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:03:31 ---> Running in 5b0e87d2de55 23:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:41 Removing intermediate container 5c0248f5a54d 23:03:41 ---> 09073cea024b 23:03:41 23:03:41 Step 10/22 : FROM alpine:3.12 23:03:41 ---> d10569e2745f 23:03:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:03:41 Removing intermediate container ecaaf9d31240 23:03:41 ---> 3e4ff5c53d3d 23:03:41 23:03:41 Step 10/22 : FROM alpine:3.12 23:03:41 ---> d10569e2745f 23:03:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:03:41 ---> Running in 9e4d4ce591d1 23:03:41 ---> Running in 457d8e81a291 23:03:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:47 (1/2) Installing ca-certificates (20191127-r4) 23:03:47 (1/4) Installing ca-certificates (20191127-r4) 23:03:47 (2/2) Installing dumb-init (1.2.2-r1) 23:03:47 Executing busybox-1.31.1-r19.trigger 23:03:47 (1/1) Installing dumb-init (1.2.2-r1) 23:03:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:03:47 Executing ca-certificates-20191127-r4.trigger 23:03:47 Executing busybox-1.31.1-r19.trigger 23:03:47 (3/4) Installing libcurl (7.69.1-r3) 23:03:47 (4/4) Installing curl (7.69.1-r3) 23:03:47 OK: 5 MiB in 15 packages 23:03:47 Executing busybox-1.31.1-r19.trigger 23:03:47 (1/2) Installing dumb-init (1.2.2-r1) 23:03:47 Executing ca-certificates-20191127-r4.trigger 23:03:47 (2/2) Installing su-exec (0.2-r1) 23:03:47 Executing busybox-1.31.1-r19.trigger 23:03:47 OK: 5 MiB in 16 packages 23:03:48 OK: 6 MiB in 16 packages 23:03:48 OK: 7 MiB in 18 packages 23:03:50 Removing intermediate container 02cc9c59816c 23:03:50 ---> d7a01e80246c 23:03:50 23:03:50 Step 10/23 : FROM alpine:3.12 23:03:50 ---> d10569e2745f 23:03:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:03:50 Removing intermediate container 9e4d4ce591d1 23:03:50 ---> 5071c5223c84 23:03:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:03:50 ---> Running in 73f2e89ba15f 23:03:50 Removing intermediate container 5b0e87d2de55 23:03:50 ---> 0fbb91cdbe34 23:03:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:03:50 ---> Running in dac05ae00247 23:03:51 ---> Running in 6f40575322fd 23:03:51 Removing intermediate container 457d8e81a291 23:03:51 ---> a36c99a4937b 23:03:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:03:51 Removing intermediate container 73f2e89ba15f 23:03:51 ---> 7d3a834bdfca 23:03:51 Step 12/23 : ENV APP_PORT=48080 23:03:51 Removing intermediate container ac6f350034da 23:03:51 ---> 380c92788d89 23:03:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:03:51 ---> Running in 1aeb59012f42 23:03:51 ---> Running in b1a610e7c318 23:03:51 ---> Running in e1eb54cc0de3 23:03:51 Removing intermediate container dac05ae00247 23:03:51 ---> fd64a587bf4b 23:03:51 Step 13/22 : ENV APP_PORT=48085 23:03:51 Removing intermediate container 6f40575322fd 23:03:51 ---> 8e982f496ef9 23:03:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:03:52 ---> Running in cda378ec6d75 23:03:52 ---> Running in b3e0a6af4efa 23:03:52 Removing intermediate container 1aeb59012f42 23:03:52 ---> daafa201abc3 23:03:52 Step 13/22 : ENV APP_PORT=48060 23:03:52 Removing intermediate container e1eb54cc0de3 23:03:52 ---> fe7964f242fb 23:03:52 Step 13/21 : WORKDIR /edgex 23:03:52 Removing intermediate container b1a610e7c318 23:03:52 ---> f08ada61d02a 23:03:52 Step 13/23 : EXPOSE $APP_PORT 23:03:52 ---> Running in 0b15283d1253 23:03:52 ---> Running in 891d684216c4 23:03:52 ---> Running in e9c613772b7e 23:03:52 Removing intermediate container cda378ec6d75 23:03:52 ---> e6eb639134f4 23:03:52 Step 14/22 : EXPOSE $APP_PORT 23:03:52 Removing intermediate container b3e0a6af4efa 23:03:52 ---> 962bf42b7305 23:03:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:03:53 ---> Running in c5d568f55a6f 23:03:53 ---> Running in 55e086ad5321 23:03:53 Removing intermediate container 0b15283d1253 23:03:53 ---> 9be896c798cc 23:03:53 Step 14/22 : EXPOSE $APP_PORT 23:03:53 Removing intermediate container e9c613772b7e 23:03:53 ---> 64447d55e302 23:03:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:53 ---> Running in c5318b09a919 23:03:53 Removing intermediate container 891d684216c4 23:03:53 ---> a253813a61f8 23:03:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:03:53 ---> Running in 8dc83ad5b4d9 23:03:53 Removing intermediate container c5d568f55a6f 23:03:53 ---> dae5ae280ded 23:03:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:03:54 Removing intermediate container c5318b09a919 23:03:54 ---> d126e4126880 23:03:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:03:55 ---> 24acbcee3c24 23:03:55 ---> feaf0f9a74c7 23:03:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:03:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:03:55 ---> b666e4a05eb3 23:03:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:03:56 Removing intermediate container 55e086ad5321 23:03:56 ---> 1159f59845c3 23:03:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:03:57 ---> 0500b156daac 23:03:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:03:57 ---> 6b900bc8f6ba 23:03:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:03:57 ---> Running in 47bc52f639ea 23:03:57 Removing intermediate container 8dc83ad5b4d9 23:03:57 ---> 4d5db820896d 23:03:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:03:57 ---> 3114e1b09fc2 23:03:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:03:57 ---> Running in 77f01cb35d29 23:03:58 Removing intermediate container 47bc52f639ea 23:03:58 ---> 68b48b51c7f7 23:03:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:03:58 ---> 2660e4f3d0b5 23:03:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:03:58 ---> ec7bdf77fe09 23:03:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:03:58 ---> Running in 3d826cbf815c 23:03:59 ---> Running in 851e8499f36b 23:03:59 ---> 6950a2fe72b7 23:03:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:59 ---> Running in c1e1257dcd19 23:03:59 ---> d455e79953c3 23:03:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:03:59 Removing intermediate container 3d826cbf815c 23:03:59 ---> 25845f2a2328 23:03:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:59 ---> Running in adeb4b2bb437 23:03:59 Removing intermediate container 851e8499f36b 23:03:59 ---> 54d23fe7e01c 23:03:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:59 ---> Running in 0ed30c9c54e2 23:03:59 ---> Running in 5f2f60bd69dc 23:04:00 Removing intermediate container c1e1257dcd19 23:04:00 ---> 1ff891031570 23:04:00 Step 18/21 : CMD ["--init=true"] 23:04:00 ---> Running in eb4942cbf59e 23:04:00 (1/6) Installing dumb-init (1.2.2-r1) 23:04:00 Removing intermediate container 0ed30c9c54e2 23:04:00 ---> 5e43d7308c86 23:04:00 Step 20/22 : LABEL arch=arm64 23:04:00 Removing intermediate container 5f2f60bd69dc 23:04:00 ---> 63881de8051e 23:04:00 Step 20/22 : LABEL arch=arm64 23:04:00 (2/6) Installing libgcc (9.3.0-r2) 23:04:00 (3/6) Installing libsodium (1.0.18-r0) 23:04:01 (4/6) Installing libstdc++ (9.3.0-r2) 23:04:01 ---> Running in 713aac3f95c6 23:04:01 ---> Running in 28b0c6ec2f35 23:04:01 Removing intermediate container eb4942cbf59e 23:04:01 ---> f1437029ae06 23:04:01 Step 19/21 : LABEL arch=arm64 23:04:01 (5/6) Installing libzmq (4.3.3-r0) 23:04:01 ---> Running in 070ffcc98721 23:04:01 (6/6) Installing zeromq (4.3.3-r0) 23:04:01 Executing busybox-1.31.1-r19.trigger 23:04:01 OK: 8 MiB in 20 packages 23:04:01 Removing intermediate container 713aac3f95c6 23:04:01 ---> 18fcf88aac61 23:04:01 Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:04:01 Removing intermediate container 28b0c6ec2f35 23:04:01 ---> eb3a7a74ae26 23:04:01 Step 21/22 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:04:01 ---> Running in 1dae78dacbcb 23:04:02 ---> Running in a602c281ee21 23:04:02 Removing intermediate container 070ffcc98721 23:04:02 ---> 2880492016d3 23:04:02 Step 20/21 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:04:02 ---> Running in 79fe16800d10 23:04:02 Removing intermediate container 1dae78dacbcb 23:04:02 ---> 588a6e9e12c2 23:04:02 Step 22/22 : LABEL version=0.0.0 23:04:02 Removing intermediate container a602c281ee21 23:04:02 ---> c3bb5b0c3fa4 23:04:02 Step 22/22 : LABEL version=0.0.0 23:04:02 ---> Running in 74298fee86c3 23:04:03 Removing intermediate container adeb4b2bb437 23:04:03 ---> 275196905f4a 23:04:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:04:03 ---> Running in 4750900a37af 23:04:03 Removing intermediate container 79fe16800d10 23:04:03 ---> 15bb4a8cfe55 23:04:03 Step 21/21 : LABEL version=0.0.0 23:04:03 Removing intermediate container 77f01cb35d29 23:04:03 ---> f02404e808b8 23:04:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:04:03 ---> Running in ee06a5bb9949 23:04:03 Removing intermediate container 74298fee86c3 23:04:03 ---> 9f2041f25ba2 23:04:03 23:04:03 Removing intermediate container 4750900a37af 23:04:03 ---> 75a34cbe39e8 23:04:03 23:04:04 Removing intermediate container ee06a5bb9949 23:04:04 ---> 1ee7c1512906 23:04:04 23:04:04 Successfully built 9f2041f25ba2 23:04:04 ---> 1268079b7c34 23:04:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:04:04 Successfully tagged docker-support-notifications-go-arm64:latest 23:04:04  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 23:04:04 Successfully built 75a34cbe39e8 23:04:04 Successfully tagged docker-support-scheduler-go-arm64:latest 23:04:04  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 23:04:04 ---> 31a2c15a3878 23:04:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:04:04 Successfully built 1ee7c1512906 23:04:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:04:04  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 23:04:06 ---> 5783ae6ed22f 23:04:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:04:06 ---> eff8a4570647 23:04:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:04:06 ---> 80cf66c7a8cf 23:04:06 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:04:06 ---> 44e1d5f8b893 23:04:06 Step 19/23 : ENTRYPOINT ["/core-data"] 23:04:07 ---> Running in 6a9b7011a79c 23:04:07 ---> 8a648b12db14 23:04:07 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:04:07 Removing intermediate container 6a9b7011a79c 23:04:07 ---> 0a7634cb46da 23:04:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:04:07 ---> Running in bea551c41d8f 23:04:08 ---> 38fa70621c48 23:04:08 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:04:09 Removing intermediate container bea551c41d8f 23:04:09 ---> 244e480a2694 23:04:09 Step 21/23 : LABEL arch=arm64 23:04:09 ---> Running in 3c949c652efa 23:04:09 ---> Running in 368fb0946129 23:04:10 Removing intermediate container 3c949c652efa 23:04:10 ---> 8888e3db25dc 23:04:10 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:04:10 Removing intermediate container 368fb0946129 23:04:10 ---> 39c5bd8eccbf 23:04:10 Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:04:11 ---> Running in 436896b456f3 23:04:11 ---> 9e562b4a1489 23:04:11 Step 26/31 : RUN chmod +x /entrypoint.sh 23:04:11 ---> Running in b179240faf8e 23:04:11 Removing intermediate container 436896b456f3 23:04:11 ---> 3a6df55d190a 23:04:11 Step 23/23 : LABEL version=0.0.0 23:04:12 ---> Running in d2b6b0dcb585 23:04:13 Removing intermediate container d2b6b0dcb585 23:04:13 ---> a24043cc7b40 23:04:13 23:04:13 Successfully built a24043cc7b40 23:04:13 Successfully tagged docker-core-data-go-arm64:latest 23:04:13  Building docker-core-data-go ... done Building docker-core-command-go 23:04:14 Removing intermediate container b179240faf8e 23:04:14 ---> 67a49ebb80a2 23:04:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:04:15 ---> Running in 8ffe4ca20cb8 23:04:15 Removing intermediate container 8ffe4ca20cb8 23:04:15 ---> b0b6288a68a1 23:04:15 Step 28/31 : CMD ["gate"] 23:04:15 ---> Running in f365120cc552 23:04:16 Removing intermediate container f365120cc552 23:04:16 ---> 5dc9e1bae7a3 23:04:16 Step 29/31 : LABEL arch=arm64 23:04:17 ---> Running in dff98338d140 23:04:18 Removing intermediate container dff98338d140 23:04:18 ---> 65c83718f026 23:04:18 Step 30/31 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:04:18 ---> Running in 202b8306fb61 23:04:19 Removing intermediate container 202b8306fb61 23:04:19 ---> 345f265691fa 23:04:19 Step 31/31 : LABEL version=0.0.0 23:04:19 ---> Running in 616b2b9203d0 23:04:20 Removing intermediate container 616b2b9203d0 23:04:20 ---> 608771f658c0 23:04:20 23:04:20 Successfully built 608771f658c0 23:04:20 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:05:07  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:05:07 ---> 0131c7868bce 23:05:07 Step 3/23 : WORKDIR /edgex-go 23:05:07 ---> Using cache 23:05:07 ---> 82096f7de57f 23:05:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:07 ---> Using cache 23:05:07 ---> f1da61b98a98 23:05:07 Step 5/23 : RUN apk add --update --no-cache make git 23:05:07 ---> Using cache 23:05:07 ---> f1f7416c825c 23:05:07 Step 6/23 : COPY go.mod . 23:05:07 ---> Using cache 23:05:07 ---> 789943a251a5 23:05:07 Step 7/23 : RUN go mod download 23:05:07 ---> Using cache 23:05:07 ---> b6865207aa1b 23:05:07 Step 8/23 : COPY . . 23:05:07 ---> Using cache 23:05:07 ---> d0e794959cee 23:05:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:05:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:05:07 ---> 0131c7868bce 23:05:07 Step 3/26 : WORKDIR /edgex-go 23:05:07 ---> Using cache 23:05:07 ---> 82096f7de57f 23:05:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:07 ---> Using cache 23:05:07 ---> f1da61b98a98 23:05:07 Step 5/26 : RUN apk add --update --no-cache make bash git 23:05:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:05:07 ---> 0131c7868bce 23:05:07 Step 3/24 : WORKDIR /edgex-go 23:05:07 ---> Using cache 23:05:07 ---> 82096f7de57f 23:05:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:07 ---> Using cache 23:05:07 ---> f1da61b98a98 23:05:07 Step 5/24 : RUN apk add --update --no-cache make git 23:05:07 ---> Using cache 23:05:07 ---> f1f7416c825c 23:05:07 Step 6/24 : COPY go.mod . 23:05:07 ---> Using cache 23:05:07 ---> 789943a251a5 23:05:07 Step 7/24 : RUN go mod download 23:05:07 ---> Using cache 23:05:07 ---> b6865207aa1b 23:05:07 Step 8/24 : COPY . . 23:05:07 ---> Using cache 23:05:07 ---> d0e794959cee 23:05:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:05:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:05:07 ---> 0131c7868bce 23:05:07 Step 3/23 : WORKDIR /edgex-go 23:05:07 ---> Using cache 23:05:07 ---> 82096f7de57f 23:05:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:07 ---> Using cache 23:05:07 ---> f1da61b98a98 23:05:07 Step 5/23 : RUN apk add --update --no-cache make git 23:05:07 ---> Using cache 23:05:07 ---> f1f7416c825c 23:05:07 Step 6/23 : COPY go.mod . 23:05:07 ---> Using cache 23:05:07 ---> 789943a251a5 23:05:07 Step 7/23 : RUN go mod download 23:05:07 ---> Using cache 23:05:07 ---> b6865207aa1b 23:05:07 Step 8/23 : COPY . . 23:05:07 ---> Using cache 23:05:07 ---> d0e794959cee 23:05:07 Step 9/23 : RUN make cmd/core-command/core-command 23:05:07 ---> Running in 9c3037ba5724 23:05:07 ---> Running in ad2ae3c47ad1 23:05:07 ---> Running in 82d276e45ed7 23:05:07 ---> Running in 89db1fc00214 23:05:07 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 23:05:07 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 23:05:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05: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 23:05:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:07 OK: 217 MiB in 51 packages 23:05:09 Removing intermediate container 89db1fc00214 23:05:09 ---> f05d23c33ff4 23:05:09 Step 6/26 : COPY go.mod . 23:05:10 ---> c248ae122249 23:05:10 Step 7/26 : RUN go mod download 23:05:10 ---> Running in be85a0c786f8 23:05:15 Removing intermediate container be85a0c786f8 23:05:15 ---> 019e426ee61d 23:05:15 Step 8/26 : COPY . . 23:05:37 ---> c5702bc1d701 23:05:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:05:37 ---> Running in 8e3b2c5a49be 23:05:37 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 23:06:16 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 23:06:31 Removing intermediate container ad2ae3c47ad1 23:06:31 ---> 498b7a65a1c4 23:06:31 23:06:31 Step 10/24 : FROM alpine:3.12 23:06:31 ---> d10569e2745f 23:06:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:06:31 ---> Running in 1baf5b9b9f02 23:06:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:33 (1/5) Installing ca-certificates (20191127-r4) 23:06:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:06:33 (3/5) Installing libcurl (7.69.1-r3) 23:06:33 (4/5) Installing curl (7.69.1-r3) 23:06:33 (5/5) Installing dumb-init (1.2.2-r1) 23:06:33 Executing busybox-1.31.1-r19.trigger 23:06:33 Executing ca-certificates-20191127-r4.trigger 23:06:33 OK: 7 MiB in 19 packages 23:06:36 Removing intermediate container 1baf5b9b9f02 23:06:36 ---> b118a2204a7d 23:06:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:06:36 ---> Running in cb653f5b0bff 23:06:37 Removing intermediate container cb653f5b0bff 23:06:37 ---> 4013ea752b0c 23:06:37 Step 13/24 : WORKDIR / 23:06:37 ---> Running in 07c006b3230c 23:06:38 Removing intermediate container 07c006b3230c 23:06:38 ---> 125b273bc591 23:06:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:06:40 ---> d58b25580a2d 23:06:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:06:41 Removing intermediate container 82d276e45ed7 23:06:41 ---> c5baaf81c1fc 23:06:41 23:06:41 Step 10/23 : FROM alpine:3.12 23:06:41 ---> d10569e2745f 23:06:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:06:41 ---> Using cache 23:06:41 ---> 5071c5223c84 23:06:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:06:41 ---> Using cache 23:06:41 ---> fd64a587bf4b 23:06:41 Step 13/23 : ENV APP_PORT=48082 23:06:41 ---> 34d04c1aff40 23:06:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:06:43 ---> Running in 8b6b2f6c1dde 23:06:43 Removing intermediate container 8b6b2f6c1dde 23:06:43 ---> 92be93027351 23:06:43 Step 14/23 : EXPOSE $APP_PORT 23:06:43 ---> Running in 5b74fbfb04a7 23:06:43 ---> 997de97078b2 23:06:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:06:43 Removing intermediate container 5b74fbfb04a7 23:06:43 ---> 521813ce822a 23:06:43 Step 15/23 : WORKDIR / 23:06:44 ---> Running in 74cc046440d2 23:06:45 ---> 8429936d8b4f 23:06:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:06:48 Removing intermediate container 74cc046440d2 23:06:48 ---> f126344f5290 23:06:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:06:49 ---> 966feaaed564 23:06:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:06:49 ---> 7dda3264e99b 23:06:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:06:51 ---> 747ca1d7453e 23:06:51 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/ 23:06:52 ---> Running in 6c9d3e88e81a 23:06:52 ---> 3b99cc8c1ad1 23:06:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:06:52 Removing intermediate container 8e3b2c5a49be 23:06:52 ---> 2d7a640165c0 23:06:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:06:52 Removing intermediate container 9c3037ba5724 23:06:52 ---> 57c3b202d242 23:06:52 23:06:52 Step 10/23 : FROM alpine:3.12 23:06:52 ---> d10569e2745f 23:06:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:06:52 ---> Using cache 23:06:52 ---> 5071c5223c84 23:06:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:06:52 ---> Using cache 23:06:52 ---> fd64a587bf4b 23:06:52 Step 13/23 : ENV APP_PORT=48081 23:06:52 ---> Running in 6e0ac1426b91 23:06:52 ---> Running in 385ce58b3905 23:06:53 ---> 9ef8317c7a80 23:06:53 Step 19/23 : ENTRYPOINT ["/core-command"] 23:06:53 ---> Running in e6755f295a8d 23:06:53 Removing intermediate container 385ce58b3905 23:06:53 ---> 110fc1d0aa8e 23:06:53 Step 14/23 : EXPOSE $APP_PORT 23:06:53 ---> Running in 591d0ecf54a0 23:06:54 Removing intermediate container e6755f295a8d 23:06:54 ---> 9dc4c424660d 23:06:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:06:54 ---> Running in ee86d6d88525 23:06:54 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 23:06:54 Removing intermediate container 591d0ecf54a0 23:06:54 ---> 2d537060d877 23:06:54 Step 15/23 : WORKDIR / 23:06:54 ---> Running in 8d4c56c49fd8 23:06:55 Removing intermediate container 6c9d3e88e81a 23:06:55 ---> cdc04a744d19 23:06:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:06:55 Removing intermediate container ee86d6d88525 23:06:55 ---> 91ab86e48315 23:06:55 Step 21/23 : LABEL arch=arm64 23:06:55 Removing intermediate container 8d4c56c49fd8 23:06:55 ---> 3c976a393d3c 23:06:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> Running in 2fd5b2951cbf 23:06:55 23:06:55 ---> Running in a3544cf508fb 23:06:55 Removing intermediate container a3544cf508fb 23:06:55 ---> 1592721b4028 23:06:55 Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:06:56 Removing intermediate container 2fd5b2951cbf 23:06:56 ---> f4b692b73930 23:06:56 Step 22/24 : LABEL arch=arm64 23:06:56 ---> Running in 50b109b5d4a7 23:06:56 ---> Running in 94353114da54 23:06:56 ---> 2219db7a1616 23:06:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:06:57 Removing intermediate container 50b109b5d4a7 23:06:57 ---> 00a2e35d4ffe 23:06:57 Step 23/24 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:06:57 Removing intermediate container 94353114da54 23:06:57 ---> dc062839174e 23:06:57 Step 23/23 : LABEL version=0.0.0 23:06:57 ---> Running in 0425eb21697e 23:06:57 ---> Running in 535a295fd0e3 23:06:57 Removing intermediate container 535a295fd0e3 23:06:57 ---> 289de92b9ca8 23:06:57 23:06:57 Removing intermediate container 6e0ac1426b91 23:06:57 ---> 173d2fdd05b0 23:06:57 23:06:57 Step 11/26 : FROM docker:20.10.0 23:06:57 ---> 533592895e63 23:06:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:06:58 20.10.0: Pulling from library/docker 23:06:58 Removing intermediate container 0425eb21697e 23:06:58 ---> f21f6dce8d18 23:06:58 Step 24/24 : LABEL version=0.0.0 23:06:58 Successfully built 289de92b9ca8 23:06:58 ---> Running in db304858b162 23:06:58 Successfully tagged docker-core-command-go-arm64:latest 23:06:59  Building docker-core-command-go ... done  ---> 4cb904de5c3a 23:06:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:06:59 ---> Running in 5373bff8ef42 23:06:59 Removing intermediate container db304858b162 23:06:59 ---> 71b87f3f81af 23:06:59 23:07:00 Successfully built 71b87f3f81af 23:07:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:07:00  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5373bff8ef42 23:07:00 ---> 7c6796a1f88e 23:07:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:00 ---> Running in 8478d317f807 23:07:01 Removing intermediate container 8478d317f807 23:07:01 ---> 8c7ba7029499 23:07:01 Step 21/23 : LABEL arch=arm64 23:07:01 ---> Running in b9faa502f2b3 23:07:02 Removing intermediate container b9faa502f2b3 23:07:02 ---> 75cf37f671cf 23:07:02 Step 22/23 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:07:02 ---> Running in d49a85d2fd1a 23:07:03 Removing intermediate container d49a85d2fd1a 23:07:03 ---> e391a0444466 23:07:03 Step 23/23 : LABEL version=0.0.0 23:07:04 ---> Running in 522c081b3a52 23:07:04 Removing intermediate container 522c081b3a52 23:07:04 ---> d869fa47a76e 23:07:04 23:07:05 Successfully built d869fa47a76e 23:07:05 Successfully tagged docker-core-metadata-go-arm64:latest 23:07:06  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:07:06 Status: Downloaded newer image for docker:20.10.0 23:07:06 ---> eeaf43b92773 23:07:06 Step 12/26 : RUN apk add --no-cache bash 23:07:07 ---> Running in 8a057cf6af72 23:07:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:09 (1/2) Installing readline (8.0.4-r0) 23:07:09 (2/2) Installing bash (5.0.17-r0) 23:07:09 Executing bash-5.0.17-r0.post-install 23:07:09 Executing busybox-1.31.1-r19.trigger 23:07:09 OK: 12 MiB in 22 packages 23:07:10 Removing intermediate container 8a057cf6af72 23:07:10 ---> 1b3c8298acbd 23:07:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:07:10 ---> Running in 5db6e5464030 23:07:10 Removing intermediate container 5db6e5464030 23:07:10 ---> 7e45e90037e9 23:07:10 Step 14/26 : ENV APP_PORT=48090 23:07:11 ---> Running in e4fc357f3394 23:07:11 Removing intermediate container e4fc357f3394 23:07:11 ---> 8acec1be2fde 23:07:11 Step 15/26 : EXPOSE $APP_PORT 23:07:11 ---> Running in d18e5fbbdf38 23:07:12 Removing intermediate container d18e5fbbdf38 23:07:12 ---> aca8594e2302 23:07:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:07:13 ---> 207898625a76 23:07:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:07:13 ---> f5926c8f8632 23:07:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:07:14 ---> f778d5449de3 23:07:14 Step 19/26 : RUN apk --no-cache add py3-pip 23:07:14 ---> Running in db86c991bebf 23:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:16 (1/33) Installing libbz2 (1.0.8-r1) 23:07:16 (2/33) Installing expat (2.2.9-r1) 23:07:16 (3/33) Installing libffi (3.3-r2) 23:07:16 (4/33) Installing gdbm (1.13-r1) 23:07:16 (5/33) Installing xz-libs (5.2.5-r0) 23:07:16 (6/33) Installing sqlite-libs (3.32.1-r0) 23:07:16 (7/33) Installing python3 (3.8.5-r1) 23:07:18 (8/33) Installing py3-appdirs (1.4.4-r1) 23:07:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:07:18 (10/33) Installing py3-parsing (2.4.7-r0) 23:07:18 (11/33) Installing py3-six (1.15.0-r0) 23:07:18 (12/33) Installing py3-packaging (20.4-r0) 23:07:18 (13/33) Installing py3-setuptools (47.0.0-r0) 23:07:18 (14/33) Installing py3-chardet (3.0.4-r4) 23:07:18 (15/33) Installing py3-idna (2.9-r0) 23:07:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:07:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:07:18 (18/33) Installing py3-requests (2.23.0-r0) 23:07:18 (19/33) Installing py3-msgpack (1.0.0-r0) 23:07:18 (20/33) Installing py3-lockfile (0.12.2-r3) 23:07:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:07:18 (22/33) Installing py3-colorama (0.4.3-r0) 23:07:18 (23/33) Installing py3-distlib (0.3.0-r0) 23:07:18 (24/33) Installing py3-distro (1.5.0-r1) 23:07:18 (25/33) Installing py3-webencodings (0.5.1-r3) 23:07:18 (26/33) Installing py3-html5lib (1.0.1-r4) 23:07:18 (27/33) Installing py3-pytoml (0.1.21-r0) 23:07:18 (28/33) Installing py3-pep517 (0.8.2-r0) 23:07:18 (29/33) Installing py3-progress (1.5-r0) 23:07:18 (30/33) Installing py3-toml (0.10.1-r0) 23:07:18 (31/33) Installing py3-retrying (1.3.3-r0) 23:07:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:07:18 (33/33) Installing py3-pip (20.1.1-r0) 23:07:19 Executing busybox-1.31.1-r19.trigger 23:07:19 OK: 71 MiB in 55 packages 23:07:25 Removing intermediate container db86c991bebf 23:07:25 ---> bc8e4d4ca740 23:07:25 Step 20/26 : RUN pip install docker-compose==1.23.2 23:07:25 ---> Running in 4ef400125538 23:07:30 Collecting docker-compose==1.23.2 23:07:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:07:30 Collecting docopt<0.7,>=0.6.1 23:07:30 Downloading docopt-0.6.2.tar.gz (25 kB) 23:07:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:07:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:07:34 Collecting docker<4.0,>=3.6.0 23:07:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:07:34 Collecting cached-property<2,>=1.2.0 23:07:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:07:34 Collecting dockerpty<0.5,>=0.4.1 23:07:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:07:36 Collecting texttable<0.10,>=0.9.0 23:07:36 Downloading texttable-0.9.1.tar.gz (11 kB) 23:07:39 Collecting PyYAML<4,>=3.10 23:07:39 Downloading PyYAML-3.13.tar.gz (270 kB) 23:07:42 Collecting websocket-client<1.0,>=0.32.0 23:07:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:07:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:07:42 Collecting jsonschema<3,>=2.5.1 23:07:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:07:43 Collecting idna<2.8,>=2.5 23:07:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:07:43 Collecting urllib3<1.25,>=1.21.1 23:07:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:07:43 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) 23:07:43 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) 23:07:43 Collecting docker-pycreds>=0.4.0 23:07:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:07:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:07:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:07:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:07:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:07:44 Installing collected packages: docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, dockerpty, texttable, PyYAML, jsonschema, docker-compose 23:07:44 Running setup.py install for docopt: started 23:07:46 Running setup.py install for docopt: finished with status 'done' 23:07:46 Attempting uninstall: idna 23:07:46 Found existing installation: idna 2.9 23:07:46 Uninstalling idna-2.9: 23:07:46 Successfully uninstalled idna-2.9 23:07:47 Attempting uninstall: urllib3 23:07:47 Found existing installation: urllib3 1.25.9 23:07:47 Uninstalling urllib3-1.25.9: 23:07:47 Successfully uninstalled urllib3-1.25.9 23:07:47 Attempting uninstall: requests 23:07:47 Found existing installation: requests 2.23.0 23:07:47 Uninstalling requests-2.23.0: 23:07:48 Successfully uninstalled requests-2.23.0 23:07:49 Running setup.py install for dockerpty: started 23:07:51 Running setup.py install for dockerpty: finished with status 'done' 23:07:51 Running setup.py install for texttable: started 23:07:52 Running setup.py install for texttable: finished with status 'done' 23:07:52 Running setup.py install for PyYAML: started 23:07:54 Running setup.py install for PyYAML: finished with status 'done' 23:07:55 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 23:08:00 Removing intermediate container 4ef400125538 23:08:00 ---> d7fa69976029 23:08:00 Step 21/26 : RUN apk --no-cache add curl 23:08:00 ---> Running in f2b234ad1c36 23:08:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:08:01 (2/3) Installing libcurl (7.69.1-r3) 23:08:01 (3/3) Installing curl (7.69.1-r3) 23:08:01 Executing busybox-1.31.1-r19.trigger 23:08:01 OK: 71 MiB in 58 packages 23:08:03 Removing intermediate container f2b234ad1c36 23:08:03 ---> 0d9226064b02 23:08:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:08:03 ---> Running in 5244de24c03a 23:08:03 Removing intermediate container 5244de24c03a 23:08:03 ---> c5ce3d52b3d7 23:08:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:03 ---> Running in 06b4cf3f6ce5 23:08:03 Removing intermediate container 06b4cf3f6ce5 23:08:03 ---> 64203f5885c9 23:08:03 Step 24/26 : LABEL arch=arm64 23:08:04 ---> Running in cd378e6a5b46 23:08:04 Removing intermediate container cd378e6a5b46 23:08:04 ---> b9408d123a76 23:08:04 Step 25/26 : LABEL git_sha=0cea5eced03dc86d44e4ba9cb19c7cab53834b11 23:08:04 ---> Running in 13dea6b987f7 23:08:05 Removing intermediate container 13dea6b987f7 23:08:05 ---> a0eb2dd5b530 23:08:05 Step 26/26 : LABEL version=0.0.0 23:08:05 ---> Running in 31cc57b7fd06 23:08:05 Removing intermediate container 31cc57b7fd06 23:08:05 ---> dafaecf6a4eb 23:08:05 23:08:06 Successfully built dafaecf6a4eb 23:08:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:08:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:08:06 $ docker stop --time=1 5a11940a04e4baefa6508145bfc000368a121495b459f30adb2d4672ba723089 23:08:08 $ docker rm -f 5a11940a04e4baefa6508145bfc000368a121495b459f30adb2d4672ba723089 [Pipeline] // withDockerContainer [Pipeline] sh 23:08:09 + docker images 23:08:09 + grep docker 23:08:09 docker-sys-mgmt-agent-go-arm64 latest dafaecf6a4eb 4 seconds ago 300MB 23:08:09 docker-core-metadata-go-arm64 latest d869fa47a76e About a minute ago 17.9MB 23:08:09 docker-security-secretstore-setup-go-arm64 latest 71b87f3f81af About a minute ago 23.7MB 23:08:09 docker-core-command-go-arm64 latest 289de92b9ca8 About a minute ago 16.2MB 23:08:09 docker-security-bootstrapper-go-arm64 latest 608771f658c0 3 minutes ago 17.8MB 23:08:09 docker-core-data-go-arm64 latest a24043cc7b40 3 minutes ago 21.1MB 23:08:09 docker-support-notifications-go-arm64 latest 9f2041f25ba2 4 minutes ago 16.9MB 23:08:09 docker-security-proxy-setup-go-arm64 latest 1ee7c1512906 4 minutes ago 23.4MB 23:08:09 docker-support-scheduler-go-arm64 latest 75a34cbe39e8 4 minutes ago 16.3MB 23:08:09 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:08:10 ---> job-cost.sh 23:08:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-axN8 23:08:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:10:26 lf-activate-venv(): INFO: Adding /tmp/venv-axN8/bin to PATH 23:10:26 INFO: No Stack... 23:10:26 INFO: Retrieving Pricing Info for: lf-standard-4 23:10:26 INFO: Archiving Costs [Pipeline] sh 23:10:26 + cat /w/workspace/edgex-go/5/archives/cost.csv 23:10:26 + cut -d, -f6 [Pipeline] lock 23:10:26 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-5-stack-cost] 23:10:26 Resource [jenkins-edgexfoundry-edgex-go-PR-3223-5-stack-cost] did not exist. Created. 23:10:26 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:10:27 + echo total: 0.20999999344348907 [Pipeline] stash 23:10:27 Stashed 1 file(s) [Pipeline] } 23:10:27 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-5-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 23:10:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:10:31 ---> package-listing.sh 23:10:31 ++ facter osfamily 23:10:31 ++ tr '[:upper:]' '[:lower:]' 23:10:31 + OS_FAMILY=redhat 23:10:31 + workspace=/w/workspace/edgex-go/5 23:10:31 + START_PACKAGES=/tmp/packages_start.txt 23:10:31 + END_PACKAGES=/tmp/packages_end.txt 23:10:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:10:31 + PACKAGES=/tmp/packages_start.txt 23:10:31 + '[' /w/workspace/edgex-go/5 ']' 23:10:31 + PACKAGES=/tmp/packages_end.txt 23:10:31 + case "${OS_FAMILY}" in 23:10:31 + rpm -qa 23:10:31 + sort 23:10:37 + '[' -f /tmp/packages_start.txt ']' 23:10:37 + '[' -f /tmp/packages_end.txt ']' 23:10:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:10:37 + '[' /w/workspace/edgex-go/5 ']' 23:10:37 + mkdir -p /w/workspace/edgex-go/5/archives/ 23:10:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 23:10:37 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:10:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:10:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:37 23:10:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:10:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:38 alpine: Pulling from edgex-lftools-log-publisher 23:10:38 df20fa9351a1: Pulling fs layer 23:10:38 36b3adc4ff6f: Pulling fs layer 23:10:38 8ad3a11d3b57: Pulling fs layer 23:10:38 46f8f816bc3b: Pulling fs layer 23:10:38 93b61091891f: Pulling fs layer 23:10:38 93b9cdb0e59b: Pulling fs layer 23:10:38 5e14af77c1be: Pulling fs layer 23:10:38 01666e4c0597: Pulling fs layer 23:10:38 46f8f816bc3b: Waiting 23:10:38 93b61091891f: Waiting 23:10:38 aa168da1d23b: Pulling fs layer 23:10:38 93b9cdb0e59b: Waiting 23:10:38 01666e4c0597: Waiting 23:10:38 aa168da1d23b: Waiting 23:10:38 5e14af77c1be: Waiting 23:10:38 36b3adc4ff6f: Download complete 23:10:38 46f8f816bc3b: Verifying Checksum 23:10:38 46f8f816bc3b: Download complete 23:10:38 df20fa9351a1: Verifying Checksum 23:10:38 df20fa9351a1: Download complete 23:10:38 93b9cdb0e59b: Verifying Checksum 23:10:38 93b9cdb0e59b: Download complete 23:10:38 93b61091891f: Verifying Checksum 23:10:38 93b61091891f: Download complete 23:10:38 5e14af77c1be: Verifying Checksum 23:10:38 5e14af77c1be: Download complete 23:10:38 01666e4c0597: Verifying Checksum 23:10:38 01666e4c0597: Download complete 23:10:38 df20fa9351a1: Pull complete 23:10:39 36b3adc4ff6f: Pull complete 23:10:39 8ad3a11d3b57: Verifying Checksum 23:10:39 8ad3a11d3b57: Download complete 23:10:39 8ad3a11d3b57: Pull complete 23:10:39 46f8f816bc3b: Pull complete 23:10:40 aa168da1d23b: Verifying Checksum 23:10:40 aa168da1d23b: Download complete 23:10:41 93b61091891f: Pull complete 23:10:41 93b9cdb0e59b: Pull complete 23:10:42 5e14af77c1be: Pull complete 23:10:42 01666e4c0597: Pull complete 23:10:52 aa168da1d23b: Pull complete 23:10:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:10:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:10:52 prd-centos7-docker-4c-2g-29032 does not seem to be running inside a container 23:10:52 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 23:11:00 $ docker top 71af2a2b7fdb5808c0ee8084c1f2a4bc4f6efa030ec6e288610f1387b2362bc7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:00 + touch /tmp/pre-build-complete [Pipeline] sh 23:11:01 + mkdir -p /var/log/sa [Pipeline] sh 23:11:01 + ls /var/log/sa-host 23:11:01 + sadf -c /var/log/sa-host/sa08 23:11:01 file_magic: OK 23:11:01 HZ: Using current value: 100 23:11:01 file_header: OK 23:11:01 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 23:11:01 Statistics: 23:11:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:11:01 File successfully converted to sysstat format version 12.2.1 23:11:01 + sadf -c /var/log/sa-host/sa23 23:11:01 file_magic: OK 23:11:01 HZ: Using current value: 100 23:11:01 file_header: OK 23:11:01 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 23:11:01 Statistics: 23:11:01 Hnuu...uuuununununu... 23:11:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:11:02 provisioning config files... 23:11:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8223313966025406473tmp [Pipeline] { [Pipeline] echo 23:11:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:11:02 ---> create-netrc.sh [Pipeline] } 23:11:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:11:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:11:03 ---> python-tools-install.sh [Pipeline] echo 23:11:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:11:03 ---> sudo-logs.sh 23:11:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:11:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:11:03 ---> job-cost.sh 23:11:03 lf-activate-venv: SKIPPING 23:11:03 DEBUG: total: 0.20999999344348907 23:11:03 INFO: Retrieving Stack Cost... 23:11:04 INFO: Retrieving Pricing Info for: v1-standard-2 23:11:05 INFO: Archiving Costs [Pipeline] echo 23:11:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:11:05 ---> logs-deploy.sh 23:11:05 lf-activate-venv: SKIPPING 23:11:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/5 23:11:05 INFO: archiving workspace using pattern(s): 23:11:08 Archives upload complete. 23:11:08 INFO: archiving logs to Nexus