Pull request #3423 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24542bf0f2c01e78c3341a21639054c613ede31e+3103214cdd745ba99e56243b14eeb2a0a0c23a57 (9ee5b1dd56973a835e7c14c6b8b38a2a502b400a) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘prd-centos7-docker-4c-2g-3288’ is offline; ‘prd-centos7-docker-4c-2g-3290’ is offline; ‘prd-centos7-docker-4c-2g-3303’ is offline; ‘prd-centos7-docker-4c-2g-3304’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3285’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3311 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [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 > 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/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e Merge succeeded, producing 395287a8a26d5a87dd24a00dd322eeee453d86fd Checking out Revision 395287a8a26d5a87dd24a00dd322eeee453d86fd (PR-3423) > git config core.sparsecheckout # timeout=10 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # 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 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 395287a8a26d5a87dd24a00dd322eeee453d86fd # timeout=10 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:35:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:35:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:35:03 ========================================================= 20:35:03 EdgeX Global Pipelines Version Info 20:35:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f1bb55464b24e29c70c8ac093bd47bb237702604 # timeout=10 20:35:06 ------------------- 20:35:06 stable info: 20:35:06 ------------------- 20:35:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:35:06 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:35:06 Message: update stable to v1.0.191 20:35:07 ------------------- 20:35:07 experimental info: 20:35:07 ------------------- 20:35:07 Commited By: **** collab-it+edgex@linuxfoundation.org 20:35:07 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:35:07 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:35:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3423 [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3423 [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3423 [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 395287a8a26d5a87dd24a00dd322eeee453d86fd [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 395287a [Pipeline] echo 20:35:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:35:08 provisioning config files... 20:35:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3557689004730750964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:08 ---> docker-login.sh 20:35:08 nexus3.edgexfoundry.org:10001 20:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:10 Configure a credential helper to remove this warning. See 20:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:10 20:35:10 Login Succeeded 20:35:10 nexus3.edgexfoundry.org:10002 20:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:10 Configure a credential helper to remove this warning. See 20:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:10 20:35:10 Login Succeeded 20:35:10 nexus3.edgexfoundry.org:10003 20:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:11 Configure a credential helper to remove this warning. See 20:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:11 20:35:11 Login Succeeded 20:35:11 nexus3.edgexfoundry.org:10004 20:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:11 Configure a credential helper to remove this warning. See 20:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:11 20:35:11 Login Succeeded 20:35:11 docker.io 20:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:12 Configure a credential helper to remove this warning. See 20:35:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:12 20:35:12 Login Succeeded 20:35:12 ---> docker-login.sh ends [Pipeline] } 20:35:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:12 ++ 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 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ cut -d/ -f2 20:35:12 ++ dirname cmd/core-command/Dockerfile 20:35:12 + echo core-command,cmd/core-command/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ cut -d/ -f2 20:35:12 ++ dirname cmd/core-data/Dockerfile 20:35:12 + echo core-data,cmd/core-data/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ cut -d/ -f2 20:35:12 ++ dirname cmd/core-metadata/Dockerfile 20:35:12 + echo core-metadata,cmd/core-metadata/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ cut -d/ -f2 20:35:12 ++ dirname cmd/security-bootstrapper/Dockerfile 20:35:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ dirname cmd/security-proxy-setup/Dockerfile 20:35:12 ++ cut -d/ -f2 20:35:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ cut -d/ -f2 20:35:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:35:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ cut -d/ -f2 20:35:12 ++ dirname cmd/support-notifications/Dockerfile 20:35:12 + echo support-notifications,cmd/support-notifications/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ dirname cmd/support-scheduler/Dockerfile 20:35:12 ++ cut -d/ -f2 20:35:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:35:12 + for file in '`ls cmd/**/Dockerfile`' 20:35:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:35:12 ++ cut -d/ -f2 20:35:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:35:12 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 20:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:13 20:35:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:35:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:14 latest: Pulling from edgex-devops/git-semver 20:35:14 31603596830f: Pulling fs layer 20:35:14 54011a49482f: Pulling fs layer 20:35:14 a6820b24f6d8: Pulling fs layer 20:35:14 f581987b2513: Pulling fs layer 20:35:14 f581987b2513: Waiting 20:35:14 54011a49482f: Verifying Checksum 20:35:14 54011a49482f: Download complete 20:35:14 31603596830f: Verifying Checksum 20:35:14 31603596830f: Download complete 20:35:14 f581987b2513: Verifying Checksum 20:35:14 f581987b2513: Download complete 20:35:14 a6820b24f6d8: Verifying Checksum 20:35:14 a6820b24f6d8: Download complete 20:35:15 31603596830f: Pull complete 20:35:15 54011a49482f: Pull complete 20:35:17 a6820b24f6d8: Pull complete 20:35:17 f581987b2513: Pull complete 20:35:17 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:35:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:35:18 prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container 20:35:18 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:35:22 $ docker top 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:22 [ssh-agent] Looking for ssh-agent implementation... 20:35:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:23 $ docker exec 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent 20:35:23 SSH_AUTH_SOCK=/tmp/ssh-z6XJ5dVLG8rd/agent.11 20:35:23 SSH_AGENT_PID=16 20:35:23 Running ssh-add (command line suppressed) 20:35:24 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5857221818472283494.key (/w/workspace/edgex-go/5@tmp/private_key_5857221818472283494.key) 20:35:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:25 + git tag --points-at HEAD [Pipeline] } 20:35:25 $ docker exec --env ******** --env ******** 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent -k 20:35:25 unset SSH_AUTH_SOCK; 20:35:25 unset SSH_AGENT_PID; 20:35:25 echo Agent pid 16 killed; 20:35:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:35:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:25 [ssh-agent] Looking for ssh-agent implementation... 20:35:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:26 $ docker exec 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent 20:35:26 SSH_AUTH_SOCK=/tmp/ssh-bd273bD934Cp/agent.45 20:35:26 SSH_AGENT_PID=50 20:35:26 Running ssh-add (command line suppressed) 20:35:27 Identity added: /w/workspace/edgex-go/5@tmp/private_key_6336098086458927208.key (/w/workspace/edgex-go/5@tmp/private_key_6336098086458927208.key) 20:35:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:27 + git semver init 20:35:28 # -> Open(): unable to determine branch for HEAD 20:35:28 # $GIT_DIR = /w/workspace/edgex-go/5/.git 20:35:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 20:35:28 # $SEMVER_REMOTE_NAME = origin 20:35:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:35:28 # $SEMVER_USER_NAME = edgex-jenkins 20:35:28 # $SEMVER_BRANCH = PR-3423 20:35:28 # $SEMVER_TEMP = /tmp/semver-622276299 20:35:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:36:36 # '/tmp/semver-622276299' -> '/w/workspace/edgex-go/5/.semver' 20:36:36 # -> Force: false 20:36:36 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 20:36:36 $ docker exec --env ******** --env ******** 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent -k 20:36:37 unset SSH_AUTH_SOCK; 20:36:37 unset SSH_AGENT_PID; 20:36:37 echo Agent pid 50 killed; 20:36:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:38 + git semver [Pipeline] } 20:36:38 $ docker stop --time=1 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 20:36:41 $ docker rm -f 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 [Pipeline] // withDockerContainer [Pipeline] sh 20:36:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:36:43 Stashed 1 file(s) [Pipeline] echo 20:36:43 [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 20:36:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:36:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:36:46 + true 20:36:46 + sudo service docker restart 20:36:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:36:48 ========================================================= 20:36:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:36:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:36:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:36:58 Still waiting to schedule task 20:36:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:37:02 Sending build context to Docker daemon 330MB 20:37:02 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 20:37:02 Step 2/6 : FROM ${BASE} 20:37:02 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:37:02 540db60ca938: Pulling fs layer 20:37:02 adcc1eea9eea: Pulling fs layer 20:37:02 4c4ab2625f07: Pulling fs layer 20:37:02 0510c868ecb4: Pulling fs layer 20:37:02 afea3b2eda06: Pulling fs layer 20:37:02 7809a108b3ef: Pulling fs layer 20:37:02 f706445af74f: Pulling fs layer 20:37:02 afea3b2eda06: Waiting 20:37:02 7809a108b3ef: Waiting 20:37:02 f706445af74f: Waiting 20:37:02 0510c868ecb4: Waiting 20:37:02 4c4ab2625f07: Download complete 20:37:02 adcc1eea9eea: Verifying Checksum 20:37:02 adcc1eea9eea: Download complete 20:37:02 afea3b2eda06: Verifying Checksum 20:37:02 afea3b2eda06: Download complete 20:37:02 7809a108b3ef: Verifying Checksum 20:37:02 7809a108b3ef: Download complete 20:37:02 540db60ca938: Verifying Checksum 20:37:02 540db60ca938: Download complete 20:37:02 540db60ca938: Pull complete 20:37:03 adcc1eea9eea: Pull complete 20:37:03 4c4ab2625f07: Pull complete 20:37:07 f706445af74f: Verifying Checksum 20:37:07 f706445af74f: Download complete 20:37:11 0510c868ecb4: Verifying Checksum 20:37:11 0510c868ecb4: Download complete 20:37:26 0510c868ecb4: Pull complete 20:37:27 afea3b2eda06: Pull complete 20:37:27 7809a108b3ef: Pull complete 20:37:34 f706445af74f: Pull complete 20:37:34 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:37:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:37:34 ---> b068be0155e3 20:37:34 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 20:37:34 ---> Running in 667d1a902749 20:37:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:37:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:37:37 (1/12) Installing libmagic (5.39-r0) 20:37:37 (2/12) Installing file (5.39-r0) 20:37:37 (3/12) Installing libc-dev (0.7.2-r3) 20:37:37 (4/12) Installing g++ (10.2.1_pre1-r3) 20:37:46 (5/12) Installing fortify-headers (1.1-r0) 20:37:46 (6/12) Installing patch (2.7.6-r6) 20:37:46 (7/12) Installing build-base (0.5-r2) 20:37:46 (8/12) Installing libsodium (1.0.18-r0) 20:37:46 (9/12) Installing pkgconf (1.7.3-r0) 20:37:46 (10/12) Installing libsodium-dev (1.0.18-r0) 20:37:46 (11/12) Installing libzmq (4.3.3-r1) 20:37:46 (12/12) Installing zeromq-dev (4.3.3-r1) 20:37:46 Executing busybox-1.32.1-r6.trigger 20:37:46 OK: 219 MiB in 52 packages 20:37:50 Removing intermediate container 667d1a902749 20:37:50 ---> 3470f140c8a5 20:37:50 Step 4/6 : WORKDIR /edgex-go 20:37:50 ---> Running in b89d47b4732b 20:37:50 Removing intermediate container b89d47b4732b 20:37:50 ---> b10de8d39b82 20:37:50 Step 5/6 : COPY go.mod . 20:37:51 ---> 2ea407339511 20:37:51 Step 6/6 : RUN go mod download 20:37:51 ---> Running in 46f3fd571cf5 20:38:23 Removing intermediate container 46f3fd571cf5 20:38:23 ---> a3fa0628fe8b 20:38:23 Successfully built a3fa0628fe8b 20:38:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:38:24 + docker inspect -f . ci-base-image-x86_64 20:38:24 . [Pipeline] withDockerContainer 20:38:24 prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container 20:38:24 $ 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 ******** ci-base-image-x86_64 cat 20:38:26 $ docker top 1283cceaac35ccfafda364073d341234722b01379dc2a135e208f79036305b00 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:27 + go version 20:38:27 go version go1.16.3 linux/amd64 [Pipeline] } 20:38:27 $ docker stop --time=1 1283cceaac35ccfafda364073d341234722b01379dc2a135e208f79036305b00 20:38:30 $ docker rm -f 1283cceaac35ccfafda364073d341234722b01379dc2a135e208f79036305b00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:38:30 + docker inspect -f . ci-base-image-x86_64 20:38:30 . [Pipeline] withDockerContainer 20:38:31 prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container 20:38:31 $ 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 ******** ci-base-image-x86_64 cat 20:38:32 $ docker top 8a47893109ed5e14f99fef5315ac044644a72dd7998aa5bd7090d4fe0df808d9 -eo pid,comm [Pipeline] { [Pipeline] echo 20:38:33 ========================================================= 20:38:33 [edgeXBuildGoParallel] Running Tests and Build... 20:38:33 ========================================================= [Pipeline] sh 20:38:33 + go mod tidy [Pipeline] sh 20:38:40 + make test 20:38:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:39:03 ? github.com/edgexfoundry/edgex-go [no test files] 20:39:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:39:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:40:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:40:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:40:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:40:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:40:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:40:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:40:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.450s coverage: 45.9% of statements 20:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.305s coverage: 19.8% of statements 20:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.154s coverage: 100.0% of statements 20:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.621s coverage: 27.1% of statements 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.362s coverage: 100.0% of statements 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.299s coverage: 71.3% of statements 20:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.335s coverage: 87.7% of statements 20:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.316s coverage: 78.9% of statements 20:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.361s coverage: 28.6% of statements 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.256s coverage: 100.0% of statements 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.232s coverage: 100.0% of statements 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.524s coverage: 86.7% of statements 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.447s coverage: 97.5% of statements 20:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.353s coverage: 78.3% of statements 20:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.947s coverage: 95.1% of statements 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.173s coverage: 58.8% of statements 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.127s coverage: 0.9% of statements 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.101s coverage: 22.6% of statements 20:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.144s coverage: 47.1% of statements 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.209s coverage: 79.5% of statements 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.157s coverage: 94.1% of statements 20:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.246s coverage: 96.3% of statements 20:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.196s coverage: 87.5% of statements 20:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements 20:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements 20:41:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3320 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws 20:41:11 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:41:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:41:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:41:14 + true 20:41:14 + sudo service docker restart 20:41:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.402s coverage: 81.8% of statements 20:41:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:41:17 provisioning config files... 20:41:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1178022152843516084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:41:18 ---> docker-login.sh 20:41:18 nexus3.edgexfoundry.org:10001 20:41:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:19 Configure a credential helper to remove this warning. See 20:41:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:19 20:41:19 Login Succeeded 20:41:19 nexus3.edgexfoundry.org:10002 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.506s coverage: 92.9% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 65.1% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.139s coverage: 87.2% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.287s coverage: 76.0% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.277s coverage: 80.0% of statements 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.616s coverage: 87.2% of statements 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.236s coverage: 85.4% of statements 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.500s coverage: 91.2% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:41:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:19 Configure a credential helper to remove this warning. See 20:41:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:19 20:41:19 Login Succeeded 20:41:19 nexus3.edgexfoundry.org:10003 20:41:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:20 Configure a credential helper to remove this warning. See 20:41:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:20 20:41:20 Login Succeeded 20:41:20 nexus3.edgexfoundry.org:10004 20:41:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:20 Configure a credential helper to remove this warning. See 20:41:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:20 20:41:20 Login Succeeded 20:41:20 docker.io 20:41:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:21 Configure a credential helper to remove this warning. See 20:41:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:21 20:41:21 Login Succeeded 20:41:21 ---> docker-login.sh ends [Pipeline] } 20:41:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:41:22 ========================================================= 20:41:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:41:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:41:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:41:22 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/5/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:41:23 ---> job-cost.sh 20:41:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wKyx 20:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements 20:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.170s coverage: 100.0% of statements 20:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements 20:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.171s coverage: 100.0% of statements 20:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.373s coverage: 73.7% of statements 20:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.111s coverage: 100.0% of statements 20:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.807s coverage: 66.9% of statements 20:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.584s coverage: 43.4% of statements 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.216s coverage: 89.5% of statements 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.135s coverage: 84.8% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.286s coverage: 47.0% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.194s coverage: 9.6% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:41:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.314s coverage: 92.6% of statements 20:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.259s coverage: 28.7% of statements 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.259s coverage: 100.0% of statements 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.353s coverage: 64.6% of statements 20:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:41:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.631s coverage: 97.6% of statements 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:41:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.077s coverage: 0.0% of statements 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:41:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.237s coverage: 100.0% of statements 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:41:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.130s coverage: 87.9% of statements 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 20:41:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.144s coverage: 28.1% of statements 20:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 20:41:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.134s coverage: 100.0% of statements 20:41:48 GO111MODULE=on go vet ./... 20:42:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:43:24 lf-activate-venv(): INFO: Adding /tmp/venv-wKyx/bin to PATH 20:43:24 INFO: No Stack... 20:43:24 INFO: Retrieving Pricing Info for: lf-standard-4 20:43:24 INFO: Archiving Costs [Pipeline] sh 20:43:24 + cut -d, -f6 20:43:24 + cat /w/workspace/edgex-go/5/archives/cost.csv [Pipeline] lock 20:43:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] 20:43:24 Resource [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] did not exist. Created. 20:43:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:43:25 + echo total: 0.20999999344348907 [Pipeline] stash 20:43:25 Stashed 1 file(s) [Pipeline] } 20:43:25 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:43:25 Failed in branch arm64 20:43:27 gofmt -l . 20:43:27 [ "`gofmt -l .`" = "" ] 20:43:27 ./bin/test-go-mod-tidy.sh 20:43:27 ./bin/test-attribution-txt.sh [Pipeline] sh 20:43:28 + ls -al . 20:43:28 total 816 20:43:28 drwxrwxr-x 10 1001 1001 4096 May 6 20:43 . 20:43:28 drwxr-xr-x 4 root root 28 May 6 20:38 .. 20:43:28 -rw-rw-r-- 1 1001 1001 11 May 6 20:34 .dockerignore 20:43:28 drwxrwxr-x 8 1001 1001 179 May 6 20:35 .git 20:43:28 drwxrwxr-x 3 1001 1001 125 May 6 20:34 .github 20:43:28 -rw-rw-r-- 1 1001 1001 818 May 6 20:34 .gitignore 20:43:28 drwx------ 3 1001 1001 60 May 6 20:36 .semver 20:43:28 -rw-rw-r-- 1 1001 1001 166 May 6 20:34 .sonarcloud.properties 20:43:28 -rw-rw-r-- 1 1001 1001 8609 May 6 20:34 Attribution.txt 20:43:28 -rw-rw-r-- 1 1001 1001 3804 May 6 20:34 CONTRIBUTING.md 20:43:28 -rw-rw-r-- 1 1001 1001 931 May 6 20:34 Dockerfile.build 20:43:28 -rw-rw-r-- 1 1001 1001 863 May 6 20:34 Jenkinsfile 20:43:28 -rw-rw-r-- 1 1001 1001 10775 May 6 20:34 LICENSE 20:43:28 -rw-rw-r-- 1 1001 1001 5774 May 6 20:34 Makefile 20:43:28 -rw-rw-r-- 1 1001 1001 7978 May 6 20:34 README.md 20:43:28 -rw-rw-r-- 1 1001 1001 6755 May 6 20:34 SECURITY.md 20:43:28 -rw-rw-r-- 1 1001 1001 5 May 6 20:36 VERSION 20:43:28 -rw-rw-r-- 1 1001 1001 4131 May 6 20:34 ZMQWindows.md 20:43:28 drwxrwxr-x 2 1001 1001 117 May 6 20:34 bin 20:43:28 drwxrwxr-x 14 1001 1001 4096 May 6 20:34 cmd 20:43:28 -rw-r--r-- 1 root root 705232 May 6 20:41 coverage.out 20:43:28 -rw-r--r-- 1 root root 1060 May 6 20:43 go.mod 20:43:28 -rw-r--r-- 1 root root 21942 May 6 20:38 go.sum 20:43:28 drwxrwxr-x 8 1001 1001 127 May 6 20:34 internal 20:43:28 drwxrwxr-x 4 1001 1001 26 May 6 20:34 openapi 20:43:28 drwxrwxr-x 4 1001 1001 71 May 6 20:34 snap 20:43:28 -rw-rw-r-- 1 1001 1001 168 May 6 20:34 version.go [Pipeline] sh 20:43:29 + '[' -e coverage.out ] 20:43:29 + chown 1001:1001 coverage.out [Pipeline] stash 20:43:29 Stashed 1 file(s) [Pipeline] sh 20:43:30 + make build 20:43:30 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 20:43:36 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 20:44:03 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 20:44:08 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 20:44:16 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 20:44:17 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 20:44:22 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 20:44:28 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 20:44:32 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 20:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:44: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 [Pipeline] } 20:44:49 $ docker stop --time=1 8a47893109ed5e14f99fef5315ac044644a72dd7998aa5bd7090d4fe0df808d9 20:44:52 $ docker rm -f 8a47893109ed5e14f99fef5315ac044644a72dd7998aa5bd7090d4fe0df808d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:44:55 20:44:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:44:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:44:56 latest: Pulling from edgex-devops/edgex-compose 20:44:56 cbdbe7a5bc2a: Pulling fs layer 20:44:56 ca9280d653b3: Pulling fs layer 20:44:56 7e9c9ca2126c: Pulling fs layer 20:44:56 cbdbe7a5bc2a: Verifying Checksum 20:44:56 cbdbe7a5bc2a: Download complete 20:44:58 cbdbe7a5bc2a: Pull complete 20:44:58 ca9280d653b3: Verifying Checksum 20:44:58 ca9280d653b3: Download complete 20:45:02 ca9280d653b3: Pull complete 20:45:02 7e9c9ca2126c: Verifying Checksum 20:45:02 7e9c9ca2126c: Download complete 20:45:18 7e9c9ca2126c: Pull complete 20:45:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:45:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:45:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:45:18 prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container 20:45:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:45:21 $ docker top 4298aa9e8651c27d1f95e0017084d5be85e87800b28f37e61f6126fb61f2fba1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:22 + docker-compose build --help 20:45:22 + grep parallel 20:45:24 --parallel Build images in parallel. [Pipeline] } 20:45:24 $ docker stop --time=1 4298aa9e8651c27d1f95e0017084d5be85e87800b28f37e61f6126fb61f2fba1 20:45:25 $ docker rm -f 4298aa9e8651c27d1f95e0017084d5be85e87800b28f37e61f6126fb61f2fba1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:45:26 . [Pipeline] withDockerContainer 20:45:27 prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container 20:45:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:45:28 $ docker top 6f9f9c6a42472a472998dcf60736cc50f8950048f228d2300c7bf5d73929ce93 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:29 + docker-compose -f ./docker-compose-build.yml build --parallel 20:45:32 Building docker-core-command-go ... 20:45:32 Building docker-core-data-go ... 20:45:32 Building docker-core-metadata-go ... 20:45:32 Building docker-security-bootstrapper-go ... 20:45:32 Building docker-security-proxy-setup-go ... 20:45:32 Building docker-security-secretstore-setup-go ... 20:45:32 Building docker-support-notifications-go ... 20:45:32 Building docker-support-scheduler-go ... 20:45:32 Building docker-sys-mgmt-agent-go ... 20:45:32 Building docker-support-notifications-go 20:45:32 Building docker-core-command-go 20:45:32 Building docker-core-metadata-go 20:45:32 Building docker-security-secretstore-setup-go 20:45:32 Building docker-security-proxy-setup-go 20:47:10 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:47:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:47:10 ---> a3fa0628fe8b 20:47:10 Step 3/22 : WORKDIR /edgex-go 20:47:10 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:47:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:47:10 ---> a3fa0628fe8b 20:47:10 Step 3/25 : WORKDIR /edgex-go 20:47:10 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:47:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:47:10 ---> a3fa0628fe8b 20:47:10 Step 3/23 : WORKDIR /edgex-go 20:47:10 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:47:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:47:10 ---> a3fa0628fe8b 20:47:10 Step 3/21 : WORKDIR /edgex-go 20:47:10 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:47:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:47:10 ---> a3fa0628fe8b 20:47:10 Step 3/23 : WORKDIR /edgex-go 20:47:10 ---> Running in 2d81fab4a12a 20:47:10 ---> Running in 0099227b048a 20:47:10 ---> Running in 9803d62fcb0d 20:47:10 ---> Running in af74119c53b7 20:47:10 ---> Running in 1ce443c1c1a5 20:47:10 Removing intermediate container af74119c53b7 20:47:10 ---> 177f74dfc4bd 20:47:10 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:10 Removing intermediate container 9803d62fcb0d 20:47:10 ---> 19ef88d0e2aa 20:47:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:10 Removing intermediate container 0099227b048a 20:47:10 ---> 145d1bf0cdcc 20:47:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:10 Removing intermediate container 2d81fab4a12a 20:47:10 ---> ba8928180f8d 20:47:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:10 ---> Running in 3b55b46f4d16 20:47:10 Removing intermediate container 1ce443c1c1a5 20:47:10 ---> 1562bc375f37 20:47:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:10 ---> Running in 196d8239c283 20:47:10 ---> Running in 8d01ef563bc3 20:47:10 ---> Running in 950e6b1bc97d 20:47:10 ---> Running in 31e004da0ce5 20:47:10 Removing intermediate container 3b55b46f4d16 20:47:10 ---> fef884f887ec 20:47:10 Step 5/25 : RUN apk add --update --no-cache make git 20:47:10 Removing intermediate container 8d01ef563bc3 20:47:10 ---> 5dcebe40a4a7 20:47:10 Step 5/23 : RUN apk add --update --no-cache make git 20:47:10 ---> Running in 31941f96e43a 20:47:10 Removing intermediate container 950e6b1bc97d 20:47:10 ---> 425d03048290 20:47:10 Step 5/23 : RUN apk add --update --no-cache make git 20:47:10 ---> Running in 113c95712ff2 20:47:10 Removing intermediate container 196d8239c283 20:47:10 ---> b490598bcaaf 20:47:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:47:10 Removing intermediate container 31e004da0ce5 20:47:10 ---> 4487af667a2f 20:47:10 Step 5/21 : RUN apk add --update --no-cache make git 20:47:10 ---> Running in c93a65a86196 20:47:10 ---> Running in 463a13816a15 20:47:10 ---> Running in bfa47195091a 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:47:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:47:10 OK: 219 MiB in 52 packages 20:47:10 OK: 219 MiB in 52 packages 20:47:10 OK: 219 MiB in 52 packages 20:47:10 OK: 219 MiB in 52 packages 20:47:10 OK: 219 MiB in 52 packages 20:47:12 Removing intermediate container 31941f96e43a 20:47:12 ---> e1830f7ce8f7 20:47:12 Step 6/25 : COPY go.mod . 20:47:12 Removing intermediate container 113c95712ff2 20:47:12 ---> bcd23e919039 20:47:12 Step 6/23 : COPY go.mod . 20:47:13 ---> 42bd7ae52e63 20:47:13 Step 7/25 : RUN go mod download 20:47:13 ---> b40baa3cec02 20:47:13 Step 7/23 : RUN go mod download 20:47:13 ---> Running in 5905808c35de 20:47:13 Removing intermediate container 463a13816a15 20:47:13 ---> a1d2156d17dc 20:47:13 Step 6/22 : COPY go.mod . 20:47:13 Removing intermediate container bfa47195091a 20:47:13 ---> e7ac051f17e9 20:47:13 Step 6/21 : COPY go.mod . 20:47:13 ---> Running in f41d99bccdec 20:47:14 Removing intermediate container c93a65a86196 20:47:14 ---> 713038e85178 20:47:14 Step 6/23 : COPY go.mod . 20:47:14 ---> c71340f140ec 20:47:14 Step 7/22 : RUN go mod download 20:47:14 ---> Running in 53432679108d 20:47:14 ---> 84fa1d0c3272 20:47:14 Step 7/21 : RUN go mod download 20:47:15 ---> Running in 1ffef406c22c 20:47:15 ---> 0e944edfae16 20:47:15 Step 7/23 : RUN go mod download 20:47:16 ---> Running in 61f3f73267bc 20:47:20 Removing intermediate container f41d99bccdec 20:47:20 ---> 4442bf3982bc 20:47:20 Step 8/23 : COPY . . 20:47:20 Removing intermediate container 53432679108d 20:47:20 ---> f7bb2ad6686d 20:47:20 Step 8/22 : COPY . . 20:47:20 Removing intermediate container 5905808c35de 20:47:20 ---> a477e9e721d3 20:47:20 Step 8/25 : COPY . . 20:47:20 Removing intermediate container 1ffef406c22c 20:47:20 ---> 39528050d6fe 20:47:20 Step 8/21 : COPY . . 20:47:20 Removing intermediate container 61f3f73267bc 20:47:20 ---> 2d605e7cc36d 20:47:20 Step 8/23 : COPY . . 20:48:59 ---> 84f9473f3157 20:48:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:48:59 ---> 7fbf921b6cab 20:48:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:48:59 ---> d8b9e9a0a2d1 20:48:59 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:48:59 ---> 2a2cffc97392 20:48:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:48:59 ---> Running in fbacd7f5249a 20:48:59 ---> 8b32573cf611 20:48:59 Step 9/23 : RUN make cmd/core-command/core-command 20:48:59 ---> Running in e47e15777756 20:48:59 ---> Running in 55032b38ee31 20:48:59 ---> Running in 78b9e06f615d 20:48:59 ---> Running in e29d16152e7e 20:48:59 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 20:48:59 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 20:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:48:59 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 20:48:59 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 20:50:09 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 20:50:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:50:29 Removing intermediate container e47e15777756 20:50:29 ---> e9b4ebda892a 20:50:29 20:50:29 Step 10/25 : FROM alpine:3.12 20:50:29 3.12: Pulling from library/alpine 20:50:29 Removing intermediate container e29d16152e7e 20:50:29 ---> 5cc46b836fe0 20:50:29 20:50:29 Step 10/23 : FROM alpine:3.12 20:50:29 Removing intermediate container 55032b38ee31 20:50:29 ---> 39ba7c9b157a 20:50:29 20:50:29 Step 10/22 : FROM alpine:3.12 20:50:29 3.12: Pulling from library/alpine 20:50:29 3.12: Pulling from library/alpine 20:50:30 Removing intermediate container 78b9e06f615d 20:50:30 ---> f98a3a2ef8f4 20:50:30 20:50:30 Step 10/21 : FROM alpine:3.12 20:50:31 3.12: Pulling from library/alpine 20:50:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:50:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:50:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:50:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:50:31 Status: Downloaded newer image for alpine:3.12 20:50:31 ---> 13621d1b12d4 20:50:31 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:50:31 Status: Image is up to date for alpine:3.12 20:50:31 ---> 13621d1b12d4 20:50:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:50:31 Status: Downloaded newer image for alpine:3.12 20:50:31 ---> 13621d1b12d4 20:50:31 Step 11/21 : RUN apk add --update --no-cache curl 20:50:31 Status: Image is up to date for alpine:3.12 20:50:31 ---> 13621d1b12d4 20:50:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:50:31 Removing intermediate container fbacd7f5249a 20:50:31 ---> f6ad46cebbe4 20:50:31 20:50:31 Step 10/23 : FROM alpine:3.12 20:50:31 ---> 13621d1b12d4 20:50:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:50:31 ---> Running in 5e2016edd807 20:50:31 ---> Running in 05f7dc089e74 20:50:31 ---> Running in 37a08e856e91 20:50:31 ---> Running in 703160fdcec6 20:50:31 ---> Running in d9055dc0bf6e 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:33 (1/4) Installing ca-certificates (20191127-r4) 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:50:33 (3/4) Installing libcurl (7.76.1-r0) 20:50:33 (4/4) Installing curl (7.76.1-r0) 20:50:33 Executing busybox-1.31.1-r20.trigger 20:50:33 Executing ca-certificates-20191127-r4.trigger 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:34 (1/1) Installing dumb-init (1.2.2-r1) 20:50:34 Executing busybox-1.31.1-r20.trigger 20:50:34 OK: 6 MiB in 15 packages 20:50:34 OK: 7 MiB in 18 packages 20:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:34 (1/1) Installing dumb-init (1.2.2-r1) 20:50:34 Executing busybox-1.31.1-r20.trigger 20:50:34 OK: 6 MiB in 15 packages 20:50:34 (1/6) Installing ca-certificates (20191127-r4) 20:50:34 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:50:34 (1/2) Installing ca-certificates (20191127-r4) 20:50:35 (3/6) Installing libcurl (7.76.1-r0) 20:50:35 (4/6) Installing curl (7.76.1-r0) 20:50:35 (5/6) Installing dumb-init (1.2.2-r1) 20:50:35 (6/6) Installing su-exec (0.2-r1) 20:50:35 Executing busybox-1.31.1-r20.trigger 20:50:35 (2/2) Installing dumb-init (1.2.2-r1) 20:50:35 Executing ca-certificates-20191127-r4.trigger 20:50:35 Executing busybox-1.31.1-r20.trigger 20:50:35 Executing ca-certificates-20191127-r4.trigger 20:50:35 OK: 7 MiB in 20 packages 20:50:35 OK: 6 MiB in 16 packages 20:50:36 Removing intermediate container 05f7dc089e74 20:50:36 ---> e1485ebfb79c 20:50:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:50:36 Removing intermediate container 5e2016edd807 20:50:36 ---> 740076c71e0c 20:50:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:37 ---> Running in c1f7a73e8ab3 20:50:37 ---> Running in e4c835a82653 20:50:37 Removing intermediate container 37a08e856e91 20:50:37 ---> 032ec0dd374d 20:50:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:50:37 Removing intermediate container d9055dc0bf6e 20:50:37 ---> dbb12f53a0dc 20:50:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:50:37 Removing intermediate container 703160fdcec6 20:50:37 ---> 483f26951aa1 20:50:37 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:37 ---> Running in b50b3822494d 20:50:37 ---> Running in 75e2b8edad99 20:50:37 ---> Running in e7e949e88bbf 20:50:38 Removing intermediate container e4c835a82653 20:50:38 ---> cc29346d8f10 20:50:38 Step 13/21 : WORKDIR /edgex 20:50:38 Removing intermediate container c1f7a73e8ab3 20:50:38 ---> 007118f71d02 20:50:38 Step 13/23 : ENV APP_PORT=48082 20:50:38 ---> Running in 753b87b2e6d9 20:50:38 ---> Running in 6ced6b1518d1 20:50:38 Removing intermediate container b50b3822494d 20:50:38 ---> de464ede50fd 20:50:38 Step 13/23 : ENV APP_PORT=48081 20:50:38 Removing intermediate container 75e2b8edad99 20:50:38 ---> 01af3de2dc42 20:50:38 Step 13/22 : ENV APP_PORT=48060 20:50:38 ---> Running in 8c0a8422b540 20:50:38 Removing intermediate container e7e949e88bbf 20:50:38 ---> b704ef2a23e8 20:50:38 Step 13/25 : WORKDIR / 20:50:38 ---> Running in 3c29b3b72555 20:50:38 Removing intermediate container 6ced6b1518d1 20:50:38 ---> 7e6ca60b3e52 20:50:38 Step 14/23 : EXPOSE $APP_PORT 20:50:38 Removing intermediate container 753b87b2e6d9 20:50:38 ---> e6b2af2ea679 20:50:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:50:38 ---> Running in 769a5673392b 20:50:39 ---> Running in 424d94f2d9e3 20:50:39 Removing intermediate container 8c0a8422b540 20:50:39 ---> 0f74aff9a6e8 20:50:39 Step 14/23 : EXPOSE $APP_PORT 20:50:39 Removing intermediate container 3c29b3b72555 20:50:39 ---> 98216afc9ee0 20:50:39 Step 14/22 : EXPOSE $APP_PORT 20:50:39 ---> Running in e6ef2c0aff1d 20:50:39 Removing intermediate container 769a5673392b 20:50:39 ---> aa643009ce1c 20:50:39 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:50:40 ---> c9654cc3df44 20:50:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:50:40 Removing intermediate container 424d94f2d9e3 20:50:40 ---> 9e2bd80654da 20:50:40 Step 15/23 : WORKDIR / 20:50:40 ---> Running in bee8ea3c2f96 20:50:40 ---> Running in 6f05c10081f9 20:50:40 Removing intermediate container e6ef2c0aff1d 20:50:40 ---> acc2a1cca6c4 20:50:40 Step 15/23 : WORKDIR / 20:50:40 ---> Running in 8911aba6a5f4 20:50:41 Removing intermediate container bee8ea3c2f96 20:50:41 ---> 700942db25de 20:50:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:41 ---> 35696d3c4a11 20:50:41 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:50:41 Removing intermediate container 6f05c10081f9 20:50:41 ---> 4347c1314791 20:50:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:41 ---> ca61284e53fe 20:50:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:50:42 Removing intermediate container 8911aba6a5f4 20:50:42 ---> 87a7c38d46d9 20:50:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:42 ---> bb5509765ee5 20:50:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:50:42 ---> 056d6b237570 20:50:42 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:50:42 ---> a6df07d6c849 20:50:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:50:43 ---> 8a52225451e2 20:50:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:50:43 ---> c4fcdcbd9919 20:50:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> 639c9cb00c83 20:50:43 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:50:43 20:50:43 ---> bbbf7d1d63ff 20:50:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:50:43 ---> Running in d23b637f4fe5 20:50:44 ---> f0360ee576cd 20:50:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:50:44 ---> 263e3e8c5981 20:50:44 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:50:44 Removing intermediate container d23b637f4fe5 20:50:44 ---> 3e84266ccc97 20:50:44 Step 18/21 : CMD ["--init=true"] 20:50:45 ---> 105a89b962e9 20:50:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:50:45 ---> 625aa51c0b9b 20:50:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:50:45 ---> Running in 2d0007afa5f5 20:50:45 ---> Running in 29b5634e4aee 20:50:45 ---> ce30e58bf492 20:50:45 Step 19/23 : ENTRYPOINT ["/core-command"] 20:50:45 Removing intermediate container 2d0007afa5f5 20:50:45 ---> 49ee2882de23 20:50:45 Step 19/21 : LABEL arch=x86_64 20:50:45 ---> c06a6f41b9e1 20:50:45 ---> Running in da5818557767 20:50:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:50:46 Removing intermediate container 29b5634e4aee 20:50:46 ---> b5ba71079afd 20:50:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:46 ---> 7abe908fb987 20:50:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:50:46 ---> Running in 85332e0d3096 20:50:46 ---> Running in b4a81d331b73 20:50:46 ---> Running in ce50fdb9c94f 20:50:46 Removing intermediate container da5818557767 20:50:46 ---> a964b77a1964 20:50:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:46 Removing intermediate container 85332e0d3096 20:50:46 ---> e8c2da87209c 20:50:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:46 Removing intermediate container ce50fdb9c94f 20:50:46 ---> 9ced7e9cde39 20:50:46 Step 20/22 : LABEL arch=x86_64 20:50:46 Removing intermediate container b4a81d331b73 20:50:46 ---> 6c4fe5fa6e94 20:50:46 Step 20/21 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:50:46 ---> Running in d3e54b0f3599 20:50:46 ---> Running in 7769a2590525 20:50:46 ---> Running in 7a505929c1ea 20:50:47 ---> Running in c70043383f66 20:50:47 ---> 720a3176e849 20:50:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:50:47 Removing intermediate container 7769a2590525 20:50:47 ---> c82c73f7e3d9 20:50:47 Step 21/22 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:50:47 Removing intermediate container d3e54b0f3599 20:50:47 ---> 0644cca55b3a 20:50:47 Step 21/23 : LABEL arch=x86_64 20:50:47 Removing intermediate container 7a505929c1ea 20:50:47 ---> 9a7a19299090 20:50:47 Step 21/23 : LABEL arch=x86_64 20:50:47 ---> Running in e527435dc918 20:50:47 Removing intermediate container c70043383f66 20:50:47 ---> e25f7b89c08a 20:50:47 Step 21/21 : LABEL version=0.0.0 20:50:47 ---> Running in bbc5d228c650 20:50:47 ---> Running in 2d9dc39283f9 20:50:47 ---> Running in 5e0f7a968476 20:50:48 ---> ac909aa828a2 20:50:48 Step 21/25 : 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/ 20:50:48 ---> Running in 593d6746ee6e 20:50:48 Removing intermediate container e527435dc918 20:50:48 ---> e27be2b1272d 20:50:48 Step 22/22 : LABEL version=0.0.0 20:50:48 Removing intermediate container bbc5d228c650 20:50:48 ---> 134ce46a2458 20:50:48 Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:50:48 Removing intermediate container 5e0f7a968476 20:50:48 ---> 2ac922d2a427 20:50:48 20:50:48 Removing intermediate container 2d9dc39283f9 20:50:48 ---> f7c4e21ebd5d 20:50:48 Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:50:48 ---> Running in 66ff59b662cc 20:50:48 ---> Running in 70ffb7a28a1a 20:50:49 ---> Running in 4832c233f4e1 20:50:49 Removing intermediate container 70ffb7a28a1a 20:50:49 ---> 37ce04c1d763 20:50:49 Step 23/23 : LABEL version=0.0.0 20:50:49 Removing intermediate container 66ff59b662cc 20:50:49 ---> 8b6352651d3e 20:50:49 20:50:49 Successfully built 2ac922d2a427 20:50:50 Successfully tagged docker-security-proxy-setup-go:latest 20:50:50  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 20:50:50 ---> Running in 9570a13e775f 20:50:50 Removing intermediate container 4832c233f4e1 20:50:50 ---> 3dbdd2489ed6 20:50:50 Step 23/23 : LABEL version=0.0.0 20:50:51 ---> Running in 9c16906c7370 20:50:51 Removing intermediate container 9570a13e775f 20:50:51 ---> fc41977d98c7 20:50:51 20:50:51 Successfully built 8b6352651d3e 20:50:51 Successfully tagged docker-support-notifications-go:latest 20:50:51  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 20:50:51 Removing intermediate container 9c16906c7370 20:50:51 ---> aa7d0072b4f5 20:50:51 20:50:52 Successfully built fc41977d98c7 20:50:52 Removing intermediate container 593d6746ee6e 20:50:52 ---> 5d774f3ff199 20:50:52 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:50:52 Successfully tagged docker-core-metadata-go:latest 20:50:52 Building docker-core-data-go 20:50:52 Successfully built aa7d0072b4f5 20:50:52  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest 20:50:52  Building docker-core-command-go ... done Building docker-support-scheduler-go 20:50:52 ---> Running in 456053ed48f9 20:50:52 Removing intermediate container 456053ed48f9 20:50:52 ---> 88a4f500f1d1 20:50:52 Step 23/25 : LABEL arch=x86_64 20:50:53 ---> Running in c352ba718946 20:50:53 Removing intermediate container c352ba718946 20:50:53 ---> 67d049b3fb66 20:50:53 Step 24/25 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:50:54 ---> Running in 04c1077784eb 20:50:56 Removing intermediate container 04c1077784eb 20:50:56 ---> b55d2030643c 20:50:56 Step 25/25 : LABEL version=0.0.0 20:50:57 ---> Running in 17f594c6e16d 20:50:58 Removing intermediate container 17f594c6e16d 20:50:58 ---> 18853744914c 20:50:58 20:50:58 Successfully built 18853744914c 20:50:58 Successfully tagged docker-security-secretstore-setup-go:latest 20:52:07  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:52:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:52:07 ---> a3fa0628fe8b 20:52:07 Step 3/23 : WORKDIR /edgex-go 20:52:07 ---> Using cache 20:52:07 ---> 1562bc375f37 20:52:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:07 ---> Using cache 20:52:07 ---> 4487af667a2f 20:52:07 Step 5/23 : RUN apk add --update --no-cache make bash git 20:52:07 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:52:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:52:07 ---> a3fa0628fe8b 20:52:07 Step 3/23 : WORKDIR /edgex-go 20:52:07 ---> Using cache 20:52:07 ---> 1562bc375f37 20:52:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:07 ---> Using cache 20:52:07 ---> 4487af667a2f 20:52:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:52:07 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:52:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:52:07 ---> a3fa0628fe8b 20:52:07 Step 3/22 : WORKDIR /edgex-go 20:52:07 ---> Using cache 20:52:07 ---> 1562bc375f37 20:52:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:07 ---> Using cache 20:52:07 ---> 4487af667a2f 20:52:07 Step 5/22 : RUN apk add --update --no-cache make git 20:52:07 ---> Using cache 20:52:07 ---> e7ac051f17e9 20:52:07 Step 6/22 : COPY go.mod . 20:52:07 ---> Using cache 20:52:07 ---> 84fa1d0c3272 20:52:07 Step 7/22 : RUN go mod download 20:52:07 ---> Using cache 20:52:07 ---> 39528050d6fe 20:52:07 Step 8/22 : COPY . . 20:52:07 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:52:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:52:07 ---> a3fa0628fe8b 20:52:07 Step 3/31 : WORKDIR /edgex-go 20:52:07 ---> Using cache 20:52:07 ---> 1562bc375f37 20:52:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:07 ---> Using cache 20:52:07 ---> 4487af667a2f 20:52:07 Step 5/31 : RUN apk add --update --no-cache make git 20:52:07 ---> Using cache 20:52:07 ---> e7ac051f17e9 20:52:07 Step 6/31 : COPY go.mod . 20:52:07 ---> Using cache 20:52:07 ---> 84fa1d0c3272 20:52:07 Step 7/31 : RUN go mod download 20:52:07 ---> Using cache 20:52:07 ---> 39528050d6fe 20:52:07 Step 8/31 : COPY . . 20:52:07 ---> Using cache 20:52:07 ---> Using cache 20:52:07 ---> 7fbf921b6cab 20:52:07 ---> 7fbf921b6cab 20:52:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:52:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:52:07 ---> Running in 0cbea521d93a 20:52:07 ---> Running in ca1cc3324495 20:52:07 ---> Running in 6c50f7048974 20:52:07 ---> Running in 68cd939f1f23 20:52:07 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 20:52:07 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 20:52:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:52:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:52:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:52:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:52:07 OK: 219 MiB in 52 packages 20:52:07 OK: 219 MiB in 52 packages 20:52:07 Removing intermediate container 68cd939f1f23 20:52:07 ---> af8c6e089fcd 20:52:07 Step 6/23 : COPY go.mod . 20:52:07 Removing intermediate container 0cbea521d93a 20:52:07 ---> 080b018d6fb6 20:52:07 Step 6/23 : COPY go.mod . 20:52:07 ---> d18761830d1a 20:52:07 Step 7/23 : RUN go mod download 20:52:07 ---> 3c00650327e0 20:52:07 Step 7/23 : RUN go mod download 20:52:07 ---> Running in bad370b60af7 20:52:07 ---> Running in 789a5e667812 20:52:12 Removing intermediate container 789a5e667812 20:52:12 ---> 4c9c3c962d75 20:52:12 Step 8/23 : COPY . . 20:52:12 Removing intermediate container bad370b60af7 20:52:12 ---> 2f8e7f6a5aa1 20:52:12 Step 8/23 : COPY . . 20:53:10 Removing intermediate container 6c50f7048974 20:53:10 ---> fd1df7e7eabe 20:53:10 20:53:10 Step 10/31 : FROM alpine:3.12 20:53:10 ---> 13621d1b12d4 20:53:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:53:10 Removing intermediate container ca1cc3324495 20:53:10 ---> 8c0171eea792 20:53:10 20:53:10 Step 10/22 : FROM alpine:3.12 20:53:10 ---> 13621d1b12d4 20:53:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:53:10 ---> Using cache 20:53:10 ---> 032ec0dd374d 20:53:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:53:10 ---> Using cache 20:53:10 ---> de464ede50fd 20:53:10 Step 13/22 : ENV APP_PORT=48085 20:53:11 ---> Running in c8e6afd2623a 20:53:11 ---> Running in e2485a429342 20:53:13 Removing intermediate container c8e6afd2623a 20:53:13 ---> 31d01f384f37 20:53:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:53:13 Removing intermediate container e2485a429342 20:53:13 ---> 525abdb83a61 20:53:13 Step 14/22 : EXPOSE $APP_PORT 20:53:13 ---> Running in a4034c493eca 20:53:14 ---> Running in 574a09f8a3f9 20:53:16 Removing intermediate container 574a09f8a3f9 20:53:16 ---> e7dc5fe93e6a 20:53:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:18 ---> 855dfd9a44c7 20:53:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:53:18 (1/2) Installing dumb-init (1.2.2-r1) 20:53:18 (2/2) Installing su-exec (0.2-r1) 20:53:18 Executing busybox-1.31.1-r20.trigger 20:53:18 OK: 6 MiB in 16 packages 20:53:20 ---> 14e4c9a19c36 20:53:20 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:53:21 ---> Running in a37ee0926d28 20:53:21 ---> e6e3680f1834 20:53:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:53:21 Removing intermediate container a4034c493eca 20:53:21 ---> 345524f16073 20:53:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:53:22 ---> Running in 6bbd9ead17d0 20:53:22 ---> 4b3375cce15a 20:53:22 Step 9/23 : RUN make cmd/core-data/core-data 20:53:22 ---> e6036af3d111 20:53:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:53:22 ---> Running in ce24bfe45445 20:53:22 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 20:53:22 Removing intermediate container 6bbd9ead17d0 20:53:22 ---> 7ca721208853 20:53:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:53:23 ---> Running in 7ce2afa1cd8e 20:53:23 ---> Running in 1d406a94be68 20:53:24 Removing intermediate container 1d406a94be68 20:53:24 ---> 67e20d55ca7c 20:53:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:53:24 Removing intermediate container 7ce2afa1cd8e 20:53:24 ---> 6d94443cd454 20:53:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:53:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:53:24 ---> Running in 3c3e8a9c9c28 20:53:24 ---> Running in 112c071feb10 20:53:24 Removing intermediate container 112c071feb10 20:53:24 ---> a03f9a081597 20:53:24 Step 20/22 : LABEL arch=x86_64 20:53:25 ---> Running in 303a70eb47c4 20:53:25 Removing intermediate container 303a70eb47c4 20:53:25 ---> 7d6d55169fb3 20:53:25 Step 21/22 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:53:26 ---> Running in 8bffa8f3dd19 20:53:27 Removing intermediate container 8bffa8f3dd19 20:53:27 ---> baaa7689c5cf 20:53:27 Step 22/22 : LABEL version=0.0.0 20:53:27 Removing intermediate container 3c3e8a9c9c28 20:53:27 ---> 958e27e5194c 20:53:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:53:27 ---> Running in ba69e7694b50 20:53:28 ---> Running in 0ba19071e4ef 20:53:28 Removing intermediate container ba69e7694b50 20:53:28 ---> e731ff58d0cb 20:53:28 20:53:30 Successfully built e731ff58d0cb 20:53:30 Successfully tagged docker-support-scheduler-go:latest 20:53:30 Removing intermediate container 0ba19071e4ef 20:53:30 ---> 627b04bf6633 20:53:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:53:32  Building docker-support-scheduler-go ... done  ---> 2622cf3bc657 20:53:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:53:32 ---> Running in 2c2b2250883c 20:53:35 Removing intermediate container 2c2b2250883c 20:53:35 ---> a0715e61d715 20:53:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:38 ---> 071f52f816ed 20:53:38 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:53:41 ---> 6f6d3a5f5b76 20:53:41 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:53:41 ---> 62cf101c9946 20:53:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:53:43 ---> 0a5cc602463e 20:53:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:53:45 ---> c389d88755ab 20:53:45 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:53:46 ---> Running in 590e0bb3b46a 20:53:46 Removing intermediate container 590e0bb3b46a 20:53:46 ---> e3de282e6762 20:53:46 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:53:48 ---> e03673d20f3f 20:53:48 Step 26/31 : RUN chmod +x /entrypoint.sh 20:53:48 ---> Running in b1e894270c6d 20:53:53 Removing intermediate container b1e894270c6d 20:53:53 ---> 6dcb8be757b4 20:53:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:53:53 ---> Running in 63df811d3c73 20:53:53 Removing intermediate container 63df811d3c73 20:53:53 ---> 3fae717eae43 20:53:53 Step 28/31 : CMD ["gate"] 20:53:54 ---> Running in 444ece251a0b 20:53:54 Removing intermediate container 444ece251a0b 20:53:54 ---> 9aff3ee9fd6a 20:53:54 Step 29/31 : LABEL arch=x86_64 20:53:54 ---> Running in f65bf2b1be18 20:53:55 Removing intermediate container f65bf2b1be18 20:53:55 ---> ea5226d10673 20:53:55 Step 30/31 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:53:55 ---> Running in 6cb01b39a6ca 20:53:56 Removing intermediate container 6cb01b39a6ca 20:53:56 ---> bf840e54fcd8 20:53:56 Step 31/31 : LABEL version=0.0.0 20:53:57 ---> Running in 80ede07cdb00 20:53:57 Removing intermediate container 80ede07cdb00 20:53:57 ---> 0aaf8fd191ef 20:53:57 20:53:58 Successfully built 0aaf8fd191ef 20:53:58 Successfully tagged docker-security-bootstrapper-go:latest 20:54:11  Building docker-security-bootstrapper-go ... done Removing intermediate container a37ee0926d28 20:54:11 ---> ab7663c51caa 20:54:11 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:54:11 ---> Running in 8877f4a63664 20:54:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:54:16 Removing intermediate container ce24bfe45445 20:54:16 ---> 0eb027da44ef 20:54:16 20:54:16 Step 10/23 : FROM alpine:3.12 20:54:16 ---> 13621d1b12d4 20:54:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:54:16 ---> Running in 4e97bd6b65e1 20:54:16 Removing intermediate container 8877f4a63664 20:54:16 ---> 0ada4ff3f560 20:54:16 20:54:16 Step 11/23 : FROM docker:20.10.0 20:54:16 20.10.0: Pulling from library/docker 20:54:16 Removing intermediate container 4e97bd6b65e1 20:54:16 ---> 00cc007153a8 20:54:16 Step 12/23 : ENV APP_PORT=48080 20:54:16 ---> Running in 3d48bfea97b5 20:54:16 Removing intermediate container 3d48bfea97b5 20:54:16 ---> 75a916e16102 20:54:16 Step 13/23 : EXPOSE $APP_PORT 20:54:17 ---> Running in f833de842a07 20:54:17 Removing intermediate container f833de842a07 20:54:17 ---> e66e96a91917 20:54:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:18 ---> Running in 1b52e215190a 20:54:22 Removing intermediate container 1b52e215190a 20:54:22 ---> eaf4a8b4337c 20:54:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:54:22 ---> Running in 6cb2e90f46bc 20:54:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:26 (1/6) Installing dumb-init (1.2.2-r1) 20:54:26 (2/6) Installing libgcc (9.3.0-r2) 20:54:26 (3/6) Installing libsodium (1.0.18-r0) 20:54:26 (4/6) Installing libstdc++ (9.3.0-r2) 20:54:26 (5/6) Installing libzmq (4.3.3-r0) 20:54:26 (6/6) Installing zeromq (4.3.3-r0) 20:54:26 Executing busybox-1.31.1-r20.trigger 20:54:26 OK: 8 MiB in 20 packages 20:54:28 Removing intermediate container 6cb2e90f46bc 20:54:28 ---> ed5fa84ee60e 20:54:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:30 ---> 2b6522296b53 20:54:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:54:31 ---> 3fcb54bd5767 20:54:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:54:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:54:31 Status: Downloaded newer image for docker:20.10.0 20:54:31 ---> aefe523efa57 20:54:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:54:31 ---> Running in 742f4b1568ac 20:54:31 Removing intermediate container 742f4b1568ac 20:54:31 ---> 70d4bd7ac3cf 20:54:31 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:54:31 ---> Running in 695c29530f80 20:54:32 ---> fb7bc265b02f 20:54:32 Step 19/23 : ENTRYPOINT ["/core-data"] 20:54:32 ---> Running in 0040d42f80f0 20:54:32 Removing intermediate container 0040d42f80f0 20:54:32 ---> 60e6c9312b77 20:54:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:32 ---> Running in b0862e832472 20:54:32 Removing intermediate container b0862e832472 20:54:32 ---> 9a2590122deb 20:54:32 Step 21/23 : LABEL arch=x86_64 20:54:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:32 ---> Running in 4706e810d768 20:54:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:33 Removing intermediate container 4706e810d768 20:54:33 ---> 540118a458d9 20:54:33 Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:54:33 (1/39) Installing readline (8.0.4-r0) 20:54:33 (2/39) Installing bash (5.0.17-r0) 20:54:33 Executing bash-5.0.17-r0.post-install 20:54:33 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:54:33 (4/39) Installing libcurl (7.76.1-r0) 20:54:33 (5/39) Installing curl (7.76.1-r0) 20:54:33 (6/39) Installing dumb-init (1.2.2-r1) 20:54:33 (7/39) Installing libbz2 (1.0.8-r1) 20:54:33 (8/39) Installing expat (2.2.9-r1) 20:54:33 (9/39) Installing libffi (3.3-r2) 20:54:33 ---> Running in 8445f12378e0 20:54:33 (10/39) Installing gdbm (1.13-r1) 20:54:33 (11/39) Installing xz-libs (5.2.5-r0) 20:54:33 (12/39) Installing sqlite-libs (3.32.1-r0) 20:54:33 (13/39) Installing python3 (3.8.10-r0) 20:54:34 Removing intermediate container 8445f12378e0 20:54:34 ---> a73ab11626c9 20:54:34 Step 23/23 : LABEL version=0.0.0 20:54:36 ---> Running in 63369af9072d 20:54:36 (14/39) Installing py3-appdirs (1.4.4-r1) 20:54:36 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:54:36 (16/39) Installing py3-parsing (2.4.7-r0) 20:54:36 (17/39) Installing py3-six (1.15.0-r0) 20:54:36 (18/39) Installing py3-packaging (20.4-r0) 20:54:36 (19/39) Installing py3-setuptools (47.0.0-r0) 20:54:36 (20/39) Installing py3-chardet (3.0.4-r4) 20:54:36 (21/39) Installing py3-idna (2.9-r0) 20:54:36 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:54:36 Removing intermediate container 63369af9072d 20:54:36 ---> 4d634c665fe2 20:54:36 20:54:36 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:54:37 (24/39) Installing py3-requests (2.23.0-r0) 20:54:37 (25/39) Installing py3-msgpack (1.0.0-r0) 20:54:37 (26/39) Installing py3-lockfile (0.12.2-r3) 20:54:37 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:54:37 (28/39) Installing py3-colorama (0.4.3-r0) 20:54:37 (29/39) Installing py3-distlib (0.3.0-r0) 20:54:37 (30/39) Installing py3-distro (1.5.0-r1) 20:54:37 (31/39) Installing py3-webencodings (0.5.1-r3) 20:54:37 (32/39) Installing py3-html5lib (1.0.1-r4) 20:54:38 (33/39) Installing py3-pytoml (0.1.21-r0) 20:54:38 Successfully built 4d634c665fe2 20:54:38 (34/39) Installing py3-pep517 (0.8.2-r0) 20:54:38 (35/39) Installing py3-progress (1.5-r0) 20:54:38 (36/39) Installing py3-toml (0.10.1-r0) 20:54:38 Successfully tagged docker-core-data-go:latest 20:54:38  Building docker-core-data-go ... done (37/39) Installing py3-retrying (1.3.3-r0) 20:54:38 (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:54:38 (39/39) Installing py3-pip (20.1.1-r0) 20:54:38 Executing busybox-1.31.1-r19.trigger 20:54:38 OK: 72 MiB in 59 packages 20:54:39 Collecting docker-compose==1.23.2 20:54:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:54:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:54:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:54:40 Collecting cached-property<2,>=1.2.0 20:54:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:54:41 Collecting jsonschema<3,>=2.5.1 20:54:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:54:41 Collecting websocket-client<1.0,>=0.32.0 20:54:41 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:54:41 Collecting docker<4.0,>=3.6.0 20:54:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:54:42 Collecting texttable<0.10,>=0.9.0 20:54:42 Downloading texttable-0.9.1.tar.gz (11 kB) 20:54: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) 20:54:42 Collecting PyYAML<4,>=3.10 20:54:42 Downloading PyYAML-3.13.tar.gz (270 kB) 20:54:44 Collecting dockerpty<0.5,>=0.4.1 20:54:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:54:44 Collecting docopt<0.7,>=0.6.1 20:54:44 Downloading docopt-0.6.2.tar.gz (25 kB) 20:54:46 Collecting urllib3<1.25,>=1.21.1 20:54:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:54:46 Collecting idna<2.8,>=2.5 20:54:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:54: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) 20:54: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) 20:54:46 Collecting docker-pycreds>=0.4.0 20:54:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:54:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:54:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:54:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:54:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:54:46 Installing collected packages: urllib3, idna, requests, cached-property, jsonschema, websocket-client, docker-pycreds, docker, texttable, PyYAML, dockerpty, docopt, docker-compose 20:54:46 Attempting uninstall: urllib3 20:54:46 Found existing installation: urllib3 1.25.9 20:54:46 Uninstalling urllib3-1.25.9: 20:54:46 Successfully uninstalled urllib3-1.25.9 20:54:46 Attempting uninstall: idna 20:54:46 Found existing installation: idna 2.9 20:54:46 Uninstalling idna-2.9: 20:54:46 Successfully uninstalled idna-2.9 20:54:47 Attempting uninstall: requests 20:54:47 Found existing installation: requests 2.23.0 20:54:47 Uninstalling requests-2.23.0: 20:54:47 Successfully uninstalled requests-2.23.0 20:54:49 Running setup.py install for texttable: started 20:54:50 Running setup.py install for texttable: finished with status 'done' 20:54:50 Running setup.py install for PyYAML: started 20:54:51 Running setup.py install for PyYAML: finished with status 'done' 20:54:51 Running setup.py install for dockerpty: started 20:54:52 Running setup.py install for dockerpty: finished with status 'done' 20:54:52 Running setup.py install for docopt: started 20:54:52 Running setup.py install for docopt: finished with status 'done' 20:54:53 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.59.0 20:55:06 Removing intermediate container 695c29530f80 20:55:06 ---> 11caead06311 20:55:06 Step 14/23 : ENV APP_PORT=48090 20:55:06 ---> Running in dfaec7201cc0 20:55:06 Removing intermediate container dfaec7201cc0 20:55:06 ---> 6c90cb8c8576 20:55:06 Step 15/23 : EXPOSE $APP_PORT 20:55:06 ---> Running in b9ee50031fe2 20:55:06 Removing intermediate container b9ee50031fe2 20:55:06 ---> 3ba9db942bb5 20:55:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:55:08 ---> 7c1f3f3210f1 20:55:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:55:09 ---> 88716d948622 20:55:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:55:10 ---> 7b8d716153f8 20:55:10 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:55:10 ---> Running in 355804ae35b7 20:55:10 Removing intermediate container 355804ae35b7 20:55:10 ---> d0c20e58dfe8 20:55:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:55:10 ---> Running in c3d5084d4675 20:55:10 Removing intermediate container c3d5084d4675 20:55:10 ---> 4a471a28485f 20:55:10 Step 21/23 : LABEL arch=x86_64 20:55:10 ---> Running in 62813eaf3a20 20:55:11 Removing intermediate container 62813eaf3a20 20:55:11 ---> 7e79b05195f8 20:55:11 Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd 20:55:11 ---> Running in 2ddddefdd201 20:55:11 Removing intermediate container 2ddddefdd201 20:55:11 ---> 78511f8980b4 20:55:11 Step 23/23 : LABEL version=0.0.0 20:55:12 ---> Running in d3e11270e516 20:55:12 Removing intermediate container d3e11270e516 20:55:12 ---> cac8b3e565a8 20:55:12 20:55:13 Successfully built cac8b3e565a8 20:55:13 Successfully tagged docker-sys-mgmt-agent-go:latest 20:55:13  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:55:13 $ docker stop --time=1 6f9f9c6a42472a472998dcf60736cc50f8950048f228d2300c7bf5d73929ce93 20:55:16 $ docker rm -f 6f9f9c6a42472a472998dcf60736cc50f8950048f228d2300c7bf5d73929ce93 [Pipeline] // withDockerContainer [Pipeline] sh 20:55:17 + docker images 20:55:17 + grep docker 20:55:17 docker-sys-mgmt-agent-go latest cac8b3e565a8 5 seconds ago 312MB 20:55:17 docker-core-data-go latest 4d634c665fe2 41 seconds ago 21.5MB 20:55:17 docker-security-bootstrapper-go latest 0aaf8fd191ef About a minute ago 18.2MB 20:55:17 docker-support-scheduler-go latest e731ff58d0cb About a minute ago 17.1MB 20:55:17 docker-security-secretstore-setup-go latest 18853744914c 4 minutes ago 25.7MB 20:55:17 docker-core-command-go latest aa7d0072b4f5 4 minutes ago 17MB 20:55:17 docker-core-metadata-go latest fc41977d98c7 4 minutes ago 18.6MB 20:55:17 docker-support-notifications-go latest 8b6352651d3e 4 minutes ago 17.6MB 20:55:17 docker-security-proxy-setup-go latest 2ac922d2a427 4 minutes ago 25.3MB 20:55:17 docker 20.10.0 aefe523efa57 4 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 20:55:33 Still waiting to schedule task 20:55:33 ‘prd-ubuntu18.04-docker-8c-8g-3324’ is offline 20:56:25 Running on prd-ubuntu18.04-docker-8c-8g-3326 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws 20:56:25 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh 20:56:26 + echo snap-build.sh 20:56:26 snap-build.sh 20:56:26 + SNAP_BASE_DIR=. 20:56:26 + '[' '!' -z /w/workspace/edgex-go/5 ']' 20:56:26 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 20:56:26 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 20:56:26 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 20:56:26 + cd /w/workspace/edgex-go/5 20:56:26 + sudo apt-get remove -qy --purge lxd lxd-client 20:56:26 Reading package lists... 20:56:26 Building dependency tree... 20:56:26 Reading state information... 20:56:26 The following packages were automatically installed and are no longer required: 20:56:26 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:56:26 uidmap xdelta3 20:56:26 Use 'sudo apt autoremove' to remove them. 20:56:26 The following packages will be REMOVED: 20:56:26 lxd* lxd-client* 20:56:26 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:56:26 After this operation, 31.7 MB disk space will be freed. 20:56:28 (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.) 20:56:28 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:56:29 Removing lxd dnsmasq configuration 20:56:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:56:29 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:56:30 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:56:30 (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.) 20:56:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:56:32 Processing triggers for systemd (237-3ubuntu10.42) ... 20:56:32 Processing triggers for ureadahead (0.100.0-21) ... 20:56:33 + sudo snap remove --purge lxd 20:56:33 snap "lxd" is not installed 20:56:33 + sudo groupadd --force --system lxd 20:56:33 ++ whoami 20:56:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:56:33 + newgrp - lxd 20:56:33 + sudo snap install lxd 20:56:43 2021-05-06T20:56:39Z INFO Waiting for automatic snapd restart... 20:56:58 lxd 4.13 from Canonical* installed 20:56:58 + sudo lxd init --auto 20:57:06 + sudo snap install --classic snapcraft 20:57:11 snapcraft 4.7.1 from Canonical* installed 20:57:11 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:57:11 + sudo snapcraft prime --use-lxd 20:57:12 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:57:12 Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? 20:57:12 To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:57:12 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [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 20:57:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:57:14 ---> package-listing.sh 20:57:14 ++ tr '[:upper:]' '[:lower:]' 20:57:14 ++ facter osfamily 20:57:15 + OS_FAMILY=redhat 20:57:15 + workspace=/w/workspace/edgex-go/5 20:57:15 + START_PACKAGES=/tmp/packages_start.txt 20:57:15 + END_PACKAGES=/tmp/packages_end.txt 20:57:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:57:15 + PACKAGES=/tmp/packages_start.txt 20:57:15 + '[' /w/workspace/edgex-go/5 ']' 20:57:15 + PACKAGES=/tmp/packages_end.txt 20:57:15 + case "${OS_FAMILY}" in 20:57:15 + sort 20:57:15 + rpm -qa 20:57:23 + '[' -f /tmp/packages_start.txt ']' 20:57:23 + '[' -f /tmp/packages_end.txt ']' 20:57:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:57:23 + '[' /w/workspace/edgex-go/5 ']' 20:57:23 + mkdir -p /w/workspace/edgex-go/5/archives/ 20:57:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 20:57:23 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 20:57:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:57:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:57:24 20:57:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:57:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:57:25 alpine: Pulling from edgex-lftools-log-publisher 20:57:25 df20fa9351a1: Pulling fs layer 20:57:25 36b3adc4ff6f: Pulling fs layer 20:57:25 8ad3a11d3b57: Pulling fs layer 20:57:25 46f8f816bc3b: Pulling fs layer 20:57:25 93b61091891f: Pulling fs layer 20:57:25 93b9cdb0e59b: Pulling fs layer 20:57:25 5e14af77c1be: Pulling fs layer 20:57:25 01666e4c0597: Pulling fs layer 20:57:25 aa168da1d23b: Pulling fs layer 20:57:25 46f8f816bc3b: Waiting 20:57:25 93b61091891f: Waiting 20:57:25 93b9cdb0e59b: Waiting 20:57:25 5e14af77c1be: Waiting 20:57:25 01666e4c0597: Waiting 20:57:25 aa168da1d23b: Waiting 20:57:25 46f8f816bc3b: Verifying Checksum 20:57:25 46f8f816bc3b: Download complete 20:57:25 df20fa9351a1: Download complete 20:57:25 93b9cdb0e59b: Download complete 20:57:25 5e14af77c1be: Verifying Checksum 20:57:25 5e14af77c1be: Download complete 20:57:25 93b61091891f: Verifying Checksum 20:57:25 93b61091891f: Download complete 20:57:25 01666e4c0597: Verifying Checksum 20:57:25 01666e4c0597: Download complete 20:57:26 8ad3a11d3b57: Verifying Checksum 20:57:26 8ad3a11d3b57: Download complete 20:57:26 df20fa9351a1: Pull complete 20:57:27 36b3adc4ff6f: Pull complete 20:57:29 8ad3a11d3b57: Pull complete 20:57:29 46f8f816bc3b: Pull complete 20:57:30 93b61091891f: Pull complete 20:57:31 93b9cdb0e59b: Pull complete 20:57:31 aa168da1d23b: Verifying Checksum 20:57:31 aa168da1d23b: Download complete 20:57:32 5e14af77c1be: Pull complete 20:57:32 01666e4c0597: Pull complete 20:57:51 aa168da1d23b: Pull complete 20:57:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:57:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:57:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:57:51 prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container 20:57: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:57:55 $ docker top 46f9eda91dfac45f4389811b691097af44752fd0fd79530c612b4ed4b6b0d3a4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:56 + touch /tmp/pre-build-complete [Pipeline] sh 20:57:57 + mkdir -p /var/log/sa [Pipeline] sh 20:57:58 + ls /var/log/sa-host 20:57:58 + sadf -c /var/log/sa-host/sa06 20:57:58 file_magic: OK 20:57:58 HZ: Using current value: 100 20:57:58 file_header: OK 20:57:58 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 20:57:58 Statistics: 20:57:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:57:58 File successfully converted to sysstat format version 12.2.1 20:57:58 + sadf -c /var/log/sa-host/sa23 20:57:58 file_magic: OK 20:57:58 HZ: Using current value: 100 20:57:58 file_header: OK 20:57:58 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 20:57:58 Statistics: 20:57:58 Hnuu...uuuununununu... 20:57:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:57:58 provisioning config files... 20:57:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config198734500172070925tmp [Pipeline] { [Pipeline] echo 20:57:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:57:58 ---> create-netrc.sh [Pipeline] } 20:57:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:57:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:57:59 ---> python-tools-install.sh [Pipeline] echo 20:57:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:58:00 ---> sudo-logs.sh 20:58:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:58:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:58:01 ---> job-cost.sh 20:58:01 lf-activate-venv: SKIPPING 20:58:01 DEBUG: total: 0.20999999344348907 20:58:01 INFO: Retrieving Stack Cost... 20:58:02 INFO: Retrieving Pricing Info for: v1-standard-2 20:58:03 INFO: Archiving Costs [Pipeline] echo 20:58:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:58:04 ---> logs-deploy.sh 20:58:04 lf-activate-venv: SKIPPING 20:58:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3423/5 20:58:04 INFO: archiving workspace using pattern(s): 20:58:07 Archives upload complete. 20:58:07 INFO: archiving logs to Nexus