Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3103214cdd745ba99e56243b14eeb2a0a0c23a57 rather than a148bc7b0794070f87a957d151af18077b47b906 Obtained Jenkinsfile from 3103214cdd745ba99e56243b14eeb2a0a0c23a57 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3436 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit a148bc7b0794070f87a957d151af18077b47b906 Merge succeeded, producing fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c Checking out Revision fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c (PR-3422) > git config core.sparsecheckout # timeout=10 > git checkout -f a148bc7b0794070f87a957d151af18077b47b906 # 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 fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c # timeout=10 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" > git rev-list --no-walk 76acf71a7cc5b29330a45469c29c6a2724b9a383 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:20:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:20:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:20:35 ========================================================= 01:20:35 EdgeX Global Pipelines Version Info 01:20:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:20:37 ------------------- 01:20:37 stable info: 01:20:37 ------------------- 01:20:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:20:37 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 01:20:37 Message: update stable to v1.0.191 01:20:38 ------------------- 01:20:38 experimental info: 01:20:38 ------------------- 01:20:38 Commited By: **** collab-it+edgex@linuxfoundation.org 01:20:38 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 01:20:38 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:20:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:20:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:20:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo 01:20:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo 01:20:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo 01:20:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [Pipeline] echo 01:20:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc584e0 [Pipeline] echo 01:20:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:20:39 provisioning config files... 01:20:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7336982051634954409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:20:39 ---> docker-login.sh 01:20:39 nexus3.edgexfoundry.org:10001 01:20:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:40 Configure a credential helper to remove this warning. See 01:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:40 01:20:40 Login Succeeded 01:20:40 nexus3.edgexfoundry.org:10002 01:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:40 Configure a credential helper to remove this warning. See 01:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:40 01:20:40 Login Succeeded 01:20:40 nexus3.edgexfoundry.org:10003 01:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:40 Configure a credential helper to remove this warning. See 01:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:40 01:20:40 Login Succeeded 01:20:40 nexus3.edgexfoundry.org:10004 01:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:40 Configure a credential helper to remove this warning. See 01:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:40 01:20:40 Login Succeeded 01:20:40 docker.io 01:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:40 Configure a credential helper to remove this warning. See 01:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:40 01:20:40 Login Succeeded 01:20:40 ---> docker-login.sh ends [Pipeline] } 01:20:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:20:41 ++ 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 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/core-command/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo core-command,cmd/core-command/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/core-data/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo core-data,cmd/core-data/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/core-metadata/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo core-metadata,cmd/core-metadata/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/security-bootstrapper/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/security-proxy-setup/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/support-notifications/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo support-notifications,cmd/support-notifications/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/support-scheduler/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:20:41 + for file in '`ls cmd/**/Dockerfile`' 01:20:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:20:41 ++ cut -d/ -f2 01:20:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:20:41 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 01:20:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:42 01:20:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:20:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:42 latest: Pulling from edgex-devops/git-semver 01:20:42 31603596830f: Pulling fs layer 01:20:42 54011a49482f: Pulling fs layer 01:20:42 a6820b24f6d8: Pulling fs layer 01:20:42 f581987b2513: Pulling fs layer 01:20:42 f581987b2513: Waiting 01:20:42 54011a49482f: Download complete 01:20:42 31603596830f: Verifying Checksum 01:20:42 31603596830f: Download complete 01:20:43 f581987b2513: Verifying Checksum 01:20:43 f581987b2513: Download complete 01:20:43 a6820b24f6d8: Verifying Checksum 01:20:43 a6820b24f6d8: Download complete 01:20:43 31603596830f: Pull complete 01:20:43 54011a49482f: Pull complete 01:20:44 a6820b24f6d8: Pull complete 01:20:44 f581987b2513: Pull complete 01:20:44 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 01:20:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:20:44 prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container 01:20:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10004/edgex-devops/git-semver:latest cat 01:20:47 $ docker top 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:20:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:47 [ssh-agent] Looking for ssh-agent implementation... 01:20:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:47 $ docker exec 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent 01:20:47 SSH_AUTH_SOCK=/tmp/ssh-qY0d1wSCTVhc/agent.12 01:20:47 SSH_AGENT_PID=18 01:20:47 Running ssh-add (command line suppressed) 01:20:47 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6603800212891622972.key (/w/workspace/edgex-go/6@tmp/private_key_6603800212891622972.key) 01:20:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:48 + git tag --points-at HEAD [Pipeline] } 01:20:48 $ docker exec --env ******** --env ******** 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent -k 01:20:48 unset SSH_AUTH_SOCK; 01:20:48 unset SSH_AGENT_PID; 01:20:48 echo Agent pid 18 killed; 01:20:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:20:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:48 [ssh-agent] Looking for ssh-agent implementation... 01:20:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:48 $ docker exec 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent 01:20:48 SSH_AUTH_SOCK=/tmp/ssh-URa49xUSblNk/agent.49 01:20:48 SSH_AGENT_PID=55 01:20:48 Running ssh-add (command line suppressed) 01:20:48 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6544169489100121554.key (/w/workspace/edgex-go/6@tmp/private_key_6544169489100121554.key) 01:20:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:49 + git semver init 01:20:49 # -> Open(): unable to determine branch for HEAD 01:20:49 # $GIT_DIR = /w/workspace/edgex-go/6/.git 01:20:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 01:20:49 # $SEMVER_REMOTE_NAME = origin 01:20:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:20:49 # $SEMVER_USER_NAME = edgex-jenkins 01:20:49 # $SEMVER_BRANCH = PR-3422 01:20:49 # $SEMVER_TEMP = /tmp/semver-572370814 01:20:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:21:07 # '/tmp/semver-572370814' -> '/w/workspace/edgex-go/6/.semver' 01:21:08 # -> Force: false 01:21:08 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 01:21:08 $ docker exec --env ******** --env ******** 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent -k 01:21:08 unset SSH_AUTH_SOCK; 01:21:08 unset SSH_AGENT_PID; 01:21:08 echo Agent pid 55 killed; 01:21:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:21:09 + git semver [Pipeline] } 01:21:09 $ docker stop --time=1 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b 01:21:10 $ docker rm -f 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b [Pipeline] // withDockerContainer [Pipeline] sh 01:21:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:21:11 Stashed 1 file(s) [Pipeline] echo 01:21:11 [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 01:21:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:21:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:21:12 + sudo service docker restart 01:21:12 + true 01:21:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:21:13 ========================================================= 01:21:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 01:21:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:21:13 + 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 . 01:21:17 Sending build context to Docker daemon 330.1MB 01:21:17 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 01:21:17 Step 2/6 : FROM ${BASE} 01:21:17 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 01:21:17 540db60ca938: Pulling fs layer 01:21:17 adcc1eea9eea: Pulling fs layer 01:21:17 4c4ab2625f07: Pulling fs layer 01:21:17 0510c868ecb4: Pulling fs layer 01:21:17 afea3b2eda06: Pulling fs layer 01:21:17 7809a108b3ef: Pulling fs layer 01:21:17 f706445af74f: Pulling fs layer 01:21:17 afea3b2eda06: Waiting 01:21:17 f706445af74f: Waiting 01:21:17 7809a108b3ef: Waiting 01:21:17 0510c868ecb4: Waiting 01:21:17 4c4ab2625f07: Download complete 01:21:17 adcc1eea9eea: Download complete 01:21:17 afea3b2eda06: Verifying Checksum 01:21:17 afea3b2eda06: Download complete 01:21:17 7809a108b3ef: Verifying Checksum 01:21:17 7809a108b3ef: Download complete 01:21:17 540db60ca938: Verifying Checksum 01:21:17 540db60ca938: Download complete 01:21:17 540db60ca938: Pull complete 01:21:17 adcc1eea9eea: Pull complete 01:21:18 4c4ab2625f07: Pull complete 01:21:19 f706445af74f: Verifying Checksum 01:21:19 f706445af74f: Download complete 01:21:19 0510c868ecb4: Verifying Checksum 01:21:19 0510c868ecb4: Download complete 01:21:25 0510c868ecb4: Pull complete 01:21:25 afea3b2eda06: Pull complete 01:21:25 7809a108b3ef: Pull complete 01:21:26 Still waiting to schedule task 01:21:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:21:30 f706445af74f: Pull complete 01:21:30 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 01:21:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:21:30 ---> b068be0155e3 01:21:30 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 01:21:31 ---> Running in ed51388f1a85 01:21:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:21:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:21:34 (1/12) Installing libmagic (5.39-r0) 01:21:34 (2/12) Installing file (5.39-r0) 01:21:34 (3/12) Installing libc-dev (0.7.2-r3) 01:21:34 (4/12) Installing g++ (10.2.1_pre1-r3) 01:21:41 (5/12) Installing fortify-headers (1.1-r0) 01:21:41 (6/12) Installing patch (2.7.6-r6) 01:21:41 (7/12) Installing build-base (0.5-r2) 01:21:41 (8/12) Installing libsodium (1.0.18-r0) 01:21:41 (9/12) Installing pkgconf (1.7.3-r0) 01:21:41 (10/12) Installing libsodium-dev (1.0.18-r0) 01:21:41 (11/12) Installing libzmq (4.3.3-r1) 01:21:41 (12/12) Installing zeromq-dev (4.3.3-r1) 01:21:41 Executing busybox-1.32.1-r6.trigger 01:21:41 OK: 219 MiB in 52 packages 01:21:45 Removing intermediate container ed51388f1a85 01:21:45 ---> d05e50c10e2a 01:21:45 Step 4/6 : WORKDIR /edgex-go 01:21:45 ---> Running in 220177a35bc5 01:21:45 Removing intermediate container 220177a35bc5 01:21:45 ---> 5b98ac2c3be2 01:21:45 Step 5/6 : COPY go.mod . 01:21:45 ---> f1f9c33969b8 01:21:45 Step 6/6 : RUN go mod download 01:21:45 ---> Running in ea5e5b4cc60c 01:22:12 Removing intermediate container ea5e5b4cc60c 01:22:12 ---> 4d84d2e7a351 01:22:12 Successfully built 4d84d2e7a351 01:22:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:22:12 + docker inspect -f . ci-base-image-x86_64 01:22:12 . [Pipeline] withDockerContainer 01:22:12 prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container 01:22:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:22:13 $ docker top c1e02f60457bb0ac2b53b9cedadb1fbc831621c0a602836dbd17b5f44e6e2bef -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:14 + go version 01:22:14 go version go1.16.3 linux/amd64 [Pipeline] } 01:22:14 $ docker stop --time=1 c1e02f60457bb0ac2b53b9cedadb1fbc831621c0a602836dbd17b5f44e6e2bef 01:22:15 $ docker rm -f c1e02f60457bb0ac2b53b9cedadb1fbc831621c0a602836dbd17b5f44e6e2bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:22:16 + docker inspect -f . ci-base-image-x86_64 01:22:16 . [Pipeline] withDockerContainer 01:22:16 prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container 01:22:16 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:22:17 $ docker top 8fd962feb6139778aab5dcc673f6383bcd46b429e42ba5989883020929faff36 -eo pid,comm [Pipeline] { [Pipeline] echo 01:22:17 ========================================================= 01:22:17 [edgeXBuildGoParallel] Running Tests and Build... 01:22:17 ========================================================= [Pipeline] sh 01:22:17 + go mod tidy [Pipeline] sh 01:22:18 + make test 01:22:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:22:27 ? github.com/edgexfoundry/edgex-go [no test files] 01:22:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:22:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:22:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:22:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:22:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:22:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:23:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:23:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:23:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:23:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 45.9% of statements 01:23:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:23:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:23:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:23:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:23:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:23:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:23:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements 01:23:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements 01:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.171s coverage: 87.7% of statements 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements 01:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:23:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:23:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:23:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:23:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:23:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:23:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.363s coverage: 95.1% of statements 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.9% of statements 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.047s coverage: 22.0% of statements 01:23:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 01:23:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 01:23:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3437 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 01:23:23 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 01:23:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 81.8% of statements 01:23:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:23:29 using credential edgex-jenkins-ssh 01:23:29 Cloning the remote Git repository 01:23:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:23:29 > git init /w/workspace/edgex-go/6 # timeout=10 01:23:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:23:29 > git --version # timeout=10 01:23:29 > git --version # 'git version 2.17.1' 01:23:29 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.095s coverage: 92.9% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 85.4% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.102s coverage: 91.2% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.400s coverage: 66.9% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 43.4% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.087s coverage: 22.7% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 92.6% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 28.7% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:23:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.058s coverage: 64.6% of statements 01:23:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.125s coverage: 97.6% of statements 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 01:23:41 GO111MODULE=on go vet ./... 01:23:45 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit a148bc7b0794070f87a957d151af18077b47b906 01:23:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:23:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:23:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:23:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:23:45 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:23:46 > git config core.sparsecheckout # timeout=10 01:23:46 > git checkout -f a148bc7b0794070f87a957d151af18077b47b906 # timeout=10 01:23:46 Merge succeeded, producing ae8ea70613b4f03444cf7d4b4c2c04992b5b03ee 01:23:46 Checking out Revision ae8ea70613b4f03444cf7d4b4c2c04992b5b03ee (PR-3422) 01:23:46 > git remote # timeout=10 01:23:46 > git config --get remote.origin.url # timeout=10 01:23:46 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:46 > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 01:23:46 > git rev-parse HEAD^{commit} # timeout=10 01:23:46 > git config core.sparsecheckout # timeout=10 01:23:46 > git checkout -f ae8ea70613b4f03444cf7d4b4c2c04992b5b03ee # timeout=10 01:23:51 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" 01:23:51 > git rev-list --no-walk 76acf71a7cc5b29330a45469c29c6a2724b9a383 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:23:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:23:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:23:53 + sudo+ service docker restart 01:23:53 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:23:55 provisioning config files... 01:23:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4154472127348670440tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:56 ---> docker-login.sh 01:23:56 nexus3.edgexfoundry.org:10001 01:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:57 Configure a credential helper to remove this warning. See 01:23:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:57 01:23:57 Login Succeeded 01:23:57 nexus3.edgexfoundry.org:10002 01:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:58 Configure a credential helper to remove this warning. See 01:23:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:58 01:23:58 Login Succeeded 01:23:58 nexus3.edgexfoundry.org:10003 01:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:58 Configure a credential helper to remove this warning. See 01:23:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:58 01:23:58 Login Succeeded 01:23:58 nexus3.edgexfoundry.org:10004 01:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:59 Configure a credential helper to remove this warning. See 01:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:59 01:23:59 Login Succeeded 01:23:59 docker.io 01:23:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:59 Configure a credential helper to remove this warning. See 01:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:59 01:23:59 Login Succeeded 01:23:59 ---> docker-login.sh ends [Pipeline] } 01:23:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:24:00 ========================================================= 01:24:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 01:24:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:24:00 + 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 . 01:24:03 Sending build context to Docker daemon 167.7MB 01:24:03 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 01:24:03 Step 2/6 : FROM ${BASE} 01:24:03 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:24:03 595b0fe564bb: Pulling fs layer 01:24:03 7186ed65a4f7: Pulling fs layer 01:24:03 316046926c0a: Pulling fs layer 01:24:03 4ebd0625c992: Pulling fs layer 01:24:03 207e8628e3a3: Pulling fs layer 01:24:03 c791037a9be2: Pulling fs layer 01:24:03 ffd874e62e21: Pulling fs layer 01:24:03 4ebd0625c992: Waiting 01:24:03 207e8628e3a3: Waiting 01:24:03 ffd874e62e21: Waiting 01:24:03 c791037a9be2: Waiting 01:24:03 316046926c0a: Verifying Checksum 01:24:03 316046926c0a: Download complete 01:24:03 7186ed65a4f7: Verifying Checksum 01:24:03 7186ed65a4f7: Download complete 01:24:03 595b0fe564bb: Verifying Checksum 01:24:03 595b0fe564bb: Download complete 01:24:03 207e8628e3a3: Download complete 01:24:03 c791037a9be2: Download complete 01:24:03 595b0fe564bb: Pull complete 01:24:04 7186ed65a4f7: Pull complete 01:24:04 316046926c0a: Pull complete 01:24:05 ffd874e62e21: Verifying Checksum 01:24:05 ffd874e62e21: Download complete 01:24:07 4ebd0625c992: Verifying Checksum 01:24:07 4ebd0625c992: Download complete 01:24:14 gofmt -l . 01:24:14 [ "`gofmt -l .`" = "" ] 01:24:15 ./bin/test-go-mod-tidy.sh 01:24:15 ./bin/test-attribution-txt.sh [Pipeline] sh 01:24:16 + ls -al . 01:24:16 total 828 01:24:16 drwxrwxr-x 10 1001 1001 4096 May 7 01:24 . 01:24:16 drwxr-xr-x 4 root root 28 May 7 01:22 .. 01:24:16 -rw-rw-r-- 1 1001 1001 11 May 7 01:20 .dockerignore 01:24:16 drwxrwxr-x 8 1001 1001 179 May 7 01:20 .git 01:24:16 drwxrwxr-x 3 1001 1001 125 May 7 01:20 .github 01:24:16 -rw-rw-r-- 1 1001 1001 818 May 7 01:20 .gitignore 01:24:16 drwx------ 3 1001 1001 60 May 7 01:21 .semver 01:24:16 -rw-rw-r-- 1 1001 1001 166 May 7 01:20 .sonarcloud.properties 01:24:16 -rw-rw-r-- 1 1001 1001 8609 May 7 01:20 Attribution.txt 01:24:16 -rw-rw-r-- 1 1001 1001 3804 May 7 01:20 CONTRIBUTING.md 01:24:16 -rw-rw-r-- 1 1001 1001 931 May 7 01:20 Dockerfile.build 01:24:16 -rw-rw-r-- 1 1001 1001 863 May 7 01:20 Jenkinsfile 01:24:16 -rw-rw-r-- 1 1001 1001 10775 May 7 01:20 LICENSE 01:24:16 -rw-rw-r-- 1 1001 1001 5774 May 7 01:20 Makefile 01:24:16 -rw-rw-r-- 1 1001 1001 7978 May 7 01:20 README.md 01:24:16 -rw-rw-r-- 1 1001 1001 6755 May 7 01:20 SECURITY.md 01:24:16 -rw-rw-r-- 1 1001 1001 5 May 7 01:21 VERSION 01:24:16 -rw-rw-r-- 1 1001 1001 4131 May 7 01:20 ZMQWindows.md 01:24:16 drwxrwxr-x 2 1001 1001 117 May 7 01:20 bin 01:24:16 drwxrwxr-x 14 1001 1001 4096 May 7 01:20 cmd 01:24:16 -rw-r--r-- 1 root root 718073 May 7 01:23 coverage.out 01:24:16 -rw-r--r-- 1 root root 1060 May 7 01:24 go.mod 01:24:16 -rw-r--r-- 1 root root 21942 May 7 01:22 go.sum 01:24:16 drwxrwxr-x 8 1001 1001 127 May 7 01:20 internal 01:24:16 drwxrwxr-x 4 1001 1001 26 May 7 01:20 openapi 01:24:16 drwxrwxr-x 4 1001 1001 71 May 7 01:20 snap 01:24:16 -rw-rw-r-- 1 1001 1001 168 May 7 01:20 version.go [Pipeline] sh 01:24:16 + '[' -e coverage.out ] 01:24:16 + chown 1001:1001 coverage.out [Pipeline] stash 01:24:17 Stashed 1 file(s) [Pipeline] sh 01:24:17 + make build 01:24:17 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 01:24:17 4ebd0625c992: Pull complete 01:24:17 207e8628e3a3: Pull complete 01:24:18 c791037a9be2: Pull complete 01:24:19 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 01:24:21 ffd874e62e21: Pull complete 01:24:21 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 01:24:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:24:21 ---> cfc18b08335c 01:24:21 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 01:24:24 ---> Running in b3db81fd38a2 01:24:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:24:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:24:28 (1/12) Installing libmagic (5.39-r0) 01:24:28 (2/12) Installing file (5.39-r0) 01:24:28 (3/12) Installing libc-dev (0.7.2-r3) 01:24:28 (4/12) Installing g++ (10.2.1_pre1-r3) 01:24:29 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 01:24:30 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 01:24:32 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 01:24:32 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 01:24:33 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 01:24:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:24:35 (5/12) Installing fortify-headers (1.1-r0) 01:24:35 (6/12) Installing patch (2.7.6-r6) 01:24:35 (7/12) Installing build-base (0.5-r2) 01:24:35 (8/12) Installing libsodium (1.0.18-r0) 01:24:35 (9/12) Installing pkgconf (1.7.3-r0) 01:24:35 (10/12) Installing libsodium-dev (1.0.18-r0) 01:24:35 (11/12) Installing libzmq (4.3.3-r1) 01:24:35 (12/12) Installing zeromq-dev (4.3.3-r1) 01:24:35 Executing busybox-1.32.1-r6.trigger 01:24:35 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 01:24:36 OK: 218 MiB in 52 packages 01:24:37 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 01:24:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:24:40 Removing intermediate container b3db81fd38a2 01:24:40 ---> 61919566ac71 01:24:40 Step 4/6 : WORKDIR /edgex-go 01:24:40 ---> Running in 4f292d78b3bf 01:24:40 Removing intermediate container 4f292d78b3bf 01:24:40 ---> a917f0b884d0 01:24:40 Step 5/6 : COPY go.mod . 01:24:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:24:41 ---> 4dd3117e3512 01:24:41 Step 6/6 : RUN go mod download 01:24:41 ---> Running in 4bb8ed0ed30c [Pipeline] } 01:24:43 $ docker stop --time=1 8fd962feb6139778aab5dcc673f6383bcd46b429e42ba5989883020929faff36 01:24:45 $ docker rm -f 8fd962feb6139778aab5dcc673f6383bcd46b429e42ba5989883020929faff36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:24:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:48 01:24:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:24:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:48 latest: Pulling from edgex-devops/edgex-compose 01:24:48 cbdbe7a5bc2a: Pulling fs layer 01:24:48 ca9280d653b3: Pulling fs layer 01:24:48 7e9c9ca2126c: Pulling fs layer 01:24:48 cbdbe7a5bc2a: Download complete 01:24:49 cbdbe7a5bc2a: Pull complete 01:24:49 ca9280d653b3: Verifying Checksum 01:24:49 ca9280d653b3: Download complete 01:24:50 ca9280d653b3: Pull complete 01:24:50 7e9c9ca2126c: Download complete 01:24:57 7e9c9ca2126c: Pull complete 01:24:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:24:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:24:57 prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container 01:24:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:24:59 $ docker top bd61240a216f5c25c0e68e41ebf8a68e619e732bf9ce91d701185564f5af1e25 -eo pid,comm [Pipeline] { [Pipeline] sh 01:25:00 + docker-compose build --help 01:25:00 + grep parallel 01:25:01 --parallel Build images in parallel. [Pipeline] } 01:25:01 $ docker stop --time=1 bd61240a216f5c25c0e68e41ebf8a68e619e732bf9ce91d701185564f5af1e25 01:25:02 $ docker rm -f bd61240a216f5c25c0e68e41ebf8a68e619e732bf9ce91d701185564f5af1e25 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:25:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:25:03 . [Pipeline] withDockerContainer 01:25:03 prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container 01:25:03 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:25:04 $ docker top 55eb198ec29bc73170f790b9f693b7c0c8ec685ecbe881b969381518643428a5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:25:04 + docker-compose -f ./docker-compose-build.yml build --parallel 01:25:05 Building docker-core-command-go ... 01:25:05 Building docker-core-data-go ... 01:25:05 Building docker-core-metadata-go ... 01:25:05 Building docker-security-bootstrapper-go ... 01:25:05 Building docker-security-proxy-setup-go ... 01:25:05 Building docker-security-secretstore-setup-go ... 01:25:05 Building docker-support-notifications-go ... 01:25:05 Building docker-support-scheduler-go ... 01:25:05 Building docker-sys-mgmt-agent-go ... 01:25:05 Building docker-sys-mgmt-agent-go 01:25:05 Building docker-core-data-go 01:25:05 Building docker-security-bootstrapper-go 01:25:05 Building docker-core-command-go 01:25:05 Building docker-security-secretstore-setup-go 01:25:08 Removing intermediate container 4bb8ed0ed30c 01:25:08 ---> 918d27205a99 01:25:08 Successfully built 918d27205a99 01:25:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:25:08 + docker inspect -f . ci-base-image-arm64 01:25:08 . [Pipeline] withDockerContainer 01:25:08 prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container 01:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:25:10 $ docker top 36933062c3ec4945dc19f2d59106653fc2b8ab92ed36d27a5105590273ae950a -eo pid,comm [Pipeline] { [Pipeline] sh 01:25:11 + go version 01:25:11 go version go1.16.3 linux/arm64 [Pipeline] } 01:25:11 $ docker stop --time=1 36933062c3ec4945dc19f2d59106653fc2b8ab92ed36d27a5105590273ae950a 01:25:13 $ docker rm -f 36933062c3ec4945dc19f2d59106653fc2b8ab92ed36d27a5105590273ae950a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:25:14 + docker inspect -f . ci-base-image-arm64 01:25:14 . [Pipeline] withDockerContainer 01:25:14 prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container 01:25:14 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:25:16 $ docker top 8d2a77f4fde41ab6bbc335b0926192cb3c3d8332d628c9e2cf2052953ca83ea8 -eo pid,comm [Pipeline] { [Pipeline] echo 01:25:16 ========================================================= 01:25:16 [edgeXBuildGoParallel] Running Tests and Build... 01:25:16 ========================================================= [Pipeline] sh 01:25:17 + go mod tidy [Pipeline] sh 01:25:18 + make test 01:25:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:25:44 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:44 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:25:44 ---> 4d84d2e7a351 01:25:44 Step 3/31 : WORKDIR /edgex-go 01:25:44 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:25:44 ---> 4d84d2e7a351 01:25:44 Step 3/25 : WORKDIR /edgex-go 01:25:44 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:25:44 ---> 4d84d2e7a351 01:25:44 Step 3/23 : WORKDIR /edgex-go 01:25:44 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:25:44 ---> 4d84d2e7a351 01:25:44 Step 3/23 : WORKDIR /edgex-go 01:25:44 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:25:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:25:44 ---> 4d84d2e7a351 01:25:44 Step 3/23 : WORKDIR /edgex-go 01:25:44 ---> Running in 7a3980791377 01:25:44 ---> Running in f530957b9568 01:25:44 ---> Running in e0f914e45471 01:25:44 ---> Running in c0b4c37e961f 01:25:44 ---> Running in 7b2dc8cd919e 01:25:44 Removing intermediate container f530957b9568 01:25:44 ---> 72da712d9ed2 01:25:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:44 Removing intermediate container c0b4c37e961f 01:25:44 ---> 03fb7c485a8c 01:25:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:44 Removing intermediate container 7b2dc8cd919e 01:25:44 ---> c870cc85e98b 01:25:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:44 Removing intermediate container 7a3980791377 01:25:44 ---> bea93f8ff362 01:25:44 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:44 Removing intermediate container e0f914e45471 01:25:44 ---> 3d716f254e80 01:25:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:44 ---> Running in f9ef78d7bb8c 01:25:44 ---> Running in 7e8c2662dd4a 01:25:44 ---> Running in 7c5e1e60b669 01:25:44 ---> Running in 0cc86acef689 01:25:44 ---> Running in 179649ac71ee 01:25:44 Removing intermediate container f9ef78d7bb8c 01:25:44 ---> 14360b6a85c8 01:25:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:25:44 Removing intermediate container 7e8c2662dd4a 01:25:44 ---> 4783ac79f060 01:25:44 Step 5/23 : RUN apk add --update --no-cache make git 01:25:44 Removing intermediate container 7c5e1e60b669 01:25:44 ---> 7b60b818e32a 01:25:44 Step 5/31 : RUN apk add --update --no-cache make git 01:25:44 Removing intermediate container 179649ac71ee 01:25:44 ---> a3569f966c5f 01:25:44 Step 5/23 : RUN apk add --update --no-cache make bash git 01:25:44 Removing intermediate container 0cc86acef689 01:25:44 ---> e4e4814f06ae 01:25:44 Step 5/25 : RUN apk add --update --no-cache make git 01:25:44 ---> Running in 7d41a39167b5 01:25:44 ---> Running in 69f2ef83008b 01:25:44 ---> Running in e7560f3ba021 01:25:44 ---> Running in 9f8c9c9317eb 01:25:44 ---> Running in 65872d387723 01:25:45 ? github.com/edgexfoundry/edgex-go [no test files] 01:25:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:25:47 OK: 219 MiB in 52 packages 01:25:47 OK: 219 MiB in 52 packages 01:25:47 OK: 219 MiB in 52 packages 01:25:48 OK: 219 MiB in 52 packages 01:25:48 OK: 219 MiB in 52 packages 01:25:48 Removing intermediate container e7560f3ba021 01:25:48 ---> 72e401042545 01:25:48 Step 6/23 : COPY go.mod . 01:25:49 Removing intermediate container 69f2ef83008b 01:25:49 ---> e1864b2f2084 01:25:49 Step 6/23 : COPY go.mod . 01:25:49 Removing intermediate container 7d41a39167b5 01:25:49 ---> f55137e611d3 01:25:49 Step 6/31 : COPY go.mod . 01:25:49 Removing intermediate container 9f8c9c9317eb 01:25:49 ---> b61a15572ef2 01:25:49 Step 6/23 : COPY go.mod . 01:25:49 ---> d99c246f0a85 01:25:49 Step 7/23 : RUN go mod download 01:25:49 Removing intermediate container 65872d387723 01:25:49 ---> 799403a10a6a 01:25:49 Step 6/25 : COPY go.mod . 01:25:49 ---> f79fc1d213e9 01:25:49 Step 7/23 : RUN go mod download 01:25:49 ---> Running in c13186121da7 01:25:49 ---> f088b983da1e 01:25:49 Step 7/31 : RUN go mod download 01:25:49 ---> Running in 8fda2b71e89b 01:25:49 ---> 67c3ae95f269 01:25:49 Step 7/23 : RUN go mod download 01:25:50 ---> 8a13e67a349b 01:25:50 Step 7/25 : RUN go mod download 01:25:50 ---> Running in 84135fa7eddd 01:25:50 ---> Running in efa33b3d0ea0 01:25:50 ---> Running in dc64791d150b 01:25:52 Removing intermediate container 84135fa7eddd 01:25:52 ---> 0cdc2e741e82 01:25:52 Step 8/31 : COPY . . 01:25:52 Removing intermediate container efa33b3d0ea0 01:25:52 ---> ee36410c94d1 01:25:52 Step 8/23 : COPY . . 01:25:52 Removing intermediate container dc64791d150b 01:25:52 ---> 927d8b066986 01:25:52 Step 8/25 : COPY . . 01:25:52 Removing intermediate container c13186121da7 01:25:52 ---> 6790e8c37d20 01:25:52 Step 8/23 : COPY . . 01:25:52 Removing intermediate container 8fda2b71e89b 01:25:52 ---> e4bf0654fd74 01:25:52 Step 8/23 : COPY . . 01:26:31 ---> dcc9ba2df08b 01:26:31 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:26:31 ---> bf26eb7cf670 01:26:31 Step 9/23 : RUN make cmd/core-command/core-command 01:26:31 ---> 98e0920d625d 01:26:31 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:26:31 ---> Running in 80f85984f76d 01:26:31 ---> Running in 756294c52514 01:26:31 ---> 2e9f5fd8d851 01:26:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:26:31 ---> 74e7925297a1 01:26:31 Step 9/23 : RUN make cmd/core-data/core-data 01:26:31 ---> Running in 4e3da35fbea2 01:26:32 ---> Running in ef75c58101ba 01:26:32 ---> Running in 19a91f270487 01:26:33 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 01:26:33 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 01:26:33 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 01:26:33 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 01:26:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:26:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:26:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:27:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:27:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:27:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:27:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:27:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:27:12 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 01:27:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:27:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:27:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:27:20 Removing intermediate container 19a91f270487 01:27:20 ---> e1e3d175dd0f 01:27:20 01:27:20 Step 10/31 : FROM alpine:3.12 01:27:20 Removing intermediate container 4e3da35fbea2 01:27:20 ---> 8110703ce812 01:27:20 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:27:20 Removing intermediate container 756294c52514 01:27:20 ---> f25c2825b96a 01:27:20 01:27:20 Step 10/23 : FROM alpine:3.12 01:27:20 3.12: Pulling from library/alpine 01:27:20 3.12: Pulling from library/alpine 01:27:20 Removing intermediate container 80f85984f76d 01:27:20 ---> 6cf995af1e6c 01:27:20 01:27:20 Step 10/25 : FROM alpine:3.12 01:27:20 ---> Running in 95b65c0f423f 01:27:20 3.12: Pulling from library/alpine 01:27:20 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:27:20 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:27:20 Status: Downloaded newer image for alpine:3.12 01:27:20 Status: Image is up to date for alpine:3.12 01:27:20 ---> 13621d1b12d4 01:27:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:27:20 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:27:20 Status: Image is up to date for alpine:3.12 01:27:20 ---> 13621d1b12d4 01:27:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:27:20 ---> 13621d1b12d4 01:27:20 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:27:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:27:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.434s coverage: 45.9% of statements 01:27:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:27:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:27:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:27:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:27:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:27:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:27:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.125s coverage: 19.8% of statements 01:27:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.305s coverage: 100.0% of statements 01:27:23 ---> Running in a3b9f2130e96 01:27:23 ---> Running in 8a3cb9c9482f 01:27:23 ---> Running in 041bbe5301c3 01:27:23 Removing intermediate container ef75c58101ba 01:27:23 ---> 88384234c292 01:27:23 01:27:23 Step 10/23 : FROM alpine:3.12 01:27:23 ---> 13621d1b12d4 01:27:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:27:23 Removing intermediate container 8a3cb9c9482f 01:27:23 ---> 8524cba50b5b 01:27:23 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:27:23 ---> Running in 8f76d9b63301 01:27:23 ---> Running in 53f1952273d1 01:27:23 Removing intermediate container 8f76d9b63301 01:27:23 ---> 0c9ef7c910e9 01:27:23 Step 12/23 : ENV APP_PORT=48080 01:27:24 ---> Running in 0f8d0bcc76e4 01:27:24 Removing intermediate container 95b65c0f423f 01:27:24 ---> b116b9cd52d4 01:27:24 01:27:24 Step 11/23 : FROM docker:20.10.0 01:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:24 20.10.0: Pulling from library/docker 01:27:24 Removing intermediate container 0f8d0bcc76e4 01:27:24 ---> 080a11fb52ea 01:27:24 Step 13/23 : EXPOSE $APP_PORT 01:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:24 ---> Running in 25f27cf2fb16 01:27:24 (1/6) Installing ca-certificates (20191127-r4) 01:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:24 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:27:24 (1/1) Installing dumb-init (1.2.2-r1) 01:27:24 (3/6) Installing libcurl (7.76.1-r0) 01:27:24 Executing busybox-1.31.1-r20.trigger 01:27:24 OK: 6 MiB in 15 packages 01:27:24 (4/6) Installing curl (7.76.1-r0) 01:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:24 (5/6) Installing dumb-init (1.2.2-r1) 01:27:24 (6/6) Installing su-exec (0.2-r1) 01:27:24 Executing busybox-1.31.1-r20.trigger 01:27:24 Executing ca-certificates-20191127-r4.trigger 01:27:25 (1/2) Installing dumb-init (1.2.2-r1) 01:27:25 (2/2) Installing su-exec (0.2-r1) 01:27:25 Executing busybox-1.31.1-r20.trigger 01:27:25 OK: 6 MiB in 16 packages 01:27:25 OK: 7 MiB in 20 packages 01:27:25 Removing intermediate container 25f27cf2fb16 01:27:25 ---> dca3fa0da0b0 01:27:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:25 ---> Running in ec935ceb842c 01:27:27 Removing intermediate container 53f1952273d1 01:27:27 ---> e153ea2d504c 01:27:27 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:27:27 Removing intermediate container 041bbe5301c3 01:27:27 ---> c65a7f7ab6bc 01:27:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:27:27 ---> Running in 9ab956981ef9 01:27:27 ---> Running in cee50142a653 01:27:27 Removing intermediate container a3b9f2130e96 01:27:27 ---> 430d67cded27 01:27:27 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:27:28 Removing intermediate container 9ab956981ef9 01:27:28 ---> 8c9efb4b92ad 01:27:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:27:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.1% of statements 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:27:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.186s coverage: 100.0% of statements 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:27:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.163s coverage: 100.0% of statements 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:27:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 71.3% of statements 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:27:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:27:29 Removing intermediate container cee50142a653 01:27:29 ---> 037d9ee6f32b 01:27:29 Step 13/23 : ENV APP_PORT=48082 01:27:29 ---> Running in a848f8e86987 01:27:29 ---> Running in ae1661d32663 01:27:29 ---> Running in dc1512bd2266 01:27:29 Removing intermediate container a848f8e86987 01:27:29 ---> 4a5f5c9fe814 01:27:29 Step 13/25 : WORKDIR / 01:27:29 ---> Running in 5444bddb4022 01:27:29 Removing intermediate container ae1661d32663 01:27:29 ---> 3338833fdc16 01:27:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:27:29 Removing intermediate container ec935ceb842c 01:27:29 ---> 1c72391499dc 01:27:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:27:29 Removing intermediate container dc1512bd2266 01:27:29 ---> aa45f72bc8e4 01:27:29 Step 14/23 : EXPOSE $APP_PORT 01:27:29 ---> Running in c523d7ad7464 01:27:29 ---> Running in bbbf27974180 01:27:30 ---> Running in 2ad5a14c5808 01:27:30 Removing intermediate container 5444bddb4022 01:27:30 ---> 6059c9614435 01:27:30 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:27:30 Removing intermediate container 2ad5a14c5808 01:27:30 ---> bcb96e614c07 01:27:30 Step 15/23 : WORKDIR / 01:27:30 ---> Running in 1fefde679fb9 01:27:30 ---> 6515918aedd8 01:27:30 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:27:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 87.7% of statements 01:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:27:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.188s coverage: 78.9% of statements 01:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:31 ---> 24d31f81580b 01:27:31 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:27:31 Removing intermediate container 1fefde679fb9 01:27:31 ---> 9fa303f268bb 01:27:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:27:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:27:31 Status: Downloaded newer image for docker:20.10.0 01:27:31 ---> aefe523efa57 01:27: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' 01:27:32 ---> Running in d8bcbe72baa7 01:27:32 ---> efd037f7212d 01:27:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:27:32 ---> c64528a7abe5 01:27:32 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:27:32 Removing intermediate container d8bcbe72baa7 01:27:32 ---> 46d384ad7db2 01:27:32 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 01:27:32 Removing intermediate container bbbf27974180 01:27:32 ---> 9cee1bec7d2d 01:27:32 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:32 ---> Running in 2c81276e8ce2 01:27:32 ---> Running in c90019ffff73 01:27:32 ---> 64abfc28b07e 01:27:32 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:27:32 ---> d3a8cc9910aa 01:27:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:27:32 Removing intermediate container c90019ffff73 01:27:32 ---> bd9f17bf2e63 01:27:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:27:33 (1/6) Installing dumb-init (1.2.2-r1) 01:27:33 (2/6) Installing libgcc (9.3.0-r2) 01:27:33 (3/6) Installing libsodium (1.0.18-r0) 01:27:33 ---> 2851ace85db7 01:27:33 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:27:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:33 ---> abffbfdb47dc 01:27:33 Step 19/23 : ENTRYPOINT ["/core-command"] 01:27:33 (4/6) Installing libstdc++ (9.3.0-r2) 01:27:33 ---> 9f7ddfddae68 01:27:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:27:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:33 ---> Running in 223db29de917 01:27:33 ---> Running in 15ca42c35963 01:27:33 (1/39) Installing readline (8.0.4-r0) 01:27:33 (2/39) Installing bash (5.0.17-r0) 01:27:33 Executing bash-5.0.17-r0.post-install 01:27:33 (3/39) Installing nghttp2-libs (1.41.0-r0) 01:27:33 (4/39) Installing libcurl (7.76.1-r0) 01:27:34 (5/39) Installing curl (7.76.1-r0) 01:27:34 Removing intermediate container 223db29de917 01:27:34 ---> c25cbfa2202a 01:27:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:27:34 (6/39) Installing dumb-init (1.2.2-r1) 01:27:34 (7/39) Installing libbz2 (1.0.8-r1) 01:27:34 (8/39) Installing expat (2.2.9-r1) 01:27:34 (9/39) Installing libffi (3.3-r2) 01:27:34 (10/39) Installing gdbm (1.13-r1) 01:27:34 (11/39) Installing xz-libs (5.2.5-r0) 01:27:34 (12/39) Installing sqlite-libs (3.32.1-r0) 01:27:34 (13/39) Installing python3 (3.8.10-r0) 01:27:34 ---> Running in d12cf823b9aa 01:27:34 ---> 8a2b864b1d24 01:27:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:27:35 (5/6) Installing libzmq (4.3.3-r0) 01:27:35 Removing intermediate container d12cf823b9aa 01:27:35 ---> f9aee80d1794 01:27:35 Step 21/23 : LABEL arch=x86_64 01:27:35 (6/6) Installing zeromq (4.3.3-r0) 01:27:35 Executing busybox-1.31.1-r20.trigger 01:27:36 OK: 8 MiB in 20 packages 01:27:37 ---> 6b923c87d2cf 01:27:37 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/ 01:27:37 ---> Running in f9d649f70c4e 01:27:37 ---> Running in b50a9f580ba5 01:27:37 (14/39) Installing py3-appdirs (1.4.4-r1) 01:27:37 (15/39) Installing py3-ordered-set (4.0.1-r0) 01:27:37 (16/39) Installing py3-parsing (2.4.7-r0) 01:27:37 (17/39) Installing py3-six (1.15.0-r0) 01:27:37 (18/39) Installing py3-packaging (20.4-r0) 01:27:37 Removing intermediate container 15ca42c35963 01:27:37 ---> d387291b5c5e 01:27:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:27:38 (19/39) Installing py3-setuptools (47.0.0-r0) 01:27:38 (20/39) Installing py3-chardet (3.0.4-r4) 01:27:38 Removing intermediate container f9d649f70c4e 01:27:38 ---> aa62e5a959f4 01:27:38 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:27:38 (21/39) Installing py3-idna (2.9-r0) 01:27:38 (22/39) Installing py3-certifi (2020.4.5.1-r0) 01:27:38 (23/39) Installing py3-urllib3 (1.25.9-r0) 01:27:38 (24/39) Installing py3-requests (2.23.0-r0) 01:27:38 Removing intermediate container c523d7ad7464 01:27:38 ---> 499293404526 01:27:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:27:38 (25/39) Installing py3-msgpack (1.0.0-r0) 01:27:39 (26/39) Installing py3-lockfile (0.12.2-r3) 01:27:39 (27/39) Installing py3-cachecontrol (0.12.6-r0) 01:27:39 ---> Running in 9bf837704a2e 01:27:39 (28/39) Installing py3-colorama (0.4.3-r0) 01:27:39 (29/39) Installing py3-distlib (0.3.0-r0) 01:27:39 (30/39) Installing py3-distro (1.5.0-r1) 01:27:39 ---> 4e56378d4785 01:27:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:27:39 (31/39) Installing py3-webencodings (0.5.1-r3) 01:27:39 (32/39) Installing py3-html5lib (1.0.1-r4) 01:27:39 ---> 21650c99e2ec 01:27:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:27:39 (33/39) Installing py3-pytoml (0.1.21-r0) 01:27:39 (34/39) Installing py3-pep517 (0.8.2-r0) 01:27:39 (35/39) Installing py3-progress (1.5-r0) 01:27:39 (36/39) Installing py3-toml (0.10.1-r0) 01:27:40 (37/39) Installing py3-retrying (1.3.3-r0) 01:27:41 (38/39) Installing py3-contextlib2 (0.6.0-r0) 01:27:41 (39/39) Installing py3-pip (20.1.1-r0) 01:27:41 Removing intermediate container 9bf837704a2e 01:27:41 ---> 028f05ff6e79 01:27:41 Step 23/23 : LABEL version=0.0.0 01:27:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.118s coverage: 28.6% of statements 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:27:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.257s coverage: 100.0% of statements 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:27:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.151s coverage: 100.0% of statements 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:27:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.396s coverage: 86.7% of statements 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:27:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:27:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.314s coverage: 78.3% of statements 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:27:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:27:42 Executing busybox-1.31.1-r19.trigger 01:27:42 OK: 72 MiB in 59 packages 01:27:42 ---> Running in 5ac42420aa3c 01:27:42 ---> 88e97f67553a 01:27:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:27:42 ---> 5c0626d3e5c6 01:27:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:27:42 Removing intermediate container b50a9f580ba5 01:27:42 ---> 0a0b9b8fc47e 01:27:42 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:27:42 ---> Running in 5ff2ad8e19cd 01:27:42 Removing intermediate container 5ac42420aa3c 01:27:42 ---> 71b3787f3bc4 01:27:42 01:27:42 ---> 986c3cae8ed4 01:27:42 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:27:42 ---> 886989817122 01:27:42 Step 19/23 : ENTRYPOINT ["/core-data"] 01:27:42 ---> Running in 8485f9008150 01:27:42 Removing intermediate container 5ff2ad8e19cd 01:27:42 ---> 4fcf5266146e 01:27:42 Step 23/25 : LABEL arch=x86_64 01:27:42 Successfully built 71b3787f3bc4 01:27:42 Successfully tagged docker-core-command-go:latest 01:27:42 ---> Running in 59e2b3010ac5 01:27:42 Building docker-security-proxy-setup-go 01:27:43  Building docker-core-command-go ... done  ---> ff251ad28f35 01:27:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:27:43 Removing intermediate container 8485f9008150 01:27:43 ---> 4a4e779e707d 01:27:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:27:43 Collecting docker-compose==1.23.2 01:27:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:27:44 Removing intermediate container 59e2b3010ac5 01:27:44 ---> 85205492b4dd 01:27:44 Step 24/25 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:27:44 ---> Running in 08841c560e54 01:27:44 Collecting dockerpty<0.5,>=0.4.1 01:27:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:27:44 ---> Running in b3e4322896c8 01:27:44 ---> ef266f69b54e 01:27:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:27:45 Collecting jsonschema<3,>=2.5.1 01:27:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:27:45 Removing intermediate container 08841c560e54 01:27:45 ---> 41419c0c8871 01:27:45 Step 21/23 : LABEL arch=x86_64 01:27:46 Collecting cached-property<2,>=1.2.0 01:27:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:27:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 95.1% of statements 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:27:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:27:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.9% of statements 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:27:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.176s coverage: 22.0% of statements 01:27:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:27:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.211s coverage: 47.1% of statements 01:27:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.134s coverage: 79.5% of statements 01:27:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.180s coverage: 94.1% of statements 01:27:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:27:48 Removing intermediate container b3e4322896c8 01:27:48 ---> 43fb322a581a 01:27:48 Step 25/25 : LABEL version=0.0.0 01:27:48 ---> Running in 35edad9576c8 01:27:48 ---> Running in 51ddc7802c13 01:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements 01:27:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:27:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.183s coverage: 87.5% of statements 01:27:49 ---> Running in 952bc5a0ece8 01:27:49 Collecting websocket-client<1.0,>=0.32.0 01:27:49 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:27:50 Removing intermediate container 51ddc7802c13 01:27:50 ---> 77b809619833 01:27:50 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:27:51 Removing intermediate container 35edad9576c8 01:27:51 ---> cdc529f8ea1e 01:27:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:27:51 Collecting PyYAML<4,>=3.10 01:27:51 Removing intermediate container 952bc5a0ece8 01:27:51 ---> 8ebee66a40f2 01:27:51 01:27:51 Downloading PyYAML-3.13.tar.gz (270 kB) 01:27:51 ---> Running in 427084141f25 01:27:51 Successfully built 8ebee66a40f2 01:27:52 Successfully tagged docker-security-secretstore-setup-go:latest 01:27:52 Building docker-support-notifications-go 01:27:52  Building docker-security-secretstore-setup-go ... done  ---> fff113efe48a 01:27:52 Step 26/31 : RUN chmod +x /entrypoint.sh 01:27:53 Collecting docker<4.0,>=3.6.0 01:27:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:27:54 Collecting texttable<0.10,>=0.9.0 01:27:54 Downloading texttable-0.9.1.tar.gz (11 kB) 01:27:55 Removing intermediate container 427084141f25 01:27:55 ---> 2d87d577374c 01:27:55 Step 23/23 : LABEL version=0.0.0 01:27:55 ---> Running in db975942647a 01:27:56 Collecting docopt<0.7,>=0.6.1 01:27:56 Downloading docopt-0.6.2.tar.gz (25 kB) 01:27:58 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) 01:27:58 Collecting idna<2.8,>=2.5 01:27:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:27:59 ---> Running in 4a7ca448510c 01:27:59 Collecting urllib3<1.25,>=1.21.1 01:27:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:27:59 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) 01:28:00 Collecting docker-pycreds>=0.4.0 01:28:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:28:00 Removing intermediate container 4a7ca448510c 01:28:00 ---> 3a89014c702c 01:28:00 01:28:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:28:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:28:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:28:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.174s coverage: 94.4% of statements 01:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 01:28:01 Installing collected packages: dockerpty, jsonschema, cached-property, idna, urllib3, requests, websocket-client, PyYAML, docker-pycreds, docker, texttable, docopt, docker-compose 01:28:01 Running setup.py install for dockerpty: started 01:28:02 Successfully built 3a89014c702c 01:28:02 Running setup.py install for dockerpty: finished with status 'done' 01:28:02 Successfully tagged docker-core-data-go:latest 01:28:02  Building docker-core-data-go ... done Building docker-core-metadata-go 01:28:03 Attempting uninstall: idna 01:28:03 Found existing installation: idna 2.9 01:28:03 Uninstalling idna-2.9: 01:28:03 Successfully uninstalled idna-2.9 01:28:03 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:28:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:28:03 ---> 4d84d2e7a351 01:28:03 Step 3/21 : WORKDIR /edgex-go 01:28:03 ---> Using cache 01:28:03 ---> 3d716f254e80 01:28:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:03 ---> Using cache 01:28:03 ---> a3569f966c5f 01:28:03 Step 5/21 : RUN apk add --update --no-cache make git 01:28:05 Attempting uninstall: urllib3 01:28:05 Found existing installation: urllib3 1.25.9 01:28:05 Uninstalling urllib3-1.25.9: 01:28:05 Successfully uninstalled urllib3-1.25.9 01:28:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.492s coverage: 81.8% of statements 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:28:07 ---> Running in 992c0036b93f 01:28:07 Attempting uninstall: requests 01:28:07 Found existing installation: requests 2.23.0 01:28:07 Uninstalling requests-2.23.0: 01:28:07 Successfully uninstalled requests-2.23.0 01:28:07 Removing intermediate container db975942647a 01:28:07 ---> a3f7e20ef0ad 01:28:07 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:28:12 Running setup.py install for PyYAML: started 01:28:12 ---> Running in b602fa3f493c 01:28:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:28:12 Removing intermediate container b602fa3f493c 01:28:12 ---> 224cfbc9f232 01:28:12 Step 28/31 : CMD ["gate"] 01:28:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:28:13 Running setup.py install for PyYAML: finished with status 'done' 01:28:13 ---> Running in aecec85b2156 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.204s coverage: 92.9% of statements 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 76.0% of statements 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.0% of statements 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 85.4% of statements 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.555s coverage: 64.4% of statements 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:28:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 01:28:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 01:28:15 OK: 219 MiB in 52 packages 01:28:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 01:28:15 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:28:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:28:15 ---> 4d84d2e7a351 01:28:15 Step 3/22 : WORKDIR /edgex-go 01:28:15 ---> Using cache 01:28:15 ---> 3d716f254e80 01:28:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:15 ---> Using cache 01:28:15 ---> a3569f966c5f 01:28:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:28:15 Running setup.py install for texttable: started 01:28:15 Running setup.py install for texttable: finished with status 'done' 01:28:15 Running setup.py install for docopt: started 01:28:16 Removing intermediate container aecec85b2156 01:28:16 ---> 48cc89a67e31 01:28:16 Step 29/31 : LABEL arch=x86_64 01:28:16 ---> Running in c8c9d5ae95fd 01:28:16 Running setup.py install for docopt: finished with status 'done' 01:28:16 ---> Running in 328c6d87d4f5 01:28:17 Removing intermediate container 992c0036b93f 01:28:17 ---> b445cfea0993 01:28:17 Step 6/21 : COPY go.mod . 01:28:17 Removing intermediate container 328c6d87d4f5 01:28:17 ---> 6ece9c366c21 01:28:17 Step 30/31 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:28:17 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 01:28:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:28:17 ---> 0b90620ae269 01:28:17 Step 7/21 : RUN go mod download 01:28:18 ---> Running in 6b77e68cdbc7 01:28:18 ---> Running in 150d73ac7f5d 01:28:19 Removing intermediate container 6b77e68cdbc7 01:28:19 ---> 84025882d922 01:28:19 Step 31/31 : LABEL version=0.0.0 01:28:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.950s coverage: 66.9% of statements 01:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:28:20 OK: 219 MiB in 52 packages 01:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.754s coverage: 43.4% of statements 01:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements 01:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.126s coverage: 84.8% of statements 01:28:21 ---> Running in 9b574d635f4e 01:28:22 Removing intermediate container 9b574d635f4e 01:28:22 ---> d0540d211ad9 01:28:22 01:28:23 Successfully built d0540d211ad9 01:28:23 Successfully tagged docker-security-bootstrapper-go:latest 01:28:23 Building docker-support-scheduler-go 01:28:24  Building docker-security-bootstrapper-go ... done Removing intermediate container c8c9d5ae95fd 01:28:24 ---> 98050876cd0b 01:28:24 Step 6/22 : COPY go.mod . 01:28:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.0% of statements 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:28:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:28:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:28:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:28:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:28:27 ---> 4d84d2e7a351 01:28:27 Step 3/23 : WORKDIR /edgex-go 01:28:27 ---> Using cache 01:28:27 ---> 3d716f254e80 01:28:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:27 ---> Using cache 01:28:27 ---> a3569f966c5f 01:28:27 Step 5/23 : RUN apk add --update --no-cache make git 01:28:27 ---> Using cache 01:28:27 ---> b445cfea0993 01:28:27 Step 6/23 : COPY go.mod . 01:28:27 ---> Using cache 01:28:27 ---> 0b90620ae269 01:28:27 Step 7/23 : RUN go mod download 01:28:27 ---> Using cache 01:28:27 ---> b40fb7d98b1a 01:28:27 Step 8/23 : COPY . . 01:28:27 ---> 01c1ae41a59c 01:28:27 Step 7/22 : RUN go mod download 01:28:27 Removing intermediate container 150d73ac7f5d 01:28:27 ---> b40fb7d98b1a 01:28:27 Step 8/21 : COPY . . 01:28:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.190s coverage: 22.7% of statements 01:28:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:28:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.408s coverage: 92.6% of statements 01:28:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:28:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:28:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:28:28 ---> Running in ec24846bf15b 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.629s coverage: 28.7% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.243s coverage: 99.0% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.193s coverage: 100.0% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.163s coverage: 64.6% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.396s coverage: 97.6% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.117s coverage: 100.0% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.133s coverage: 28.1% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 01:28:37 GO111MODULE=on go vet ./... 01:28:46 Removing intermediate container ec24846bf15b 01:28:46 ---> 5a909ecb18f6 01:28:46 Step 8/22 : COPY . . 01:28:53 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:28:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:28:53 ---> 4d84d2e7a351 01:28:53 Step 3/22 : WORKDIR /edgex-go 01:28:53 ---> Using cache 01:28:53 ---> 3d716f254e80 01:28:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:53 ---> Using cache 01:28:53 ---> a3569f966c5f 01:28:53 Step 5/22 : RUN apk add --update --no-cache make git 01:28:53 ---> Using cache 01:28:53 ---> b445cfea0993 01:28:53 Step 6/22 : COPY go.mod . 01:28:53 ---> Using cache 01:28:53 ---> 0b90620ae269 01:28:53 Step 7/22 : RUN go mod download 01:28:53 ---> Using cache 01:28:53 ---> b40fb7d98b1a 01:28:53 Step 8/22 : COPY . . 01:29:03 Removing intermediate container 2c81276e8ce2 01:29:03 ---> 66584793804a 01:29:03 Step 14/23 : ENV APP_PORT=48090 01:29:05 ---> ab4d0e28457f 01:29:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:29:08 ---> Running in d4897393d4c9 01:29:09 ---> Running in 2c63f2cd1770 01:29:10 Removing intermediate container d4897393d4c9 01:29:10 ---> 077fe2aa11f4 01:29:10 Step 15/23 : EXPOSE $APP_PORT 01:29:15 ---> 31aedbecd2d1 01:29:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:29:15 ---> Running in c8e1ae08441e 01:29:16 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 01:29:16 ---> Running in ecbb7788a83c 01:29:17 Removing intermediate container c8e1ae08441e 01:29:17 ---> 48003165d5fa 01:29:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:29:18 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 01:29:19 ---> 674ed2641103 01:29:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:29:22 ---> 5974686a23b4 01:29:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:29:25 ---> bb975cb81fcf 01:29:25 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:29:28 ---> Running in 5243f070b7d1 01:29:29 ---> 67d15d007d4d 01:29:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:29:29 Removing intermediate container 5243f070b7d1 01:29:29 ---> 1c99f95a22fa 01:29:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:29 ---> Running in 664f7595fad4 01:29:29 ---> cfc5d660be97 01:29:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:29:29 ---> Running in 7bed3973110e 01:29:30 ---> Running in 4dc46ddb13ec 01:29:30 Removing intermediate container 7bed3973110e 01:29:30 ---> f0994a9d8054 01:29:30 Step 21/23 : LABEL arch=x86_64 01:29:30 ---> Running in b297cb7dc286 01:29:30 Removing intermediate container b297cb7dc286 01:29:30 ---> 87fe675c5b03 01:29:30 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:29:30 ---> Running in 2f1c9d744132 01:29:31 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 01:29:31 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 01:29:31 Removing intermediate container 2f1c9d744132 01:29:31 ---> 4745e1ab49ba 01:29:31 Step 23/23 : LABEL version=0.0.0 01:29:31 ---> Running in f4905a3500b4 01:29:31 Removing intermediate container f4905a3500b4 01:29:31 ---> a50c374acacc 01:29:31 01:29:32 Successfully built a50c374acacc 01:29:32 Successfully tagged docker-sys-mgmt-agent-go:latest 01:29:42  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:29:52 Removing intermediate container 2c63f2cd1770 01:29:52 ---> fbeafa383106 01:29:52 01:29:52 Step 10/21 : FROM alpine:3.12 01:29:52 ---> 13621d1b12d4 01:29:52 Step 11/21 : RUN apk add --update --no-cache curl 01:29:52 ---> Running in 7bca7bfef8ee 01:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:29:54 (1/4) Installing ca-certificates (20191127-r4) 01:29:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:29:54 (3/4) Installing libcurl (7.76.1-r0) 01:29:54 (4/4) Installing curl (7.76.1-r0) 01:29:54 Executing busybox-1.31.1-r20.trigger 01:29:54 Executing ca-certificates-20191127-r4.trigger 01:29:54 OK: 7 MiB in 18 packages 01:29:57 Removing intermediate container 7bca7bfef8ee 01:29:57 ---> 15c94d7e98a9 01:29:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:29:58 ---> Running in 2b02f105b84b 01:29:59 Removing intermediate container 2b02f105b84b 01:29:59 ---> 50e296e09abb 01:29:59 Step 13/21 : WORKDIR /edgex 01:29:59 ---> Running in e3df62041de9 01:29:59 Removing intermediate container ecbb7788a83c 01:29:59 ---> 80917b1abdd5 01:29:59 01:29:59 Step 10/23 : FROM alpine:3.12 01:29:59 ---> 13621d1b12d4 01:29:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:29:59 ---> Using cache 01:29:59 ---> c65a7f7ab6bc 01:29:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:29:59 ---> Using cache 01:29:59 ---> 037d9ee6f32b 01:29:59 Step 13/23 : ENV APP_PORT=48081 01:29:59 ---> Running in a404f93788d1 01:29:59 Removing intermediate container e3df62041de9 01:29:59 ---> 0dfa4e9e0a21 01:29:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:29:59 Removing intermediate container a404f93788d1 01:29:59 ---> 1e56fa5d671b 01:29:59 Step 14/23 : EXPOSE $APP_PORT 01:29:59 ---> Running in 21cb342bf876 01:29:59 ---> 43a082454a3a 01:29:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:29:59 Removing intermediate container 21cb342bf876 01:29:59 ---> 7d630a23dbb7 01:29:59 Step 15/23 : WORKDIR / 01:30:01 ---> Running in 33ab3f95629b 01:30:01 ---> 202ae5f7c74d 01:30:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:30:01 Removing intermediate container 33ab3f95629b 01:30:01 ---> db3513eeb4fd 01:30:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:02 ---> 7fdea4268f29 01:30:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:30:02 ---> dabf03a392b4 01:30:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:30:02 ---> Running in 79228cd29c6d 01:30:04 Removing intermediate container 79228cd29c6d 01:30:04 ---> c1cf880b5c00 01:30:04 Step 18/21 : CMD ["--init=true"] 01:30:06 ---> e91856df372b 01:30:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:30:06 ---> Running in d1703c5f01bf 01:30:06 Removing intermediate container 664f7595fad4 01:30:06 ---> e74ff278bf24 01:30:06 01:30:06 Step 10/22 : FROM alpine:3.12 01:30:06 ---> 13621d1b12d4 01:30:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:30:06 Removing intermediate container 4dc46ddb13ec 01:30:06 ---> 7c103adbc4d1 01:30:06 01:30:06 Step 10/22 : FROM alpine:3.12 01:30:06 ---> 13621d1b12d4 01:30:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:30:06 ---> Using cache 01:30:06 ---> c65a7f7ab6bc 01:30:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:30:06 ---> Using cache 01:30:06 ---> 037d9ee6f32b 01:30:06 Step 13/22 : ENV APP_PORT=48085 01:30:07 ---> Running in 6e823154d85c 01:30:07 ---> Running in f79c23be4430 01:30:07 ---> 64f4b2c8fe6c 01:30:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:30:07 Removing intermediate container d1703c5f01bf 01:30:07 ---> 7536a2295541 01:30:07 Step 19/21 : LABEL arch=x86_64 01:30:07 ---> Running in 6d9776a463aa 01:30:07 ---> Running in 89685eb1aaf2 01:30:07 Removing intermediate container 6e823154d85c 01:30:07 ---> 5d15ca8efceb 01:30:07 Step 14/22 : EXPOSE $APP_PORT 01:30:07 ---> Running in c274ab64de4f 01:30:07 Removing intermediate container 6d9776a463aa 01:30:07 ---> 531c9f651ad7 01:30:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:07 ---> Running in a9c010813dce 01:30:08 Removing intermediate container 89685eb1aaf2 01:30:08 ---> 53ed39c9f2d5 01:30:08 Step 20/21 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:08 Removing intermediate container c274ab64de4f 01:30:08 ---> 74a87da1751d 01:30:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:08 ---> Running in 6b2793d1617d 01:30:08 Removing intermediate container a9c010813dce 01:30:08 ---> 65f18b62d7df 01:30:08 Step 21/23 : LABEL arch=x86_64 01:30:08 (1/2) Installing ca-certificates (20191127-r4) 01:30:08 (2/2) Installing dumb-init (1.2.2-r1) 01:30:08 Executing busybox-1.31.1-r20.trigger 01:30:08 Executing ca-certificates-20191127-r4.trigger 01:30:08 OK: 6 MiB in 16 packages 01:30:08 ---> Running in 8b354a31ac6f 01:30:08 ---> b45382aa80f6 01:30:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:30:08 Removing intermediate container 6b2793d1617d 01:30:08 ---> 83ad0a5a4590 01:30:08 Step 21/21 : LABEL version=0.0.0 01:30:09 ---> Running in 0a68b6a21a94 01:30:09 Removing intermediate container 8b354a31ac6f 01:30:09 ---> 137d78270778 01:30:09 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:30:11 ---> Running in f5ad3f8cc3f2 01:30:11 Removing intermediate container 0a68b6a21a94 01:30:11 ---> 6d1f6f7fbbaf 01:30:11 01:30:11 ---> d517224c331e 01:30:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:30:11 Removing intermediate container f79c23be4430 01:30:11 ---> 4827ea3ecb58 01:30:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:30:11 Successfully built 6d1f6f7fbbaf 01:30:11 Successfully tagged docker-security-proxy-setup-go:latest 01:30:11  Building docker-security-proxy-setup-go ... done Removing intermediate container f5ad3f8cc3f2 01:30:11 ---> 2b1c057c0a47 01:30:11 Step 23/23 : LABEL version=0.0.0 01:30:11 ---> Running in e181f2b0589e 01:30:11 ---> Running in ecddf1533cf1 01:30:11 ---> d11fa880ec7d 01:30:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:30:11 Removing intermediate container e181f2b0589e 01:30:11 ---> 992a1c172a2a 01:30:11 Step 13/22 : ENV APP_PORT=48060 01:30:11 ---> Running in 3794d00b11f5 01:30:11 Removing intermediate container ecddf1533cf1 01:30:11 ---> ed23a34cb379 01:30:11 01:30:11 ---> Running in 6c06eab79aa7 01:30:12 Successfully built ed23a34cb379 01:30:12 Successfully tagged docker-core-metadata-go:latest 01:30:12  Building docker-core-metadata-go ... done Removing intermediate container 6c06eab79aa7 01:30:12 ---> 817cb5076146 01:30:12 Step 14/22 : EXPOSE $APP_PORT 01:30:12 Removing intermediate container 3794d00b11f5 01:30:12 ---> 148f2737d6ff 01:30:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:12 ---> Running in a8543547b81d 01:30:12 ---> Running in d235695cd921 01:30:12 Removing intermediate container a8543547b81d 01:30:12 ---> 5b45ecf8c906 01:30:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:12 Removing intermediate container d235695cd921 01:30:12 ---> 0aa53e983a5a 01:30:12 Step 20/22 : LABEL arch=x86_64 01:30:12 ---> Running in c2bcf23b19e2 01:30:12 ---> 4b3e52666c28 01:30:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:30:12 Removing intermediate container c2bcf23b19e2 01:30:12 ---> a2d64dde4397 01:30:12 Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:30:12 ---> Running in 52327067706f 01:30:13 Removing intermediate container 52327067706f 01:30:13 ---> 3bae59d7bffd 01:30:13 Step 22/22 : LABEL version=0.0.0 01:30:13 ---> Running in 7f38c94f3d45 01:30:13 ---> 973ff29e097d 01:30:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:30:13 Removing intermediate container 7f38c94f3d45 01:30:13 ---> 6593963bb67b 01:30:13 01:30:14 ---> 8345539d8505 01:30:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:30:14 Successfully built 6593963bb67b 01:30:14 Successfully tagged docker-support-scheduler-go:latest 01:30:14  Building docker-support-scheduler-go ... done  ---> Running in f337dad49ffa 01:30:14 gofmt -l . 01:30:14 [ "`gofmt -l .`" = "" ] 01:30:14 Removing intermediate container f337dad49ffa 01:30:14 ---> 37826b148395 01:30:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:14 ---> Running in a43dc256f338 01:30:15 Removing intermediate container a43dc256f338 01:30:15 ---> 064a157c5e4d 01:30:15 Step 20/22 : LABEL arch=x86_64 01:30:15 ---> Running in 297d2acba97c 01:30:15 Removing intermediate container 297d2acba97c 01:30:15 ---> 3e89a3cf11bc 01:30:15 Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:30:15 ---> Running in a497ade80e94 01:30:15 Removing intermediate container a497ade80e94 01:30:15 ---> d532acf144fe 01:30:15 Step 22/22 : LABEL version=0.0.0 01:30:15 ---> Running in f3cb08807e79 01:30:15 Removing intermediate container f3cb08807e79 01:30:15 ---> 420c39b6a977 01:30:15 01:30:15 Successfully built 420c39b6a977 01:30:15 Successfully tagged docker-support-notifications-go:latest 01:30:16  Building docker-support-notifications-go ... done  [Pipeline] } 01:30:16 $ docker stop --time=1 55eb198ec29bc73170f790b9f693b7c0c8ec685ecbe881b969381518643428a5 01:30:17 ./bin/test-go-mod-tidy.sh 01:30:18 $ docker rm -f 55eb198ec29bc73170f790b9f693b7c0c8ec685ecbe881b969381518643428a5 01:30:18 ./bin/test-attribution-txt.sh [Pipeline] // withDockerContainer [Pipeline] sh 01:30:18 + docker images 01:30:18 + grep docker 01:30:19 docker-support-notifications-go latest 420c39b6a977 3 seconds ago 17.7MB 01:30:19 docker-support-scheduler-go latest 6593963bb67b 5 seconds ago 17.1MB 01:30:19 docker-core-metadata-go latest ed23a34cb379 7 seconds ago 18.6MB 01:30:19 docker-security-proxy-setup-go latest 6d1f6f7fbbaf 9 seconds ago 25.3MB 01:30:19 docker-sys-mgmt-agent-go latest a50c374acacc 47 seconds ago 312MB 01:30:19 docker-security-bootstrapper-go latest d0540d211ad9 About a minute ago 18.2MB 01:30:19 docker-core-data-go latest 3a89014c702c 2 minutes ago 21.5MB 01:30:19 docker-security-secretstore-setup-go latest 8ebee66a40f2 2 minutes ago 25.7MB 01:30:19 docker-core-command-go latest 71b3787f3bc4 2 minutes ago 17MB 01:30:19 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 01:30:19 Running on prd-ubuntu18.04-docker-8c-8g-3395 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 01:30:19 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [Pipeline] sh 01:30:20 + ls -al . 01:30:20 total 856 01:30:20 drwxrwxr-x 9 1001 1001 4096 May 7 01:30 . 01:30:20 drwxr-xr-x 4 root root 4096 May 7 01:25 .. 01:30:20 -rw-rw-r-- 1 1001 1001 11 May 7 01:23 .dockerignore 01:30:20 drwxrwxr-x 8 1001 1001 4096 May 7 01:23 .git 01:30:20 drwxrwxr-x 3 1001 1001 4096 May 7 01:23 .github 01:30:20 -rw-rw-r-- 1 1001 1001 818 May 7 01:23 .gitignore 01:30:20 -rw-rw-r-- 1 1001 1001 166 May 7 01:23 .sonarcloud.properties 01:30:20 -rw-rw-r-- 1 1001 1001 8609 May 7 01:23 Attribution.txt 01:30:20 -rw-rw-r-- 1 1001 1001 3804 May 7 01:23 CONTRIBUTING.md 01:30:20 -rw-rw-r-- 1 1001 1001 931 May 7 01:23 Dockerfile.build 01:30:20 -rw-rw-r-- 1 1001 1001 863 May 7 01:23 Jenkinsfile 01:30:20 -rw-rw-r-- 1 1001 1001 10775 May 7 01:23 LICENSE 01:30:20 -rw-rw-r-- 1 1001 1001 5774 May 7 01:23 Makefile 01:30:20 -rw-rw-r-- 1 1001 1001 7978 May 7 01:23 README.md 01:30:20 -rw-rw-r-- 1 1001 1001 6755 May 7 01:23 SECURITY.md 01:30:20 -rw-rw-r-- 1 1001 1001 5 May 7 01:21 VERSION 01:30:20 -rw-rw-r-- 1 1001 1001 4131 May 7 01:23 ZMQWindows.md 01:30:20 drwxrwxr-x 2 1001 1001 4096 May 7 01:23 bin 01:30:20 drwxrwxr-x 14 1001 1001 4096 May 7 01:23 cmd 01:30:20 -rw-r--r-- 1 root root 718073 May 7 01:28 coverage.out 01:30:20 -rw-r--r-- 1 root root 1060 May 7 01:30 go.mod 01:30:20 -rw-r--r-- 1 root root 21942 May 7 01:25 go.sum 01:30:20 drwxrwxr-x 8 1001 1001 4096 May 7 01:23 internal 01:30:20 drwxrwxr-x 4 1001 1001 4096 May 7 01:23 openapi 01:30:20 drwxrwxr-x 4 1001 1001 4096 May 7 01:23 snap 01:30:20 -rw-rw-r-- 1 1001 1001 168 May 7 01:23 version.go [Pipeline] sh 01:30:21 + '[' -e coverage.out ] 01:30:21 + chown 1001:1001 coverage.out [Pipeline] stash 01:30:21 Warning: overwriting stash ‘coverage-report’ 01:30:21 using credential edgex-jenkins-ssh 01:30:21 Cloning the remote Git repository 01:30:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:30:21 > git init /w/workspace/edgex-go/6 # timeout=10 01:30:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:30:21 > git --version # timeout=10 01:30:21 > git --version # 'git version 2.17.1' 01:30:21 using GIT_SSH to set credentials SSH Credentials for GitHub 01:30:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:30:23 Stashed 1 file(s) [Pipeline] sh 01:30:23 + make build 01:30:23 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 01:30:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:30:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:30:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:30:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:30:29 using GIT_SSH to set credentials SSH Credentials for GitHub 01:30:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:30:29 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit a148bc7b0794070f87a957d151af18077b47b906 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:30:29 Failed in branch amd64 01:30:30 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 01:30:29 > git config core.sparsecheckout # timeout=10 01:30:29 > git checkout -f a148bc7b0794070f87a957d151af18077b47b906 # timeout=10 01:30:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:31:00 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 01:31:04 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 01:31:05 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 01:31:10 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 01:31:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:31:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:31:22 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 01:31:24 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 01:31:28 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] } 01:31:33 $ docker stop --time=1 8d2a77f4fde41ab6bbc335b0926192cb3c3d8332d628c9e2cf2052953ca83ea8 01:31:36 $ docker rm -f 8d2a77f4fde41ab6bbc335b0926192cb3c3d8332d628c9e2cf2052953ca83ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:38 01:31:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:31:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:38 latest: Pulling from edgex-devops/edgex-compose-arm64 01:31:38 29e5d40040c1: Pulling fs layer 01:31:38 1ce36da41761: Pulling fs layer 01:31:38 25b303627fd3: Pulling fs layer 01:31:38 29e5d40040c1: Verifying Checksum 01:31:38 29e5d40040c1: Download complete 01:31:39 1ce36da41761: Verifying Checksum 01:31:39 1ce36da41761: Download complete 01:31:39 29e5d40040c1: Pull complete 01:31:41 1ce36da41761: Pull complete 01:31:41 25b303627fd3: Verifying Checksum 01:31:41 25b303627fd3: Download complete 01:31:51 25b303627fd3: Pull complete 01:31:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:31:51 prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container 01:31:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:31:54 $ docker top 763e60adfa038f7914da972363435c367aca93aaa93170c7566b764e306d7ed1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:55 + docker-compose build --help 01:31:55 + grep parallel 01:32:00 --parallel Build images in parallel. [Pipeline] } 01:32:00 $ docker stop --time=1 763e60adfa038f7914da972363435c367aca93aaa93170c7566b764e306d7ed1 01:32:02 $ docker rm -f 763e60adfa038f7914da972363435c367aca93aaa93170c7566b764e306d7ed1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:32:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:02 . [Pipeline] withDockerContainer 01:32:02 prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container 01:32:03 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:32:04 $ docker top 5433a2c677289788b3f4bc3d328ed28f9d7008464bf6ceaf493c054ec634cfd4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:05 + docker-compose -f ./docker-compose-build.yml build --parallel 01:32:09 Building docker-core-command-go ... 01:32:09 Building docker-core-data-go ... 01:32:09 Building docker-core-metadata-go ... 01:32:09 Building docker-security-bootstrapper-go ... 01:32:09 Building docker-security-proxy-setup-go ... 01:32:09 Building docker-security-secretstore-setup-go ... 01:32:09 Building docker-support-notifications-go ... 01:32:09 Building docker-support-scheduler-go ... 01:32:09 Building docker-sys-mgmt-agent-go ... 01:32:09 Building docker-support-scheduler-go 01:32:09 Building docker-security-bootstrapper-go 01:32:09 Building docker-core-data-go 01:32:09 Building docker-support-notifications-go 01:32:09 Building docker-security-secretstore-setup-go 01:33:31 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:33:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:33:31 ---> 918d27205a99 01:33:31 Step 3/23 : WORKDIR /edgex-go 01:33:31 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:33:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:33:31 ---> 918d27205a99 01:33:31 Step 3/25 : WORKDIR /edgex-go 01:33:31 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:33:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:33:31 ---> 918d27205a99 01:33:31 Step 3/22 : WORKDIR /edgex-go 01:33:31 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:33:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:33:31 ---> 918d27205a99 01:33:31 Step 3/31 : WORKDIR /edgex-go 01:33:31 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:33:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:33:31 ---> 918d27205a99 01:33:31 Step 3/22 : WORKDIR /edgex-go 01:33:31 ---> Running in 603b05c865a1 01:33:31 ---> Running in b818014e320e 01:33:31 ---> Running in 012b8c62e599 01:33:31 ---> Running in e6776230b8a8 01:33:31 ---> Running in 0c813e0f77f1 01:33:31 Removing intermediate container 603b05c865a1 01:33:31 ---> 62dc58d0b6f7 01:33:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:33:31 Removing intermediate container 012b8c62e599 01:33:31 ---> 372dd8d675e7 01:33:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:33:31 Removing intermediate container b818014e320e 01:33:31 ---> b8ad82780154 01:33:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:33:31 Removing intermediate container e6776230b8a8 01:33:31 ---> e7502af07aae 01:33:31 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:33:31 Removing intermediate container 0c813e0f77f1 01:33:31 ---> fe46fadf237b 01:33:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:33:31 ---> Running in e84464b1c8c2 01:33:31 ---> Running in c6a4eac9fb44 01:33:31 ---> Running in 6e7fc460db84 01:33:31 ---> Running in 74b7dc505732 01:33:31 ---> Running in 49a5eff4557a 01:33:31 Removing intermediate container e84464b1c8c2 01:33:31 ---> 9fbce2730b8f 01:33:31 Step 5/22 : RUN apk add --update --no-cache make git 01:33:31 ---> Running in ad2bccbb9200 01:33:31 Removing intermediate container 6e7fc460db84 01:33:31 ---> cc348cc42f69 01:33:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:33:31 Removing intermediate container c6a4eac9fb44 01:33:31 ---> 313a84b4b8d7 01:33:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:33:31 ---> Running in 1c92ef81c3ce 01:33:31 Removing intermediate container 74b7dc505732 01:33:31 ---> e7968ef4c2ae 01:33:31 Step 5/25 : RUN apk add --update --no-cache make git 01:33:31 ---> Running in 8f9fa36c8618 01:33:31 Removing intermediate container 49a5eff4557a 01:33:31 ---> 767530ca907e 01:33:31 Step 5/31 : RUN apk add --update --no-cache make git 01:33:31 ---> Running in 11f32c871efd 01:33:31 ---> Running in 42f2e5c264b7 01:33:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:33:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:33:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:33:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:33:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:33:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:33:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:33:31 OK: 218 MiB in 52 packages 01:33:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:33:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:33:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:33:33 OK: 218 MiB in 52 packages 01:33:33 OK: 218 MiB in 52 packages 01:33:33 Removing intermediate container ad2bccbb9200 01:33:33 ---> 6ad8697d0f17 01:33:33 Step 6/22 : COPY go.mod . 01:33:33 OK: 218 MiB in 52 packages 01:33:33 OK: 218 MiB in 52 packages 01:33:34 ---> 28b69b5c7c8d 01:33:34 Step 7/22 : RUN go mod download 01:33:34 Removing intermediate container 1c92ef81c3ce 01:33:34 ---> c5cced409ff4 01:33:34 Step 6/22 : COPY go.mod . 01:33:35 ---> Running in e2575135e930 01:33:35 Removing intermediate container 11f32c871efd 01:33:35 ---> ed5cd62a54a3 01:33:35 Step 6/25 : COPY go.mod . 01:33:36 Removing intermediate container 42f2e5c264b7 01:33:36 ---> e9342e8606e6 01:33:36 Step 6/31 : COPY go.mod . 01:33:36 ---> 32bf75075d2b 01:33:36 Step 7/22 : RUN go mod download 01:33:36 Removing intermediate container 8f9fa36c8618 01:33:36 ---> 12413aa65332 01:33:36 Step 6/23 : COPY go.mod . 01:33:36 ---> Running in 732f56280792 01:33:36 ---> 50ddc793719e 01:33:36 Step 7/25 : RUN go mod download 01:33:36 ---> Running in f007b14d8cd5 01:33:37 ---> 89df279712d8 01:33:37 Step 7/31 : RUN go mod download 01:33:37 ---> cba774e454c7 01:33:37 Step 7/23 : RUN go mod download 01:33:37 ---> Running in ffeabd34edfd 01:33:37 ---> Running in 8d37c681e0a4 01:33:38 Removing intermediate container e2575135e930 01:33:38 ---> 0c7f5b4146ff 01:33:38 Step 8/22 : COPY . . 01:33:40 Removing intermediate container 732f56280792 01:33:40 ---> 8c5350a3b1f5 01:33:40 Step 8/22 : COPY . . 01:33:41 Removing intermediate container f007b14d8cd5 01:33:41 ---> 70cd957264ef 01:33:41 Step 8/25 : COPY . . 01:33:42 Removing intermediate container ffeabd34edfd 01:33:42 ---> f8a8446c44aa 01:33:42 Step 8/31 : COPY . . 01:33:43 Removing intermediate container 8d37c681e0a4 01:33:43 ---> e87b5474ce30 01:33:43 Step 8/23 : COPY . . 01:34:10 ---> 11c63a4015ba 01:34:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:34:10 ---> 2309cc2a200e 01:34:10 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:34:10 ---> 8ae095990e5e 01:34:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:34:10 ---> 9a96f24c3053 01:34:10 Step 9/23 : RUN make cmd/core-data/core-data 01:34:10 ---> Running in a1b781b4faca 01:34:10 ---> Running in c56fe5172c62 01:34:10 ---> Running in 534bc1c71b65 01:34:10 ---> Running in 216da47a6272 01:34:10 ---> daff12ef9c4c 01:34:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:34:10 ---> Running in 98b2bcef840d 01:34:10 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 01:34:10 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 01:34:11 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 01:34:11 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 01:34:11 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 01:36:03 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 01:36:08 Removing intermediate container 98b2bcef840d 01:36:08 ---> c952451064b0 01:36:08 01:36:08 Step 10/31 : FROM alpine:3.12 01:36:08 3.12: Pulling from library/alpine 01:36:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 01:36:10 Status: Downloaded newer image for alpine:3.12 01:36:10 ---> 9852663dfa18 01:36:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:36:12 ---> Running in b56015dd5cf0 01:36:12 Removing intermediate container a1b781b4faca 01:36:12 ---> b83893dce877 01:36:12 01:36:12 Step 10/25 : FROM alpine:3.12 01:36:12 ---> 9852663dfa18 01:36:12 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:36:12 Removing intermediate container b56015dd5cf0 01:36:12 ---> 17030157786e 01:36:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:36:12 ---> Running in 0420a11be40f 01:36:12 ---> Running in bb2f459db59e 01:36:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:16 (1/6) Installing ca-certificates (20191127-r4) 01:36:16 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:36:16 (3/6) Installing libcurl (7.76.1-r0) 01:36:16 (4/6) Installing curl (7.76.1-r0) 01:36:16 (1/2) Installing dumb-init (1.2.2-r1) 01:36:16 (5/6) Installing dumb-init (1.2.2-r1) 01:36:16 (6/6) Installing su-exec (0.2-r1) 01:36:16 (2/2) Installing su-exec (0.2-r1) 01:36:16 Executing busybox-1.31.1-r20.trigger 01:36:16 Executing busybox-1.31.1-r20.trigger 01:36:16 Executing ca-certificates-20191127-r4.trigger 01:36:16 OK: 5 MiB in 16 packages 01:36:16 OK: 7 MiB in 20 packages 01:36:18 Removing intermediate container bb2f459db59e 01:36:18 ---> 666624491f52 01:36:18 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:36:18 ---> Running in fe2928d8ea57 01:36:19 Removing intermediate container 0420a11be40f 01:36:19 ---> 503b5116f559 01:36:19 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:36:19 Removing intermediate container fe2928d8ea57 01:36:19 ---> d29dc0686d4a 01:36:19 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:36:20 ---> Running in fb49086ab422 01:36:20 ---> Running in a4fc3c18fed3 01:36:21 Removing intermediate container fb49086ab422 01:36:21 ---> 28b60acb0660 01:36:21 Step 13/25 : WORKDIR / 01:36:21 Removing intermediate container a4fc3c18fed3 01:36:21 ---> ceaf79e23c1c 01:36:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:36:21 ---> Running in 1ab360628ed2 01:36:22 ---> Running in 5cd0453d13b6 01:36:23 Removing intermediate container 1ab360628ed2 01:36:23 ---> 552f7bf78cab 01:36:23 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:36:24 ---> 1e2c7ece8a44 01:36:24 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:36:26 ---> 46cf74c20868 01:36:26 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:36:26 Removing intermediate container 5cd0453d13b6 01:36:26 ---> 1444a203a8c4 01:36:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:36:27 ---> Running in 42d72fe7bdc6 01:36:27 Removing intermediate container c56fe5172c62 01:36:27 ---> 743beb9025ee 01:36:27 01:36:27 Step 10/22 : FROM alpine:3.12 01:36:27 ---> 9852663dfa18 01:36:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:36:27 Removing intermediate container 216da47a6272 01:36:27 ---> c4d8b4d21d5f 01:36:27 01:36:27 Step 10/22 : FROM alpine:3.12 01:36:28 ---> 9852663dfa18 01:36:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:36:28 ---> Running in 4e66f66063e6 01:36:28 ---> aee01b261636 01:36:28 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:36:28 ---> Running in 73ce809ae9c3 01:36:28 Removing intermediate container 42d72fe7bdc6 01:36:28 ---> c790261cef6d 01:36:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:36:29 ---> 0ac2a9e78f48 01:36:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:36:30 ---> f9e0ae37bf00 01:36:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:30 ---> Running in 67c5ccfbe3c6 01:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:31 (1/2) Installing ca-certificates (20191127-r4) 01:36:31 (1/1) Installing dumb-init (1.2.2-r1) 01:36:31 Executing busybox-1.31.1-r20.trigger 01:36:31 OK: 5 MiB in 15 packages 01:36:31 (2/2) Installing dumb-init (1.2.2-r1) 01:36:31 Executing busybox-1.31.1-r20.trigger 01:36:31 Executing ca-certificates-20191127-r4.trigger 01:36:31 OK: 6 MiB in 16 packages 01:36:32 ---> aaef196f5cee 01:36:32 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:36:34 Removing intermediate container 4e66f66063e6 01:36:34 ---> 8559ee8d8259 01:36:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:36:34 ---> Running in bacfc32f27f9 01:36:34 Removing intermediate container 73ce809ae9c3 01:36:34 ---> d865d6d7c55f 01:36:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:36:34 ---> 77c77e7d24d5 01:36:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:36:34 Removing intermediate container 67c5ccfbe3c6 01:36:34 ---> aff3bd412ddb 01:36:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:34 ---> Running in 4040e19ee5ff 01:36:35 Removing intermediate container bacfc32f27f9 01:36:35 ---> c9b74ac9ca31 01:36:35 Step 13/22 : ENV APP_PORT=48085 01:36:35 ---> Running in fcb7ef21a437 01:36:36 Removing intermediate container 4040e19ee5ff 01:36:36 ---> 878c07244962 01:36:36 Step 13/22 : ENV APP_PORT=48060 01:36:36 ---> b2f367011c3b 01:36:36 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/ 01:36:36 ---> Running in 88d4558f264c 01:36:36 ---> 596837dd7e9f 01:36:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:36:36 Removing intermediate container fcb7ef21a437 01:36:36 ---> df92e25efcf7 01:36:36 Step 14/22 : EXPOSE $APP_PORT 01:36:36 ---> Running in de8fb8870507 01:36:36 ---> Running in 8472b3ca13f0 01:36:37 Removing intermediate container 88d4558f264c 01:36:37 ---> 3138c500ce1e 01:36:37 Step 14/22 : EXPOSE $APP_PORT 01:36:37 Removing intermediate container 534bc1c71b65 01:36:37 ---> 3a5869b5099a 01:36:37 01:36:37 Step 10/23 : FROM alpine:3.12 01:36:37 ---> 9852663dfa18 01:36:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:36:37 ---> Running in faf00a247a1c 01:36:37 ---> Running in 06a86debf9d4 01:36:37 Removing intermediate container 8472b3ca13f0 01:36:37 ---> 2f3e86a2e4a9 01:36:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:38 ---> 62041ac7cf97 01:36:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:36:38 Removing intermediate container faf00a247a1c 01:36:38 ---> 0da1252b537c 01:36:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:38 Removing intermediate container 06a86debf9d4 01:36:38 ---> a2a8437bf5e2 01:36:38 Step 12/23 : ENV APP_PORT=48080 01:36:38 ---> Running in 3fc62c4378c5 01:36:38 ---> 47c76cf6b1e8 01:36:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:36:39 ---> 5cff6142b9b0 01:36:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:36:39 ---> bb51295560bf 01:36:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:36:39 Removing intermediate container 3fc62c4378c5 01:36:39 ---> 53053433dca4 01:36:39 Step 13/23 : EXPOSE $APP_PORT 01:36:40 Removing intermediate container de8fb8870507 01:36:40 ---> 62e6e7cd33dc 01:36:40 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:36:40 ---> Running in bc1092448a9a 01:36:40 ---> Running in 6f211ad45663 01:36:40 ---> df4835947fa6 01:36:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:36:40 ---> beb7df8d206e 01:36:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:36:41 Removing intermediate container 6f211ad45663 01:36:41 Removing intermediate container bc1092448a9a 01:36:41 ---> 9e32fbf58797 01:36:41 ---> 786fad125fe0 01:36:41 Step 23/25 : LABEL arch=arm64 01:36:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:36:41 ---> a12e98cec3bd 01:36:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:36:41 ---> Running in f21d63f5585b 01:36:41 ---> Running in 8c4337f52a97 01:36:42 ---> 9e2e93632b7e 01:36:42 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:36:42 ---> 25141771c855 01:36:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:36:42 ---> Running in 73fa634f5d45 01:36:42 Removing intermediate container 8c4337f52a97 01:36:42 ---> 2e89422416f9 01:36:42 Step 24/25 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:36:42 ---> Running in 681d4868f013 01:36:42 ---> 7186162147a9 01:36:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:36:42 ---> Running in aa888a9936d2 01:36:42 ---> Running in 61a8be77df91 01:36:43 Removing intermediate container 73fa634f5d45 01:36:43 ---> ac01e0a1c08f 01:36:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:36:43 Removing intermediate container 681d4868f013 01:36:43 ---> cc6e8c3d7ea7 01:36:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:36:43 Removing intermediate container aa888a9936d2 01:36:43 ---> 87e6cf4fe562 01:36:43 Step 25/25 : LABEL version=0.0.0 01:36:43 ---> Running in 06f0cc8dec06 01:36:43 Removing intermediate container 61a8be77df91 01:36:43 ---> dd159f5bdae6 01:36:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:36:44 ---> Running in 1ac37c93eed0 01:36:44 ---> Running in 8f83becffca5 01:36:44 ---> a924e9bbf1c7 01:36:44 Step 26/31 : RUN chmod +x /entrypoint.sh 01:36:44 Removing intermediate container 06f0cc8dec06 01:36:44 ---> 7b9969ad1fd5 01:36:44 Step 20/22 : LABEL arch=arm64 01:36:44 Removing intermediate container 1ac37c93eed0 01:36:44 ---> c6030ac091e7 01:36:44 01:36:44 ---> Running in 562002cdb7d6 01:36:44 ---> Running in 16e9f7d63a01 01:36:44 Removing intermediate container f21d63f5585b 01:36:44 ---> 702217f23b57 01:36:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:36:44 Removing intermediate container 8f83becffca5 01:36:44 ---> a3d80738749c 01:36:44 Step 20/22 : LABEL arch=arm64 01:36:45 ---> Running in efb9eef71442 01:36:45 ---> Running in 72a1827e87aa 01:36:45 Successfully built c6030ac091e7 01:36:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:36:45 Building docker-sys-mgmt-agent-go 01:36:45  Building docker-security-secretstore-setup-go ... done Removing intermediate container 562002cdb7d6 01:36:45 ---> 67aa188f055b 01:36:45 Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:36:46 ---> Running in 723df14b594d 01:36:46 Removing intermediate container 72a1827e87aa 01:36:46 ---> 7084000b4a0e 01:36:46 Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:36:46 ---> Running in cb01bd919909 01:36:46 Removing intermediate container 723df14b594d 01:36:46 ---> ea3b8ef7a599 01:36:46 Step 22/22 : LABEL version=0.0.0 01:36:46 ---> Running in 3f112f71fc2a 01:36:47 Removing intermediate container cb01bd919909 01:36:47 ---> 876f1f8d3fce 01:36:47 Step 22/22 : LABEL version=0.0.0 01:36:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:47 ---> Running in 379f178e9156 01:36:48 Removing intermediate container 3f112f71fc2a 01:36:48 ---> 89ec237f4430 01:36:48 01:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:48 Successfully built 89ec237f4430 01:36:48 Successfully tagged docker-support-scheduler-go-arm64:latest 01:36:48  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 01:36:48 Removing intermediate container 379f178e9156 01:36:48 ---> 187fe69acac0 01:36:48 01:36:49 Successfully built 187fe69acac0 01:36:49 (1/6) Installing dumb-init (1.2.2-r1) 01:36:49 (2/6) Installing libgcc (9.3.0-r2) 01:36:49 Successfully tagged docker-support-notifications-go-arm64:latest 01:36:49 Building docker-core-metadata-go 01:36:49  Building docker-support-notifications-go ... done Removing intermediate container 16e9f7d63a01 01:36:49 ---> 6033386015ba 01:36:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:36:49 (3/6) Installing libsodium (1.0.18-r0) 01:36:49 (4/6) Installing libstdc++ (9.3.0-r2) 01:36:50 ---> Running in 0ab00bcf1c18 01:36:50 (5/6) Installing libzmq (4.3.3-r0) 01:36:50 (6/6) Installing zeromq (4.3.3-r0) 01:36:50 Executing busybox-1.31.1-r20.trigger 01:36:50 OK: 8 MiB in 20 packages 01:36:50 Removing intermediate container 0ab00bcf1c18 01:36:50 ---> 208463d7a08a 01:36:50 Step 28/31 : CMD ["gate"] 01:36:51 ---> Running in b587525bc31b 01:36:51 Removing intermediate container b587525bc31b 01:36:51 ---> e7d678afd665 01:36:51 Step 29/31 : LABEL arch=arm64 01:36:52 ---> Running in 808f8e9967bc 01:36:52 Removing intermediate container efb9eef71442 01:36:52 ---> bd279d1a0eaa 01:36:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:54 Removing intermediate container 808f8e9967bc 01:36:54 ---> 6b13d85eadd2 01:36:54 Step 30/31 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:36:54 ---> 32df4d0430aa 01:36:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:36:55 ---> Running in 9cf85dfbffca 01:36:57 Removing intermediate container 9cf85dfbffca 01:36:57 ---> c2347daf002f 01:36:57 Step 31/31 : LABEL version=0.0.0 01:36:58 ---> a55b22582d2e 01:36:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:36:58 ---> Running in c57dc99dacc4 01:36:59 Removing intermediate container c57dc99dacc4 01:36:59 ---> 59ceef14e42e 01:36:59 01:36:59 ---> 58060249905a 01:36:59 Step 19/23 : ENTRYPOINT ["/core-data"] 01:36:59 Successfully built 59ceef14e42e 01:36:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:36:59 Building docker-core-command-go 01:36:59  Building docker-security-bootstrapper-go ... done  ---> Running in 7d6aacd55b45 01:37:00 Removing intermediate container 7d6aacd55b45 01:37:00 ---> da3d1e0133ce 01:37:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:37:00 ---> Running in 9ef0005e4c3c 01:37:01 Removing intermediate container 9ef0005e4c3c 01:37:01 ---> 5a5fe498dd47 01:37:01 Step 21/23 : LABEL arch=arm64 01:37:01 ---> Running in ad558b762a44 01:37:01 Removing intermediate container ad558b762a44 01:37:01 ---> 75085e6b5cb8 01:37:01 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:37:01 ---> Running in 221d0ce5d03f 01:37:02 Removing intermediate container 221d0ce5d03f 01:37:02 ---> 4b30e41bde7d 01:37:02 Step 23/23 : LABEL version=0.0.0 01:37:02 ---> Running in 0f40d61f7d4b 01:37:03 Removing intermediate container 0f40d61f7d4b 01:37:03 ---> cde82c23dd77 01:37:03 01:37:03 Successfully built cde82c23dd77 01:37:03 Successfully tagged docker-core-data-go-arm64:latest 01:37:42  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:37:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:42 ---> 918d27205a99 01:37:42 Step 3/23 : WORKDIR /edgex-go 01:37:42 ---> Using cache 01:37:42 ---> fe46fadf237b 01:37:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:42 ---> Using cache 01:37:42 ---> 767530ca907e 01:37:42 Step 5/23 : RUN apk add --update --no-cache make bash git 01:37:44 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:37:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:37:44 ---> 918d27205a99 01:37:44 Step 3/21 : WORKDIR /edgex-go 01:37:44 ---> Using cache 01:37:44 ---> fe46fadf237b 01:37:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:44 ---> Using cache 01:37:44 ---> 767530ca907e 01:37:44 Step 5/21 : RUN apk add --update --no-cache make git 01:37:44 ---> Using cache 01:37:44 ---> e9342e8606e6 01:37:44 Step 6/21 : COPY go.mod . 01:37:44 ---> Using cache 01:37:44 ---> 89df279712d8 01:37:44 Step 7/21 : RUN go mod download 01:37:44 ---> Using cache 01:37:44 ---> f8a8446c44aa 01:37:44 Step 8/21 : COPY . . 01:37:44 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:37:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:44 ---> 918d27205a99 01:37:44 Step 3/23 : WORKDIR /edgex-go 01:37:44 ---> Using cache 01:37:44 ---> fe46fadf237b 01:37:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:44 ---> Using cache 01:37:44 ---> 767530ca907e 01:37:44 Step 5/23 : RUN apk add --update --no-cache make git 01:37:44 ---> Using cache 01:37:44 ---> e9342e8606e6 01:37:44 Step 6/23 : COPY go.mod . 01:37:44 ---> Using cache 01:37:44 ---> 89df279712d8 01:37:44 Step 7/23 : RUN go mod download 01:37:44 ---> Using cache 01:37:44 ---> f8a8446c44aa 01:37:44 Step 8/23 : COPY . . 01:37:44 ---> Using cache 01:37:44 ---> daff12ef9c4c 01:37:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:37:44 ---> Using cache 01:37:44 ---> daff12ef9c4c 01:37:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:37:45 ---> Running in 219e98faaf8e 01:37:45 ---> Running in b7e88b0a5dc7 01:37:45 ---> Running in 67f659b0aa1e 01:37:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:37:47 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 01:37:47 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 01:37:47 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:37:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:47 ---> 918d27205a99 01:37:47 Step 3/23 : WORKDIR /edgex-go 01:37:47 ---> Using cache 01:37:47 ---> fe46fadf237b 01:37:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:47 ---> Using cache 01:37:47 ---> 767530ca907e 01:37:47 Step 5/23 : RUN apk add --update --no-cache make git 01:37:47 ---> Using cache 01:37:47 ---> e9342e8606e6 01:37:47 Step 6/23 : COPY go.mod . 01:37:47 ---> Using cache 01:37:47 ---> 89df279712d8 01:37:47 Step 7/23 : RUN go mod download 01:37:47 ---> Using cache 01:37:47 ---> f8a8446c44aa 01:37:47 Step 8/23 : COPY . . 01:37:47 ---> Using cache 01:37:47 ---> daff12ef9c4c 01:37:47 Step 9/23 : RUN make cmd/core-command/core-command 01:37:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:37:48 ---> Running in 61bf78db7915 01:37:49 OK: 218 MiB in 52 packages 01:37:50 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 01:37:51 Removing intermediate container 219e98faaf8e 01:37:51 ---> 80c00bec5b4a 01:37:51 Step 6/23 : COPY go.mod . 01:37:52 ---> 18115ce01246 01:37:52 Step 7/23 : RUN go mod download 01:37:52 ---> Running in 0233bc61c70a 01:37:57 Removing intermediate container 0233bc61c70a 01:37:57 ---> 68a18bed7f32 01:37:57 Step 8/23 : COPY . . 01:38:19 ---> 2e827714ad01 01:38:19 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:38:19 ---> Running in 4f2d415f511d 01:38:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:39:15 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 01:39:26 Removing intermediate container 67f659b0aa1e 01:39:26 ---> 32097cd2622b 01:39:26 01:39:26 Step 10/21 : FROM alpine:3.12 01:39:26 ---> 9852663dfa18 01:39:26 Step 11/21 : RUN apk add --update --no-cache curl 01:39:26 ---> Running in f741a972ca18 01:39:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:28 (1/4) Installing ca-certificates (20191127-r4) 01:39:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:39:29 (3/4) Installing libcurl (7.76.1-r0) 01:39:29 (4/4) Installing curl (7.76.1-r0) 01:39:29 Executing busybox-1.31.1-r20.trigger 01:39:29 Executing ca-certificates-20191127-r4.trigger 01:39:29 OK: 7 MiB in 18 packages 01:39:32 Removing intermediate container f741a972ca18 01:39:32 ---> 1354ed277ade 01:39:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:39:33 ---> Running in 34573657d196 01:39:34 Removing intermediate container 34573657d196 01:39:34 ---> b99f60e5a892 01:39:34 Step 13/21 : WORKDIR /edgex 01:39:34 ---> Running in dfdb89208111 01:39:35 Removing intermediate container 61bf78db7915 01:39:35 ---> b95c1de2e1c3 01:39:35 01:39:35 Step 10/23 : FROM alpine:3.12 01:39:35 ---> 9852663dfa18 01:39:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:39:35 ---> Using cache 01:39:35 ---> 8559ee8d8259 01:39:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:39:35 ---> Using cache 01:39:35 ---> c9b74ac9ca31 01:39:35 Step 13/23 : ENV APP_PORT=48082 01:39:35 ---> Running in ce9db35e233b 01:39:35 Removing intermediate container dfdb89208111 01:39:35 ---> 14d825e0086b 01:39:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:39:36 Removing intermediate container ce9db35e233b 01:39:36 ---> e16b352738a3 01:39:36 Step 14/23 : EXPOSE $APP_PORT 01:39:36 ---> Running in a0a147083674 01:39:36 ---> bd51b208f449 01:39:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:39:37 Removing intermediate container a0a147083674 01:39:37 ---> 1e97675d407b 01:39:37 Step 15/23 : WORKDIR / 01:39:37 ---> Running in c0577d6b0ce2 01:39:38 ---> fb3f57181958 01:39:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:39:38 Removing intermediate container c0577d6b0ce2 01:39:38 ---> 4aa59ccd59ed 01:39:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:40 ---> 678655c324af 01:39:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:39:40 ---> a5c4dde11bca 01:39:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:39:40 ---> Running in 9d323fc3f256 01:39:41 Removing intermediate container 9d323fc3f256 01:39:41 ---> 9596cf8e64b8 01:39:41 Step 18/21 : CMD ["--init=true"] 01:39:42 ---> Running in 4b8d8113e716 01:39:42 ---> 9290e34db3ac 01:39:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:39:42 Removing intermediate container b7e88b0a5dc7 01:39:42 ---> 582164b7d175 01:39:42 01:39:42 Step 10/23 : FROM alpine:3.12 01:39:42 ---> 9852663dfa18 01:39:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:39:42 ---> Using cache 01:39:42 ---> 8559ee8d8259 01:39:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:39:42 ---> Using cache 01:39:42 ---> c9b74ac9ca31 01:39:42 Step 13/23 : ENV APP_PORT=48081 01:39:43 Removing intermediate container 4b8d8113e716 01:39:43 ---> cb8968452383 01:39:43 Step 19/21 : LABEL arch=arm64 01:39:43 ---> Running in c5b9431fc08d 01:39:43 ---> Running in 7fc6b940203f 01:39:43 ---> a3bd16a1d8b7 01:39:43 Step 19/23 : ENTRYPOINT ["/core-command"] 01:39:43 Removing intermediate container 4f2d415f511d 01:39:43 ---> fd4a92431123 01:39:43 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:39:43 ---> Running in 48af590db880 01:39:43 ---> Running in 29d1769b6a7f 01:39:43 Removing intermediate container c5b9431fc08d 01:39:43 ---> 12eeeb5f4f21 01:39:43 Step 14/23 : EXPOSE $APP_PORT 01:39:44 Removing intermediate container 7fc6b940203f 01:39:44 ---> bffb5316d357 01:39:44 Step 20/21 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:39:44 ---> Running in fbe02826359d 01:39:44 ---> Running in 996ac28c5b6c 01:39:44 Removing intermediate container 48af590db880 01:39:44 ---> 8fbc11a39609 01:39:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:44 ---> Running in 7137bca99c6c 01:39:44 Removing intermediate container fbe02826359d 01:39:44 ---> e0eaebd694dc 01:39:44 Step 15/23 : WORKDIR / 01:39:44 Removing intermediate container 996ac28c5b6c 01:39:44 ---> 9f4d3deb2c17 01:39:44 Step 21/21 : LABEL version=0.0.0 01:39:45 ---> Running in 0f60be2f3cb7 01:39:45 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 01:39:45 ---> Running in 56b771c71ee1 01:39:45 Removing intermediate container 7137bca99c6c 01:39:45 ---> bb453747c023 01:39:45 Step 21/23 : LABEL arch=arm64 01:39:45 ---> Running in 733c2bafcea2 01:39:45 Removing intermediate container 0f60be2f3cb7 01:39:45 ---> 6c6446ca4df8 01:39:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:46 Removing intermediate container 56b771c71ee1 01:39:46 ---> bd606e59797b 01:39:46 01:39:46 Removing intermediate container 733c2bafcea2 01:39:46 ---> 965917b3e3a4 01:39:46 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:39:46 Successfully built bd606e59797b 01:39:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:39:46  Building docker-security-proxy-setup-go ... done  ---> Running in c2049f022a9c 01:39:46 ---> 68f4ab06cd93 01:39:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:39:47 Removing intermediate container c2049f022a9c 01:39:47 ---> d92059f35e13 01:39:47 Step 23/23 : LABEL version=0.0.0 01:39:47 ---> Running in a2b41e572d53 01:39:48 Removing intermediate container 29d1769b6a7f 01:39:48 ---> 094a179f1447 01:39:48 01:39:48 Step 11/23 : FROM docker:20.10.0 01:39:48 20.10.0: Pulling from library/docker 01:39:48 ---> 3fbf2e2e4f9d 01:39:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:39:48 Removing intermediate container a2b41e572d53 01:39:48 ---> 7a323e61bbcd 01:39:48 01:39:48 Successfully built 7a323e61bbcd 01:39:49 Successfully tagged docker-core-command-go-arm64:latest 01:39:50  Building docker-core-command-go ... done  ---> c51ecb2de60a 01:39:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:39:50 ---> Running in 9a570a7232e8 01:39:51 Removing intermediate container 9a570a7232e8 01:39:51 ---> 1641a43e9e3c 01:39:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:51 ---> Running in 0f67e9a800ee 01:39:52 Removing intermediate container 0f67e9a800ee 01:39:52 ---> cb25fe824e67 01:39:52 Step 21/23 : LABEL arch=arm64 01:39:53 ---> Running in 9e8c89b8c02d 01:39:53 Removing intermediate container 9e8c89b8c02d 01:39:53 ---> b793c1a48f93 01:39:53 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:39:54 ---> Running in 38944d5cff6e 01:39:55 Removing intermediate container 38944d5cff6e 01:39:55 ---> cd0f0f48ec83 01:39:55 Step 23/23 : LABEL version=0.0.0 01:39:55 ---> Running in 2aaa12cb4b34 01:39:55 Removing intermediate container 2aaa12cb4b34 01:39:55 ---> d4d28470f423 01:39:55 01:39:56 Successfully built d4d28470f423 01:39:56 Successfully tagged docker-core-metadata-go-arm64:latest 01:39:56  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:39:56 Status: Downloaded newer image for docker:20.10.0 01:39:56 ---> eeaf43b92773 01:39:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:39:56 ---> Running in 1fbf6a81a7d2 01:39:57 Removing intermediate container 1fbf6a81a7d2 01:39:57 ---> c6a7cbad5bb2 01:39:57 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 01:39:57 ---> Running in 1f5cf9bede85 01:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:59 (1/39) Installing readline (8.0.4-r0) 01:39:59 (2/39) Installing bash (5.0.17-r0) 01:39:59 Executing bash-5.0.17-r0.post-install 01:39:59 (3/39) Installing nghttp2-libs (1.41.0-r0) 01:39:59 (4/39) Installing libcurl (7.76.1-r0) 01:39:59 (5/39) Installing curl (7.76.1-r0) 01:39:59 (6/39) Installing dumb-init (1.2.2-r1) 01:39:59 (7/39) Installing libbz2 (1.0.8-r1) 01:39:59 (8/39) Installing expat (2.2.9-r1) 01:39:59 (9/39) Installing libffi (3.3-r2) 01:39:59 (10/39) Installing gdbm (1.13-r1) 01:39:59 (11/39) Installing xz-libs (5.2.5-r0) 01:39:59 (12/39) Installing sqlite-libs (3.32.1-r0) 01:39:59 (13/39) Installing python3 (3.8.10-r0) 01:40:01 (14/39) Installing py3-appdirs (1.4.4-r1) 01:40:01 (15/39) Installing py3-ordered-set (4.0.1-r0) 01:40:01 (16/39) Installing py3-parsing (2.4.7-r0) 01:40:01 (17/39) Installing py3-six (1.15.0-r0) 01:40:01 (18/39) Installing py3-packaging (20.4-r0) 01:40:01 (19/39) Installing py3-setuptools (47.0.0-r0) 01:40:01 (20/39) Installing py3-chardet (3.0.4-r4) 01:40:01 (21/39) Installing py3-idna (2.9-r0) 01:40:01 (22/39) Installing py3-certifi (2020.4.5.1-r0) 01:40:01 (23/39) Installing py3-urllib3 (1.25.9-r0) 01:40:01 (24/39) Installing py3-requests (2.23.0-r0) 01:40:01 (25/39) Installing py3-msgpack (1.0.0-r0) 01:40:01 (26/39) Installing py3-lockfile (0.12.2-r3) 01:40:01 (27/39) Installing py3-cachecontrol (0.12.6-r0) 01:40:01 (28/39) Installing py3-colorama (0.4.3-r0) 01:40:01 (29/39) Installing py3-distlib (0.3.0-r0) 01:40:01 (30/39) Installing py3-distro (1.5.0-r1) 01:40:01 (31/39) Installing py3-webencodings (0.5.1-r3) 01:40:01 (32/39) Installing py3-html5lib (1.0.1-r4) 01:40:01 (33/39) Installing py3-pytoml (0.1.21-r0) 01:40:01 (34/39) Installing py3-pep517 (0.8.2-r0) 01:40:01 (35/39) Installing py3-progress (1.5-r0) 01:40:01 (36/39) Installing py3-toml (0.10.1-r0) 01:40:01 (37/39) Installing py3-retrying (1.3.3-r0) 01:40:01 (38/39) Installing py3-contextlib2 (0.6.0-r0) 01:40:01 (39/39) Installing py3-pip (20.1.1-r0) 01:40:01 Executing busybox-1.31.1-r19.trigger 01:40:01 OK: 72 MiB in 59 packages 01:40:06 Collecting docker-compose==1.23.2 01:40:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:40:06 Collecting texttable<0.10,>=0.9.0 01:40:06 Downloading texttable-0.9.1.tar.gz (11 kB) 01:40:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:40:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:40:10 Collecting PyYAML<4,>=3.10 01:40:10 Downloading PyYAML-3.13.tar.gz (270 kB) 01:40:13 Collecting cached-property<2,>=1.2.0 01:40:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:40:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:40:13 Collecting docker<4.0,>=3.6.0 01:40:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:40:14 Collecting websocket-client<1.0,>=0.32.0 01:40:14 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:40:14 Collecting dockerpty<0.5,>=0.4.1 01:40:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:40:16 Collecting docopt<0.7,>=0.6.1 01:40:16 Downloading docopt-0.6.2.tar.gz (25 kB) 01:40:18 Collecting jsonschema<3,>=2.5.1 01:40:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:40:19 Collecting idna<2.8,>=2.5 01:40:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:40:19 Collecting urllib3<1.25,>=1.21.1 01:40:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:40:19 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) 01:40:19 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) 01:40:20 Collecting docker-pycreds>=0.4.0 01:40:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:40:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:40:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:40:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:40:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:40:21 Installing collected packages: texttable, idna, urllib3, requests, PyYAML, cached-property, docker-pycreds, websocket-client, docker, dockerpty, docopt, jsonschema, docker-compose 01:40:21 Running setup.py install for texttable: started 01:40:23 Running setup.py install for texttable: finished with status 'done' 01:40:23 Attempting uninstall: idna 01:40:23 Found existing installation: idna 2.9 01:40:23 Uninstalling idna-2.9: 01:40:23 Successfully uninstalled idna-2.9 01:40:23 Attempting uninstall: urllib3 01:40:23 Found existing installation: urllib3 1.25.9 01:40:23 Uninstalling urllib3-1.25.9: 01:40:24 Successfully uninstalled urllib3-1.25.9 01:40:24 Attempting uninstall: requests 01:40:24 Found existing installation: requests 2.23.0 01:40:24 Uninstalling requests-2.23.0: 01:40:24 Successfully uninstalled requests-2.23.0 01:40:25 Running setup.py install for PyYAML: started 01:40:27 Running setup.py install for PyYAML: finished with status 'done' 01:40:28 Running setup.py install for dockerpty: started 01:40:30 Running setup.py install for dockerpty: finished with status 'done' 01:40:30 Running setup.py install for docopt: started 01:40:32 Running setup.py install for docopt: finished with status 'done' 01:40:34 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 01:40:42 Removing intermediate container 1f5cf9bede85 01:40:42 ---> a66789164495 01:40:42 Step 14/23 : ENV APP_PORT=48090 01:40:42 ---> Running in cb4da19f5401 01:40:42 Removing intermediate container cb4da19f5401 01:40:42 ---> 6c996d63a347 01:40:42 Step 15/23 : EXPOSE $APP_PORT 01:40:43 ---> Running in beb4f5e4d616 01:40:43 Removing intermediate container beb4f5e4d616 01:40:43 ---> ad6ef4907d74 01:40:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:40:44 ---> 69a14f193db4 01:40:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:40:45 ---> ac91fa029b22 01:40:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:40:46 ---> 5ca82647bbfa 01:40:46 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:40:46 ---> Running in d3d798c4d435 01:40:46 Removing intermediate container d3d798c4d435 01:40:46 ---> a62f1b887d28 01:40:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:40:46 ---> Running in d386fa8d760b 01:40:47 Removing intermediate container d386fa8d760b 01:40:47 ---> a3a5991cbf50 01:40:47 Step 21/23 : LABEL arch=arm64 01:40:47 ---> Running in 1511fc21120b 01:40:48 Removing intermediate container 1511fc21120b 01:40:48 ---> 9da61ea72a58 01:40:48 Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c 01:40:48 ---> Running in 9d254a837b0c 01:40:48 Removing intermediate container 9d254a837b0c 01:40:48 ---> 8577b29af2e6 01:40:48 Step 23/23 : LABEL version=0.0.0 01:40:48 ---> Running in 34d6f04cd7cf 01:40:49 Removing intermediate container 34d6f04cd7cf 01:40:49 ---> cc18657d249f 01:40:49 01:40:49 Successfully built cc18657d249f 01:40:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:40:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:40:50 $ docker stop --time=1 5433a2c677289788b3f4bc3d328ed28f9d7008464bf6ceaf493c054ec634cfd4 01:40:52 $ docker rm -f 5433a2c677289788b3f4bc3d328ed28f9d7008464bf6ceaf493c054ec634cfd4 [Pipeline] // withDockerContainer [Pipeline] sh 01:40:52 + + docker images 01:40:52 grep docker 01:40:53 docker-sys-mgmt-agent-go-arm64 latest cc18657d249f 3 seconds ago 299MB 01:40:53 docker-core-metadata-go-arm64 latest d4d28470f423 57 seconds ago 17.4MB 01:40:53 docker-core-command-go-arm64 latest 7a323e61bbcd About a minute ago 16.1MB 01:40:53 docker-security-proxy-setup-go-arm64 latest bd606e59797b About a minute ago 23.9MB 01:40:53 docker-core-data-go-arm64 latest cde82c23dd77 3 minutes ago 20.3MB 01:40:53 docker-security-bootstrapper-go-arm64 latest 59ceef14e42e 3 minutes ago 17.1MB 01:40:53 docker-support-scheduler-go-arm64 latest 89ec237f4430 4 minutes ago 16.1MB 01:40:53 docker-support-notifications-go-arm64 latest 187fe69acac0 4 minutes ago 16.6MB 01:40:53 docker-security-secretstore-setup-go-arm64 latest c6030ac091e7 4 minutes ago 24.3MB 01:40:53 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 01:40:53 ---> job-cost.sh 01:40:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-o6P5 01:41:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:43:09 lf-activate-venv(): INFO: Adding /tmp/venv-o6P5/bin to PATH 01:43:09 INFO: No Stack... 01:43:09 INFO: Retrieving Pricing Info for: lf-standard-4 01:43:09 INFO: Archiving Costs [Pipeline] sh 01:43:09 + cat /w/workspace/edgex-go/6/archives/cost.csv 01:43:09 + cut -d, -f6 [Pipeline] lock 01:43:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3422-6-stack-cost] 01:43:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3422-6-stack-cost] did not exist. Created. 01:43:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3422-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:43:10 + echo total: 0.20999999344348907 [Pipeline] stash 01:43:10 Stashed 1 file(s) [Pipeline] } 01:43:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3422-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:43:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:43:12 ---> package-listing.sh 01:43:12 ++ facter osfamily 01:43:12 ++ tr '[:upper:]' '[:lower:]' 01:43:12 + OS_FAMILY=redhat 01:43:12 + workspace=/w/workspace/edgex-go/6 01:43:12 + START_PACKAGES=/tmp/packages_start.txt 01:43:12 + END_PACKAGES=/tmp/packages_end.txt 01:43:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:43:12 + PACKAGES=/tmp/packages_start.txt 01:43:12 + '[' /w/workspace/edgex-go/6 ']' 01:43:12 + PACKAGES=/tmp/packages_end.txt 01:43:12 + case "${OS_FAMILY}" in 01:43:12 + rpm -qa 01:43:12 + sort 01:43:17 + '[' -f /tmp/packages_start.txt ']' 01:43:17 + '[' -f /tmp/packages_end.txt ']' 01:43:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:43:17 + '[' /w/workspace/edgex-go/6 ']' 01:43:17 + mkdir -p /w/workspace/edgex-go/6/archives/ 01:43:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 01:43:17 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:43:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:43:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:18 01:43:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:43:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:18 alpine: Pulling from edgex-lftools-log-publisher 01:43:18 df20fa9351a1: Pulling fs layer 01:43:18 36b3adc4ff6f: Pulling fs layer 01:43:18 8ad3a11d3b57: Pulling fs layer 01:43:18 46f8f816bc3b: Pulling fs layer 01:43:18 93b61091891f: Pulling fs layer 01:43:18 93b9cdb0e59b: Pulling fs layer 01:43:18 5e14af77c1be: Pulling fs layer 01:43:18 01666e4c0597: Pulling fs layer 01:43:18 aa168da1d23b: Pulling fs layer 01:43:18 46f8f816bc3b: Waiting 01:43:18 93b61091891f: Waiting 01:43:18 93b9cdb0e59b: Waiting 01:43:18 5e14af77c1be: Waiting 01:43:18 01666e4c0597: Waiting 01:43:18 aa168da1d23b: Waiting 01:43:18 36b3adc4ff6f: Verifying Checksum 01:43:18 36b3adc4ff6f: Download complete 01:43:18 46f8f816bc3b: Verifying Checksum 01:43:18 46f8f816bc3b: Download complete 01:43:18 93b61091891f: Download complete 01:43:18 93b9cdb0e59b: Download complete 01:43:18 5e14af77c1be: Verifying Checksum 01:43:18 5e14af77c1be: Download complete 01:43:18 01666e4c0597: Verifying Checksum 01:43:18 01666e4c0597: Download complete 01:43:18 df20fa9351a1: Verifying Checksum 01:43:18 df20fa9351a1: Download complete 01:43:18 8ad3a11d3b57: Verifying Checksum 01:43:18 8ad3a11d3b57: Download complete 01:43:19 df20fa9351a1: Pull complete 01:43:19 36b3adc4ff6f: Pull complete 01:43:20 8ad3a11d3b57: Pull complete 01:43:20 46f8f816bc3b: Pull complete 01:43:21 aa168da1d23b: Verifying Checksum 01:43:21 aa168da1d23b: Download complete 01:43:22 93b61091891f: Pull complete 01:43:22 93b9cdb0e59b: Pull complete 01:43:23 5e14af77c1be: Pull complete 01:43:23 01666e4c0597: Pull complete 01:43:33 aa168da1d23b: Pull complete 01:43:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:43:33 prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container 01:43:33 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat 01:43:38 $ docker top e02c95d437b3715baa48419f91ac150b923b06810229eda365cafa37540cf2b5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:39 + touch /tmp/pre-build-complete [Pipeline] sh 01:43:39 + mkdir -p /var/log/sa [Pipeline] sh 01:43:39 + ls /var/log/sa-host 01:43:39 + sadf -c /var/log/sa-host/sa07 01:43:39 file_magic: OK 01:43:39 HZ: Using current value: 100 01:43:39 file_header: OK 01:43:39 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 01:43:39 Statistics: 01:43:39 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... 01:43:39 File successfully converted to sysstat format version 12.2.1 01:43:39 + sadf -c /var/log/sa-host/sa23 01:43:39 file_magic: OK 01:43:39 HZ: Using current value: 100 01:43:39 file_header: OK 01:43:39 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 01:43:39 Statistics: 01:43:39 Hnuu...uuuununununu... 01:43:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:43:40 provisioning config files... 01:43:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8169122925668862620tmp [Pipeline] { [Pipeline] echo 01:43:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:43:40 ---> create-netrc.sh [Pipeline] } 01:43:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:43:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:43:41 ---> python-tools-install.sh [Pipeline] echo 01:43:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:43:41 ---> sudo-logs.sh 01:43:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:43:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:43:41 ---> job-cost.sh 01:43:41 lf-activate-venv: SKIPPING 01:43:41 DEBUG: total: 0.20999999344348907 01:43:41 INFO: Retrieving Stack Cost... 01:43:43 INFO: Retrieving Pricing Info for: v1-standard-2 01:43:43 INFO: Archiving Costs [Pipeline] echo 01:43:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:43:43 ---> logs-deploy.sh 01:43:43 lf-activate-venv: SKIPPING 01:43:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/6 01:43:43 INFO: archiving workspace using pattern(s): 01:43:45 Archives upload complete. 01:43:45 INFO: archiving logs to Nexus 01:43:46 ---> uname -a: 01:43:46 Linux prd-centos7-docker-4c-2g-3436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:43:46 01:43:46