Pull request #2999 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c3fff5d214d9678334f8f39739c11b7a5b7db6a5+6731ab5d56a0494658aab350a508f22ecd29f588 (19b20d0b19675baf23c29ef87e98fadc5c9f3eb9) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19783 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6731ab5d56a0494658aab350a508f22ecd29f588 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 > 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/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # 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 6731ab5d56a0494658aab350a508f22ecd29f588 # timeout=10 Merge succeeded, producing 3e46a1d5c22063102067ca6169d05a03eaa1b63d Checking out Revision 3e46a1d5c22063102067ca6169d05a03eaa1b63d (PR-2999) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e46a1d5c22063102067ca6169d05a03eaa1b63d # timeout=10 Commit message: "Merge commit '6731ab5d56a0494658aab350a508f22ecd29f588' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:10:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:10:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:10:54 ========================================================= 20:10:54 EdgeX Global Pipelines Version Info 20:10:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 67b434a2c79728f75ad42d4b45ee2cce12541ed9 # timeout=10 20:10:56 ------------------- 20:10:56 stable info: 20:10:56 ------------------- 20:10:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:10:56 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:10:56 Message: update stable to v1.0.173 20:10:57 ------------------- 20:10:57 experimental info: 20:10:57 ------------------- 20:10:57 Commited By: **** collab-it+edgex@linuxfoundation.org 20:10:57 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:10:57 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:10:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:10:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:10:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:10:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:10:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:10:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:11:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2999 [Pipeline] echo 20:11:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2999 [Pipeline] echo 20:11:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2999 [Pipeline] echo 20:11:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e46a1d5c22063102067ca6169d05a03eaa1b63d [Pipeline] echo 20:11:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e46a1d [Pipeline] echo 20:11:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:11:00 provisioning config files... 20:11:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4955672849932229690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:01 ---> docker-login.sh 20:11:01 nexus3.edgexfoundry.org:10001 20:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:01 Configure a credential helper to remove this warning. See 20:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:01 20:11:01 Login Succeeded 20:11:01 nexus3.edgexfoundry.org:10002 20:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:01 Configure a credential helper to remove this warning. See 20:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:01 20:11:01 Login Succeeded 20:11:01 nexus3.edgexfoundry.org:10003 20:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:02 Configure a credential helper to remove this warning. See 20:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:02 20:11:02 Login Succeeded 20:11:02 nexus3.edgexfoundry.org:10004 20:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:02 Configure a credential helper to remove this warning. See 20:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:02 20:11:02 Login Succeeded 20:11:02 docker.io 20:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:02 Configure a credential helper to remove this warning. See 20:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:02 20:11:02 Login Succeeded 20:11:02 ---> docker-login.sh ends [Pipeline] } 20:11:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:11:03 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/core-command/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo core-command,cmd/core-command/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/core-data/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo core-data,cmd/core-data/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/core-metadata/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo core-metadata,cmd/core-metadata/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/security-proxy-setup/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/support-notifications/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo support-notifications,cmd/support-notifications/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/support-scheduler/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:11:03 + for file in '`ls cmd/**/Dockerfile`' 20:11:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:11:03 ++ cut -d/ -f2 20:11:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:11:03 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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:11:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:11:04 20:11:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:11:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:11:05 latest: Pulling from edgex-devops/git-semver 20:11:05 31603596830f: Pulling fs layer 20:11:05 2a8b12db71e7: Pulling fs layer 20:11:05 6ca5941a6612: Pulling fs layer 20:11:05 ecc8261a40a4: Pulling fs layer 20:11:05 ecc8261a40a4: Waiting 20:11:05 2a8b12db71e7: Download complete 20:11:05 31603596830f: Verifying Checksum 20:11:05 31603596830f: Download complete 20:11:05 ecc8261a40a4: Verifying Checksum 20:11:05 ecc8261a40a4: Download complete 20:11:05 6ca5941a6612: Verifying Checksum 20:11:05 6ca5941a6612: Download complete 20:11:05 31603596830f: Pull complete 20:11:06 2a8b12db71e7: Pull complete 20:11:06 6ca5941a6612: Pull complete 20:11:06 ecc8261a40a4: Pull complete 20:11:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:11:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:11:07 prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container 20:11:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:11:09 $ docker top 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:11:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:11:09 [ssh-agent] Looking for ssh-agent implementation... 20:11:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:11:10 $ docker exec 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent 20:11:10 SSH_AUTH_SOCK=/tmp/ssh-1cCQMIFZlFAa/agent.11 20:11:10 SSH_AGENT_PID=16 20:11:10 Running ssh-add (command line suppressed) 20:11:10 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4962486451945315394.key (/w/workspace/edgex-go/6@tmp/private_key_4962486451945315394.key) 20:11:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:11:10 + git tag --points-at HEAD [Pipeline] } 20:11:10 $ docker exec --env ******** --env ******** 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent -k 20:11:11 unset SSH_AUTH_SOCK; 20:11:11 unset SSH_AGENT_PID; 20:11:11 echo Agent pid 16 killed; 20:11:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:11:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:11:11 [ssh-agent] Looking for ssh-agent implementation... 20:11:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:11:11 $ docker exec 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent 20:11:11 SSH_AUTH_SOCK=/tmp/ssh-vunA2vlnyzNb/agent.45 20:11:11 SSH_AGENT_PID=50 20:11:11 Running ssh-add (command line suppressed) 20:11:11 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7196511589390866191.key (/w/workspace/edgex-go/6@tmp/private_key_7196511589390866191.key) 20:11:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:11:12 + git semver init 20:11:12 # -> Open(): unable to determine branch for HEAD 20:11:12 # $GIT_DIR = /w/workspace/edgex-go/6/.git 20:11:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 20:11:12 # $SEMVER_REMOTE_NAME = origin 20:11:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:11:12 # $SEMVER_USER_NAME = edgex-jenkins 20:11:12 # $SEMVER_BRANCH = PR-2999 20:11:12 # $SEMVER_TEMP = /tmp/semver-274476246 20:11:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:11:30 # '/tmp/semver-274476246' -> '/w/workspace/edgex-go/6/.semver' 20:11:30 # -> Force: false 20:11:30 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 20:11:30 $ docker exec --env ******** --env ******** 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent -k 20:11:30 unset SSH_AUTH_SOCK; 20:11:30 unset SSH_AGENT_PID; 20:11:30 echo Agent pid 50 killed; 20:11:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:11:31 + git semver [Pipeline] } 20:11:31 $ docker stop --time=1 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 20:11:32 $ docker rm -f 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 [Pipeline] // withDockerContainer [Pipeline] sh 20:11:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:11:33 Stashed 1 file(s) [Pipeline] echo 20:11:33 [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:11:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:11:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:11:35 + sudo service docker restart 20:11:35 + true 20:11:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:11:35 ========================================================= 20:11:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:11:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:11:36 + 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:11:39 Sending build context to Docker daemon 326.3MB 20:11:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:11:39 Step 2/6 : FROM ${BASE} 20:11:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:11:39 188c0c94c7c5: Pulling fs layer 20:11:39 0ef7d3d256c8: Pulling fs layer 20:11:39 de9db76c5a1d: Pulling fs layer 20:11:39 bca2f99d35d6: Pulling fs layer 20:11:39 93359f2a8cfa: Pulling fs layer 20:11:39 7c6f9722023f: Pulling fs layer 20:11:39 a35cf1a2eb13: Pulling fs layer 20:11:39 93359f2a8cfa: Waiting 20:11:39 7c6f9722023f: Waiting 20:11:39 a35cf1a2eb13: Waiting 20:11:39 bca2f99d35d6: Waiting 20:11:39 de9db76c5a1d: Verifying Checksum 20:11:39 de9db76c5a1d: Download complete 20:11:39 0ef7d3d256c8: Verifying Checksum 20:11:39 0ef7d3d256c8: Download complete 20:11:39 93359f2a8cfa: Download complete 20:11:39 188c0c94c7c5: Download complete 20:11:39 7c6f9722023f: Verifying Checksum 20:11:39 7c6f9722023f: Download complete 20:11:39 188c0c94c7c5: Pull complete 20:11:39 0ef7d3d256c8: Pull complete 20:11:39 de9db76c5a1d: Pull complete 20:11:41 a35cf1a2eb13: Verifying Checksum 20:11:41 a35cf1a2eb13: Download complete 20:11:42 bca2f99d35d6: Verifying Checksum 20:11:42 bca2f99d35d6: Download complete 20:11:47 bca2f99d35d6: Pull complete 20:11:47 93359f2a8cfa: Pull complete 20:11:47 7c6f9722023f: Pull complete 20:11:49 Still waiting to schedule task 20:11:49 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 20:11:54 a35cf1a2eb13: Pull complete 20:11:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:11:54 ---> a62c8e92a672 20:11:54 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:11:54 ---> Running in 0bab9e42f40b 20:11:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:56 (1/12) Installing libmagic (5.38-r0) 20:11:56 (2/12) Installing file (5.38-r0) 20:11:56 (3/12) Installing libc-dev (0.7.2-r3) 20:11:56 (4/12) Installing g++ (9.3.0-r2) 20:11:59 (5/12) Installing fortify-headers (1.1-r0) 20:11:59 (6/12) Installing patch (2.7.6-r6) 20:11:59 (7/12) Installing build-base (0.5-r2) 20:11:59 (8/12) Installing libsodium (1.0.18-r0) 20:11:59 (9/12) Installing pkgconf (1.7.2-r0) 20:11:59 (10/12) Installing libsodium-dev (1.0.18-r0) 20:12:00 (11/12) Installing libzmq (4.3.3-r0) 20:12:00 (12/12) Installing zeromq-dev (4.3.3-r0) 20:12:00 Executing busybox-1.31.1-r19.trigger 20:12:00 OK: 233 MiB in 51 packages 20:12:04 Removing intermediate container 0bab9e42f40b 20:12:04 ---> 88d30f4d31f7 20:12:04 Step 4/6 : WORKDIR /edgex-go 20:12:04 ---> Running in 5a7d9a851bec 20:12:04 Removing intermediate container 5a7d9a851bec 20:12:04 ---> 8a52e2a2ead2 20:12:04 Step 5/6 : COPY go.mod . 20:12:04 ---> bcaa7947f57d 20:12:04 Step 6/6 : RUN go mod download 20:12:04 ---> Running in a1c7792a1a8a 20:12:26 Removing intermediate container a1c7792a1a8a 20:12:26 ---> f476ba71a824 20:12:26 Successfully built f476ba71a824 20:12:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:12:26 + docker inspect -f . ci-base-image-x86_64 20:12:26 . [Pipeline] withDockerContainer 20:12:26 prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container 20:12:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:27 $ docker top 4014237b6ead0836b050ce150052b4bedbc7736873b47faa18e074ad97d4aaa4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:28 + go version 20:12:28 go version go1.15.5 linux/amd64 [Pipeline] } 20:12:28 $ docker stop --time=1 4014237b6ead0836b050ce150052b4bedbc7736873b47faa18e074ad97d4aaa4 20:12:29 $ docker rm -f 4014237b6ead0836b050ce150052b4bedbc7736873b47faa18e074ad97d4aaa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:12:30 + docker inspect -f . ci-base-image-x86_64 20:12:30 . [Pipeline] withDockerContainer 20:12:31 prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container 20:12:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:31 $ docker top 55e7b53b717a0b0257890e20e41cf3cb6e3079e0b3a5712fd1d314729c212fe4 -eo pid,comm [Pipeline] { [Pipeline] echo 20:12:32 ========================================================= 20:12:32 [edgeXBuildGoParallel] Running Tests and Build... 20:12:32 ========================================================= [Pipeline] sh 20:12:32 + make test 20:12:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:12:42 ? github.com/edgexfoundry/edgex-go [no test files] 20:12:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:13:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:13:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:13:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:13:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:13:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:13:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:13:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:13:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:13:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements 20:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.0% of statements 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 77.8% of statements 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.4% of statements 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.313s coverage: 28.6% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements 20:13:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 20:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 20:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.342s coverage: 94.1% of statements 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements 20:13:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements 20:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.4% of statements 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 63.5% of statements 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements 20:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 20:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 20:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 20:13:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 55.9% of statements 20:13:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:13:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:13:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:13:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:13:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:13:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements 20:13:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:13:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:13:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.0% of statements 20:13:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 20:13:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:13:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:13:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.676s coverage: 29.1% of statements 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:13:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:13:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 20:13:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 20:13:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 20:13:23 GO111MODULE=on go vet ./... 20:13:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19784 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws 20:13:41 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 20:13:45 gofmt -l . 20:13:45 [ "`gofmt -l .`" = "" ] 20:13:46 ./bin/test-go-mod-tidy.sh 20:13:46 using credential edgex-jenkins-ssh 20:13:46 Cloning the remote Git repository 20:13:46 ./bin/test-attribution-txt.sh [Pipeline] sh 20:13:47 + ls -al . 20:13:47 total 652 20:13:47 drwxrwxr-x 10 1001 1001 4096 Jan 12 20:13 . 20:13:47 drwxr-xr-x 4 root root 28 Jan 12 20:12 .. 20:13:47 -rw-rw-r-- 1 1001 1001 11 Jan 12 20:10 .dockerignore 20:13:47 drwxrwxr-x 8 1001 1001 179 Jan 12 20:10 .git 20:13:47 drwxrwxr-x 3 1001 1001 125 Jan 12 20:10 .github 20:13:47 -rw-rw-r-- 1 1001 1001 824 Jan 12 20:10 .gitignore 20:13:47 drwx------ 3 1001 1001 47 Jan 12 20:11 .semver 20:13:47 -rw-rw-r-- 1 1001 1001 166 Jan 12 20:10 .sonarcloud.properties 20:13:47 -rw-rw-r-- 1 1001 1001 7741 Jan 12 20:10 Attribution.txt 20:13:47 -rw-rw-r-- 1 1001 1001 3804 Jan 12 20:10 CONTRIBUTING.md 20:13:47 -rw-rw-r-- 1 1001 1001 931 Jan 12 20:10 Dockerfile.build 20:13:47 -rw-rw-r-- 1 1001 1001 863 Jan 12 20:10 Jenkinsfile 20:13:47 -rw-rw-r-- 1 1001 1001 10775 Jan 12 20:10 LICENSE 20:13:47 -rw-rw-r-- 1 1001 1001 5750 Jan 12 20:10 Makefile 20:13:47 -rw-rw-r-- 1 1001 1001 6524 Jan 12 20:10 README.md 20:13:47 -rw-rw-r-- 1 1001 1001 6744 Jan 12 20:10 SECURITY.md 20:13:47 -rw-rw-r-- 1 1001 1001 5 Jan 12 20:11 VERSION 20:13:47 -rw-rw-r-- 1 1001 1001 4131 Jan 12 20:10 ZMQWindows.md 20:13:47 drwxrwxr-x 2 1001 1001 117 Jan 12 20:10 bin 20:13:47 drwxrwxr-x 14 1001 1001 4096 Jan 12 20:10 cmd 20:13:47 -rw-r--r-- 1 root root 545099 Jan 12 20:13 coverage.out 20:13:47 -rw-r--r-- 1 root root 979 Jan 12 20:13 go.mod 20:13:47 -rw-r--r-- 1 root root 19231 Jan 12 20:13 go.sum 20:13:47 drwxrwxr-x 8 1001 1001 127 Jan 12 20:10 internal 20:13:47 drwxrwxr-x 4 1001 1001 26 Jan 12 20:10 openapi 20:13:47 drwxrwxr-x 4 1001 1001 71 Jan 12 20:10 snap 20:13:47 -rw-rw-r-- 1 1001 1001 168 Jan 12 20:10 version.go [Pipeline] sh 20:13:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:13:47 > git init /w/workspace/edgex-go/6 # timeout=10 20:13:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:47 > git --version # timeout=10 20:13:47 > git --version # 'git version 2.17.1' 20:13:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:13:48 + '[' -e coverage.out ] 20:13:48 + chown 1001:1001 coverage.out [Pipeline] stash 20:13:48 Stashed 1 file(s) [Pipeline] sh 20:13:48 + make build 20:13:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:13:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:14:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:14:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:14:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:14:03 Merging remotes/origin/master commit 6731ab5d56a0494658aab350a508f22ecd29f588 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 20:14:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:14:03 Merge succeeded, producing 88a0e0394dfa49aa1a8dc7ba6ceab2abf104cc63 20:14:03 Checking out Revision 88a0e0394dfa49aa1a8dc7ba6ceab2abf104cc63 (PR-2999) 20:14:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:14:03 > git config core.sparsecheckout # timeout=10 20:14:03 > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 20:14:03 > git remote # timeout=10 20:14:03 > git config --get remote.origin.url # timeout=10 20:14:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:03 > git merge 6731ab5d56a0494658aab350a508f22ecd29f588 # timeout=10 20:14:03 > git rev-parse HEAD^{commit} # timeout=10 20:14:03 > git config core.sparsecheckout # timeout=10 20:14:03 > git checkout -f 88a0e0394dfa49aa1a8dc7ba6ceab2abf104cc63 # timeout=10 20:14:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:14:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:14:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:14:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:14:08 Commit message: "Merge commit '6731ab5d56a0494658aab350a508f22ecd29f588' into HEAD" 20:14:08 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:14:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:14:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:14:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:14:08 > git rev-list --no-walk 67b434a2c79728f75ad42d4b45ee2cce12541ed9 # timeout=10 [Pipeline] } 20:14:10 $ docker stop --time=1 55e7b53b717a0b0257890e20e41cf3cb6e3079e0b3a5712fd1d314729c212fe4 20:14:10 + + truesudo 20:14:10 service docker restart 20:14:12 $ docker rm -f 55e7b53b717a0b0257890e20e41cf3cb6e3079e0b3a5712fd1d314729c212fe4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap 20:14:13 provisioning config files... [Pipeline] // stage 20:14:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config699550898846663440tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { 20:14:13 ---> docker-login.sh 20:14:13 nexus3.edgexfoundry.org:10001 20:14:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:15 Configure a credential helper to remove this warning. See 20:14:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:15 20:14:15 Login Succeeded 20:14:15 nexus3.edgexfoundry.org:10002 20:14:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:15 Configure a credential helper to remove this warning. See 20:14:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:15 20:14:15 Login Succeeded 20:14:15 nexus3.edgexfoundry.org:10003 [Pipeline] isUnix [Pipeline] sh 20:14:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:14:15 20:14:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:16 Configure a credential helper to remove this warning. See 20:14:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:16 20:14:16 Login Succeeded 20:14:16 nexus3.edgexfoundry.org:10004 20:14:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:14:16 latest: Pulling from edgex-devops/edgex-compose 20:14:16 cbdbe7a5bc2a: Pulling fs layer 20:14:16 ca9280d653b3: Pulling fs layer 20:14:16 7e9c9ca2126c: Pulling fs layer 20:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:17 Configure a credential helper to remove this warning. See 20:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:17 20:14:17 Login Succeeded 20:14:17 docker.io 20:14:17 cbdbe7a5bc2a: Verifying Checksum 20:14:17 cbdbe7a5bc2a: Download complete 20:14:17 ca9280d653b3: Verifying Checksum 20:14:17 ca9280d653b3: Download complete 20:14:17 cbdbe7a5bc2a: Pull complete 20:14:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:17 Configure a credential helper to remove this warning. See 20:14:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:17 20:14:17 Login Succeeded 20:14:17 ---> docker-login.sh ends [Pipeline] } 20:14:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:14:18 ========================================================= 20:14:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:14:18 ========================================================= 20:14:18 7e9c9ca2126c: Download complete 20:14:18 ca9280d653b3: Pull complete [Pipeline] isUnix [Pipeline] sh 20:14:18 + 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:14:21 Sending build context to Docker daemon 165.4MB 20:14:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:14:21 Step 2/6 : FROM ${BASE} 20:14:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:14:21 5f621e34cdf4: Pulling fs layer 20:14:21 a4357932f1b6: Pulling fs layer 20:14:21 18c013af1878: Pulling fs layer 20:14:21 00ac8860ef70: Pulling fs layer 20:14:21 63d7cb157983: Pulling fs layer 20:14:21 b116817d02f9: Pulling fs layer 20:14:21 745a02a5169b: Pulling fs layer 20:14:21 00ac8860ef70: Waiting 20:14:21 63d7cb157983: Waiting 20:14:21 b116817d02f9: Waiting 20:14:21 745a02a5169b: Waiting 20:14:21 18c013af1878: Verifying Checksum 20:14:21 18c013af1878: Download complete 20:14:21 a4357932f1b6: Verifying Checksum 20:14:21 a4357932f1b6: Download complete 20:14:21 63d7cb157983: Download complete 20:14:21 5f621e34cdf4: Verifying Checksum 20:14:21 5f621e34cdf4: Download complete 20:14:21 b116817d02f9: Verifying Checksum 20:14:21 b116817d02f9: Download complete 20:14:22 5f621e34cdf4: Pull complete 20:14:22 a4357932f1b6: Pull complete 20:14:22 18c013af1878: Pull complete 20:14:23 745a02a5169b: Verifying Checksum 20:14:23 745a02a5169b: Download complete 20:14:24 00ac8860ef70: Verifying Checksum 20:14:24 00ac8860ef70: Download complete 20:14:26 7e9c9ca2126c: Pull complete 20:14:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:14:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:14:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:14:26 prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container 20:14:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:14:29 $ docker top 87e32ce869206fe9a9a34322e342d62d6891efb1e0d416996e012c0469d24e21 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:30 + + grepdocker-compose parallel 20:14:30 build --help 20:14:30 --parallel Build images in parallel. [Pipeline] } 20:14:30 $ docker stop --time=1 87e32ce869206fe9a9a34322e342d62d6891efb1e0d416996e012c0469d24e21 20:14:32 $ docker rm -f 87e32ce869206fe9a9a34322e342d62d6891efb1e0d416996e012c0469d24e21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:14:32 . [Pipeline] withDockerContainer 20:14:33 prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container 20:14:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:14:33 $ docker top ab1bfd0f5baf00a49483ed0d395eb7bc3c7a9c7acb270a056844fb7e7d63acf1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:34 + docker-compose -f ./docker-compose-build.yml build --parallel 20:14:34 00ac8860ef70: Pull complete 20:14:35 63d7cb157983: Pull complete 20:14:35 Building docker-core-command-go ... 20:14:35 Building docker-core-data-go ... 20:14:35 Building docker-core-metadata-go ... 20:14:35 Building docker-security-bootstrap-redis-go ... 20:14:35 Building docker-security-proxy-setup-go ... 20:14:35 Building docker-security-secretstore-setup-go ... 20:14:35 Building docker-support-notifications-go ... 20:14:35 Building docker-support-scheduler-go ... 20:14:35 Building docker-sys-mgmt-agent-go ... 20:14:35 Building docker-core-data-go 20:14:35 Building docker-security-bootstrap-redis-go 20:14:35 Building docker-support-scheduler-go 20:14:35 Building docker-support-notifications-go 20:14:35 Building docker-security-secretstore-setup-go 20:14:35 b116817d02f9: Pull complete 20:14:39 745a02a5169b: Pull complete 20:14:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:14:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:14:39 ---> b7e6874047d6 20:14:39 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:14:43 ---> Running in f0f0f76853e0 20:14:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:45 (1/12) Installing libmagic (5.38-r0) 20:14:45 (2/12) Installing file (5.38-r0) 20:14:45 (3/12) Installing libc-dev (0.7.2-r3) 20:14:45 (4/12) Installing g++ (9.3.0-r2) 20:14:48 (5/12) Installing fortify-headers (1.1-r0) 20:14:49 (6/12) Installing patch (2.7.6-r6) 20:14:49 (7/12) Installing build-base (0.5-r2) 20:14:49 (8/12) Installing libsodium (1.0.18-r0) 20:14:49 (9/12) Installing pkgconf (1.7.2-r0) 20:14:49 (10/12) Installing libsodium-dev (1.0.18-r0) 20:14:49 (11/12) Installing libzmq (4.3.3-r0) 20:14:49 (12/12) Installing zeromq-dev (4.3.3-r0) 20:14:49 Executing busybox-1.31.1-r19.trigger 20:14:49 OK: 217 MiB in 51 packages 20:14:53 Removing intermediate container f0f0f76853e0 20:14:53 ---> a340c81f2f72 20:14:53 Step 4/6 : WORKDIR /edgex-go 20:14:53 ---> Running in 27155bcbdc75 20:14:54 Removing intermediate container 27155bcbdc75 20:14:54 ---> c065155ae21a 20:14:54 Step 5/6 : COPY go.mod . 20:14:54 ---> e21accb1c407 20:14:54 Step 6/6 : RUN go mod download 20:14:55 ---> Running in 6ebab6272202 20:15:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:15:07 ---> f476ba71a824 20:15:07 Step 3/24 : WORKDIR /edgex-go 20:15:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:07 ---> f476ba71a824 20:15:07 Step 3/23 : WORKDIR /edgex-go 20:15:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:15:07 ---> f476ba71a824 20:15:07 Step 3/21 : WORKDIR /edgex-go 20:15:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:15:07 ---> f476ba71a824 20:15:07 Step 3/24 : WORKDIR /edgex-go 20:15:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:07 ---> f476ba71a824 20:15:07 Step 3/22 : WORKDIR /edgex-go 20:15:07 ---> Running in 89eccb287bdc 20:15:07 ---> Running in 23e9cdc3d7b2 20:15:07 ---> Running in 5b8821f7ec8f 20:15:07 ---> Running in 1f502d70780c 20:15:07 ---> Running in 6760f8d98691 20:15:07 Removing intermediate container 89eccb287bdc 20:15:07 ---> 48acbeec057a 20:15:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:07 Removing intermediate container 1f502d70780c 20:15:07 ---> 7c5ee1aa6618 20:15:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:07 Removing intermediate container 5b8821f7ec8f 20:15:07 ---> d391e582cac8 20:15:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:07 Removing intermediate container 23e9cdc3d7b2 20:15:07 ---> 0b44a7dcd402 20:15:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:07 Removing intermediate container 6760f8d98691 20:15:07 ---> 4a32c1e774fd 20:15:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:07 ---> Running in bf9ebf4ac7a7 20:15:07 ---> Running in 9d5513b76f54 20:15:07 ---> Running in b300ae9ee5d8 20:15:07 ---> Running in 88ce25b4af4b 20:15:07 ---> Running in 485aaebb0edc 20:15:07 Removing intermediate container b300ae9ee5d8 20:15:07 ---> 4ca485ad7872 20:15:07 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:15:07 Removing intermediate container bf9ebf4ac7a7 20:15:07 ---> 3a10e6814210 20:15:07 Step 5/22 : RUN apk add --update --no-cache make git 20:15:07 ---> Running in 763468b5c36c 20:15:07 ---> Running in 30455017c1b0 20:15:07 Removing intermediate container 9d5513b76f54 20:15:07 ---> 4c0a3fca9af8 20:15:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:15:07 Removing intermediate container 88ce25b4af4b 20:15:07 ---> 1e8fd996bde0 20:15:07 Step 5/21 : RUN apk add --update --no-cache make git 20:15:07 Removing intermediate container 485aaebb0edc 20:15:07 ---> 323f14dc5942 20:15:07 Step 5/24 : RUN apk add --update --no-cache make git 20:15:08 ---> Running in 5b5451d966f9 20:15:08 ---> Running in d23db743615a 20:15:08 ---> Running in d1dd790fd420 20:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:10 OK: 233 MiB in 51 packages 20:15:10 Removing intermediate container 30455017c1b0 20:15:10 ---> 07b686a3c794 20:15:10 Step 6/22 : COPY go.mod . 20:15:10 ---> 8e48d45b5fba 20:15:10 Step 7/22 : RUN go mod download 20:15:11 ---> Running in 8af9b088bf9f 20:15:11 OK: 233 MiB in 51 packages 20:15:11 OK: 233 MiB in 51 packages 20:15:11 Removing intermediate container 763468b5c36c 20:15:11 ---> f8f9923c945f 20:15:11 Step 6/24 : COPY go.mod . 20:15:12 OK: 233 MiB in 51 packages 20:15:12 Removing intermediate container d23db743615a 20:15:12 ---> 9fd5b4bae17a 20:15:12 Step 6/21 : COPY go.mod . 20:15:12 ---> 7dd61e6743d0 20:15:12 Step 7/24 : RUN go mod download 20:15:12 ---> Running in f749b8513350 20:15:12 ---> c2903ddd1bd4 20:15:12 Step 7/21 : RUN go mod download 20:15:12 ---> Running in c59baf253f64 20:15:12 Removing intermediate container d1dd790fd420 20:15:12 ---> 3bd29228644f 20:15:12 Step 6/24 : COPY go.mod . 20:15:13 Removing intermediate container 8af9b088bf9f 20:15:13 ---> 51f77cda9171 20:15:13 Step 8/22 : COPY . . 20:15:13 ---> c68f4939835e 20:15:13 Step 7/24 : RUN go mod download 20:15:13 ---> Running in 8ec81adad3e3 20:15:14 OK: 233 MiB in 51 packages 20:15:18 Removing intermediate container f749b8513350 20:15:18 ---> 90f2d19169ae 20:15:18 Step 8/24 : COPY . . 20:15:20 Removing intermediate container c59baf253f64 20:15:20 ---> 92ef18fa4ce1 20:15:20 Step 8/21 : COPY . . 20:15:22 Removing intermediate container 6ebab6272202 20:15:22 ---> e7a72da563b4 20:15:22 Successfully built e7a72da563b4 20:15:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:15:22 + docker inspect -f . ci-base-image-arm64 20:15:22 . [Pipeline] withDockerContainer 20:15:22 prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container 20:15:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:15:24 $ docker top acea3db48fe54b03ffebf668b8cc55d1853e6019695695ec6628df3f252a28da -eo pid,comm [Pipeline] { [Pipeline] sh 20:15:24 Removing intermediate container 5b5451d966f9 20:15:24 ---> 9fa801f587c5 20:15:24 Step 6/23 : COPY go.mod . 20:15:24 Removing intermediate container 8ec81adad3e3 20:15:24 ---> afa1d3c9985f 20:15:24 Step 8/24 : COPY . . 20:15:25 + go version 20:15:25 go version go1.15.5 linux/arm64 [Pipeline] } 20:15:25 $ docker stop --time=1 acea3db48fe54b03ffebf668b8cc55d1853e6019695695ec6628df3f252a28da 20:15:27 $ docker rm -f acea3db48fe54b03ffebf668b8cc55d1853e6019695695ec6628df3f252a28da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:28 + docker inspect -f . ci-base-image-arm64 20:15:28 . [Pipeline] withDockerContainer 20:15:28 prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container 20:15:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:15:30 $ docker top 1d357439aaa237d680470ed39e847e06364c43282f57d9ca7d33372d937354ee -eo pid,comm [Pipeline] { [Pipeline] echo 20:15:30 ========================================================= 20:15:30 [edgeXBuildGoParallel] Running Tests and Build... 20:15:30 ========================================================= [Pipeline] sh 20:15:31 + make test 20:15:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:15:35 ---> 7dd8e45c1d19 20:15:35 Step 7/23 : RUN go mod download 20:15:40 ---> Running in 046a23d98219 20:15:45 ---> 13380959c717 20:15:45 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:15:47 ---> Running in 4829065e1d93 20:15:49 ---> c4f72ecb6e26 20:15:49 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:15:51 Removing intermediate container 046a23d98219 20:15:51 ---> 1489b60fe324 20:15:51 Step 8/23 : COPY . . 20:15:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:15:52 ---> Running in ced13901dddf 20:15:53 ? github.com/edgexfoundry/edgex-go [no test files] 20:15:53 ---> b05ea73b250f 20:15:53 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:15:56 ---> 70201df1eed6 20:15:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:15:57 ---> Running in c8ab56eacf64 20:15:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:58 ---> Running in 2067d4ead7f9 20:15: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 20:15:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:16:14 ---> 092ca09dbecb 20:16:14 Step 9/23 : RUN make cmd/core-data/core-data 20:16:14 ---> Running in 8014ef1b4c7a 20:16:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:16:17 Removing intermediate container 4829065e1d93 20:16:17 ---> 7ee1235b8a0c 20:16:17 20:16:17 Step 10/22 : FROM alpine:3.12 20:16:17 3.12: Pulling from library/alpine 20:16:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:16:18 Status: Downloaded newer image for alpine:3.12 20:16:18 ---> 389fef711851 20:16:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:16:19 ---> Running in f152c0f06118 20:16:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:21 (1/5) Installing ca-certificates (20191127-r4) 20:16:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:16:21 (3/5) Installing libcurl (7.69.1-r3) 20:16:21 (4/5) Installing curl (7.69.1-r3) 20:16:21 (5/5) Installing dumb-init (1.2.2-r1) 20:16:21 Executing busybox-1.31.1-r19.trigger 20:16:21 Executing ca-certificates-20191127-r4.trigger 20:16:21 OK: 7 MiB in 19 packages 20:16:23 Removing intermediate container f152c0f06118 20:16:23 ---> eeeafff3f39d 20:16:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:16:24 ---> Running in 166b38ed7133 20:16:24 Removing intermediate container 166b38ed7133 20:16:24 ---> adecc422ac45 20:16:24 Step 13/22 : WORKDIR / 20:16:24 ---> Running in 762403886b05 20:16:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:16:27 Removing intermediate container 762403886b05 20:16:27 ---> 380bdc14027e 20:16:27 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:16:27 Removing intermediate container ced13901dddf 20:16:27 ---> 596812e8e44b 20:16:27 20:16:27 Step 10/24 : FROM scratch 20:16:27 ---> 20:16:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:16:28 ---> Running in f56d38a46d43 20:16:28 ---> a882bc42d4f9 20:16:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:16:29 Removing intermediate container f56d38a46d43 20:16:29 ---> 1086591d8288 20:16:29 Step 12/24 : ENV APP_PORT=48060 20:16:29 ---> Running in bd07bf313958 20:16:29 Removing intermediate container bd07bf313958 20:16:29 ---> 02858a026aea 20:16:29 Step 13/24 : EXPOSE $APP_PORT 20:16:29 ---> Running in ce685432cb2f 20:16:30 ---> d97d830cd50b 20:16:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:16:32 Removing intermediate container ce685432cb2f 20:16:32 ---> 0bbbb4850f16 20:16:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:16:32 Removing intermediate container c8ab56eacf64 20:16:32 ---> 5f580a4c6aa2 20:16:32 20:16:32 Step 10/21 : FROM scratch 20:16:32 ---> 20:16:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:16:32 ---> 92fd3e29a697 20:16:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:16:33 ---> ad42fb590daa 20:16:33 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:16:33 ---> Running in 0cc607474d01 20:16:35 ---> cf494046c481 20:16:35 Step 18/22 : RUN chmod +x entrypoint.sh 20:16:35 Removing intermediate container 0cc607474d01 20:16:35 ---> b6049594e93e 20:16:35 Step 12/21 : ENV APP_PORT=48085 20:16:35 ---> Running in 401319e6f057 20:16:35 Removing intermediate container 2067d4ead7f9 20:16:35 ---> f2bcdd209659 20:16:35 20:16:35 Step 10/24 : FROM alpine:3.12 20:16:35 ---> 389fef711851 20:16:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:16:35 ---> Using cache 20:16:35 ---> eeeafff3f39d 20:16:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:16:35 ---> 9943815846d6 20:16:35 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:16:35 ---> Running in 0802272aebb6 20:16:35 ---> Running in a798b0607dcd 20:16:35 Removing intermediate container 0802272aebb6 20:16:35 ---> 2cfe076c7271 20:16:35 Step 13/21 : EXPOSE $APP_PORT 20:16:35 ---> Running in 05526e335c90 20:16:35 Removing intermediate container a798b0607dcd 20:16:35 ---> 72c44617644a 20:16:35 Step 13/24 : WORKDIR / 20:16:36 ---> 341c4e6978c2 20:16:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:16:36 ---> Running in 9a5939298b88 20:16:36 Removing intermediate container 05526e335c90 20:16:36 ---> 446bf47737cc 20:16:36 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:16:36 ---> 521ee8ec3e47 20:16:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:16:36 Removing intermediate container 9a5939298b88 20:16:36 ---> e089f4b7b9d1 20:16:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:16:36 ---> 3796a952cae2 20:16:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:16:36 Removing intermediate container 401319e6f057 20:16:36 ---> f1480b897bc3 20:16:36 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:16:37 ---> Running in 9404c93d112d 20:16:37 ---> c002c999f8ed 20:16:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:16:37 ---> c9218e6bc697 20:16:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:16:37 ---> 9cce75cc0eb7 20:16:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:16:37 Removing intermediate container 9404c93d112d 20:16:37 ---> e1d795f7a4c2 20:16:37 Step 20/22 : LABEL arch=x86_64 20:16:37 ---> Running in b0ca0645ecaa 20:16:37 ---> 5730acedccee 20:16:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:16:37 ---> 13878805eba7 20:16:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:16:38 ---> b3a2fddd5536 20:16:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:16:39 ---> Running in b2198b9eb722 20:16:39 ---> Running in c8ea9523d24c 20:16:40 ---> 300408166b28 20:16:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:16:40 Removing intermediate container b0ca0645ecaa 20:16:40 ---> 0cf208c1cf65 20:16:40 Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:16:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:16:40 ---> Running in 2e9e893f9a2f 20:16:40 Removing intermediate container b2198b9eb722 20:16:40 ---> 91b4a1b547bd 20:16:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:16:40 Removing intermediate container c8ea9523d24c 20:16:40 ---> 2d2cdb551559 20:16:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:16:40 ---> Running in 76f3251aaee8 20:16:40 ---> Running in 090a95f91202 20:16:40 Removing intermediate container 2e9e893f9a2f 20:16:40 ---> c0169bf7459a 20:16:40 Step 22/22 : LABEL version=0.0.0 20:16:40 ---> be5d94e883ce 20:16:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:16:40 ---> Running in df34f32bdc76 20:16:40 Removing intermediate container 76f3251aaee8 20:16:40 ---> d2a7121f07e4 20:16:40 Step 19/21 : LABEL arch=x86_64 20:16:40 Removing intermediate container 090a95f91202 20:16:40 ---> 66deaa0053d8 20:16:40 Step 22/24 : LABEL arch=x86_64 20:16:41 ---> Running in 0d721e71c727 20:16:41 ---> Running in 598db715a85b 20:16:41 Removing intermediate container df34f32bdc76 20:16:41 ---> 03c55742a27c 20:16:41 20:16:42 Successfully built 03c55742a27c 20:16:42 Successfully tagged docker-security-bootstrap-redis-go:latest 20:16:42 Removing intermediate container 598db715a85b 20:16:42 ---> 3f0d009a062d 20:16:42 Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:16:42 Removing intermediate container 0d721e71c727 20:16:42 ---> 1f39382e3fc1 20:16:42 Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:16:42 Building docker-sys-mgmt-agent-go 20:16:43  Building docker-security-bootstrap-redis-go ... done  ---> a36a3f21b688 20:16:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:16:43 ---> Running in df8ed1adc462 20:16:43 ---> Running in c5e9112595f1 20:16:43 Removing intermediate container 8014ef1b4c7a 20:16:43 ---> 2e2008faff55 20:16:43 20:16:43 Step 10/23 : FROM alpine:3.12 20:16:44 ---> 389fef711851 20:16:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:16:44 ---> 4b479a4281f1 20:16:44 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/ 20:16:44 Removing intermediate container df8ed1adc462 20:16:44 ---> 0fc0e4f75012 20:16:44 Step 24/24 : LABEL version=0.0.0 20:16:44 Removing intermediate container c5e9112595f1 20:16:44 ---> 69c408898fe6 20:16:44 Step 21/21 : LABEL version=0.0.0 20:16:44 ---> Running in 38a36552955e 20:16:44 ---> Running in 4861b87fc653 20:16:44 ---> Running in f53412d6060a 20:16:44 ---> Running in 987c29b7c916 20:16:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:16:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:16:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:16:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:16:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:16:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:16:47 Removing intermediate container 38a36552955e 20:16:47 ---> 7df1f49c40db 20:16:47 Step 12/23 : ENV APP_PORT=48080 20:16:47 Removing intermediate container 987c29b7c916 20:16:47 ---> c7e1f4282520 20:16:47 20:16:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:16:47 Removing intermediate container f53412d6060a 20:16:47 ---> b0009360530d 20:16:47 20:16:47 ---> Running in 96209b671cf2 20:16:47 Successfully built c7e1f4282520 20:16:47 Successfully tagged docker-support-scheduler-go:latest 20:16:47  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 20:16:48 Successfully built b0009360530d 20:16:48 Successfully tagged docker-support-notifications-go:latest 20:16:48 Building docker-core-metadata-go 20:16:48  Building docker-support-notifications-go ... done Removing intermediate container 96209b671cf2 20:16:48 ---> 7b8a38c55c71 20:16:48 Step 13/23 : EXPOSE $APP_PORT 20:16:48 ---> Running in ebb433efbbfa 20:16:48 Removing intermediate container 4861b87fc653 20:16:48 ---> c56c8df4e69b 20:16:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:16:48 Removing intermediate container ebb433efbbfa 20:16:48 ---> 3e9a2a3be6cc 20:16:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:48 ---> Running in 2edff841c2ee 20:16:48 ---> Running in 3d538f1d5d0e 20:16:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:16:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:16:54 Removing intermediate container 2edff841c2ee 20:16:54 ---> 6d0138aba2d9 20:16:54 Step 22/24 : LABEL arch=x86_64 20:16:54 ---> Running in b0eaaadffdf0 20:16:56 Removing intermediate container b0eaaadffdf0 20:16:56 ---> 7f3d14fd5f30 20:16:56 Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:16:56 ---> Running in c72e220e98f2 20:16:58 Removing intermediate container c72e220e98f2 20:16:58 ---> 144740d4937a 20:16:58 Step 24/24 : LABEL version=0.0.0 20:16:58 Removing intermediate container 3d538f1d5d0e 20:16:58 ---> baaf79074866 20:16:58 Step 15/23 : RUN apk add --update --no-cache zeromq 20:16:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:16:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:16:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:17:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:17:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:17:01 ---> f476ba71a824 20:17:01 Step 3/26 : WORKDIR /edgex-go 20:17:01 ---> Using cache 20:17:01 ---> 4a32c1e774fd 20:17:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:01 ---> Using cache 20:17:01 ---> 323f14dc5942 20:17:01 Step 5/26 : RUN apk add --update --no-cache make bash git 20:17:04 ---> Running in 4c943a6912a4 20:17:04 ---> Running in 39ef38833bfe 20:17:04 ---> Running in 0ce871d189eb 20:17:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.264s coverage: 46.6% of statements 20:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:17:05 Removing intermediate container 4c943a6912a4 20:17:05 ---> 9b07653e8477 20:17:05 20:17:06 Successfully built 9b07653e8477 20:17:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:07 Successfully tagged docker-security-secretstore-setup-go:latest 20:17:07  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 20:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:17:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:17:08 ---> f476ba71a824 20:17:08 Step 3/22 : WORKDIR /edgex-go 20:17:08 ---> Using cache 20:17:08 ---> 4a32c1e774fd 20:17:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:08 ---> Using cache 20:17:08 ---> 323f14dc5942 20:17:08 Step 5/22 : RUN apk add --update --no-cache make git 20:17:08 ---> Using cache 20:17:08 ---> 3bd29228644f 20:17:08 Step 6/22 : COPY go.mod . 20:17:08 ---> Using cache 20:17:08 ---> c68f4939835e 20:17:08 Step 7/22 : RUN go mod download 20:17:08 ---> Using cache 20:17:08 ---> afa1d3c9985f 20:17:08 Step 8/22 : COPY . . 20:17:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:17:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:17:08 ---> f476ba71a824 20:17:08 Step 3/21 : WORKDIR /edgex-go 20:17:08 ---> Using cache 20:17:08 ---> 4a32c1e774fd 20:17:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:08 ---> Using cache 20:17:08 ---> 323f14dc5942 20:17:08 Step 5/21 : RUN apk add --update --no-cache make git 20:17:08 ---> Using cache 20:17:08 ---> 3bd29228644f 20:17:08 Step 6/21 : COPY go.mod . 20:17:08 ---> Using cache 20:17:08 ---> c68f4939835e 20:17:08 Step 7/21 : RUN go mod download 20:17:08 ---> Using cache 20:17:08 ---> afa1d3c9985f 20:17:08 Step 8/21 : COPY . . 20:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:08 ---> Using cache 20:17:08 ---> 70201df1eed6 20:17:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:17:08 ---> Using cache 20:17:08 ---> 70201df1eed6 20:17:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:17:10 (1/5) Installing libgcc (9.3.0-r2) 20:17:10 (2/5) Installing libsodium (1.0.18-r0) 20:17:10 OK: 233 MiB in 51 packages 20:17:10 (3/5) Installing libstdc++ (9.3.0-r2) 20:17:10 (4/5) Installing libzmq (4.3.3-r0) 20:17:10 (5/5) Installing zeromq (4.3.3-r0) 20:17:11 Executing busybox-1.31.1-r19.trigger 20:17:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.0% of statements 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:17:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:17:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:17:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.530s coverage: 77.8% of statements 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:17:11 OK: 8 MiB in 19 packages 20:17:11 ---> Running in ce89ce723880 20:17:11 ---> Running in 981c9e91aebd 20:17:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.718s coverage: 82.4% of statements 20:17:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:17:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:17:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:17:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:17:13 Removing intermediate container 0ce871d189eb 20:17:13 ---> 3f11d885cf23 20:17:13 Step 6/26 : COPY go.mod . 20:17:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:17:14 ---> c3688b7025b4 20:17:14 Step 7/26 : RUN go mod download 20:17:14 Removing intermediate container 39ef38833bfe 20:17:14 ---> 5441b338f6e4 20:17:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:17:15 ---> Running in edadecf1511a 20:17:16 ---> 64d10d966848 20:17:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:17:18 ---> 28939a6e517a 20:17:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:17:19 ---> c7203ad5f4c9 20:17:19 Step 19/23 : ENTRYPOINT ["/core-data"] 20:17:19 ---> Running in cf68ce0c5b6a 20:17:20 Removing intermediate container edadecf1511a 20:17:20 ---> 0cd2508addb4 20:17:20 Step 8/26 : COPY . . 20:17:20 Removing intermediate container cf68ce0c5b6a 20:17:20 ---> 2871856b8967 20:17:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:20 ---> Running in 9ea70dfc13ff 20:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.180s coverage: 28.6% of statements 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.199s coverage: 100.0% of statements 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.308s coverage: 97.5% of statements 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:17:21 Removing intermediate container 9ea70dfc13ff 20:17:21 ---> 5110b1a03618 20:17:21 Step 21/23 : LABEL arch=x86_64 20:17:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:17:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:17:22 ---> f476ba71a824 20:17:22 Step 3/22 : WORKDIR /edgex-go 20:17:22 ---> Using cache 20:17:22 ---> 4a32c1e774fd 20:17:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:22 ---> Using cache 20:17:22 ---> 323f14dc5942 20:17:22 Step 5/22 : RUN apk add --update --no-cache make git 20:17:22 ---> Using cache 20:17:22 ---> 3bd29228644f 20:17:22 Step 6/22 : COPY go.mod . 20:17:22 ---> Using cache 20:17:22 ---> c68f4939835e 20:17:22 Step 7/22 : RUN go mod download 20:17:22 ---> Using cache 20:17:22 ---> afa1d3c9985f 20:17:22 Step 8/22 : COPY . . 20:17:22 ---> Using cache 20:17:22 ---> 70201df1eed6 20:17:22 Step 9/22 : RUN make cmd/core-command/core-command 20:17:24 ---> Running in 8c9acb50bbc1 20:17:26 ---> Running in 4f8fb7cf4e5d 20:17:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.993s coverage: 94.1% of statements 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:17:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:17:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.1% of statements 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:17:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:17:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements 20:17:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:17:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements 20:17:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements 20:17:29 Removing intermediate container 8c9acb50bbc1 20:17:29 ---> f95bb1c3047a 20:17:29 Step 22/23 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.193s coverage: 84.2% of statements 20:17:30 ---> Running in 78de61611531 20:17:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:17:30 Removing intermediate container 78de61611531 20:17:30 ---> 7e53aca3420e 20:17:30 Step 23/23 : LABEL version=0.0.0 20:17:31 ---> Running in 0fd19a5c40a2 20:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements 20:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:17:33 Removing intermediate container 0fd19a5c40a2 20:17:33 ---> 81bd0408f42a 20:17:33 20:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 63.5% of statements 20:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 20:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 20:17:33 Successfully built 81bd0408f42a 20:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 20:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 20:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 20:17:34 Successfully tagged docker-core-data-go:latest 20:17:39  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.929s coverage: 55.9% of statements 20:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.447s coverage: 37.0% of statements 20:17:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:17:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.608s coverage: 84.0% of statements 20:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 20:17:41 ---> b6b8a722ff9b 20:17:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:17:41 ---> Running in cfa193518f2b 20:17:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.351s coverage: 47.1% of statements 20:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 20:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 20:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:17:49 Removing intermediate container 981c9e91aebd 20:17:49 ---> 406ef735e30d 20:17:49 20:17:49 Step 10/21 : FROM alpine:3.12 20:17:49 ---> 389fef711851 20:17:49 Step 11/21 : RUN apk add --update --no-cache curl 20:17:49 Removing intermediate container ce89ce723880 20:17:49 ---> 843b6669a00f 20:17:49 20:17:49 Step 10/22 : FROM scratch 20:17:49 ---> 20:17:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:17:49 ---> Running in 65e72432bf4d 20:17:49 ---> Using cache 20:17:49 ---> b6049594e93e 20:17:49 Step 12/22 : ENV APP_PORT=48081 20:17:49 ---> Running in 7dc5b8a8f52e 20:17:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:49 (1/4) Installing ca-certificates (20191127-r4) 20:17:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:17:49 (3/4) Installing libcurl (7.69.1-r3) 20:17:50 (4/4) Installing curl (7.69.1-r3) 20:17:50 Removing intermediate container 7dc5b8a8f52e 20:17:50 ---> d4af1b79afbb 20:17:50 Step 13/22 : EXPOSE $APP_PORT 20:17:50 Executing busybox-1.31.1-r19.trigger 20:17:50 Executing ca-certificates-20191127-r4.trigger 20:17:50 OK: 7 MiB in 18 packages 20:17:51 ---> Running in 8ef747ebc757 20:17:51 Removing intermediate container 4f8fb7cf4e5d 20:17:51 ---> e7f86553ad4a 20:17:51 20:17:51 Step 10/22 : FROM scratch 20:17:51 ---> 20:17:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:17:51 ---> Using cache 20:17:51 ---> b6049594e93e 20:17:51 Step 12/22 : ENV APP_PORT=48082 20:17:52 ---> Running in bda9984ac28c 20:17:52 Removing intermediate container 8ef747ebc757 20:17:52 ---> 04bfbc2f9582 20:17:52 Step 14/22 : WORKDIR / 20:17:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.929s coverage: 29.1% of statements 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:17:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:17:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:17:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:17:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:17:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:17:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 20:17:52 ---> Running in def8c68566c1 20:17:53 Removing intermediate container bda9984ac28c 20:17:53 ---> 5189a61a8eb4 20:17:53 Step 13/22 : EXPOSE $APP_PORT 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 20:17:53 ---> Running in 946cc21f3586 20:17:53 Removing intermediate container 65e72432bf4d 20:17:53 ---> 53dece343796 20:17:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:17:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 20:17:54 Removing intermediate container def8c68566c1 20:17:54 ---> c285c79ed623 20:17:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:54 ---> Running in 53249ecf886c 20:17:54 Removing intermediate container 946cc21f3586 20:17:54 ---> b6d40e5ff69f 20:17:54 Step 14/22 : WORKDIR / 20:17:54 ---> Running in a35e3135dffa 20:17:54 GO111MODULE=on go vet ./... 20:17:54 ---> 3bc2fff8d76c 20:17:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:17:54 Removing intermediate container 53249ecf886c 20:17:54 ---> 0602364ec854 20:17:54 Step 13/21 : WORKDIR /edgex 20:17:55 Removing intermediate container a35e3135dffa 20:17:55 ---> 08524ca36f45 20:17:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:55 ---> Running in 6596e0537052 20:17:55 ---> e7a30f9a88c6 20:17:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:17:55 Removing intermediate container 6596e0537052 20:17:55 ---> a8279f4b0009 20:17:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:17:55 ---> d5ebd98b1105 20:17:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:17:55 ---> ebc1403ee167 20:17:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:17:55 ---> 38b3f52fd4b5 20:17:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:17:55 ---> f01699c1e7ed 20:17:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:17:56 ---> Running in 17868b6a4047 20:17:58 ---> fbdcabf2ab4b 20:17:58 Step 18/22 : ENTRYPOINT ["/core-command"] 20:17:58 ---> d85f21fdf4cc 20:17:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:17:58 Removing intermediate container 17868b6a4047 20:17:58 ---> 9a33b5bb6ad5 20:17:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:58 ---> Running in 51662d03efd8 20:17:58 Removing intermediate container cfa193518f2b 20:17:58 ---> badc9ed93a4a 20:17:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:17:58 ---> Running in 6dd2f5c5d293 20:17:58 ---> Running in 85906b9853f6 20:17:58 Removing intermediate container 51662d03efd8 20:17:58 ---> 5991dd3ec6fe 20:17:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:58 Removing intermediate container 6dd2f5c5d293 20:17:58 ---> d12b964d6b07 20:17:58 Step 20/22 : LABEL arch=x86_64 20:17:58 ---> Running in 5ab3aadfead1 20:17:58 ---> Running in 771368edf4c4 20:17:58 ---> b876f469ffe5 20:17:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:17:58 ---> Running in b5fec7e38489 20:17:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:17:58 Removing intermediate container 5ab3aadfead1 20:17:58 ---> 9499fb71a2ed 20:17:58 Step 20/22 : LABEL arch=x86_64 20:17:58 Removing intermediate container 771368edf4c4 20:17:58 ---> a4f7e89cbabe 20:17:58 Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:17:59 Removing intermediate container b5fec7e38489 20:17:59 ---> d60a8abcb6c6 20:17:59 Step 18/21 : CMD ["--init=true"] 20:17:59 ---> Running in b7af2b61b47e 20:17:59 ---> Running in 2f8146824446 20:17:59 ---> Running in 5a935ed78d9a 20:17:59 Removing intermediate container b7af2b61b47e 20:17:59 ---> 3cf1422494c5 20:17:59 Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:17:59 Removing intermediate container 2f8146824446 20:17:59 ---> 9796bf0bb2e2 20:17:59 Step 22/22 : LABEL version=0.0.0 20:17:59 Removing intermediate container 5a935ed78d9a 20:17:59 ---> 2e5bd0cd21ab 20:17:59 Step 19/21 : LABEL arch=x86_64 20:17:59 ---> Running in 54853621ae3a 20:17:59 ---> Running in 6781bd175a3c 20:17:59 ---> Running in 1de66044f7b0 20:17:59 Removing intermediate container 54853621ae3a 20:17:59 ---> d708938587f6 20:17:59 Step 22/22 : LABEL version=0.0.0 20:18:00 Removing intermediate container 6781bd175a3c 20:18:00 ---> 28257df9a1f9 20:18:00 20:18:00 Removing intermediate container 1de66044f7b0 20:18:00 ---> 86265f5eca9f 20:18:00 Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:18:00 ---> Running in 3c0bed55dfee 20:18:00 Successfully built 28257df9a1f9 20:18:00 Successfully tagged docker-core-metadata-go:latest 20:18:00  Building docker-core-metadata-go ... done  ---> Running in 97d2296ade7d 20:18:00 Removing intermediate container 85906b9853f6 20:18:00 ---> 3479b11f0733 20:18:00 20:18:00 Step 11/26 : FROM docker:20.10.0 20:18:00 20.10.0: Pulling from library/docker 20:18:01 Removing intermediate container 3c0bed55dfee 20:18:01 ---> 6955f48a628a 20:18:01 20:18:01 Removing intermediate container 97d2296ade7d 20:18:01 ---> 3217730caa93 20:18:01 Step 21/21 : LABEL version=0.0.0 20:18:01 ---> Running in f35039c7c05e 20:18:01 Successfully built 6955f48a628a 20:18:01 Successfully tagged docker-core-command-go:latest 20:18:02  Building docker-core-command-go ... done Removing intermediate container f35039c7c05e 20:18:02 ---> 2457b487aeef 20:18:02 20:18:02 Successfully built 2457b487aeef 20:18:02 Successfully tagged docker-security-proxy-setup-go:latest 20:18:06  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:18:06 Status: Downloaded newer image for docker:20.10.0 20:18:06 ---> aefe523efa57 20:18:06 Step 12/26 : RUN apk add --no-cache bash 20:18:06 ---> Running in 62234566831e 20:18:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:06 (1/2) Installing readline (8.0.4-r0) 20:18:06 (2/2) Installing bash (5.0.17-r0) 20:18:06 Executing bash-5.0.17-r0.post-install 20:18:06 Executing busybox-1.31.1-r19.trigger 20:18:06 OK: 12 MiB in 22 packages 20:18:07 Removing intermediate container 62234566831e 20:18:07 ---> e3153a38968b 20:18:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:18:07 ---> Running in 6e48d06f422a 20:18:07 Removing intermediate container 6e48d06f422a 20:18:07 ---> 457874d40a42 20:18:07 Step 14/26 : ENV APP_PORT=48090 20:18:07 ---> Running in b43777ab1fbb 20:18:07 Removing intermediate container b43777ab1fbb 20:18:07 ---> ce02edb821da 20:18:07 Step 15/26 : EXPOSE $APP_PORT 20:18:07 ---> Running in 8ff84487cf82 20:18:07 Removing intermediate container 8ff84487cf82 20:18:07 ---> e783312cbd10 20:18:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:18:08 ---> fa7568c1249c 20:18:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:18:08 ---> 531c590027fe 20:18:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:18:08 ---> 0c69a3dcc4c4 20:18:08 Step 19/26 : RUN apk --no-cache add py3-pip 20:18:09 ---> Running in a2d14d8ec6ba 20:18:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:09 (1/33) Installing libbz2 (1.0.8-r1) 20:18:09 (2/33) Installing expat (2.2.9-r1) 20:18:09 (3/33) Installing libffi (3.3-r2) 20:18:09 (4/33) Installing gdbm (1.13-r1) 20:18:09 (5/33) Installing xz-libs (5.2.5-r0) 20:18:09 (6/33) Installing sqlite-libs (3.32.1-r0) 20:18:09 (7/33) Installing python3 (3.8.5-r0) 20:18:10 (8/33) Installing py3-appdirs (1.4.4-r1) 20:18:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:18:10 (10/33) Installing py3-parsing (2.4.7-r0) 20:18:10 (11/33) Installing py3-six (1.15.0-r0) 20:18:10 (12/33) Installing py3-packaging (20.4-r0) 20:18:10 (13/33) Installing py3-setuptools (47.0.0-r0) 20:18:10 (14/33) Installing py3-chardet (3.0.4-r4) 20:18:10 (15/33) Installing py3-idna (2.9-r0) 20:18:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:18:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:18:10 (18/33) Installing py3-requests (2.23.0-r0) 20:18:11 (19/33) Installing py3-msgpack (1.0.0-r0) 20:18:11 (20/33) Installing py3-lockfile (0.12.2-r3) 20:18:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:18:11 (22/33) Installing py3-colorama (0.4.3-r0) 20:18:11 (23/33) Installing py3-distlib (0.3.0-r0) 20:18:11 (24/33) Installing py3-distro (1.5.0-r1) 20:18:11 (25/33) Installing py3-webencodings (0.5.1-r3) 20:18:11 (26/33) Installing py3-html5lib (1.0.1-r4) 20:18:11 (27/33) Installing py3-pytoml (0.1.21-r0) 20:18:11 (28/33) Installing py3-pep517 (0.8.2-r0) 20:18:11 (29/33) Installing py3-progress (1.5-r0) 20:18:11 (30/33) Installing py3-toml (0.10.1-r0) 20:18:11 (31/33) Installing py3-retrying (1.3.3-r0) 20:18:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:18:11 (33/33) Installing py3-pip (20.1.1-r0) 20:18:11 Executing busybox-1.31.1-r19.trigger 20:18:11 OK: 71 MiB in 55 packages 20:18:21 Removing intermediate container a2d14d8ec6ba 20:18:21 ---> 45b35317d32f 20:18:21 Step 20/26 : RUN pip install docker-compose==1.23.2 20:18:21 ---> Running in e2b4c890e828 20:18:21 Collecting docker-compose==1.23.2 20:18:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:18:21 Collecting jsonschema<3,>=2.5.1 20:18:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:18:22 Collecting dockerpty<0.5,>=0.4.1 20:18:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:18:22 Collecting websocket-client<1.0,>=0.32.0 20:18:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:18:22 Collecting docker<4.0,>=3.6.0 20:18:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:18:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:18:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:18:23 Collecting PyYAML<4,>=3.10 20:18:23 Downloading PyYAML-3.13.tar.gz (270 kB) 20:18:24 Collecting cached-property<2,>=1.2.0 20:18:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:18:24 Collecting texttable<0.10,>=0.9.0 20:18:24 Downloading texttable-0.9.1.tar.gz (11 kB) 20:18:24 Collecting docopt<0.7,>=0.6.1 20:18:24 Downloading docopt-0.6.2.tar.gz (25 kB) 20:18:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:18:25 Collecting docker-pycreds>=0.4.0 20:18:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:18:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:18:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:18:25 Collecting urllib3<1.25,>=1.21.1 20:18:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:18:25 Collecting idna<2.8,>=2.5 20:18:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:18:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:18:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:18:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:18:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:18:25 Installing collected packages: jsonschema, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, docopt, docker-compose 20:18:25 Running setup.py install for dockerpty: started 20:18:26 Running setup.py install for dockerpty: finished with status 'done' 20:18:26 Attempting uninstall: urllib3 20:18:26 Found existing installation: urllib3 1.25.9 20:18:26 Uninstalling urllib3-1.25.9: 20:18:26 Successfully uninstalled urllib3-1.25.9 20:18:26 Attempting uninstall: idna 20:18:26 Found existing installation: idna 2.9 20:18:26 Uninstalling idna-2.9: 20:18:26 Successfully uninstalled idna-2.9 20:18:26 Attempting uninstall: requests 20:18:26 Found existing installation: requests 2.23.0 20:18:26 Uninstalling requests-2.23.0: 20:18:26 Successfully uninstalled requests-2.23.0 20:18:27 Running setup.py install for PyYAML: started 20:18:27 Running setup.py install for PyYAML: finished with status 'done' 20:18:27 Running setup.py install for texttable: started 20:18:28 Running setup.py install for texttable: finished with status 'done' 20:18:28 Running setup.py install for docopt: started 20:18:28 Running setup.py install for docopt: finished with status 'done' 20:18:28 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.57.0 20:18:34 Removing intermediate container e2b4c890e828 20:18:34 ---> e6fde20abeaa 20:18:34 Step 21/26 : RUN apk --no-cache add curl 20:18:34 ---> Running in d39837dd4cdf 20:18:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:18:34 (2/3) Installing libcurl (7.69.1-r3) 20:18:34 (3/3) Installing curl (7.69.1-r3) 20:18:34 Executing busybox-1.31.1-r19.trigger 20:18:34 OK: 72 MiB in 58 packages 20:18:34 Removing intermediate container d39837dd4cdf 20:18:34 ---> bbc68f6aaa8f 20:18:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:18:34 ---> Running in 73280d8b0e39 20:18:34 Removing intermediate container 73280d8b0e39 20:18:34 ---> 198f4f938916 20:18:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:35 ---> Running in 2bc468cdf394 20:18:35 Removing intermediate container 2bc468cdf394 20:18:35 ---> fd9fef846cb7 20:18:35 Step 24/26 : LABEL arch=x86_64 20:18:35 ---> Running in c3e540a8d660 20:18:35 Removing intermediate container c3e540a8d660 20:18:35 ---> 72f7f05a108d 20:18:35 Step 25/26 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:18:35 ---> Running in 83ca77d49a3a 20:18:35 Removing intermediate container 83ca77d49a3a 20:18:35 ---> 148cf15490cb 20:18:35 Step 26/26 : LABEL version=0.0.0 20:18:35 ---> Running in b957a1868f1b 20:18:35 Removing intermediate container b957a1868f1b 20:18:35 ---> 4255583f81a5 20:18:35 20:18:35 Successfully built 4255583f81a5 20:18:35 Successfully tagged docker-sys-mgmt-agent-go:latest 20:18:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:18:36 $ docker stop --time=1 ab1bfd0f5baf00a49483ed0d395eb7bc3c7a9c7acb270a056844fb7e7d63acf1 20:18:38 $ docker rm -f ab1bfd0f5baf00a49483ed0d395eb7bc3c7a9c7acb270a056844fb7e7d63acf1 [Pipeline] // withDockerContainer [Pipeline] sh 20:18:38 + docker images 20:18:38 + grep docker 20:18:38 docker-sys-mgmt-agent-go latest 4255583f81a5 3 seconds ago 313MB 20:18:38 docker-security-proxy-setup-go latest 2457b487aeef 37 seconds ago 24.5MB 20:18:38 docker-core-command-go latest 6955f48a628a 38 seconds ago 10.6MB 20:18:38 docker-core-metadata-go latest 28257df9a1f9 39 seconds ago 13MB 20:18:38 docker-core-data-go latest 81bd0408f42a About a minute ago 22.3MB 20:18:38 docker-security-secretstore-setup-go latest 9b07653e8477 About a minute ago 24.6MB 20:18:38 docker-support-scheduler-go latest c7e1f4282520 About a minute ago 10.7MB 20:18:38 docker-support-notifications-go latest b0009360530d About a minute ago 12MB 20:18:38 docker-security-bootstrap-redis-go latest 03c55742a27c About a minute ago 15.8MB 20:18:38 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 20:18:54 Still waiting to schedule task 20:18:54 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:19:02 gofmt -l . 20:19:02 [ "`gofmt -l .`" = "" ] 20:19:02 ./bin/test-go-mod-tidy.sh 20:19:02 ./bin/test-attribution-txt.sh [Pipeline] sh 20:19:04 + ls -al . 20:19:04 total 680 20:19:04 drwxrwxr-x 9 1001 1001 4096 Jan 12 20:19 . 20:19:04 drwxr-xr-x 4 root root 4096 Jan 12 20:15 .. 20:19:04 -rw-rw-r-- 1 1001 1001 11 Jan 12 20:14 .dockerignore 20:19:04 drwxrwxr-x 8 1001 1001 4096 Jan 12 20:14 .git 20:19:04 drwxrwxr-x 3 1001 1001 4096 Jan 12 20:14 .github 20:19:04 -rw-rw-r-- 1 1001 1001 824 Jan 12 20:14 .gitignore 20:19:04 -rw-rw-r-- 1 1001 1001 166 Jan 12 20:14 .sonarcloud.properties 20:19:04 -rw-rw-r-- 1 1001 1001 7741 Jan 12 20:14 Attribution.txt 20:19:04 -rw-rw-r-- 1 1001 1001 3804 Jan 12 20:14 CONTRIBUTING.md 20:19:04 -rw-rw-r-- 1 1001 1001 931 Jan 12 20:14 Dockerfile.build 20:19:04 -rw-rw-r-- 1 1001 1001 863 Jan 12 20:14 Jenkinsfile 20:19:04 -rw-rw-r-- 1 1001 1001 10775 Jan 12 20:14 LICENSE 20:19:04 -rw-rw-r-- 1 1001 1001 5750 Jan 12 20:14 Makefile 20:19:04 -rw-rw-r-- 1 1001 1001 6524 Jan 12 20:14 README.md 20:19:04 -rw-rw-r-- 1 1001 1001 6744 Jan 12 20:14 SECURITY.md 20:19:04 -rw-rw-r-- 1 1001 1001 5 Jan 12 20:11 VERSION 20:19:04 -rw-rw-r-- 1 1001 1001 4131 Jan 12 20:14 ZMQWindows.md 20:19:04 drwxrwxr-x 2 1001 1001 4096 Jan 12 20:14 bin 20:19:04 drwxrwxr-x 14 1001 1001 4096 Jan 12 20:14 cmd 20:19:04 -rw-r--r-- 1 root root 545099 Jan 12 20:17 coverage.out 20:19:04 -rw-r--r-- 1 root root 979 Jan 12 20:19 go.mod 20:19:04 -rw-r--r-- 1 root root 19231 Jan 12 20:19 go.sum 20:19:04 drwxrwxr-x 8 1001 1001 4096 Jan 12 20:14 internal 20:19:04 drwxrwxr-x 4 1001 1001 4096 Jan 12 20:14 openapi 20:19:04 drwxrwxr-x 4 1001 1001 4096 Jan 12 20:14 snap 20:19:04 -rw-rw-r-- 1 1001 1001 168 Jan 12 20:14 version.go [Pipeline] sh 20:19:04 + '[' -e coverage.out ] 20:19:04 + chown 1001:1001 coverage.out [Pipeline] stash 20:19:04 Warning: overwriting stash ‘coverage-report’ 20:19:05 Stashed 1 file(s) [Pipeline] sh 20:19:06 + make build 20:19:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:19:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:19:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:19:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:19:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:19:51 Running on prd-ubuntu18.04-docker-8c-8g-19793 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws 20:19:51 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 20:19:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:19:53 using credential edgex-jenkins-ssh 20:19:53 Cloning the remote Git repository 20:19:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:19:53 > git init /w/workspace/edgex-go/6 # timeout=10 20:19:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:19:53 > git --version # timeout=10 20:19:53 > git --version # 'git version 2.17.1' 20:19:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:19:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:19:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:20:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:20:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:20:10 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 [Pipeline] } 20:20:14 $ docker stop --time=1 1d357439aaa237d680470ed39e847e06364c43282f57d9ca7d33372d937354ee 20:20:16 $ docker rm -f 1d357439aaa237d680470ed39e847e06364c43282f57d9ca7d33372d937354ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:20:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:20:18 20:20:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:20:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:20:19 latest: Pulling from edgex-devops/edgex-compose-arm64 20:20:19 29e5d40040c1: Pulling fs layer 20:20:19 1ce36da41761: Pulling fs layer 20:20:19 25b303627fd3: Pulling fs layer 20:20:19 29e5d40040c1: Verifying Checksum 20:20:19 29e5d40040c1: Download complete 20:20:20 1ce36da41761: Verifying Checksum 20:20:20 1ce36da41761: Download complete 20:20:20 29e5d40040c1: Pull complete 20:20:21 1ce36da41761: Pull complete 20:20:21 25b303627fd3: Verifying Checksum 20:20:21 25b303627fd3: Download complete 20:20:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:20:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:20:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:20:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:20:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:20:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:20:22 Merging remotes/origin/master commit 6731ab5d56a0494658aab350a508f22ecd29f588 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:20:22 Failed in branch amd64 20:20:22 > git config core.sparsecheckout # timeout=10 20:20:22 > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 20:20:31 25b303627fd3: Pull complete 20:20:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:20:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:20:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:20:31 prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container 20:20:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:20:35 $ docker top 789534f6b2df83a3a23da40f1713797ea09acb7488397ddbe72dd424c36db196 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:36 + grep parallel 20:20:36 + docker-compose build --help 20:20:39 --parallel Build images in parallel. [Pipeline] } 20:20:39 $ docker stop --time=1 789534f6b2df83a3a23da40f1713797ea09acb7488397ddbe72dd424c36db196 20:20:41 $ docker rm -f 789534f6b2df83a3a23da40f1713797ea09acb7488397ddbe72dd424c36db196 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:20:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:20:42 . [Pipeline] withDockerContainer 20:20:42 prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container 20:20:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:20:44 $ docker top 56c30efe08ccce046e981eb11c543914f52f1ee2bf34b39b4da14287301cefd8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:45 + docker-compose -f ./docker-compose-build.yml build --parallel 20:20:49 Building docker-core-command-go ... 20:20:49 Building docker-core-data-go ... 20:20:49 Building docker-core-metadata-go ... 20:20:49 Building docker-security-bootstrap-redis-go ... 20:20:49 Building docker-security-proxy-setup-go ... 20:20:49 Building docker-security-secretstore-setup-go ... 20:20:49 Building docker-support-notifications-go ... 20:20:49 Building docker-support-scheduler-go ... 20:20:49 Building docker-sys-mgmt-agent-go ... 20:20:49 Building docker-sys-mgmt-agent-go 20:20:49 Building docker-security-bootstrap-redis-go 20:20:49 Building docker-security-secretstore-setup-go 20:20:49 Building docker-core-metadata-go 20:20:49 Building docker-security-proxy-setup-go 20:21:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:21:57 ---> e7a72da563b4 20:21:57 Step 3/22 : WORKDIR /edgex-go 20:21:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:21:57 ---> e7a72da563b4 20:21:57 Step 3/22 : WORKDIR /edgex-go 20:21:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:21:57 ---> e7a72da563b4 20:21:57 Step 3/26 : WORKDIR /edgex-go 20:21:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:21:57 ---> e7a72da563b4 20:21:57 Step 3/21 : WORKDIR /edgex-go 20:21:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:21:57 ---> e7a72da563b4 20:21:57 Step 3/24 : WORKDIR /edgex-go 20:21:58 ---> Running in 8cd9764ed5fc 20:21:58 ---> Running in 5c58f5502bc4 20:21:58 ---> Running in f9c899b2b181 20:21:58 ---> Running in b320baedf98a 20:21:58 ---> Running in c1ea0a0fb393 20:21:59 Removing intermediate container 8cd9764ed5fc 20:21:59 ---> f2a3f3eb7d0c 20:21:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:59 ---> Running in ef29e85fc404 20:21:59 Removing intermediate container 5c58f5502bc4 20:21:59 ---> 06df2dff1ddc 20:21:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:59 Removing intermediate container b320baedf98a 20:21:59 ---> a39ca37003ab 20:21:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:59 Removing intermediate container f9c899b2b181 20:21:59 ---> 47fef89f592a 20:21:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:59 Removing intermediate container c1ea0a0fb393 20:21:59 ---> d97ab647104b 20:21:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:59 ---> Running in 9dacfeaf6fa4 20:21:59 ---> Running in f363e141aa3d 20:21:59 ---> Running in df61e53bcfb0 20:21:59 ---> Running in f3ef2bd37861 20:22:03 Removing intermediate container ef29e85fc404 20:22:03 ---> 17ccd93c3802 20:22:03 Step 5/24 : RUN apk add --update --no-cache make git 20:22:03 ---> Running in 4edfdb3fc2e0 20:22:03 Removing intermediate container 9dacfeaf6fa4 20:22:03 ---> 0338f72d4967 20:22:03 Step 5/26 : RUN apk add --update --no-cache make bash git 20:22:03 Removing intermediate container df61e53bcfb0 20:22:03 ---> d5548f56bcfe 20:22:03 Step 5/22 : RUN apk add --update --no-cache make git 20:22:03 ---> Running in 72df1d74659f 20:22:03 ---> Running in 6eb296f7c55b 20:22:03 Removing intermediate container f3ef2bd37861 20:22:03 ---> c0855f93f3ad 20:22:03 Step 5/22 : RUN apk add --update --no-cache make git 20:22:04 Removing intermediate container f363e141aa3d 20:22:04 ---> 452a91632143 20:22:04 Step 5/21 : RUN apk add --update --no-cache make git 20:22:04 ---> Running in ade3cc2c1e10 20:22:04 ---> Running in 546c76794eda 20:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:06 OK: 217 MiB in 51 packages 20:22:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:07 OK: 217 MiB in 51 packages 20:22:07 OK: 217 MiB in 51 packages 20:22:07 OK: 217 MiB in 51 packages 20:22:07 Removing intermediate container 4edfdb3fc2e0 20:22:07 ---> 7fba8c52846a 20:22:07 Step 6/24 : COPY go.mod . 20:22:08 OK: 217 MiB in 51 packages 20:22:09 Removing intermediate container 72df1d74659f 20:22:09 ---> 3af067514623 20:22:09 Step 6/26 : COPY go.mod . 20:22:09 ---> 724be06b42d0 20:22:09 Step 7/24 : RUN go mod download 20:22:09 Removing intermediate container 6eb296f7c55b 20:22:09 ---> 4849a8695d17 20:22:09 Step 6/22 : COPY go.mod . 20:22:09 ---> Running in 991f8d562b25 20:22:09 Removing intermediate container ade3cc2c1e10 20:22:09 ---> de8a91aa49c7 20:22:09 Step 6/22 : COPY go.mod . 20:22:09 Removing intermediate container 546c76794eda 20:22:09 ---> bffcb91caf38 20:22:09 Step 6/21 : COPY go.mod . 20:22:10 ---> 7565f66a5935 20:22:10 Step 7/26 : RUN go mod download 20:22:10 ---> Running in b11a34d2dcff 20:22:10 ---> 85f8ce450cc6 20:22:10 Step 7/22 : RUN go mod download 20:22:10 ---> Running in 24ecbb5ebf92 20:22:10 ---> d608fc667093 20:22:10 Step 7/21 : RUN go mod download 20:22:10 ---> 00ae3c28124b 20:22:10 Step 7/22 : RUN go mod download 20:22:11 ---> Running in c91e82478a87 20:22:11 ---> Running in 3644103a4dfd 20:22:13 Removing intermediate container 991f8d562b25 20:22:13 ---> 3f08d4ecc3a6 20:22:13 Step 8/24 : COPY . . 20:22:15 Removing intermediate container b11a34d2dcff 20:22:15 ---> 544f22b98f0b 20:22:15 Step 8/26 : COPY . . 20:22:15 Removing intermediate container 24ecbb5ebf92 20:22:15 ---> 81090d600275 20:22:15 Step 8/22 : COPY . . 20:22:16 Removing intermediate container 3644103a4dfd 20:22:16 ---> 639b40204b86 20:22:16 Step 8/21 : COPY . . 20:22:16 Removing intermediate container c91e82478a87 20:22:16 ---> d1c3dd4b6508 20:22:16 Step 8/22 : COPY . . 20:22:38 ---> afd37425292a 20:22:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:22:38 ---> 55c53203f4f3 20:22:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:22:38 ---> a4f3284c8a49 20:22:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:22:38 ---> caedb50b4785 20:22:38 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:22:38 ---> f929f4d9479b 20:22:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:22:38 ---> Running in 2f16bbcd0d28 20:22:38 ---> Running in 8cb199fd05c7 20:22:38 ---> Running in c7fe42835172 20:22:38 ---> Running in 0abf07d4e0de 20:22:38 ---> Running in 00debca8e071 20:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:24:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:24:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:24:09 Removing intermediate container 00debca8e071 20:24:09 ---> 411e9d0c9b71 20:24:09 20:24:09 Step 10/22 : FROM alpine:3.12 20:24:09 3.12: Pulling from library/alpine 20:24:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:24:11 Status: Downloaded newer image for alpine:3.12 20:24:11 ---> afeebe901d6b 20:24:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:24:12 ---> Running in 533f3fe1fcd7 20:24:13 Removing intermediate container 2f16bbcd0d28 20:24:13 ---> 4367e83260ef 20:24:13 20:24:13 Step 10/24 : FROM alpine:3.12 20:24:13 ---> afeebe901d6b 20:24:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:24:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:14 ---> Running in 1359c384b54b 20:24:14 (1/5) Installing ca-certificates (20191127-r4) 20:24:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:24:15 (3/5) Installing libcurl (7.69.1-r3) 20:24:15 (4/5) Installing curl (7.69.1-r3) 20:24:15 (5/5) Installing dumb-init (1.2.2-r1) 20:24:15 Executing busybox-1.31.1-r19.trigger 20:24:15 Executing ca-certificates-20191127-r4.trigger 20:24:15 Removing intermediate container 8cb199fd05c7 20:24:15 ---> cab25f7ce7bf 20:24:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:24:15 OK: 7 MiB in 19 packages 20:24:15 ---> Running in d7b9ac9add0d 20:24:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:16 Removing intermediate container 0abf07d4e0de 20:24:16 ---> 9a3a118c098b 20:24:16 20:24:16 Step 10/21 : FROM alpine:3.12 20:24:16 ---> afeebe901d6b 20:24:16 Step 11/21 : RUN apk add --update --no-cache curl 20:24:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:16 ---> Running in 95ae50f0a537 20:24:17 (1/5) Installing ca-certificates (20191127-r4) 20:24:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:24:17 (3/5) Installing libcurl (7.69.1-r3) 20:24:17 (4/5) Installing curl (7.69.1-r3) 20:24:17 (5/5) Installing dumb-init (1.2.2-r1) 20:24:17 Executing busybox-1.31.1-r19.trigger 20:24:17 Executing ca-certificates-20191127-r4.trigger 20:24:17 OK: 7 MiB in 19 packages 20:24:18 Removing intermediate container 533f3fe1fcd7 20:24:18 ---> 12695622f91d 20:24:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:24:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:24:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:18 ---> Running in f6c9db1488ab 20:24:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:19 Removing intermediate container f6c9db1488ab 20:24:19 ---> 98df9a87888f 20:24:19 Step 13/22 : WORKDIR / 20:24:19 (1/4) Installing ca-certificates (20191127-r4) 20:24:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:24:19 (3/4) Installing libcurl (7.69.1-r3) 20:24:19 (4/4) Installing curl (7.69.1-r3) 20:24:19 Executing busybox-1.31.1-r19.trigger 20:24:19 Executing ca-certificates-20191127-r4.trigger 20:24:19 ---> Running in aa1ad7efdfb8 20:24:20 OK: 7 MiB in 18 packages 20:24:20 Removing intermediate container 1359c384b54b 20:24:20 ---> 1263a14feafd 20:24:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:24:20 ---> Running in efc0d5b2fc11 20:24:20 Removing intermediate container aa1ad7efdfb8 20:24:20 ---> ee97388b39af 20:24:20 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:21 Removing intermediate container efc0d5b2fc11 20:24:21 ---> 64b50a9cf05b 20:24:21 Step 13/24 : WORKDIR / 20:24:21 ---> 2f2e65dda057 20:24:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:24:22 ---> Running in 36dd07ac77a4 20:24:23 Removing intermediate container 95ae50f0a537 20:24:23 ---> caaf3e8e3fcb 20:24:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:24:23 Removing intermediate container 36dd07ac77a4 20:24:23 ---> 2aa1f8b3f46d 20:24:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:24:23 ---> Running in 8d961449a5ed 20:24:23 Removing intermediate container d7b9ac9add0d 20:24:23 ---> 20fe6c8eb39b 20:24:23 20:24:23 Step 11/26 : FROM docker:20.10.0 20:24:23 ---> 51647dfe56b0 20:24:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:24:23 20.10.0: Pulling from library/docker 20:24:24 ---> e6066a90e369 20:24:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:24:24 Removing intermediate container 8d961449a5ed 20:24:24 ---> 74776b0fac03 20:24:24 Step 13/21 : WORKDIR /edgex 20:24:24 ---> Running in 3cd5d25a3e91 20:24:25 ---> 1894bc16c9c5 20:24:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:24:25 ---> c1af5a263291 20:24:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:24:26 Removing intermediate container 3cd5d25a3e91 20:24:26 ---> b0058170b7dc 20:24:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:24:27 ---> 630b1d43ef87 20:24:27 Step 18/22 : RUN chmod +x entrypoint.sh 20:24:27 ---> Running in c3acb367f04a 20:24:27 ---> 153769df75da 20:24:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:24:28 ---> f75b3ca69e61 20:24:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:24:28 Removing intermediate container c7fe42835172 20:24:28 ---> 36e818240afd 20:24:28 20:24:28 Step 10/22 : FROM scratch 20:24:28 ---> 20:24:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:24:28 ---> Running in d7d27794e010 20:24:29 Removing intermediate container d7d27794e010 20:24:29 ---> cbf91de2ceb9 20:24:29 Step 12/22 : ENV APP_PORT=48081 20:24:30 ---> 40b1f3d0951e 20:24:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:24:30 ---> 1c588b7a040f 20:24:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:24:30 ---> Running in 7eadaf1549a0 20:24:31 Removing intermediate container 7eadaf1549a0 20:24:31 ---> 610d18a0c6b3 20:24:31 Step 13/22 : EXPOSE $APP_PORT 20:24:31 Removing intermediate container c3acb367f04a 20:24:31 ---> b9397552f640 20:24:31 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:24:32 ---> Running in bde1ba56f349 20:24:32 ---> Running in fdeb20683c0f 20:24:32 ---> d16652ca622d 20:24:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:24:32 ---> b9b31438cd20 20:24:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:24:33 ---> Running in d50d01638c23 20:24:33 Removing intermediate container bde1ba56f349 20:24:33 ---> 34385816e896 20:24:33 Step 14/22 : WORKDIR / 20:24:33 ---> Running in 26052a3eb61f 20:24:33 Removing intermediate container fdeb20683c0f 20:24:33 ---> 59ef529c9305 20:24:33 Step 20/22 : LABEL arch=arm64 20:24:33 Removing intermediate container d50d01638c23 20:24:33 ---> c2190652803f 20:24:33 Step 18/21 : CMD ["--init=true"] 20:24:33 ---> Running in f3879f5a5e06 20:24:34 ---> Running in 9c23b5756edb 20:24:34 ---> 2eb9c97c1d50 20:24:34 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/ 20:24:34 Removing intermediate container 26052a3eb61f 20:24:34 ---> b00808915047 20:24:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:34 ---> Running in 4b50b5edc031 20:24:34 Removing intermediate container f3879f5a5e06 20:24:34 ---> 588367994286 20:24:34 Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:24:35 ---> Running in c53a6fcb182b 20:24:35 Removing intermediate container 9c23b5756edb 20:24:35 ---> a05e6bdc7163 20:24:35 Step 19/21 : LABEL arch=arm64 20:24:35 ---> db662ea4f575 20:24:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:24:35 ---> Running in 7b1ae795fb9b 20:24:36 Removing intermediate container c53a6fcb182b 20:24:36 ---> b4a9800be8d8 20:24:36 Step 22/22 : LABEL version=0.0.0 20:24:36 ---> Running in 31e3576805c8 20:24:36 Removing intermediate container 7b1ae795fb9b 20:24:36 ---> d6320136eb1c 20:24:36 Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:24:37 ---> Running in 5d2bda4e68de 20:24:37 Removing intermediate container 31e3576805c8 20:24:37 ---> 08b507a46cc0 20:24:37 20:24:37 ---> 784445d68568 20:24:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:24:37 Successfully built 08b507a46cc0 20:24:37 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 20:24:37 Removing intermediate container 5d2bda4e68de 20:24:37 ---> b75bada7b95a 20:24:37 Step 21/21 : LABEL version=0.0.0 Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 20:24:37 20:24:37 ---> Running in 4d2649c98898 20:24:38 Removing intermediate container 4b50b5edc031 20:24:38 ---> 3fcaf6cfcc18 20:24:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:24:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:24:38 Status: Downloaded newer image for docker:20.10.0 20:24:38 ---> eeaf43b92773 20:24:38 Step 12/26 : RUN apk add --no-cache bash 20:24:38 ---> Running in f702957055d5 20:24:38 ---> Running in d264b9e8c5d1 20:24:38 ---> 920887a57f94 20:24:38 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:24:38 Removing intermediate container 4d2649c98898 20:24:38 ---> 1fe7ceb4e3db 20:24:38 20:24:39 ---> Running in 63dda46b963f 20:24:39 Successfully built 1fe7ceb4e3db 20:24:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:24:39  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 20:24:39 Removing intermediate container f702957055d5 20:24:39 ---> 150e614071cd 20:24:39 Step 22/24 : LABEL arch=arm64 20:24:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:39 ---> Running in ae995f2cb5ce 20:24:39 Removing intermediate container 63dda46b963f 20:24:39 ---> 41cb322ebc13 20:24:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:24:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:40 ---> Running in a1ad722ced83 20:24:40 Removing intermediate container ae995f2cb5ce 20:24:40 ---> 3ba7ef30942b 20:24:40 Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:24:40 (1/2) Installing readline (8.0.4-r0) 20:24:40 (2/2) Installing bash (5.0.17-r0) 20:24:40 Executing bash-5.0.17-r0.post-install 20:24:40 Executing busybox-1.31.1-r19.trigger 20:24:40 OK: 12 MiB in 22 packages 20:24:41 Removing intermediate container a1ad722ced83 20:24:41 ---> 139c38d4619c 20:24:41 Step 20/22 : LABEL arch=arm64 20:24:41 ---> Running in 2ecb8126d763 20:24:42 ---> Running in 4aae0e3d5597 20:24:43 Removing intermediate container 2ecb8126d763 20:24:43 ---> a761466e4a90 20:24:43 Step 24/24 : LABEL version=0.0.0 20:24:43 Removing intermediate container 4aae0e3d5597 20:24:43 ---> 269c2bfa6f63 20:24:43 Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:24:43 ---> Running in 0f94f99f5ecd 20:24:44 ---> Running in a429e7c045f0 20:24:44 Removing intermediate container d264b9e8c5d1 20:24:44 ---> a78ae4c11c52 20:24:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:24:44 ---> Running in 50c88aaf3786 20:24:44 Removing intermediate container 0f94f99f5ecd 20:24:44 ---> 06b708759dad 20:24:45 20:24:45 Removing intermediate container a429e7c045f0 20:24:45 ---> 525ef390a2ba 20:24:45 Step 22/22 : LABEL version=0.0.0 20:24:45 Successfully built 06b708759dad 20:24:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:24:45  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 20:24:46 ---> Running in 644680a36db4 20:24:46 Removing intermediate container 50c88aaf3786 20:24:46 ---> 929826a1e724 20:24:46 Step 14/26 : ENV APP_PORT=48090 20:24:46 ---> Running in d69a1e7afddb 20:24:46 Removing intermediate container 644680a36db4 20:24:46 ---> 519ad87f8f8b 20:24:46 20:24:46 Successfully built 519ad87f8f8b 20:24:47 Successfully tagged docker-core-metadata-go-arm64:latest 20:24:47 Building docker-core-data-go 20:24:47  Building docker-core-metadata-go ... done Removing intermediate container d69a1e7afddb 20:24:47 ---> c594e7a89676 20:24:47 Step 15/26 : EXPOSE $APP_PORT 20:24:47 ---> Running in b1cf23f42d70 20:24:48 Removing intermediate container b1cf23f42d70 20:24:48 ---> 5dfbe93adb13 20:24:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:24:49 ---> a2388bbbcbdb 20:24:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:24:50 ---> e00cd66866f5 20:24:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:24:51 ---> 847bd4670ca2 20:24:51 Step 19/26 : RUN apk --no-cache add py3-pip 20:24:52 ---> Running in b9133df295f6 20:24:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:53 (1/33) Installing libbz2 (1.0.8-r1) 20:24:53 (2/33) Installing expat (2.2.9-r1) 20:24:54 (3/33) Installing libffi (3.3-r2) 20:24:54 (4/33) Installing gdbm (1.13-r1) 20:24:54 (5/33) Installing xz-libs (5.2.5-r0) 20:24:54 (6/33) Installing sqlite-libs (3.32.1-r0) 20:24:54 (7/33) Installing python3 (3.8.5-r0) 20:24:56 (8/33) Installing py3-appdirs (1.4.4-r1) 20:24:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:24:56 (10/33) Installing py3-parsing (2.4.7-r0) 20:24:56 (11/33) Installing py3-six (1.15.0-r0) 20:24:56 (12/33) Installing py3-packaging (20.4-r0) 20:24:56 (13/33) Installing py3-setuptools (47.0.0-r0) 20:24:56 (14/33) Installing py3-chardet (3.0.4-r4) 20:24:56 (15/33) Installing py3-idna (2.9-r0) 20:24:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:24:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:24:56 (18/33) Installing py3-requests (2.23.0-r0) 20:24:56 (19/33) Installing py3-msgpack (1.0.0-r0) 20:24:56 (20/33) Installing py3-lockfile (0.12.2-r3) 20:24:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:24:56 (22/33) Installing py3-colorama (0.4.3-r0) 20:24:56 (23/33) Installing py3-distlib (0.3.0-r0) 20:24:56 (24/33) Installing py3-distro (1.5.0-r1) 20:24:56 (25/33) Installing py3-webencodings (0.5.1-r3) 20:24:56 (26/33) Installing py3-html5lib (1.0.1-r4) 20:24:56 (27/33) Installing py3-pytoml (0.1.21-r0) 20:24:56 (28/33) Installing py3-pep517 (0.8.2-r0) 20:24:56 (29/33) Installing py3-progress (1.5-r0) 20:24:56 (30/33) Installing py3-toml (0.10.1-r0) 20:24:56 (31/33) Installing py3-retrying (1.3.3-r0) 20:24:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:24:56 (33/33) Installing py3-pip (20.1.1-r0) 20:24:57 Executing busybox-1.31.1-r19.trigger 20:24:57 OK: 71 MiB in 55 packages 20:25:07 Removing intermediate container b9133df295f6 20:25:07 ---> 4d555176d55e 20:25:07 Step 20/26 : RUN pip install docker-compose==1.23.2 20:25:07 ---> Running in a3bd99a32374 20:25:14 Collecting docker-compose==1.23.2 20:25:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:25:14 Collecting texttable<0.10,>=0.9.0 20:25:14 Downloading texttable-0.9.1.tar.gz (11 kB) 20:25:17 Collecting PyYAML<4,>=3.10 20:25:17 Downloading PyYAML-3.13.tar.gz (270 kB) 20:25:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:25:18 ---> e7a72da563b4 20:25:18 Step 3/21 : WORKDIR /edgex-go 20:25:18 ---> Using cache 20:25:18 ---> 47fef89f592a 20:25:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:18 ---> Using cache 20:25:18 ---> d5548f56bcfe 20:25:18 Step 5/21 : RUN apk add --update --no-cache make git 20:25:18 ---> Using cache 20:25:18 ---> 4849a8695d17 20:25:18 Step 6/21 : COPY go.mod . 20:25:18 ---> Using cache 20:25:18 ---> 85f8ce450cc6 20:25:18 Step 7/21 : RUN go mod download 20:25:18 ---> Using cache 20:25:18 ---> 81090d600275 20:25:18 Step 8/21 : COPY . . 20:25:18 ---> Using cache 20:25:18 ---> a4f3284c8a49 20:25:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:25:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:25:21 ---> e7a72da563b4 20:25:21 Step 3/24 : WORKDIR /edgex-go 20:25:21 ---> Using cache 20:25:21 ---> 47fef89f592a 20:25:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:21 ---> Using cache 20:25:21 ---> d5548f56bcfe 20:25:21 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:25:21 ---> Running in 8b9705d7782b 20:25:21 ---> Running in 366d397cd913 20:25:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:25:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:25:23 Collecting cached-property<2,>=1.2.0 20:25:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:25:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:23 Collecting jsonschema<3,>=2.5.1 20:25:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:25:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:25:24 Collecting docopt<0.7,>=0.6.1 20:25:24 Downloading docopt-0.6.2.tar.gz (25 kB) 20:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:27 OK: 217 MiB in 51 packages 20:25:27 Collecting dockerpty<0.5,>=0.4.1 20:25:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:25:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:25:28 ---> e7a72da563b4 20:25:28 Step 3/22 : WORKDIR /edgex-go 20:25:28 ---> Using cache 20:25:28 ---> 47fef89f592a 20:25:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:28 ---> Using cache 20:25:28 ---> d5548f56bcfe 20:25:28 Step 5/22 : RUN apk add --update --no-cache make git 20:25:28 ---> Using cache 20:25:28 ---> 4849a8695d17 20:25:28 Step 6/22 : COPY go.mod . 20:25:28 ---> Using cache 20:25:28 ---> 85f8ce450cc6 20:25:28 Step 7/22 : RUN go mod download 20:25:28 ---> Using cache 20:25:28 ---> 81090d600275 20:25:28 Step 8/22 : COPY . . 20:25:28 ---> Using cache 20:25:28 ---> a4f3284c8a49 20:25:28 Step 9/22 : RUN make cmd/core-command/core-command 20:25:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:25:29 ---> e7a72da563b4 20:25:29 Step 3/23 : WORKDIR /edgex-go 20:25:29 ---> Using cache 20:25:29 ---> 47fef89f592a 20:25:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:29 ---> Using cache 20:25:29 ---> d5548f56bcfe 20:25:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:25:29 ---> Running in 0ab6c244f33d 20:25:29 ---> Running in bc2c33cda93b 20:25:30 Collecting websocket-client<1.0,>=0.32.0 20:25:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:25:30 Removing intermediate container 366d397cd913 20:25:30 ---> e52917465ab5 20:25:30 Step 6/24 : COPY go.mod . 20:25:31 Collecting docker<4.0,>=3.6.0 20:25:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:25: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 20:25:32 ---> 9da39c28c863 20:25:32 Step 7/24 : RUN go mod download 20:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:32 ---> Running in 4d01d93999ae 20:25:32 Collecting idna<2.8,>=2.5 20:25:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:25:33 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:25:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:34 OK: 217 MiB in 51 packages 20:25:34 Collecting urllib3<1.25,>=1.21.1 20:25:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:25:35 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:25:35 Collecting docker-pycreds>=0.4.0 20:25:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:25:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:25:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:25:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:25:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:25:35 Removing intermediate container bc2c33cda93b 20:25:35 ---> bf2ca12ff539 20:25:35 Step 6/23 : COPY go.mod . 20:25:36 Installing collected packages: texttable, PyYAML, idna, urllib3, requests, cached-property, jsonschema, docopt, dockerpty, websocket-client, docker-pycreds, docker, docker-compose 20:25:36 Running setup.py install for texttable: started 20:25:37 Removing intermediate container 4d01d93999ae 20:25:37 ---> 99c7908923df 20:25:37 Step 8/24 : COPY . . 20:25:37 ---> b4a5afe269e8 20:25:37 Step 7/23 : RUN go mod download 20:25:37 ---> Running in c6561af4421b 20:25:40 Running setup.py install for texttable: finished with status 'done' 20:25:40 Running setup.py install for PyYAML: started 20:25:42 Running setup.py install for PyYAML: finished with status 'done' 20:25:42 Attempting uninstall: idna 20:25:43 Found existing installation: idna 2.9 20:25:43 Uninstalling idna-2.9: 20:25:43 Successfully uninstalled idna-2.9 20:25:44 Removing intermediate container c6561af4421b 20:25:44 ---> 202430a1dc19 20:25:44 Step 8/23 : COPY . . 20:25:44 Attempting uninstall: urllib3 20:25:44 Found existing installation: urllib3 1.25.9 20:25:44 Uninstalling urllib3-1.25.9: 20:25:44 Successfully uninstalled urllib3-1.25.9 20:25:45 Attempting uninstall: requests 20:25:45 Found existing installation: requests 2.23.0 20:25:45 Uninstalling requests-2.23.0: 20:25:45 Successfully uninstalled requests-2.23.0 20:25:46 Running setup.py install for docopt: started 20:25:49 Running setup.py install for docopt: finished with status 'done' 20:25:49 Running setup.py install for dockerpty: started 20:25:51 Running setup.py install for dockerpty: finished with status 'done' 20:25:53 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:26:02 ---> 227fd916164e 20:26:02 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:26:02 ---> Running in 14869bdbeca4 20:26:04 Removing intermediate container a3bd99a32374 20:26:04 ---> d7924236e950 20:26:04 Step 21/26 : RUN apk --no-cache add curl 20:26:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:26:04 ---> Running in f6212aaf5852 20:26:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:26:08 (2/3) Installing libcurl (7.69.1-r3) 20:26:08 (3/3) Installing curl (7.69.1-r3) 20:26:08 Executing busybox-1.31.1-r19.trigger 20:26:08 OK: 71 MiB in 58 packages 20:26:10 ---> 9d483757d6ec 20:26:10 Step 9/23 : RUN make cmd/core-data/core-data 20:26:10 Removing intermediate container f6212aaf5852 20:26:10 ---> 6e0f25def492 20:26:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:26:11 ---> Running in da9c11b1c81d 20:26:11 ---> Running in 0868f0fa840f 20:26:12 Removing intermediate container 0868f0fa840f 20:26:12 ---> 265a3903dc69 20:26:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:12 ---> Running in d18e5501090d 20:26:13 Removing intermediate container d18e5501090d 20:26:13 ---> 4318131d5024 20:26:13 Step 24/26 : LABEL arch=arm64 20:26:13 ---> Running in 2161b55de662 20:26:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:26:13 Removing intermediate container 2161b55de662 20:26:13 ---> 5e033bd0f410 20:26:13 Step 25/26 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:26:13 ---> Running in 0dca19ba6f22 20:26:14 Removing intermediate container 0dca19ba6f22 20:26:14 ---> 4ba057cee211 20:26:14 Step 26/26 : LABEL version=0.0.0 20:26:14 ---> Running in 7ec72184ba6d 20:26:15 Removing intermediate container 7ec72184ba6d 20:26:15 ---> c96d097dc68a 20:26:15 20:26:15 Successfully built c96d097dc68a 20:26:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:26:48  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8b9705d7782b 20:26:48 ---> ade3f9d19e46 20:26:48 20:26:48 Step 10/21 : FROM scratch 20:26:48 ---> 20:26:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:26:48 ---> Using cache 20:26:48 ---> cbf91de2ceb9 20:26:48 Step 12/21 : ENV APP_PORT=48085 20:26:48 ---> Running in 1a30055f83af 20:26:48 Removing intermediate container 1a30055f83af 20:26:48 ---> f2c4557a44df 20:26:48 Step 13/21 : EXPOSE $APP_PORT 20:26:48 ---> Running in 53daf5be464c 20:26:48 Removing intermediate container 53daf5be464c 20:26:48 ---> 8f7190474b02 20:26:48 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:48 ---> 11316a3a2f3b 20:26:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:26:48 ---> 290e412ab4eb 20:26:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:26:49 ---> cb743bf74c1a 20:26:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:26:50 ---> Running in f142f52d6246 20:26:50 Removing intermediate container f142f52d6246 20:26:50 ---> 9a5a929a26d7 20:26:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:51 ---> Running in d5884feb4f1c 20:26:52 Removing intermediate container d5884feb4f1c 20:26:52 ---> 01b3d3335e02 20:26:52 Step 19/21 : LABEL arch=arm64 20:26:52 ---> Running in 9a5a42084e14 20:26:53 Removing intermediate container 9a5a42084e14 20:26:53 ---> 14e88c9a1228 20:26:53 Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:26:53 ---> Running in 3910bff5b82d 20:26:55 Removing intermediate container 3910bff5b82d 20:26:55 ---> 588b6d3542ae 20:26:55 Step 21/21 : LABEL version=0.0.0 20:26:55 ---> Running in 5909bcbf25b8 20:26:56 Removing intermediate container 0ab6c244f33d 20:26:56 ---> 52e0b9f06531 20:26:56 20:26:56 Step 10/22 : FROM scratch 20:26:56 ---> 20:26:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:26:56 ---> Using cache 20:26:56 ---> cbf91de2ceb9 20:26:56 Step 12/22 : ENV APP_PORT=48082 20:26:56 Removing intermediate container 5909bcbf25b8 20:26:56 ---> 207cf9aec655 20:26:56 20:26:56 ---> Running in 336c77bd6395 20:26:56 Successfully built 207cf9aec655 20:26:56 Successfully tagged docker-support-scheduler-go-arm64:latest 20:26:56  Building docker-support-scheduler-go ... done Removing intermediate container 336c77bd6395 20:26:56 ---> b19f787cebc9 20:26:56 Step 13/22 : EXPOSE $APP_PORT 20:26:56 ---> Running in 71fae9c69270 20:26:57 Removing intermediate container 71fae9c69270 20:26:57 ---> dbb948daf8bb 20:26:57 Step 14/22 : WORKDIR / 20:26:57 ---> Running in 3aca68524718 20:26:58 Removing intermediate container 3aca68524718 20:26:58 ---> 7080aea0bc7c 20:26:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:59 ---> 557ca6ad2cd3 20:26:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:27:01 ---> a6bb70840669 20:27:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:27:02 ---> fabfc51aa8c9 20:27:02 Step 18/22 : ENTRYPOINT ["/core-command"] 20:27:02 ---> Running in 8134f38b3ab7 20:27:03 Removing intermediate container 8134f38b3ab7 20:27:03 ---> ab3a8cc5b06c 20:27:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:03 ---> Running in 00df98448b7d 20:27:04 Removing intermediate container 00df98448b7d 20:27:04 ---> d3e2edaecac9 20:27:04 Step 20/22 : LABEL arch=arm64 20:27:04 ---> Running in 1fc61d5adcb6 20:27:04 Removing intermediate container 1fc61d5adcb6 20:27:04 ---> ddcbd5f2ad13 20:27:04 Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:27:04 ---> Running in 9b198f532f8a 20:27:05 Removing intermediate container 9b198f532f8a 20:27:05 ---> c06770738abf 20:27:05 Step 22/22 : LABEL version=0.0.0 20:27:05 ---> Running in c68b9a33fd0f 20:27:06 Removing intermediate container c68b9a33fd0f 20:27:06 ---> f27c34324b9a 20:27:06 20:27:07 Successfully built f27c34324b9a 20:27:07 Successfully tagged docker-core-command-go-arm64:latest 20:27:17  Building docker-core-command-go ... done Removing intermediate container 14869bdbeca4 20:27:17 ---> e9d448b69b52 20:27:17 20:27:17 Step 10/24 : FROM scratch 20:27:17 ---> 20:27:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:27:17 ---> Running in ebbda9f721f9 20:27:17 Removing intermediate container ebbda9f721f9 20:27:17 ---> c05230d91a51 20:27:17 Step 12/24 : ENV APP_PORT=48060 20:27:17 ---> Running in 7011130a9d2c 20:27:17 Removing intermediate container 7011130a9d2c 20:27:17 ---> ea8109e054ca 20:27:17 Step 13/24 : EXPOSE $APP_PORT 20:27:17 ---> Running in b6ad46c8bf3f 20:27:18 Removing intermediate container b6ad46c8bf3f 20:27:18 ---> 014b1798eb47 20:27:18 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:27:19 ---> 855eef3f2aa8 20:27:19 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:27:20 ---> 932e5bdfd5e0 20:27:20 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:27:21 ---> 54b65fda3895 20:27:21 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:22 ---> c025c627fd81 20:27:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:27:26 ---> 7933cd96913a 20:27:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:27:26 ---> cf2f02aa9c5e 20:27:26 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:27:26 ---> Running in 05836d018d20 20:27:26 Removing intermediate container 05836d018d20 20:27:26 ---> 2e8f56068789 20:27:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:26 ---> Running in c803c0d20b20 20:27:27 Removing intermediate container c803c0d20b20 20:27:27 ---> b8d8c00c173a 20:27:27 Step 22/24 : LABEL arch=arm64 20:27:27 ---> Running in 6b9ed158984d 20:27:28 Removing intermediate container 6b9ed158984d 20:27:28 ---> ac024d51619e 20:27:28 Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:27:28 ---> Running in ceec59665cb7 20:27:28 Removing intermediate container ceec59665cb7 20:27:28 ---> e91c3d62ce03 20:27:28 Step 24/24 : LABEL version=0.0.0 20:27:29 ---> Running in 196655b78410 20:27:29 Removing intermediate container 196655b78410 20:27:29 ---> 1141407a6527 20:27:29 20:27:30 Successfully built 1141407a6527 20:27:30 Successfully tagged docker-support-notifications-go-arm64:latest 20:27:32  Building docker-support-notifications-go ... done Removing intermediate container da9c11b1c81d 20:27:32 ---> d12a900430a0 20:27:32 20:27:32 Step 10/23 : FROM alpine:3.12 20:27:32 ---> afeebe901d6b 20:27:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:27:32 ---> Running in b04181757d08 20:27:32 Removing intermediate container b04181757d08 20:27:32 ---> abe0263ff51c 20:27:32 Step 12/23 : ENV APP_PORT=48080 20:27:32 ---> Running in 61ab789d3d6e 20:27:33 Removing intermediate container 61ab789d3d6e 20:27:33 ---> 87d77709cc1a 20:27:33 Step 13/23 : EXPOSE $APP_PORT 20:27:33 ---> Running in 2e3c109be358 20:27:33 Removing intermediate container 2e3c109be358 20:27:33 ---> c1155a710cf7 20:27:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:33 ---> Running in bbd5445b5fb6 20:27:36 Removing intermediate container bbd5445b5fb6 20:27:36 ---> 75717696682b 20:27:36 Step 15/23 : RUN apk add --update --no-cache zeromq 20:27:36 ---> Running in b717cf54a4c5 20:27:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:38 (1/5) Installing libgcc (9.3.0-r2) 20:27:38 (2/5) Installing libsodium (1.0.18-r0) 20:27:38 (3/5) Installing libstdc++ (9.3.0-r2) 20:27:38 (4/5) Installing libzmq (4.3.3-r0) 20:27:38 (5/5) Installing zeromq (4.3.3-r0) 20:27:38 Executing busybox-1.31.1-r19.trigger 20:27:38 OK: 8 MiB in 19 packages 20:27:40 Removing intermediate container b717cf54a4c5 20:27:40 ---> f87214486cba 20:27:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:40 ---> f7347d30e983 20:27:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:27:42 ---> 396dc17bb800 20:27:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:27:43 ---> d461e393a942 20:27:43 Step 19/23 : ENTRYPOINT ["/core-data"] 20:27:43 ---> Running in 778746254d32 20:27:43 Removing intermediate container 778746254d32 20:27:43 ---> 7c71d44019ad 20:27:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:43 ---> Running in 81e54068113d 20:27:44 Removing intermediate container 81e54068113d 20:27:44 ---> 7b622e859c71 20:27:44 Step 21/23 : LABEL arch=arm64 20:27:44 ---> Running in 0fdd910fea32 20:27:44 Removing intermediate container 0fdd910fea32 20:27:44 ---> 05bd1fa89e4c 20:27:44 Step 22/23 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d 20:27:45 ---> Running in 435be81880de 20:27:45 Removing intermediate container 435be81880de 20:27:45 ---> 28b066859647 20:27:45 Step 23/23 : LABEL version=0.0.0 20:27:45 ---> Running in 831c1ab98b3b 20:27:45 Removing intermediate container 831c1ab98b3b 20:27:45 ---> 2d6663d8ef66 20:27:45 20:27:46 Successfully built 2d6663d8ef66 20:27:46 Successfully tagged docker-core-data-go-arm64:latest 20:27:46  Building docker-core-data-go ... done  [Pipeline] } 20:27:46 $ docker stop --time=1 56c30efe08ccce046e981eb11c543914f52f1ee2bf34b39b4da14287301cefd8 20:27:48 $ docker rm -f 56c30efe08ccce046e981eb11c543914f52f1ee2bf34b39b4da14287301cefd8 [Pipeline] // withDockerContainer [Pipeline] sh 20:27:49 + docker images 20:27:49 + grep docker 20:27:49 docker-core-data-go-arm64 latest 2d6663d8ef66 4 seconds ago 21MB 20:27:49 docker-support-notifications-go-arm64 latest 1141407a6527 20 seconds ago 11.4MB 20:27:49 docker-core-command-go-arm64 latest f27c34324b9a 43 seconds ago 9.98MB 20:27:49 docker-support-scheduler-go-arm64 latest 207cf9aec655 54 seconds ago 10MB 20:27:49 docker-sys-mgmt-agent-go-arm64 latest c96d097dc68a About a minute ago 300MB 20:27:49 docker-core-metadata-go-arm64 latest 519ad87f8f8b 3 minutes ago 12.3MB 20:27:49 docker-security-secretstore-setup-go-arm64 latest 06b708759dad 3 minutes ago 23.4MB 20:27:49 docker-security-proxy-setup-go-arm64 latest 1fe7ceb4e3db 3 minutes ago 23.3MB 20:27:49 docker-security-bootstrap-redis-go-arm64 latest 08b507a46cc0 3 minutes ago 15.1MB 20:27:49 docker 20.10.0 eeaf43b92773 4 weeks 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 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:27:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:27:54 ---> package-listing.sh 20:27:54 ++ facter osfamily 20:27:54 ++ tr '[:upper:]' '[:lower:]' 20:27:54 + OS_FAMILY=redhat 20:27:54 + workspace=/w/workspace/edgex-go/6 20:27:54 + START_PACKAGES=/tmp/packages_start.txt 20:27:54 + END_PACKAGES=/tmp/packages_end.txt 20:27:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:27:54 + PACKAGES=/tmp/packages_start.txt 20:27:54 + '[' /w/workspace/edgex-go/6 ']' 20:27:54 + PACKAGES=/tmp/packages_end.txt 20:27:54 + case "${OS_FAMILY}" in 20:27:54 + rpm -qa 20:27:54 + sort 20:27:59 + '[' -f /tmp/packages_start.txt ']' 20:27:59 + '[' -f /tmp/packages_end.txt ']' 20:27:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:27:59 + '[' /w/workspace/edgex-go/6 ']' 20:27:59 + mkdir -p /w/workspace/edgex-go/6/archives/ 20:27:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 20:27:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:28:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:28:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:28:00 20:28:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:28:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:28:00 alpine: Pulling from edgex-lftools-log-publisher 20:28:00 df20fa9351a1: Pulling fs layer 20:28:00 36b3adc4ff6f: Pulling fs layer 20:28:00 8ad3a11d3b57: Pulling fs layer 20:28:00 46f8f816bc3b: Pulling fs layer 20:28:00 93b61091891f: Pulling fs layer 20:28:00 93b9cdb0e59b: Pulling fs layer 20:28:00 5e14af77c1be: Pulling fs layer 20:28:00 01666e4c0597: Pulling fs layer 20:28:00 aa168da1d23b: Pulling fs layer 20:28:00 46f8f816bc3b: Waiting 20:28:00 93b61091891f: Waiting 20:28:00 93b9cdb0e59b: Waiting 20:28:00 01666e4c0597: Waiting 20:28:00 5e14af77c1be: Waiting 20:28:00 36b3adc4ff6f: Verifying Checksum 20:28:00 36b3adc4ff6f: Download complete 20:28:00 46f8f816bc3b: Verifying Checksum 20:28:00 46f8f816bc3b: Download complete 20:28:00 df20fa9351a1: Download complete 20:28:01 93b9cdb0e59b: Verifying Checksum 20:28:01 93b9cdb0e59b: Download complete 20:28:01 5e14af77c1be: Verifying Checksum 20:28:01 5e14af77c1be: Download complete 20:28:01 93b61091891f: Verifying Checksum 20:28:01 93b61091891f: Download complete 20:28:01 01666e4c0597: Verifying Checksum 20:28:01 01666e4c0597: Download complete 20:28:01 8ad3a11d3b57: Verifying Checksum 20:28:01 8ad3a11d3b57: Download complete 20:28:01 df20fa9351a1: Pull complete 20:28:01 36b3adc4ff6f: Pull complete 20:28:03 aa168da1d23b: Verifying Checksum 20:28:03 aa168da1d23b: Download complete 20:28:04 8ad3a11d3b57: Pull complete 20:28:04 46f8f816bc3b: Pull complete 20:28:05 93b61091891f: Pull complete 20:28:05 93b9cdb0e59b: Pull complete 20:28:05 5e14af77c1be: Pull complete 20:28:06 01666e4c0597: Pull complete 20:28:14 aa168da1d23b: Pull complete 20:28:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:28:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:28:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:28:14 prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container 20:28:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:28:21 $ docker top 98d1d667c816b7c17fd48af99b48f9cf5143f2f2222be0207c1a913527e833b5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:22 + touch /tmp/pre-build-complete [Pipeline] sh 20:28:22 + mkdir -p /var/log/sa [Pipeline] sh 20:28:23 + ls /var/log/sa-host 20:28:23 + sadf -c /var/log/sa-host/sa12 20:28:23 file_magic: OK 20:28:23 HZ: Using current value: 100 20:28:23 file_header: OK 20:28:23 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:28:23 Statistics: 20:28:23 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... 20:28:23 File successfully converted to sysstat format version 12.2.1 20:28:23 + sadf -c /var/log/sa-host/sa23 20:28:23 file_magic: OK 20:28:23 HZ: Using current value: 100 20:28:23 file_header: OK 20:28:23 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:28:23 Statistics: 20:28:23 Hnuu...uuuununununu... 20:28:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:28:23 provisioning config files... 20:28:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1500270844181332938tmp [Pipeline] { [Pipeline] echo 20:28:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:28:23 ---> create-netrc.sh [Pipeline] } 20:28:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:28:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:28:24 ---> python-tools-install.sh [Pipeline] echo 20:28:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:28:24 ---> sudo-logs.sh 20:28:24 Archiving 'sudo' log.. [Pipeline] echo 20:28:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:28:24 ---> job-cost.sh 20:28:24 lf-activate-venv: SKIPPING 20:28:24 INFO: No Stack... 20:28:26 INFO: Retrieving Pricing Info for: v1-standard-2 20:28:26 INFO: Archiving Costs [Pipeline] echo 20:28:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:28:27 ---> logs-deploy.sh 20:28:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2999/6 20:28:27 INFO: archiving workspace using pattern(s): 20:28:28 Archives upload complete. 20:28:28 INFO: archiving logs to Nexus