lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f138aeb2ae29a4df6c640145b83ab6f6033e260f+3a622268bb16cc6f060a937717ebd043e18486e3 (36333459f4f165d4d00e3cb508299294a89ff845) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29836 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit f138aeb2ae29a4df6c640145b83ab6f6033e260f Merge succeeded, producing f138aeb2ae29a4df6c640145b83ab6f6033e260f Checking out Revision f138aeb2ae29a4df6c640145b83ab6f6033e260f (PR-3251) > 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/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 Commit message: "fix: Address Lenny's PR feedback" > git rev-list --no-walk f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:54:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:54:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:54:04 ========================================================= 20:54:04 EdgeX Global Pipelines Version Info 20:54:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:54:06 ------------------- 20:54:06 stable info: 20:54:06 ------------------- 20:54:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:54:06 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 20:54:06 Message: update stable to v1.0.184 20:54:06 ------------------- 20:54:06 experimental info: 20:54:06 ------------------- 20:54:06 Commited By: **** collab-it+edgex@linuxfoundation.org 20:54:06 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 20:54:06 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:54:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3251 [Pipeline] echo 20:54:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3251 [Pipeline] echo 20:54:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3251 [Pipeline] echo 20:54:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f138aeb2ae29a4df6c640145b83ab6f6033e260f [Pipeline] echo 20:54:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f138aeb [Pipeline] echo 20:54:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:54:10 provisioning config files... 20:54:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7603782520193143517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:54:11 ---> docker-login.sh 20:54:11 nexus3.edgexfoundry.org:10001 20:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:11 Configure a credential helper to remove this warning. See 20:54:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:11 20:54:11 Login Succeeded 20:54:11 nexus3.edgexfoundry.org:10002 20:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:11 Configure a credential helper to remove this warning. See 20:54:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:11 20:54:11 Login Succeeded 20:54:11 nexus3.edgexfoundry.org:10003 20:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:11 Configure a credential helper to remove this warning. See 20:54:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:11 20:54:11 Login Succeeded 20:54:11 nexus3.edgexfoundry.org:10004 20:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:12 Configure a credential helper to remove this warning. See 20:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:12 20:54:12 Login Succeeded 20:54:12 docker.io 20:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:12 Configure a credential helper to remove this warning. See 20:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:12 20:54:12 Login Succeeded 20:54:12 ---> docker-login.sh ends [Pipeline] } 20:54:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:12 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/core-command/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo core-command,cmd/core-command/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/core-data/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo core-data,cmd/core-data/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/core-metadata/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo core-metadata,cmd/core-metadata/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/security-bootstrapper/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/security-proxy-setup/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/support-notifications/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo support-notifications,cmd/support-notifications/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/support-scheduler/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:54:12 + for file in '`ls cmd/**/Dockerfile`' 20:54:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:54:12 ++ cut -d/ -f2 20:54:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:54:13 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:54:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:14 20:54:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:54:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:15 latest: Pulling from edgex-devops/git-semver 20:54:15 31603596830f: Pulling fs layer 20:54:15 2a8b12db71e7: Pulling fs layer 20:54:15 6ca5941a6612: Pulling fs layer 20:54:15 ecc8261a40a4: Pulling fs layer 20:54:15 ecc8261a40a4: Waiting 20:54:15 2a8b12db71e7: Verifying Checksum 20:54:15 2a8b12db71e7: Download complete 20:54:15 31603596830f: Verifying Checksum 20:54:15 31603596830f: Download complete 20:54:15 ecc8261a40a4: Verifying Checksum 20:54:15 ecc8261a40a4: Download complete 20:54:15 6ca5941a6612: Verifying Checksum 20:54:15 6ca5941a6612: Download complete 20:54:15 31603596830f: Pull complete 20:54:15 2a8b12db71e7: Pull complete 20:54:16 6ca5941a6612: Pull complete 20:54:16 ecc8261a40a4: Pull complete 20:54:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:54:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:54:16 prd-centos7-docker-4c-2g-29836 does not seem to be running inside a container 20:54:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat 20:54:19 $ docker top 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:19 [ssh-agent] Looking for ssh-agent implementation... 20:54:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:20 $ docker exec 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent 20:54:20 SSH_AUTH_SOCK=/tmp/ssh-IQzNkcBtqnwM/agent.11 20:54:20 SSH_AGENT_PID=16 20:54:20 Running ssh-add (command line suppressed) 20:54:20 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6010734767556715610.key (/w/workspace/edgex-go/3@tmp/private_key_6010734767556715610.key) 20:54:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:20 + git tag --points-at HEAD [Pipeline] } 20:54:20 $ docker exec --env ******** --env ******** 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent -k 20:54:20 unset SSH_AUTH_SOCK; 20:54:20 unset SSH_AGENT_PID; 20:54:20 echo Agent pid 16 killed; 20:54:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:54:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:21 [ssh-agent] Looking for ssh-agent implementation... 20:54:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:21 $ docker exec 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent 20:54:21 SSH_AUTH_SOCK=/tmp/ssh-TBktnyXX6QV6/agent.45 20:54:21 SSH_AGENT_PID=50 20:54:21 Running ssh-add (command line suppressed) 20:54:21 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5797894361458240832.key (/w/workspace/edgex-go/3@tmp/private_key_5797894361458240832.key) 20:54:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:22 + git semver init 20:54:22 # -> Open(): unable to determine branch for HEAD 20:54:22 # $GIT_DIR = /w/workspace/edgex-go/3/.git 20:54:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 20:54:22 # $SEMVER_REMOTE_NAME = origin 20:54:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:22 # $SEMVER_USER_NAME = edgex-jenkins 20:54:22 # $SEMVER_BRANCH = PR-3251 20:54:22 # $SEMVER_TEMP = /tmp/semver-022230673 20:54:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:54:40 # '/tmp/semver-022230673' -> '/w/workspace/edgex-go/3/.semver' 20:54:40 # -> Force: false 20:54:40 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 20:54:40 $ docker exec --env ******** --env ******** 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent -k 20:54:40 unset SSH_AUTH_SOCK; 20:54:40 unset SSH_AGENT_PID; 20:54:40 echo Agent pid 50 killed; 20:54:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:41 + git semver [Pipeline] } 20:54:41 $ docker stop --time=1 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 20:54:43 $ docker rm -f 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 [Pipeline] // withDockerContainer [Pipeline] sh 20:54:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:54:44 Stashed 1 file(s) [Pipeline] echo 20:54:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:54:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:54:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:54:45 + sudo service docker restart 20:54:45 + true 20:54:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:54:46 ========================================================= 20:54:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:54:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:54:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:54:50 Sending build context to Docker daemon 328.6MB 20:54:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:54:50 Step 2/6 : FROM ${BASE} 20:54:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:54:50 188c0c94c7c5: Pulling fs layer 20:54:50 0ef7d3d256c8: Pulling fs layer 20:54:50 de9db76c5a1d: Pulling fs layer 20:54:50 bca2f99d35d6: Pulling fs layer 20:54:50 93359f2a8cfa: Pulling fs layer 20:54:50 7c6f9722023f: Pulling fs layer 20:54:50 a35cf1a2eb13: Pulling fs layer 20:54:50 bca2f99d35d6: Waiting 20:54:50 93359f2a8cfa: Waiting 20:54:50 7c6f9722023f: Waiting 20:54:50 a35cf1a2eb13: Waiting 20:54:50 de9db76c5a1d: Verifying Checksum 20:54:50 de9db76c5a1d: Download complete 20:54:50 0ef7d3d256c8: Download complete 20:54:50 93359f2a8cfa: Verifying Checksum 20:54:50 93359f2a8cfa: Download complete 20:54:50 7c6f9722023f: Verifying Checksum 20:54:50 7c6f9722023f: Download complete 20:54:50 188c0c94c7c5: Verifying Checksum 20:54:50 188c0c94c7c5: Download complete 20:54:50 188c0c94c7c5: Pull complete 20:54:52 a35cf1a2eb13: Verifying Checksum 20:54:52 a35cf1a2eb13: Download complete 20:54:52 0ef7d3d256c8: Pull complete 20:54:52 de9db76c5a1d: Pull complete 20:54:52 bca2f99d35d6: Verifying Checksum 20:54:52 bca2f99d35d6: Download complete 20:54:57 bca2f99d35d6: Pull complete 20:54:57 93359f2a8cfa: Pull complete 20:54:58 7c6f9722023f: Pull complete 20:54:59 Still waiting to schedule task 20:54:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:55:03 a35cf1a2eb13: Pull complete 20:55:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:55:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:55:03 ---> a62c8e92a672 20:55:03 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:55:03 ---> Running in c879035ae158 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:09 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) 20:55:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:15 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) 20:55:15 ERROR: unsatisfiable constraints: 20:55:15  build-base (missing): 20:55:15 required by: world[build-base] 20:55:15 libsodium-dev (missing): 20:55:15 required by: world[libsodium-dev] 20:55:15 pkgconfig (missing): 20:55:15 required by: world[pkgconfig] 20:55:15 zeromq-dev (missing): 20:55:15 required by: world[zeromq-dev] 20:55:15 The command '/bin/sh -c apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch' returned a non-zero code: 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:55:16 Failed in branch amd64 20:56:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29837 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws 20:56:48 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:56:53 using credential edgex-jenkins-ssh 20:56:53 Cloning the remote Git repository 20:56:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:56:54 > git init /w/workspace/edgex-go/3 # timeout=10 20:56:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:56:54 > git --version # timeout=10 20:56:54 > git --version # 'git version 2.17.1' 20:56:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:56:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit f138aeb2ae29a4df6c640145b83ab6f6033e260f 20:57:10 Merge succeeded, producing f138aeb2ae29a4df6c640145b83ab6f6033e260f 20:57:10 Checking out Revision f138aeb2ae29a4df6c640145b83ab6f6033e260f (PR-3251) 20:57:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:57:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:57:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:57:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:57:10 > git config core.sparsecheckout # timeout=10 20:57:10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 20:57:10 > git remote # timeout=10 20:57:10 > git config --get remote.origin.url # timeout=10 20:57:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:10 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 20:57:10 > git rev-parse HEAD^{commit} # timeout=10 20:57:10 > git config core.sparsecheckout # timeout=10 20:57:10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 20:57:15 Commit message: "fix: Address Lenny's PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:57:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:57:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:57:17 + sudo service docker restart 20:57:17 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:57:20 provisioning config files... 20:57:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6015643364784686302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:57:20 ---> docker-login.sh 20:57:20 nexus3.edgexfoundry.org:10001 20:57:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:21 Configure a credential helper to remove this warning. See 20:57:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:21 20:57:21 Login Succeeded 20:57:21 nexus3.edgexfoundry.org:10002 20:57:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:22 Configure a credential helper to remove this warning. See 20:57:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:22 20:57:22 Login Succeeded 20:57:22 nexus3.edgexfoundry.org:10003 20:57:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:23 Configure a credential helper to remove this warning. See 20:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:23 20:57:23 Login Succeeded 20:57:23 nexus3.edgexfoundry.org:10004 20:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:23 Configure a credential helper to remove this warning. See 20:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:23 20:57:23 Login Succeeded 20:57:23 docker.io 20:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:24 Configure a credential helper to remove this warning. See 20:57:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:24 20:57:24 Login Succeeded 20:57:24 ---> docker-login.sh ends [Pipeline] } 20:57:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:57:24 ========================================================= 20:57:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:57:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:57:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:57:27 Sending build context to Docker daemon 166.8MB 20:57:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:57:27 Step 2/6 : FROM ${BASE} 20:57:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:57:27 5f621e34cdf4: Pulling fs layer 20:57:27 a4357932f1b6: Pulling fs layer 20:57:27 18c013af1878: Pulling fs layer 20:57:27 00ac8860ef70: Pulling fs layer 20:57:27 63d7cb157983: Pulling fs layer 20:57:27 b116817d02f9: Pulling fs layer 20:57:27 745a02a5169b: Pulling fs layer 20:57:27 00ac8860ef70: Waiting 20:57:27 63d7cb157983: Waiting 20:57:27 745a02a5169b: Waiting 20:57:27 b116817d02f9: Waiting 20:57:27 18c013af1878: Download complete 20:57:27 a4357932f1b6: Verifying Checksum 20:57:27 a4357932f1b6: Download complete 20:57:27 63d7cb157983: Download complete 20:57:27 b116817d02f9: Download complete 20:57:28 5f621e34cdf4: Verifying Checksum 20:57:28 5f621e34cdf4: Download complete 20:57:29 5f621e34cdf4: Pull complete 20:57:29 a4357932f1b6: Pull complete 20:57:29 18c013af1878: Pull complete 20:57:30 745a02a5169b: Verifying Checksum 20:57:30 745a02a5169b: Download complete 20:57:31 00ac8860ef70: Verifying Checksum 20:57:31 00ac8860ef70: Download complete 20:57:41 00ac8860ef70: Pull complete 20:57:41 63d7cb157983: Pull complete 20:57:41 b116817d02f9: Pull complete 20:57:45 745a02a5169b: Pull complete 20:57:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:57:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:57:45 ---> b7e6874047d6 20:57:45 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:57:48 ---> Running in 7cc551296e05 20:57:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:57:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:57:52 (1/12) Installing libmagic (5.38-r0) 20:57:52 (2/12) Installing file (5.38-r0) 20:57:52 (3/12) Installing libc-dev (0.7.2-r3) 20:57:52 (4/12) Installing g++ (9.3.0-r2) 20:57:56 (5/12) Installing fortify-headers (1.1-r0) 20:57:56 (6/12) Installing patch (2.7.6-r6) 20:57:56 (7/12) Installing build-base (0.5-r2) 20:57:56 (8/12) Installing libsodium (1.0.18-r0) 20:57:56 (9/12) Installing pkgconf (1.7.2-r0) 20:57:56 (10/12) Installing libsodium-dev (1.0.18-r0) 20:57:56 (11/12) Installing libzmq (4.3.3-r0) 20:57:56 (12/12) Installing zeromq-dev (4.3.3-r0) 20:57:56 Executing busybox-1.31.1-r19.trigger 20:57:56 OK: 217 MiB in 51 packages 20:58:01 Removing intermediate container 7cc551296e05 20:58:01 ---> 5263a6ac1590 20:58:01 Step 4/6 : WORKDIR /edgex-go 20:58:01 ---> Running in 6969b6e3ff4d 20:58:01 Removing intermediate container 6969b6e3ff4d 20:58:01 ---> 3fbfcb013918 20:58:01 Step 5/6 : COPY go.mod . 20:58:02 ---> 354041a222f7 20:58:02 Step 6/6 : RUN go mod download 20:58:02 ---> Running in 25310ba2349f 20:58:29 Removing intermediate container 25310ba2349f 20:58:29 ---> 6684584a769f 20:58:29 Successfully built 6684584a769f 20:58:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:58:30 + docker inspect -f . ci-base-image-arm64 20:58:30 . [Pipeline] withDockerContainer 20:58:30 prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container 20:58:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** ci-base-image-arm64 cat 20:58:31 $ docker top c7f4af5004822fc6a76f4c3d1b3d22b2d0a1f3bd77fbe311145a9b1edb3b695b -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:32 + go version 20:58:32 go version go1.15.5 linux/arm64 [Pipeline] } 20:58:32 $ docker stop --time=1 c7f4af5004822fc6a76f4c3d1b3d22b2d0a1f3bd77fbe311145a9b1edb3b695b 20:58:34 $ docker rm -f c7f4af5004822fc6a76f4c3d1b3d22b2d0a1f3bd77fbe311145a9b1edb3b695b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:35 + docker inspect -f . ci-base-image-arm64 20:58:35 . [Pipeline] withDockerContainer 20:58:36 prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container 20:58:36 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** ci-base-image-arm64 cat 20:58:37 $ docker top fd4ac778d084b53b16640636effd313b79f2a2779ce55db8ad3019d9b5257c89 -eo pid,comm [Pipeline] { [Pipeline] echo 20:58:37 ========================================================= 20:58:37 [edgeXBuildGoParallel] Running Tests and Build... 20:58:37 ========================================================= [Pipeline] sh 20:58:38 + make test 20:58:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:59:00 ? github.com/edgexfoundry/edgex-go [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:00:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:00:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:00:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:00:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:00:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:00:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.388s coverage: 45.9% of statements 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:00:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.242s coverage: 100.0% of statements 21:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.620s coverage: 27.1% of statements 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.306s coverage: 71.3% of statements 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.525s coverage: 82.9% of statements 21:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements 21:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.108s coverage: 28.6% of statements 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:00:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.110s coverage: 79.5% of statements 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.104s coverage: 94.1% of statements 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 21:00:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 21:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.118s coverage: 94.4% of statements 21:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 21:01:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 81.9% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.470s coverage: 62.4% of statements 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:01:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 21:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 21:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.835s coverage: 69.0% of statements 21:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:01:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.376s coverage: 38.4% of statements 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:01:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:01:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements 21:01:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.508s coverage: 47.0% of statements 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:01:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:01:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:01:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 87.1% of statements 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.270s coverage: 29.1% of statements 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.243s coverage: 96.5% of statements 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:01:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:01:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 21:01:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 21:01:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 21:01:41 GO111MODULE=on go vet ./... 21:03:02 gofmt -l . 21:03:02 [ "`gofmt -l .`" = "" ] 21:03:02 ./bin/test-go-mod-tidy.sh 21:03:03 ./bin/test-attribution-txt.sh [Pipeline] sh 21:03:06 + ls -al . 21:03:06 total 784 21:03:06 drwxrwxr-x 9 1001 1001 4096 Mar 15 21:03 . 21:03:06 drwxr-xr-x 4 root root 4096 Mar 15 20:58 .. 21:03:06 -rw-rw-r-- 1 1001 1001 11 Mar 15 20:57 .dockerignore 21:03:06 drwxrwxr-x 8 1001 1001 4096 Mar 15 20:57 .git 21:03:06 drwxrwxr-x 3 1001 1001 4096 Mar 15 20:57 .github 21:03:06 -rw-rw-r-- 1 1001 1001 818 Mar 15 20:57 .gitignore 21:03:06 -rw-rw-r-- 1 1001 1001 166 Mar 15 20:57 .sonarcloud.properties 21:03:06 -rw-rw-r-- 1 1001 1001 8607 Mar 15 20:57 Attribution.txt 21:03:06 -rw-rw-r-- 1 1001 1001 3804 Mar 15 20:57 CONTRIBUTING.md 21:03:06 -rw-rw-r-- 1 1001 1001 931 Mar 15 20:57 Dockerfile.build 21:03:06 -rw-rw-r-- 1 1001 1001 863 Mar 15 20:57 Jenkinsfile 21:03:06 -rw-rw-r-- 1 1001 1001 10775 Mar 15 20:57 LICENSE 21:03:06 -rw-rw-r-- 1 1001 1001 5774 Mar 15 20:57 Makefile 21:03:06 -rw-rw-r-- 1 1001 1001 6548 Mar 15 20:57 README.md 21:03:06 -rw-rw-r-- 1 1001 1001 6755 Mar 15 20:57 SECURITY.md 21:03:06 -rw-rw-r-- 1 1001 1001 5 Mar 15 20:54 VERSION 21:03:06 -rw-rw-r-- 1 1001 1001 4131 Mar 15 20:57 ZMQWindows.md 21:03:06 drwxrwxr-x 2 1001 1001 4096 Mar 15 20:57 bin 21:03:06 drwxrwxr-x 14 1001 1001 4096 Mar 15 20:57 cmd 21:03:06 -rw-r--r-- 1 root root 643680 Mar 15 21:01 coverage.out 21:03:06 -rw-r--r-- 1 root root 1055 Mar 15 21:03 go.mod 21:03:06 -rw-r--r-- 1 root root 21981 Mar 15 21:03 go.sum 21:03:06 drwxrwxr-x 8 1001 1001 4096 Mar 15 20:57 internal 21:03:06 drwxrwxr-x 4 1001 1001 4096 Mar 15 20:57 openapi 21:03:06 drwxrwxr-x 4 1001 1001 4096 Mar 15 20:57 snap 21:03:06 -rw-rw-r-- 1 1001 1001 168 Mar 15 20:57 version.go [Pipeline] sh 21:03:06 + '[' -e coverage.out ] 21:03:06 + chown 1001:1001 coverage.out [Pipeline] stash 21:03:08 Stashed 1 file(s) [Pipeline] sh 21:03:09 + make build 21:03:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:03:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:03:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:03:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:03:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:03:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:03:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:04:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:04:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:04:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:04:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:04:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:04:29 $ docker stop --time=1 fd4ac778d084b53b16640636effd313b79f2a2779ce55db8ad3019d9b5257c89 21:04:32 $ docker rm -f fd4ac778d084b53b16640636effd313b79f2a2779ce55db8ad3019d9b5257c89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:04:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:36 21:04:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:04:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:37 latest: Pulling from edgex-devops/edgex-compose-arm64 21:04:37 29e5d40040c1: Pulling fs layer 21:04:37 1ce36da41761: Pulling fs layer 21:04:37 25b303627fd3: Pulling fs layer 21:04:37 29e5d40040c1: Verifying Checksum 21:04:37 29e5d40040c1: Download complete 21:04:38 29e5d40040c1: Pull complete 21:04:38 1ce36da41761: Verifying Checksum 21:04:38 1ce36da41761: Download complete 21:04:39 1ce36da41761: Pull complete 21:04:39 25b303627fd3: Verifying Checksum 21:04:39 25b303627fd3: Download complete 21:04:50 25b303627fd3: Pull complete 21:04:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:04:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:04:50 prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container 21:04:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:04:53 $ docker top 720cd636cd4841342f83a4edd48df4b2edac954dd1fd4cbfbee72bb72bec30aa -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:54 + grep parallel 21:04:54 + docker-compose build --help 21:04:57 --parallel Build images in parallel. [Pipeline] } 21:04:58 $ docker stop --time=1 720cd636cd4841342f83a4edd48df4b2edac954dd1fd4cbfbee72bb72bec30aa 21:04:59 $ docker rm -f 720cd636cd4841342f83a4edd48df4b2edac954dd1fd4cbfbee72bb72bec30aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:05:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:05:00 . [Pipeline] withDockerContainer 21:05:00 prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container 21:05:01 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:05:02 $ docker top 8792c91cf13c3508db57da496a5d22c52a62e8a0a6eed2b31db911ca0c79dd4d -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:03 + docker-compose -f ./docker-compose-build.yml build --parallel 21:05:07 Building docker-core-command-go ... 21:05:07 Building docker-core-data-go ... 21:05:07 Building docker-core-metadata-go ... 21:05:07 Building docker-security-bootstrapper-go ... 21:05:07 Building docker-security-proxy-setup-go ... 21:05:07 Building docker-security-secretstore-setup-go ... 21:05:07 Building docker-support-notifications-go ... 21:05:07 Building docker-support-scheduler-go ... 21:05:07 Building docker-sys-mgmt-agent-go ... 21:05:07 Building docker-support-notifications-go 21:05:07 Building docker-security-bootstrapper-go 21:05:07 Building docker-security-proxy-setup-go 21:05:07 Building docker-core-data-go 21:05:07 Building docker-support-scheduler-go 21:06:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:30 ---> 6684584a769f 21:06:30 Step 3/22 : WORKDIR /edgex-go 21:06:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:06:30 ---> 6684584a769f 21:06:30 Step 3/21 : WORKDIR /edgex-go 21:06:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:06:30 ---> 6684584a769f 21:06:30 Step 3/31 : WORKDIR /edgex-go 21:06:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:30 ---> 6684584a769f 21:06:30 Step 3/22 : WORKDIR /edgex-go 21:06:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:30 ---> 6684584a769f 21:06:30 Step 3/23 : WORKDIR /edgex-go 21:06:30 ---> Running in 4a6ec0bb4f29 21:06:30 ---> Running in efb04ed2d504 21:06:30 ---> Running in 068b6ae8cccb 21:06:30 ---> Running in ebd7ba9a75d3 21:06:30 ---> Running in 022695e104a8 21:06:30 Removing intermediate container efb04ed2d504 21:06:30 Removing intermediate container 068b6ae8cccb 21:06:30 ---> 566765cd5544 21:06:30 ---> 82e723e81792 21:06:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:30 21:06:30 Removing intermediate container 4a6ec0bb4f29 21:06:30 ---> c16c63f1cf47 21:06:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:30 Removing intermediate container ebd7ba9a75d3 21:06:30 ---> 4f89dbbab958 21:06:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:30 Removing intermediate container 022695e104a8 21:06:30 ---> bcd931a492ce 21:06:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:30 ---> Running in 3c5bbf46925d 21:06:30 ---> Running in a0ffd59c5fe1 21:06:30 ---> Running in b24425108a0b 21:06:30 ---> Running in c8f6a06b95e7 21:06:30 ---> Running in 8f14088f4675 21:06:30 Removing intermediate container a0ffd59c5fe1 21:06:30 ---> 07f461964473 21:06:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:06:30 ---> Running in e3fdf7c5e9ef 21:06:30 Removing intermediate container b24425108a0b 21:06:30 ---> 4478077433b1 21:06:30 Removing intermediate container 3c5bbf46925d 21:06:30 Step 5/21 : RUN apk add --update --no-cache make git ---> 7ea3a09de2c9 21:06:30 Step 5/22 : RUN apk add --update --no-cache make git 21:06:30 21:06:30 ---> Running in 5810e4f69ccf 21:06:30 ---> Running in f8c777d41375 21:06:30 Removing intermediate container 8f14088f4675 21:06:30 ---> 3d26971d1ad3 21:06:30 Step 5/31 : RUN apk add --update --no-cache make git 21:06:30 Removing intermediate container c8f6a06b95e7 21:06:30 ---> b129dc3585d6 21:06:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:06:30 ---> Running in 7c5c6252f046 21:06:30 ---> Running in 0066bb9ee535 21:06:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:33 OK: 217 MiB in 51 packages 21:06:34 OK: 217 MiB in 51 packages 21:06:34 OK: 217 MiB in 51 packages 21:06:35 Removing intermediate container 7c5c6252f046 21:06:35 ---> c8cf4c80039f 21:06:35 Step 6/31 : COPY go.mod . 21:06:35 OK: 217 MiB in 51 packages 21:06:35 OK: 217 MiB in 51 packages 21:06:36 ---> f92278300cb6 21:06:36 Step 7/31 : RUN go mod download 21:06:36 ---> Running in f209ca4eae3d 21:06:36 Removing intermediate container f8c777d41375 21:06:36 ---> 78851865d007 21:06:36 Step 6/21 : COPY go.mod . 21:06:37 Removing intermediate container 0066bb9ee535 21:06:37 ---> e66664c9c634 21:06:37 Step 6/22 : COPY go.mod . 21:06:37 Removing intermediate container e3fdf7c5e9ef 21:06:37 ---> 504a8c1ff2f0 21:06:37 Step 6/23 : COPY go.mod . 21:06:37 Removing intermediate container 5810e4f69ccf 21:06:37 ---> 2ced313ffd34 21:06:37 Step 6/22 : COPY go.mod . 21:06:37 ---> ed5a69f15238 21:06:37 Step 7/21 : RUN go mod download 21:06:38 ---> ef6ab2bfc2ea 21:06:38 Step 7/22 : RUN go mod download 21:06:38 ---> Running in 285698156d1d 21:06:38 ---> Running in cb1db0277154 21:06:38 ---> e751c34f5eab 21:06:38 Step 7/23 : RUN go mod download 21:06:38 ---> Running in ac299d072477 21:06:38 ---> 1c8563154b74 21:06:38 Step 7/22 : RUN go mod download 21:06:38 ---> Running in 36ebc59e68b7 21:06:40 Removing intermediate container f209ca4eae3d 21:06:40 ---> 765ed1549ee2 21:06:40 Step 8/31 : COPY . . 21:06:43 Removing intermediate container 285698156d1d 21:06:43 ---> 539e54b613b9 21:06:43 Step 8/21 : COPY . . 21:06:44 Removing intermediate container ac299d072477 21:06:44 ---> c3ddf012f2d9 21:06:44 Step 8/23 : COPY . . 21:06:44 Removing intermediate container 36ebc59e68b7 21:06:44 ---> 7b8f74ecc695 21:06:44 Step 8/22 : COPY . . 21:06:44 Removing intermediate container cb1db0277154 21:06:44 ---> 5c542a18852e 21:06:44 Step 8/22 : COPY . . 21:07:11 ---> 493860fa0e09 21:07:11 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:07:11 ---> eeac218a197e 21:07:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:07:11 ---> Running in 4ebd8d6e7a1c 21:07:11 ---> 53c8e798ac1f 21:07:11 Step 9/23 : RUN make cmd/core-data/core-data 21:07:11 ---> 7deefc593d02 21:07:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:07:11 ---> 86d607a48d6b 21:07:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:07:11 ---> Running in 0f09d49a7fcf 21:07:11 ---> Running in 4f3b15af23b5 21:07:11 ---> Running in 50e466d86046 21:07:11 ---> Running in f7fea4641665 21:07: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 21:07:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:07: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 21:07:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:07: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 21:08:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:09:00 Removing intermediate container 0f09d49a7fcf 21:09:00 ---> 825b689c4261 21:09:00 21:09:00 Step 10/21 : FROM alpine:3.12 21:09:00 3.12: Pulling from library/alpine 21:09:01 Removing intermediate container 4ebd8d6e7a1c 21:09:01 ---> 002c97ce0dee 21:09:01 21:09:01 Step 10/31 : FROM alpine:3.12 21:09:01 3.12: Pulling from library/alpine 21:09:02 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:09:02 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:09:02 Status: Downloaded newer image for alpine:3.12 21:09:02 ---> d10569e2745f 21:09:02 Step 11/21 : RUN apk add --update --no-cache curl 21:09:02 Status: Downloaded newer image for alpine:3.12 21:09:02 ---> d10569e2745f 21:09:02 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:09:03 ---> Running in fb72b0fa0152 21:09:03 ---> Running in 0e3985547571 21:09:04 Removing intermediate container 0e3985547571 21:09:04 ---> 424f307d5f29 21:09:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:09:04 ---> Running in 571e4dae254b 21:09:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:06 (1/4) Installing ca-certificates (20191127-r4) 21:09:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:09:06 (3/4) Installing libcurl (7.69.1-r3) 21:09:06 (4/4) Installing curl (7.69.1-r3) 21:09:06 Executing busybox-1.31.1-r19.trigger 21:09:06 Executing ca-certificates-20191127-r4.trigger 21:09:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:06 OK: 7 MiB in 18 packages 21:09:07 (1/2) Installing dumb-init (1.2.2-r1) 21:09:07 (2/2) Installing su-exec (0.2-r1) 21:09:07 Executing busybox-1.31.1-r19.trigger 21:09:07 OK: 5 MiB in 16 packages 21:09:10 Removing intermediate container 571e4dae254b 21:09:10 ---> c02845a006a3 21:09:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:09:10 Removing intermediate container fb72b0fa0152 21:09:10 ---> dd61c1d3599e 21:09:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:09:11 ---> Running in 62139cf5531e 21:09:11 ---> Running in b14b73e4c266 21:09:13 Removing intermediate container 62139cf5531e 21:09:13 ---> 4667fb3b7026 21:09:13 Step 13/21 : WORKDIR /edgex 21:09:13 Removing intermediate container b14b73e4c266 21:09:13 ---> 38d2b58b0ce9 21:09:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:09:13 ---> Running in c5d65baf09ad 21:09:13 ---> Running in 60e1d35940c9 21:09:14 Removing intermediate container f7fea4641665 21:09:14 ---> 93120526b1fa 21:09:14 21:09:14 Step 10/22 : FROM alpine:3.12 21:09:14 ---> d10569e2745f 21:09:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:09:14 Removing intermediate container c5d65baf09ad 21:09:14 ---> 1968b2177304 21:09:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:09:14 ---> Running in 7d059a34a5e5 21:09:14 Removing intermediate container 60e1d35940c9 21:09:14 ---> b26ccd22ae92 21:09:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:09:15 Removing intermediate container 4f3b15af23b5 21:09:15 ---> a5a39ff39339 21:09:15 21:09:15 Step 10/22 : FROM alpine:3.12 21:09:15 ---> d10569e2745f 21:09:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:09:15 ---> Running in 416c727e8b03 21:09:15 ---> Running in fef5e7642e50 21:09:15 ---> f0d706308cdd 21:09:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:09:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:18 (1/1) Installing dumb-init (1.2.2-r1) 21:09:18 Executing busybox-1.31.1-r19.trigger 21:09:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:18 OK: 5 MiB in 15 packages 21:09:18 ---> d1010550d6cc 21:09:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:09:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:19 (1/2) Installing ca-certificates (20191127-r4) 21:09:19 (2/2) Installing dumb-init (1.2.2-r1) 21:09:19 Executing busybox-1.31.1-r19.trigger 21:09:19 Executing ca-certificates-20191127-r4.trigger 21:09:19 OK: 6 MiB in 16 packages 21:09:19 Removing intermediate container 416c727e8b03 21:09:19 ---> c172fdfda618 21:09:19 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:09:20 ---> Running in a6ff409349ac 21:09:20 Removing intermediate container 7d059a34a5e5 21:09:20 ---> 5e192a0c9678 21:09:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:09:20 ---> 2de1485aed1d 21:09:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:09:20 ---> Running in f3b82cb9ac85 21:09:20 ---> Running in e5aced892e0f 21:09:20 Removing intermediate container a6ff409349ac 21:09:20 ---> 6269b3df79b9 21:09:20 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:09:21 Removing intermediate container f3b82cb9ac85 21:09:21 ---> 764b1f1586a3 21:09:21 Step 13/22 : ENV APP_PORT=48085 21:09:21 ---> Running in 8cf1bf0352f9 21:09:21 Removing intermediate container e5aced892e0f 21:09:21 ---> 91417f2b19c7 21:09:21 Step 18/21 : CMD ["--init=true"] 21:09:21 Removing intermediate container fef5e7642e50 21:09:21 ---> 2b508484ac98 21:09:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:09:21 ---> Running in 31f6de674d1f 21:09:21 ---> Running in ec770e04ac7d 21:09:21 ---> 924012dd6f36 21:09:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:09:22 Removing intermediate container 8cf1bf0352f9 21:09:22 ---> 58b1a970d1d8 21:09:22 Step 14/22 : EXPOSE $APP_PORT 21:09:22 ---> Running in 85264b574d3c 21:09:22 ---> Running in d0b063339049 21:09:22 Removing intermediate container ec770e04ac7d 21:09:22 ---> e1d8463dedd0 21:09:22 Step 19/21 : LABEL arch=arm64 21:09:22 Removing intermediate container 31f6de674d1f 21:09:22 ---> d44070fd2149 21:09:22 Step 13/22 : ENV APP_PORT=48060 21:09:23 ---> Running in 3ee93eeaadde 21:09:23 ---> Running in 04410de10903 21:09:23 Removing intermediate container d0b063339049 21:09:23 ---> 8c976037c487 21:09:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:23 Removing intermediate container 04410de10903 21:09:23 ---> 2f5e68c38ebc 21:09:23 Step 20/21 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:09:23 Removing intermediate container 3ee93eeaadde 21:09:23 ---> 260777ecf3c0 21:09:23 Step 14/22 : EXPOSE $APP_PORT 21:09:23 ---> Running in 83eecd24363c 21:09:23 ---> Running in 30f8a6aa5f3a 21:09:24 ---> 01ecc6393607 21:09:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:09:24 Removing intermediate container 83eecd24363c 21:09:24 ---> dbecf55384f2 21:09:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:24 Removing intermediate container 30f8a6aa5f3a 21:09:24 ---> 3dfee24c1ab0 21:09:24 Step 21/21 : LABEL version=0.0.0 21:09:25 ---> Running in afa0e4c0f500 21:09:25 Removing intermediate container afa0e4c0f500 21:09:25 ---> ccc115d654ed 21:09:25 21:09:25 Removing intermediate container 85264b574d3c 21:09:25 ---> 63765152b291 21:09:25 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:26 ---> 3f25a00647ee 21:09:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> cb88352b4a2d 21:09:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:09:26 21:09:26 Successfully built ccc115d654ed 21:09:26 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:09:26  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 21:09:27 ---> 5fab9a9d66a2 21:09:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:09:28 ---> 9cdedeab408a 21:09:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:09:29 ---> Running in 4114559f605e 21:09:29 ---> 1177b0aad780 21:09:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:09:29 ---> 9cbebda41a06 21:09:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:09:29 Removing intermediate container 50e466d86046 21:09:29 ---> 5cc517d1e2eb 21:09:29 21:09:29 Step 10/23 : FROM alpine:3.12 21:09:29 ---> d10569e2745f 21:09:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:09:30 Removing intermediate container 4114559f605e 21:09:30 ---> e9648007f6f3 21:09:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:30 ---> Running in 503680e266b3 21:09:30 ---> 5606ddb8c9d5 21:09:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:09:30 ---> Running in 9d4ff1ba3925 21:09:30 ---> 42446ab11a03 21:09:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:09:30 ---> Running in 4e9fad697b70 21:09:30 Removing intermediate container 503680e266b3 21:09:30 ---> cdf52b0a44a0 21:09:30 Step 12/23 : ENV APP_PORT=48080 21:09:31 ---> Running in b3ae53459d4c 21:09:31 Removing intermediate container 9d4ff1ba3925 21:09:31 Removing intermediate container 4e9fad697b70 21:09:31 ---> 092a39508ad2 21:09:31 Step 20/22 : LABEL arch=arm64 21:09:31 ---> cc96f587edd0 21:09:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:31 ---> 587baa2e4d71 21:09:31 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:09:31 ---> Running in 471bae5015f2 21:09:31 ---> Running in 93079102b769 21:09:32 Removing intermediate container b3ae53459d4c 21:09:32 ---> 57ef0f9440cf 21:09:32 Step 13/23 : EXPOSE $APP_PORT 21:09:32 ---> Running in 794a18133d09 21:09:33 Removing intermediate container 93079102b769 21:09:33 ---> 2bca01854950 21:09:33 Step 20/22 : LABEL arch=arm64 21:09:33 Removing intermediate container 471bae5015f2 21:09:33 ---> 0115e09eaada 21:09:33 Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:09:33 ---> 0728c0713c34 21:09:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:09:33 ---> Running in 435401931a8f 21:09:33 ---> Running in 6ef4d455b8bd 21:09:33 ---> Running in d61957a1ce55 21:09:33 Removing intermediate container 794a18133d09 21:09:33 ---> b6a593e4afd9 21:09:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:33 Removing intermediate container 435401931a8f 21:09:33 ---> bec095a9c25b 21:09:33 Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:09:34 ---> Running in 0a7366f6ee43 21:09:34 Removing intermediate container 6ef4d455b8bd 21:09:34 ---> 64f2b3173418 21:09:34 Step 22/22 : LABEL version=0.0.0 21:09:34 ---> Running in 915008ec1a88 21:09:34 ---> Running in b8faa93296f3 21:09:34 Removing intermediate container d61957a1ce55 21:09:34 ---> ecedb1edebc6 21:09:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:09:35 Removing intermediate container 915008ec1a88 21:09:35 ---> 86d020150390 21:09:35 Step 22/22 : LABEL version=0.0.0 21:09:35 ---> Running in 938fdc33f2ad 21:09:35 Removing intermediate container b8faa93296f3 21:09:35 ---> 8559e05442ea 21:09:35 21:09:36 Successfully built 8559e05442ea 21:09:36 ---> 6d44d1ef80f5 21:09:36 Step 26/31 : RUN chmod +x /entrypoint.sh 21:09:36 Successfully tagged docker-support-scheduler-go-arm64:latest 21:09:36  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 21:09:36 Removing intermediate container 938fdc33f2ad 21:09:36 ---> 003bd486dbcb 21:09:36 21:09:36 ---> Running in c06bbb564d60 21:09:37 Successfully built 003bd486dbcb 21:09:37 Successfully tagged docker-support-notifications-go-arm64:latest 21:09:37  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 21:09:37 Removing intermediate container 0a7366f6ee43 21:09:37 ---> a4cabb64eea6 21:09:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:09:38 ---> Running in e3c0c7acd54b 21:09:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:39 Removing intermediate container c06bbb564d60 21:09:39 ---> 4b1904ff51ae 21:09:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:09:39 ---> Running in 655815d89c09 21:09:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:40 (1/6) Installing dumb-init (1.2.2-r1) 21:09:41 Removing intermediate container 655815d89c09 21:09:41 ---> 6639bd569a1c 21:09:41 Step 28/31 : CMD ["gate"] 21:09:41 (2/6) Installing libgcc (9.3.0-r2) 21:09:41 (3/6) Installing libsodium (1.0.18-r0) 21:09:41 (4/6) Installing libstdc++ (9.3.0-r2) 21:09:41 (5/6) Installing libzmq (4.3.3-r0) 21:09:41 ---> Running in a624941bb42c 21:09:41 (6/6) Installing zeromq (4.3.3-r0) 21:09:41 Executing busybox-1.31.1-r19.trigger 21:09:41 OK: 8 MiB in 20 packages 21:09:42 Removing intermediate container a624941bb42c 21:09:42 ---> 1f61881ea98d 21:09:42 Step 29/31 : LABEL arch=arm64 21:09:43 ---> Running in 4fa77bb0a93a 21:09:44 Removing intermediate container 4fa77bb0a93a 21:09:44 ---> fff36c939de9 21:09:44 Step 30/31 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:09:44 Removing intermediate container e3c0c7acd54b 21:09:44 ---> f08847a30899 21:09:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:44 ---> Running in cdef434ed678 21:09:45 ---> 016c56f07bdb 21:09:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:09:45 Removing intermediate container cdef434ed678 21:09:45 ---> d53a2f94862e 21:09:45 Step 31/31 : LABEL version=0.0.0 21:09:46 ---> Running in 60a38291518b 21:09:47 Removing intermediate container 60a38291518b 21:09:47 ---> a295bc32d6a1 21:09:47 21:09:47 ---> 032c93dd02bd 21:09:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:09:47 Successfully built a295bc32d6a1 21:09:47 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:09:47 Building docker-core-command-go 21:09:48  Building docker-security-bootstrapper-go ... done  ---> b630039fc0ac 21:09:48 Step 19/23 : ENTRYPOINT ["/core-data"] 21:09:48 ---> Running in 27918393e62c 21:09:49 Removing intermediate container 27918393e62c 21:09:49 ---> acc909445b39 21:09:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:49 ---> Running in c3b06ca289fe 21:09:50 Removing intermediate container c3b06ca289fe 21:09:50 ---> 42a697111b31 21:09:50 Step 21/23 : LABEL arch=arm64 21:09:51 ---> Running in d359b77d2a5d 21:09:51 Removing intermediate container d359b77d2a5d 21:09:51 ---> bce7aaf72e63 21:09:51 Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:09:51 ---> Running in e6e69f7a66e1 21:09:52 Removing intermediate container e6e69f7a66e1 21:09:52 ---> 206e3b76c355 21:09:52 Step 23/23 : LABEL version=0.0.0 21:09:52 ---> Running in a3c472bbdee9 21:09:53 Removing intermediate container a3c472bbdee9 21:09:53 ---> 44dfd2287bd4 21:09:53 21:09:54 Successfully built 44dfd2287bd4 21:09:54 Successfully tagged docker-core-data-go-arm64:latest 21:10:04  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:04 ---> 6684584a769f 21:10:04 Step 3/23 : WORKDIR /edgex-go 21:10:04 ---> Using cache 21:10:04 ---> bcd931a492ce 21:10:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:04 ---> Using cache 21:10:04 ---> 3d26971d1ad3 21:10:04 Step 5/23 : RUN apk add --update --no-cache make git 21:10:04 ---> Using cache 21:10:04 ---> c8cf4c80039f 21:10:04 Step 6/23 : COPY go.mod . 21:10:04 ---> Using cache 21:10:04 ---> f92278300cb6 21:10:04 Step 7/23 : RUN go mod download 21:10:04 ---> Using cache 21:10:04 ---> 765ed1549ee2 21:10:04 Step 8/23 : COPY . . 21:10:04 ---> Using cache 21:10:04 ---> 493860fa0e09 21:10:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:10:06 ---> Running in 1fe618dcd6fd 21:10:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:10:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:10:22 ---> 6684584a769f 21:10:22 Step 3/24 : WORKDIR /edgex-go 21:10:22 ---> Using cache 21:10:22 ---> bcd931a492ce 21:10:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:22 ---> Using cache 21:10:22 ---> 3d26971d1ad3 21:10:22 Step 5/24 : RUN apk add --update --no-cache make git 21:10:22 ---> Using cache 21:10:22 ---> c8cf4c80039f 21:10:22 Step 6/24 : COPY go.mod . 21:10:22 ---> Using cache 21:10:22 ---> f92278300cb6 21:10:22 Step 7/24 : RUN go mod download 21:10:22 ---> Using cache 21:10:22 ---> 765ed1549ee2 21:10:22 Step 8/24 : COPY . . 21:10:22 ---> Using cache 21:10:22 ---> 493860fa0e09 21:10:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:10:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:10:22 ---> 6684584a769f 21:10:22 Step 3/26 : WORKDIR /edgex-go 21:10:22 ---> Using cache 21:10:22 ---> bcd931a492ce 21:10:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:22 ---> Using cache 21:10:22 ---> 3d26971d1ad3 21:10:22 Step 5/26 : RUN apk add --update --no-cache make bash git 21:10:25 ---> Running in 625fe7d8815e 21:10:25 ---> Running in 64bbeac97447 21:10:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:10:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:28 ---> 6684584a769f 21:10:28 Step 3/23 : WORKDIR /edgex-go 21:10:28 ---> Using cache 21:10:28 ---> bcd931a492ce 21:10:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:28 ---> Using cache 21:10:28 ---> 3d26971d1ad3 21:10:28 Step 5/23 : RUN apk add --update --no-cache make git 21:10:28 ---> Using cache 21:10:28 ---> c8cf4c80039f 21:10:28 Step 6/23 : COPY go.mod . 21:10:28 ---> Using cache 21:10:28 ---> f92278300cb6 21:10:28 Step 7/23 : RUN go mod download 21:10:28 ---> Using cache 21:10:28 ---> 765ed1549ee2 21:10:28 Step 8/23 : COPY . . 21:10:28 ---> Using cache 21:10:28 ---> 493860fa0e09 21:10:28 Step 9/23 : RUN make cmd/core-command/core-command 21:10:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:29 ---> Running in e7f98690c248 21:10:30 OK: 217 MiB in 51 packages 21:10:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:10:31 Removing intermediate container 64bbeac97447 21:10:31 ---> ca4eedd26c84 21:10:31 Step 6/26 : COPY go.mod . 21:10:32 ---> 146b43ba9650 21:10:32 Step 7/26 : RUN go mod download 21:10:33 ---> Running in 9c2f3e737d63 21:10:37 Removing intermediate container 9c2f3e737d63 21:10:37 ---> b129620b074f 21:10:37 Step 8/26 : COPY . . 21:10:59 ---> 82c805749d61 21:10:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:10:59 ---> Running in 8da239b80ee3 21:10:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:11:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:11:49 Removing intermediate container 1fe618dcd6fd 21:11:49 ---> 440499fe228b 21:11:49 21:11:49 Step 10/23 : FROM alpine:3.12 21:11:49 ---> d10569e2745f 21:11:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:11:49 ---> Using cache 21:11:49 ---> 5e192a0c9678 21:11:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:11:49 ---> Using cache 21:11:49 ---> 764b1f1586a3 21:11:49 Step 13/23 : ENV APP_PORT=48081 21:11:49 ---> Running in 85b15bccdf24 21:11:50 Removing intermediate container 85b15bccdf24 21:11:50 ---> 3e50baf0b268 21:11:50 Step 14/23 : EXPOSE $APP_PORT 21:11:50 ---> Running in ebd6ad1ae05a 21:11:51 Removing intermediate container ebd6ad1ae05a 21:11:51 ---> 91fe75b38841 21:11:51 Step 15/23 : WORKDIR / 21:11:51 ---> Running in c470c3192b22 21:11:52 Removing intermediate container c470c3192b22 21:11:52 ---> d80d25e1e0c8 21:11:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:11:53 ---> 1292cb2eb456 21:11:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:11:56 ---> 3cb98cd13fdc 21:11:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:11:57 ---> 3bf72c866353 21:11:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:11:57 ---> Running in 94583ee49242 21:11:59 Removing intermediate container 94583ee49242 21:11:59 ---> 8392a32099c7 21:11:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:11:59 ---> Running in 49f9a88c4495 21:12:00 Removing intermediate container 625fe7d8815e 21:12:00 ---> 9c273d4f791c 21:12:00 21:12:00 Step 10/24 : FROM alpine:3.12 21:12:00 ---> d10569e2745f 21:12:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:12:00 ---> Running in c6f6a8c98938 21:12:00 Removing intermediate container 49f9a88c4495 21:12:00 ---> 474ab8db9e2b 21:12:00 Step 21/23 : LABEL arch=arm64 21:12:00 ---> Running in 03e8f5bc9c35 21:12:01 Removing intermediate container 03e8f5bc9c35 21:12:01 ---> e1ca4720f637 21:12:01 Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:12:01 ---> Running in d650b1876e6d 21:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:02 Removing intermediate container d650b1876e6d 21:12:02 ---> b1957973bb1b 21:12:02 Step 23/23 : LABEL version=0.0.0 21:12:03 ---> Running in e4e13399cf7c 21:12:03 (1/5) Installing ca-certificates (20191127-r4) 21:12:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:12:03 (3/5) Installing libcurl (7.69.1-r3) 21:12:03 (4/5) Installing curl (7.69.1-r3) 21:12:03 (5/5) Installing dumb-init (1.2.2-r1) 21:12:03 Executing busybox-1.31.1-r19.trigger 21:12:03 Executing ca-certificates-20191127-r4.trigger 21:12:03 Removing intermediate container e4e13399cf7c 21:12:03 ---> 57b9eb7119e3 21:12:03 21:12:03 OK: 7 MiB in 19 packages 21:12:04 Successfully built 57b9eb7119e3 21:12:04 Successfully tagged docker-core-metadata-go-arm64:latest 21:12:07  Building docker-core-metadata-go ... done Removing intermediate container c6f6a8c98938 21:12:07 ---> c1fce1ae3620 21:12:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:12:07 ---> Running in 530a1b8c1fb2 21:12:08 Removing intermediate container 530a1b8c1fb2 21:12:08 ---> f68aaca320b6 21:12:08 Step 13/24 : WORKDIR / 21:12:08 ---> Running in d02287ffb023 21:12:09 Removing intermediate container e7f98690c248 21:12:09 ---> fddc2c7e41da 21:12:09 21:12:09 Step 10/23 : FROM alpine:3.12 21:12:09 ---> d10569e2745f 21:12:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:12:09 ---> Using cache 21:12:09 ---> 5e192a0c9678 21:12:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:12:09 ---> Using cache 21:12:09 ---> 764b1f1586a3 21:12:09 Step 13/23 : ENV APP_PORT=48082 21:12:09 ---> Running in d6c363fb56bf 21:12:09 Removing intermediate container d02287ffb023 21:12:09 ---> e6954c5faee9 21:12:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:12:09 Removing intermediate container d6c363fb56bf 21:12:09 ---> b72215d883fb 21:12:09 Step 14/23 : EXPOSE $APP_PORT 21:12:09 ---> Running in b2f3006f983d 21:12:10 ---> 8dcc9eb89dca 21:12:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:12:10 Removing intermediate container b2f3006f983d 21:12:10 ---> 1416a7e25dd2 21:12:10 Step 15/23 : WORKDIR / 21:12:10 ---> Running in 39a773cc2a22 21:12:11 ---> 906ace786dce 21:12:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:12:11 Removing intermediate container 39a773cc2a22 21:12:11 ---> aeb186585efc 21:12:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:12 ---> c1f8c6465e14 21:12:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:12:12 ---> ead6eb46c328 21:12:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:12:14 ---> 56a3f940c2d5 21:12:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:12:14 ---> aca1cad1d11b 21:12:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:12:14 Removing intermediate container 8da239b80ee3 21:12:14 ---> efdaf7be22d8 21:12:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:12:15 ---> Running in 7f9a973babb1 21:12:16 ---> 56256cda6444 21:12:16 Step 19/23 : ENTRYPOINT ["/core-command"] 21:12:16 ---> Running in c22b177003ee 21:12:16 ---> de8622dd963c 21:12:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:12:16 Removing intermediate container c22b177003ee 21:12:16 ---> 6a46bf23a24b 21:12:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:12:17 ---> Running in 8064bfd9ef9c 21:12:17 ---> 7fd414c0a8ba 21:12:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:12:17 ---> Running in 08415eaf84d7 21:12:17 Removing intermediate container 8064bfd9ef9c 21:12:17 ---> f72597ea6ce4 21:12:17 Step 21/23 : LABEL arch=arm64 21:12:17 ---> Running in 13d553af8b7e 21:12:18 Removing intermediate container 13d553af8b7e 21:12:18 ---> c32f5267b971 21:12:18 Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:12:18 ---> Running in 60d255047ba6 21:12:19 Removing intermediate container 60d255047ba6 21:12:19 ---> 12b2eebd94a0 21:12:19 Step 23/23 : LABEL version=0.0.0 21:12:19 ---> Running in e91e31d8458f 21:12:20 Removing intermediate container e91e31d8458f 21:12:20 ---> d7821ce928c2 21:12:20 21:12:20 Removing intermediate container 7f9a973babb1 21:12:20 ---> 2b40e93d77d0 21:12:20 21:12:20 Step 11/26 : FROM docker:20.10.0 21:12:20 20.10.0: Pulling from library/docker 21:12:20 Removing intermediate container 08415eaf84d7 21:12:20 ---> 6ca22fac1579 21:12:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:12:20 Successfully built d7821ce928c2 21:12:21 Successfully tagged docker-core-command-go-arm64:latest 21:12:21  Building docker-core-command-go ... done  ---> Running in bb8fe5b10ac5 21:12:21 Removing intermediate container bb8fe5b10ac5 21:12:21 ---> f9cddababae3 21:12:21 Step 22/24 : LABEL arch=arm64 21:12:22 ---> Running in 35688712d13d 21:12:23 Removing intermediate container 35688712d13d 21:12:23 ---> d802566e3ae0 21:12:23 Step 23/24 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:12:23 ---> Running in 3be7f1c87aa3 21:12:24 Removing intermediate container 3be7f1c87aa3 21:12:24 ---> ed0b311fee5e 21:12:24 Step 24/24 : LABEL version=0.0.0 21:12:24 ---> Running in e51be882b2a8 21:12:25 Removing intermediate container e51be882b2a8 21:12:25 ---> 5a7ca3defad9 21:12:25 21:12:26 Successfully built 5a7ca3defad9 21:12:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:12:29  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:12:29 Status: Downloaded newer image for docker:20.10.0 21:12:29 ---> eeaf43b92773 21:12:29 Step 12/26 : RUN apk add --no-cache bash 21:12:30 ---> Running in 2067207d23bc 21:12:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:32 (1/2) Installing readline (8.0.4-r0) 21:12:32 (2/2) Installing bash (5.0.17-r0) 21:12:32 Executing bash-5.0.17-r0.post-install 21:12:32 Executing busybox-1.31.1-r19.trigger 21:12:32 OK: 12 MiB in 22 packages 21:12:33 Removing intermediate container 2067207d23bc 21:12:33 ---> ffe21032d2eb 21:12:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:12:34 ---> Running in bb9193bf6262 21:12:34 Removing intermediate container bb9193bf6262 21:12:34 ---> 64776e8723da 21:12:34 Step 14/26 : ENV APP_PORT=48090 21:12:34 ---> Running in f887520bba48 21:12:35 Removing intermediate container f887520bba48 21:12:35 ---> c6899feaca3f 21:12:35 Step 15/26 : EXPOSE $APP_PORT 21:12:35 ---> Running in 783051750e78 21:12:35 Removing intermediate container 783051750e78 21:12:35 ---> 56d16ddd832c 21:12:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:12:37 ---> 46a5f5e7d751 21:12:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:12:37 ---> 94ef38513237 21:12:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:12:38 ---> 3a7a851f79e0 21:12:38 Step 19/26 : RUN apk --no-cache add py3-pip 21:12:39 ---> Running in 28abce087bc0 21:12:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:42 (1/33) Installing libbz2 (1.0.8-r1) 21:12:42 (2/33) Installing expat (2.2.9-r1) 21:12:42 (3/33) Installing libffi (3.3-r2) 21:12:42 (4/33) Installing gdbm (1.13-r1) 21:12:42 (5/33) Installing xz-libs (5.2.5-r0) 21:12:42 (6/33) Installing sqlite-libs (3.32.1-r0) 21:12:42 (7/33) Installing python3 (3.8.8-r0) 21:12:47 (8/33) Installing py3-appdirs (1.4.4-r1) 21:12:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:12:47 (10/33) Installing py3-parsing (2.4.7-r0) 21:12:47 (11/33) Installing py3-six (1.15.0-r0) 21:12:47 (12/33) Installing py3-packaging (20.4-r0) 21:12:47 (13/33) Installing py3-setuptools (47.0.0-r0) 21:12:47 (14/33) Installing py3-chardet (3.0.4-r4) 21:12:47 (15/33) Installing py3-idna (2.9-r0) 21:12:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:12:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:12:47 (18/33) Installing py3-requests (2.23.0-r0) 21:12:47 (19/33) Installing py3-msgpack (1.0.0-r0) 21:12:47 (20/33) Installing py3-lockfile (0.12.2-r3) 21:12:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:12:47 (22/33) Installing py3-colorama (0.4.3-r0) 21:12:47 (23/33) Installing py3-distlib (0.3.0-r0) 21:12:47 (24/33) Installing py3-distro (1.5.0-r1) 21:12:47 (25/33) Installing py3-webencodings (0.5.1-r3) 21:12:47 (26/33) Installing py3-html5lib (1.0.1-r4) 21:12:47 (27/33) Installing py3-pytoml (0.1.21-r0) 21:12:47 (28/33) Installing py3-pep517 (0.8.2-r0) 21:12:47 (29/33) Installing py3-progress (1.5-r0) 21:12:47 (30/33) Installing py3-toml (0.10.1-r0) 21:12:47 (31/33) Installing py3-retrying (1.3.3-r0) 21:12:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:12:47 (33/33) Installing py3-pip (20.1.1-r0) 21:12:48 Executing busybox-1.31.1-r19.trigger 21:12:48 OK: 71 MiB in 55 packages 21:12:54 Removing intermediate container 28abce087bc0 21:12:54 ---> 4673632d407a 21:12:54 Step 20/26 : RUN pip install docker-compose==1.23.2 21:12:55 ---> Running in d7fc784602de 21:13:01 Collecting docker-compose==1.23.2 21:13:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:13:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:13:03 Collecting docker<4.0,>=3.6.0 21:13:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:13:03 Collecting docopt<0.7,>=0.6.1 21:13:03 Downloading docopt-0.6.2.tar.gz (25 kB) 21:13:06 Collecting dockerpty<0.5,>=0.4.1 21:13:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:13:09 Collecting PyYAML<4,>=3.10 21:13:10 Downloading PyYAML-3.13.tar.gz (270 kB) 21:13:14 Collecting cached-property<2,>=1.2.0 21:13:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:13:15 Collecting jsonschema<3,>=2.5.1 21:13:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:13:15 Collecting texttable<0.10,>=0.9.0 21:13:15 Downloading texttable-0.9.1.tar.gz (11 kB) 21:13:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:13:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:13:20 Collecting websocket-client<1.0,>=0.32.0 21:13:20 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:13:20 Collecting docker-pycreds>=0.4.0 21:13:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:13:21 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:13:22 Collecting idna<2.8,>=2.5 21:13:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:13:22 Collecting urllib3<1.25,>=1.21.1 21:13:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:13:22 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:13:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:13:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:13:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:13:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:13:24 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, PyYAML, cached-property, jsonschema, texttable, docker-compose 21:13:24 Attempting uninstall: idna 21:13:24 Found existing installation: idna 2.9 21:13:24 Uninstalling idna-2.9: 21:13:24 Successfully uninstalled idna-2.9 21:13:25 Attempting uninstall: urllib3 21:13:25 Found existing installation: urllib3 1.25.9 21:13:25 Uninstalling urllib3-1.25.9: 21:13:25 Successfully uninstalled urllib3-1.25.9 21:13:26 Attempting uninstall: requests 21:13:26 Found existing installation: requests 2.23.0 21:13:26 Uninstalling requests-2.23.0: 21:13:26 Successfully uninstalled requests-2.23.0 21:13:28 Running setup.py install for docopt: started 21:13:32 Running setup.py install for docopt: finished with status 'done' 21:13:32 Running setup.py install for dockerpty: started 21:13:34 Running setup.py install for dockerpty: finished with status 'done' 21:13:34 Running setup.py install for PyYAML: started 21:13:38 Running setup.py install for PyYAML: finished with status 'done' 21:13:38 Running setup.py install for texttable: started 21:13:41 Running setup.py install for texttable: finished with status 'done' 21:13:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 21:13:46 Removing intermediate container d7fc784602de 21:13:46 ---> ffe934dadbe9 21:13:46 Step 21/26 : RUN apk --no-cache add curl 21:13:47 ---> Running in 84cbfe59c682 21:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:13:49 (2/3) Installing libcurl (7.69.1-r3) 21:13:49 (3/3) Installing curl (7.69.1-r3) 21:13:49 Executing busybox-1.31.1-r19.trigger 21:13:49 OK: 72 MiB in 58 packages 21:13:50 Removing intermediate container 84cbfe59c682 21:13:50 ---> 07514ca84800 21:13:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:13:50 ---> Running in 143667f8f465 21:13:51 Removing intermediate container 143667f8f465 21:13:51 ---> 8c86ecb6ce34 21:13:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:51 ---> Running in fa5007506233 21:13:51 Removing intermediate container fa5007506233 21:13:51 ---> def270cdf880 21:13:51 Step 24/26 : LABEL arch=arm64 21:13:51 ---> Running in 7d66502f2949 21:13:52 Removing intermediate container 7d66502f2949 21:13:52 ---> 423118cea986 21:13:52 Step 25/26 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f 21:13:52 ---> Running in b4b6196471ac 21:13:52 Removing intermediate container b4b6196471ac 21:13:52 ---> e8c72948f578 21:13:52 Step 26/26 : LABEL version=0.0.0 21:13:53 ---> Running in 65a9de28954f 21:13:53 Removing intermediate container 65a9de28954f 21:13:53 ---> b30eb93cbeb2 21:13:53 21:13:54 Successfully built b30eb93cbeb2 21:13:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:13:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:13:54 $ docker stop --time=1 8792c91cf13c3508db57da496a5d22c52a62e8a0a6eed2b31db911ca0c79dd4d 21:13:56 $ docker rm -f 8792c91cf13c3508db57da496a5d22c52a62e8a0a6eed2b31db911ca0c79dd4d [Pipeline] // withDockerContainer [Pipeline] sh 21:13:57 + docker images 21:13:57 + grep docker 21:13:57 docker-sys-mgmt-agent-go-arm64 latest b30eb93cbeb2 4 seconds ago 300MB 21:13:57 docker-security-secretstore-setup-go-arm64 latest 5a7ca3defad9 About a minute ago 23.7MB 21:13:57 docker-core-command-go-arm64 latest d7821ce928c2 About a minute ago 16.2MB 21:13:57 docker-core-metadata-go-arm64 latest 57b9eb7119e3 About a minute ago 17.9MB 21:13:57 docker-core-data-go-arm64 latest 44dfd2287bd4 4 minutes ago 21.3MB 21:13:57 docker-security-bootstrapper-go-arm64 latest a295bc32d6a1 4 minutes ago 17.8MB 21:13:57 docker-support-notifications-go-arm64 latest 003bd486dbcb 4 minutes ago 16.9MB 21:13:57 docker-support-scheduler-go-arm64 latest 8559e05442ea 4 minutes ago 16.3MB 21:13:57 docker-security-proxy-setup-go-arm64 latest ccc115d654ed 4 minutes ago 23.4MB 21:13:57 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:13:58 ---> job-cost.sh 21:13:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x7I7 21:14:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:17:17 lf-activate-venv(): INFO: Adding /tmp/venv-x7I7/bin to PATH 21:17:17 INFO: No Stack... 21:17:17 INFO: Retrieving Pricing Info for: lf-standard-4 21:17:17 INFO: Archiving Costs [Pipeline] sh 21:17:17 + cut -d, -f6 21:17:17 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 21:17:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3251-3-stack-cost] 21:17:17 Resource [jenkins-edgexfoundry-edgex-go-PR-3251-3-stack-cost] did not exist. Created. 21:17:17 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3251-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:17:17 + echo total: 0.20999999344348907 [Pipeline] stash 21:17:18 Stashed 1 file(s) [Pipeline] } 21:17:18 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3251-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:17:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:17:21 ---> package-listing.sh 21:17:21 ++ facter osfamily 21:17:21 ++ tr '[:upper:]' '[:lower:]' 21:17:21 + OS_FAMILY=redhat 21:17:21 + workspace=/w/workspace/edgex-go/3 21:17:21 + START_PACKAGES=/tmp/packages_start.txt 21:17:21 + END_PACKAGES=/tmp/packages_end.txt 21:17:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:17:21 + PACKAGES=/tmp/packages_start.txt 21:17:21 + '[' /w/workspace/edgex-go/3 ']' 21:17:21 + PACKAGES=/tmp/packages_end.txt 21:17:21 + case "${OS_FAMILY}" in 21:17:21 + rpm -qa 21:17:21 + sort 21:17:26 + '[' -f /tmp/packages_start.txt ']' 21:17:26 + '[' -f /tmp/packages_end.txt ']' 21:17:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:17:26 + '[' /w/workspace/edgex-go/3 ']' 21:17:26 + mkdir -p /w/workspace/edgex-go/3/archives/ 21:17:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 21:17:26 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:17:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:17:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:27 21:17:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:17:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:27 alpine: Pulling from edgex-lftools-log-publisher 21:17:27 df20fa9351a1: Pulling fs layer 21:17:27 36b3adc4ff6f: Pulling fs layer 21:17:27 8ad3a11d3b57: Pulling fs layer 21:17:27 46f8f816bc3b: Pulling fs layer 21:17:27 93b61091891f: Pulling fs layer 21:17:27 93b9cdb0e59b: Pulling fs layer 21:17:27 5e14af77c1be: Pulling fs layer 21:17:27 01666e4c0597: Pulling fs layer 21:17:27 aa168da1d23b: Pulling fs layer 21:17:27 46f8f816bc3b: Waiting 21:17:27 93b61091891f: Waiting 21:17:27 93b9cdb0e59b: Waiting 21:17:27 5e14af77c1be: Waiting 21:17:27 01666e4c0597: Waiting 21:17:27 aa168da1d23b: Waiting 21:17:27 36b3adc4ff6f: Verifying Checksum 21:17:27 36b3adc4ff6f: Download complete 21:17:27 46f8f816bc3b: Verifying Checksum 21:17:27 46f8f816bc3b: Download complete 21:17:28 df20fa9351a1: Download complete 21:17:28 93b9cdb0e59b: Download complete 21:17:28 93b61091891f: Verifying Checksum 21:17:28 93b61091891f: Download complete 21:17:28 5e14af77c1be: Verifying Checksum 21:17:28 5e14af77c1be: Download complete 21:17:28 01666e4c0597: Verifying Checksum 21:17:28 01666e4c0597: Download complete 21:17:28 8ad3a11d3b57: Verifying Checksum 21:17:28 df20fa9351a1: Pull complete 21:17:28 36b3adc4ff6f: Pull complete 21:17:30 aa168da1d23b: Verifying Checksum 21:17:30 aa168da1d23b: Download complete 21:17:30 8ad3a11d3b57: Pull complete 21:17:30 46f8f816bc3b: Pull complete 21:17:31 93b61091891f: Pull complete 21:17:31 93b9cdb0e59b: Pull complete 21:17:31 5e14af77c1be: Pull complete 21:17:31 01666e4c0597: Pull complete 21:17:38 aa168da1d23b: Pull complete 21:17:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:17:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:17:38 prd-centos7-docker-4c-2g-29836 does not seem to be running inside a container 21:17:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat 21:17:42 $ docker top cb60aed5959d1c6813b020ff9471c2125bb8d059a883184cc8553c39ce4aaab4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:17:42 + touch /tmp/pre-build-complete [Pipeline] sh 21:17:43 + mkdir -p /var/log/sa [Pipeline] sh 21:17:43 + ls /var/log/sa-host 21:17:43 + sadf -c /var/log/sa-host/sa15 21:17:43 file_magic: OK 21:17:43 HZ: Using current value: 100 21:17:43 file_header: OK 21:17:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:17:43 Statistics: 21:17:43 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... 21:17:43 File successfully converted to sysstat format version 12.2.1 21:17:43 + sadf -c /var/log/sa-host/sa23 21:17:43 file_magic: OK 21:17:43 HZ: Using current value: 100 21:17:43 file_header: OK 21:17:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:17:43 Statistics: 21:17:43 Hnuu...uuuununununu... 21:17:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:17:43 provisioning config files... 21:17:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4497561929886437071tmp [Pipeline] { [Pipeline] echo 21:17:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:17:44 ---> create-netrc.sh [Pipeline] } 21:17:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:17:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:17:45 ---> python-tools-install.sh [Pipeline] echo 21:17:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:17:45 ---> sudo-logs.sh 21:17:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:17:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:17:45 ---> job-cost.sh 21:17:45 lf-activate-venv: SKIPPING 21:17:45 DEBUG: total: 0.20999999344348907 21:17:45 INFO: Retrieving Stack Cost... 21:17:48 INFO: Retrieving Pricing Info for: v1-standard-2 21:17:48 INFO: Archiving Costs [Pipeline] echo 21:17:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:17:48 ---> logs-deploy.sh 21:17:48 lf-activate-venv: SKIPPING 21:17:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3251/3 21:17:48 INFO: archiving workspace using pattern(s): 21:17:50 Archives upload complete. 21:17:50 INFO: archiving logs to Nexus