Pull request #2660 closed Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a14165494ce22bd0940f1e34fb49e075a468a70d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-275 in /w/workspace/foundry_edgex-go_hutchic-patch-1 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 Fetching without tags Checking out Revision a14165494ce22bd0940f1e34fb49e075a468a70d (hutchic-patch-1) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a14165494ce22bd0940f1e34fb49e075a468a70d # timeout=10 Commit message: "Merge branch 'master' into hutchic-patch-1" > git rev-list --no-walk ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:14:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:14:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:14:36 ========================================================= 14:14:36 EdgeX Global Pipelines Version Info 14:14:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:14:38 ------------------- 14:14:38 stable info: 14:14:38 ------------------- 14:14:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:14:38 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 14:14:38 Message: update stable to v1.0.106 14:14:39 ------------------- 14:14:39 experimental info: 14:14:39 ------------------- 14:14:39 Commited By: **** collab-it+edgex@linuxfoundation.org 14:14:39 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 14:14:39 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 14:14:41 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/core-command/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo core-command,cmd/core-command/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/core-data/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo core-data,cmd/core-data/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/core-metadata/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo core-metadata,cmd/core-metadata/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/security-proxy-setup/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/security-secrets-setup/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/support-logging/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo support-logging,cmd/support-logging/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/support-notifications/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo support-notifications,cmd/support-notifications/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/support-scheduler/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:14:41 + for file in '`ls cmd/**/Dockerfile`' 14:14:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:14:41 ++ cut -d/ -f2 14:14:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:14:41 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 14:14:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:42 14:14:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:14:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:42 latest: Pulling from edgex-devops/git-semver 14:14:42 31603596830f: Pulling fs layer 14:14:42 2a8b12db71e7: Pulling fs layer 14:14:42 6ca5941a6612: Pulling fs layer 14:14:42 ecc8261a40a4: Pulling fs layer 14:14:42 ecc8261a40a4: Waiting 14:14:42 2a8b12db71e7: Download complete 14:14:42 31603596830f: Verifying Checksum 14:14:42 31603596830f: Download complete 14:14:42 ecc8261a40a4: Verifying Checksum 14:14:42 ecc8261a40a4: Download complete 14:14:42 6ca5941a6612: Verifying Checksum 14:14:43 31603596830f: Pull complete 14:14:43 2a8b12db71e7: Pull complete 14:14:44 6ca5941a6612: Pull complete 14:14:44 ecc8261a40a4: Pull complete 14:14:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:14:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:14:44 prd-centos7-docker-4c-2g-275 does not seem to be running inside a container 14:14:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:14:47 $ docker top ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:14:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:14:47 [ssh-agent] Looking for ssh-agent implementation... 14:14:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:14:47 $ docker exec ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent 14:14:47 SSH_AUTH_SOCK=/tmp/ssh-YcGZUAN46Uat/agent.12 14:14:47 SSH_AGENT_PID=18 14:14:47 Running ssh-add (command line suppressed) 14:14:47 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1685511728475555944.key (/w/workspace/edgex-go/2@tmp/private_key_1685511728475555944.key) 14:14:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:14:48 + git describe --exact-match --tags HEAD 14:14:48 fatal: No names found, cannot describe anything. [Pipeline] } 14:14:48 $ docker exec --env ******** --env ******** ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent -k 14:14:48 unset SSH_AUTH_SOCK; 14:14:48 unset SSH_AGENT_PID; 14:14:48 echo Agent pid 18 killed; 14:14:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:14:48 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:14:48 This usually means this commit has not been tagged. [Pipeline] sshagent 14:14:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:14:48 [ssh-agent] Looking for ssh-agent implementation... 14:14:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:14:48 $ docker exec ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent 14:14:49 SSH_AUTH_SOCK=/tmp/ssh-gKUUlC6bZwfp/agent.48 14:14:49 SSH_AGENT_PID=53 14:14:49 Running ssh-add (command line suppressed) 14:14:49 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7067645182354998598.key (/w/workspace/edgex-go/2@tmp/private_key_7067645182354998598.key) 14:14:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:14:49 + git semver init 14:14:49 # -> Open(): unable to determine branch for HEAD 14:14:49 # $GIT_DIR = /w/workspace/edgex-go/2/.git 14:14:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 14:14:49 # $SEMVER_REMOTE_NAME = origin 14:14:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:14:49 # $SEMVER_USER_NAME = edgex-jenkins 14:14:49 # $SEMVER_BRANCH = hutchic-patch-1 14:14:49 # $SEMVER_TEMP = /tmp/semver-797025229 14:14:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:15:07 # '/tmp/semver-797025229' -> '/w/workspace/edgex-go/2/.semver' 14:15:07 # -> Force: false 14:15:07 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 14:15:07 $ docker exec --env ******** --env ******** ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent -k 14:15:07 unset SSH_AUTH_SOCK; 14:15:07 unset SSH_AGENT_PID; 14:15:07 echo Agent pid 53 killed; 14:15:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:15:08 + git semver [Pipeline] } 14:15:08 $ docker stop --time=1 ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb 14:15:10 $ docker rm -f ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:15:23 Stashed 32 file(s) [Pipeline] echo 14:15:23 [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] echo 14:15:23 ========================================================= 14:15:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:15:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:15:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 14:15:28 Sending build context to Docker daemon 323MB 14:15:28 Step 1/7 : ARG BASE=golang:1.13-alpine 14:15:28 Step 2/7 : FROM ${BASE} 14:15:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:15:28 df20fa9351a1: Pulling fs layer 14:15:28 ed8968b2872e: Pulling fs layer 14:15:28 a92cc7c5fd73: Pulling fs layer 14:15:28 2dd03ba5bac4: Pulling fs layer 14:15:28 1e091d79d1de: Pulling fs layer 14:15:28 481702a1767f: Pulling fs layer 14:15:28 f64a6f60c768: Pulling fs layer 14:15:28 e78d2573fc39: Pulling fs layer 14:15:28 e876d2f968b6: Pulling fs layer 14:15:28 ce8a83651883: Pulling fs layer 14:15:28 07967f4d0e4b: Pulling fs layer 14:15:28 e876d2f968b6: Waiting 14:15:28 1e091d79d1de: Waiting 14:15:28 481702a1767f: Waiting 14:15:28 ce8a83651883: Waiting 14:15:28 07967f4d0e4b: Waiting 14:15:28 f64a6f60c768: Waiting 14:15:28 e78d2573fc39: Waiting 14:15:28 2dd03ba5bac4: Waiting 14:15:28 a92cc7c5fd73: Verifying Checksum 14:15:28 a92cc7c5fd73: Download complete 14:15:28 ed8968b2872e: Download complete 14:15:28 1e091d79d1de: Verifying Checksum 14:15:28 1e091d79d1de: Download complete 14:15:28 481702a1767f: Verifying Checksum 14:15:28 481702a1767f: Download complete 14:15:28 df20fa9351a1: Download complete 14:15:28 df20fa9351a1: Pull complete 14:15:29 ed8968b2872e: Pull complete 14:15:29 f64a6f60c768: Verifying Checksum 14:15:29 f64a6f60c768: Download complete 14:15:29 e876d2f968b6: Verifying Checksum 14:15:29 e876d2f968b6: Download complete 14:15:29 e78d2573fc39: Verifying Checksum 14:15:29 e78d2573fc39: Download complete 14:15:29 07967f4d0e4b: Verifying Checksum 14:15:29 07967f4d0e4b: Download complete 14:15:29 ce8a83651883: Verifying Checksum 14:15:29 ce8a83651883: Download complete 14:15:29 2dd03ba5bac4: Verifying Checksum 14:15:29 2dd03ba5bac4: Download complete 14:15:30 a92cc7c5fd73: Pull complete 14:15:37 2dd03ba5bac4: Pull complete 14:15:37 1e091d79d1de: Pull complete 14:15:37 481702a1767f: Pull complete 14:15:38 Still waiting to schedule task 14:15:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:15:41 f64a6f60c768: Pull complete 14:15:43 e78d2573fc39: Pull complete 14:15:43 e876d2f968b6: Pull complete 14:15:44 ce8a83651883: Pull complete 14:15:45 07967f4d0e4b: Pull complete 14:15:45 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 14:15:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:15:45 ---> 5d7c900382c6 14:15:45 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:15:46 ---> Running in f5b0f6d6123b 14:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:15:48 (1/12) Installing libmagic (5.38-r0) 14:15:48 (2/12) Installing file (5.38-r0) 14:15:48 (3/12) Installing libc-dev (0.7.2-r3) 14:15:48 (4/12) Installing g++ (9.3.0-r2) 14:15:51 (5/12) Installing fortify-headers (1.1-r0) 14:15:51 (6/12) Installing patch (2.7.6-r6) 14:15:51 (7/12) Installing build-base (0.5-r2) 14:15:51 (8/12) Installing libsodium (1.0.18-r0) 14:15:51 (9/12) Installing pkgconf (1.7.2-r0) 14:15:51 (10/12) Installing libsodium-dev (1.0.18-r0) 14:15:51 (11/12) Installing libzmq (4.3.2-r0) 14:15:51 (12/12) Installing zeromq-dev (4.3.2-r0) 14:15:51 Executing busybox-1.31.1-r16.trigger 14:15:51 OK: 233 MiB in 51 packages 14:15:55 Removing intermediate container f5b0f6d6123b 14:15:55 ---> f7384ba18aae 14:15:55 Step 4/7 : WORKDIR /edgex-go 14:15:55 ---> Running in f7c295a793c8 14:15:55 Removing intermediate container f7c295a793c8 14:15:55 ---> aee7d126d071 14:15:55 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:15:56 latest: Pulling from library/docker 14:15:56 df20fa9351a1: Already exists 14:15:56 25ad7478873d: Pulling fs layer 14:15:56 4684f6177b5d: Pulling fs layer 14:15:56 46e300cec669: Pulling fs layer 14:15:56 63038576ad94: Pulling fs layer 14:15:56 0fdb76c4706c: Pulling fs layer 14:15:56 cb7edeffdfd5: Pulling fs layer 14:15:56 63038576ad94: Waiting 14:15:56 0fdb76c4706c: Waiting 14:15:56 cb7edeffdfd5: Waiting 14:15:56 4684f6177b5d: Verifying Checksum 14:15:56 4684f6177b5d: Download complete 14:15:56 25ad7478873d: Verifying Checksum 14:15:56 25ad7478873d: Pull complete 14:15:56 63038576ad94: Verifying Checksum 14:15:56 63038576ad94: Download complete 14:15:56 4684f6177b5d: Pull complete 14:15:56 cb7edeffdfd5: Verifying Checksum 14:15:56 cb7edeffdfd5: Download complete 14:15:57 46e300cec669: Verifying Checksum 14:15:57 46e300cec669: Download complete 14:15:57 0fdb76c4706c: Verifying Checksum 14:15:57 0fdb76c4706c: Download complete 14:15:59 46e300cec669: Pull complete 14:15:59 63038576ad94: Pull complete 14:15:59 0fdb76c4706c: Pull complete 14:15:59 cb7edeffdfd5: Pull complete 14:15:59 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:15:59 Status: Downloaded newer image for docker:latest 14:16:01 ---> 3b3362bcf2e5 14:16:01 Step 6/7 : COPY go.mod . 14:16:01 ---> 60f13dc0a406 14:16:01 Step 7/7 : RUN go mod download 14:16:01 ---> Running in 486597bfa3b7 14:16:04 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:16:04 go: finding github.com/BurntSushi/toml v0.3.1 14:16:04 go: finding github.com/OneOfOne/xxhash v1.2.5 14:16:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:16:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:16:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:16:04 go: finding github.com/bgentry/speakeasy v0.1.0 14:16:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:16:04 go: finding github.com/cloudflare/gokey v0.1.0 14:16:04 go: finding github.com/davecgh/go-spew v1.1.1 14:16:04 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:16:04 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 14:16:04 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 14:16:04 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:16:04 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:16:04 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 14:16:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 14:16:04 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:16:04 go: finding github.com/fatih/color v1.7.0 14:16:04 go: finding github.com/fsnotify/fsnotify v1.4.7 14:16:04 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:16:04 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 14:16:04 go: finding github.com/go-kit/kit v0.8.0 14:16:04 go: finding github.com/go-logfmt/logfmt v0.4.0 14:16:04 go: finding github.com/go-redis/redis/v7 v7.2.0 14:16:04 go: finding github.com/go-stack/stack v1.8.0 14:16:04 go: finding github.com/golang/protobuf v1.3.2 14:16:04 go: finding github.com/gomodule/redigo v2.0.0+incompatible 14:16:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:16:04 go: finding github.com/google/uuid v1.1.0 14:16:04 go: finding github.com/gorilla/mux v1.7.1 14:16:04 go: finding github.com/hashicorp/consul/api v1.1.0 14:16:04 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:16:04 go: finding github.com/hashicorp/errwrap v1.0.0 14:16:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:16:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:16:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:16:04 go: finding github.com/hashicorp/go-multierror v1.0.0 14:16:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:16:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:16:05 go: finding github.com/hashicorp/go-syslog v1.0.0 14:16:05 go: finding github.com/hashicorp/go-uuid v1.0.1 14:16:05 go: finding github.com/hashicorp/go.net v0.0.1 14:16:05 go: finding github.com/hashicorp/golang-lru v0.5.0 14:16:05 go: finding github.com/hashicorp/logutils v1.0.0 14:16:05 go: finding github.com/hashicorp/mdns v1.0.0 14:16:05 go: finding github.com/hashicorp/memberlist v0.1.3 14:16:05 go: finding github.com/hashicorp/serf v0.8.2 14:16:05 go: finding github.com/hpcloud/tail v1.0.0 14:16:05 go: finding github.com/imdario/mergo v0.3.6 14:16:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:16:05 go: finding github.com/kr/pretty v0.1.0 14:16:05 go: finding github.com/kr/pty v1.1.1 14:16:05 go: finding github.com/kr/text v0.1.0 14:16:05 go: finding github.com/mattn/go-colorable v0.0.9 14:16:05 go: finding github.com/mattn/go-isatty v0.0.3 14:16:05 go: finding github.com/miekg/dns v1.0.14 14:16:05 go: finding github.com/mitchellh/cli v1.0.0 14:16:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:16:05 go: finding github.com/mitchellh/copystructure v1.0.0 14:16:05 go: finding github.com/mitchellh/go-homedir v1.0.0 14:16:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:16:05 go: finding github.com/mitchellh/gox v0.4.0 14:16:05 go: finding github.com/mitchellh/iochan v1.0.0 14:16:05 go: finding github.com/mitchellh/mapstructure v1.1.2 14:16:05 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:16:05 go: finding github.com/onsi/ginkgo v1.10.1 14:16:05 go: finding github.com/onsi/gomega v1.7.0 14:16:05 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:16:05 go: finding github.com/pebbe/zmq4 v1.0.0 14:16:05 go: finding github.com/pelletier/go-toml v1.2.0 14:16:05 go: finding github.com/pkg/errors v0.8.1 14:16:05 go: finding github.com/pmezard/go-difflib v1.0.0 14:16:06 go: finding github.com/posener/complete v1.1.1 14:16:06 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:16:06 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:16:06 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:16:06 go: finding github.com/stretchr/objx v0.1.0 14:16:06 go: finding github.com/stretchr/testify v1.5.1 14:16:06 go: finding github.com/ugorji/go v1.1.4 14:16:06 go: finding github.com/x448/float16 v0.8.4 14:16:06 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 14:16:06 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:16:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:16:06 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 14:16:06 go: finding golang.org/x/text v0.3.2 14:16:06 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:16:06 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 14:16:06 go: finding gopkg.in/eapache/queue.v1 v1.1.0 14:16:06 go: finding gopkg.in/fsnotify.v1 v1.4.7 14:16:06 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 14:16:06 go: finding gopkg.in/yaml.v2 v2.2.8 14:16:18 Removing intermediate container 486597bfa3b7 14:16:18 ---> 8d625849910d 14:16:18 Successfully built 8d625849910d 14:16:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:16:19 + docker inspect -f . ci-base-image-x86_64 14:16:19 . [Pipeline] withDockerContainer 14:16:19 prd-centos7-docker-4c-2g-275 does not seem to be running inside a container 14:16:19 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 14:16:19 $ docker top c314c9e544a14a0a4b9b895a3a2da7fab36b1790a66080f80996193dabc5db1d -eo pid,comm [Pipeline] { [Pipeline] sh 14:16:20 + go version 14:16:20 go version go1.13.13 linux/amd64 [Pipeline] echo 14:16:20 ========================================================= 14:16:20 [edgeXBuildGoParallel] Running Tests and Build... 14:16:20 ========================================================= [Pipeline] sh 14:16:20 + make test 14:16:20 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:16:23 ? github.com/edgexfoundry/edgex-go [no test files] 14:16:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:16:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:16:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:16:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:16:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:16:38 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 14:16:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:16:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:16:38 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:16:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:16:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:16:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:16:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:16:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:16:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 14:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:16:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.097s coverage: 27.3% of statements 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:16:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:16:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements 14:16:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.021s coverage: 100.0% of statements 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 14:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.019s coverage: 100.0% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements 14:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.064s coverage: 63.5% of statements 14:16:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:16:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 14:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.136s coverage: 55.9% of statements 14:16:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:16:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:16:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:16:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.484s coverage: 86.3% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.287s coverage: 72.2% of statements 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.091s coverage: 72.1% of statements 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.023s coverage: 82.4% of statements 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.038s coverage: 26.9% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.086s coverage: 84.1% of statements 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.007s coverage: 83.8% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.031s coverage: 46.1% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.058s coverage: 29.1% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.030s coverage: 99.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:17:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 14:17:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 14:17:02 GO111MODULE=on go vet ./... 14:17:06 gofmt -l . 14:17:07 [ "`gofmt -l .`" = "" ] 14:17:08 ./bin/test-go-mod-tidy.sh 14:17:08 ./bin/test-attribution-txt.sh [Pipeline] sh 14:17:09 + ls -al . 14:17:09 total 552 14:17:09 drwxrwxr-x 10 1001 1001 4096 Aug 17 14:17 . 14:17:09 drwxr-xr-x 4 root root 28 Aug 17 14:16 .. 14:17:09 -rw-rw-r-- 1 1001 1001 11 Aug 17 14:14 .dockerignore 14:17:09 drwxrwxr-x 8 1001 1001 162 Aug 17 14:14 .git 14:17:09 drwxrwxr-x 3 1001 1001 60 Aug 17 14:14 .github 14:17:09 -rw-rw-r-- 1 1001 1001 932 Aug 17 14:14 .gitignore 14:17:09 drwx------ 3 1001 1001 55 Aug 17 14:15 .semver 14:17:09 -rw-rw-r-- 1 1001 1001 166 Aug 17 14:14 .sonarcloud.properties 14:17:09 -rw-rw-r-- 1 1001 1001 3804 Aug 17 14:14 CONTRIBUTING.md 14:17:09 -rw-rw-r-- 1 1001 1001 1035 Aug 17 14:14 Dockerfile.build 14:17:09 -rw-rw-r-- 1 1001 1001 865 Aug 17 14:14 Jenkinsfile 14:17:09 -rw-rw-r-- 1 1001 1001 10775 Aug 17 14:14 LICENSE 14:17:09 -rw-rw-r-- 1 1001 1001 6237 Aug 17 14:14 Makefile 14:17:09 -rw-rw-r-- 1 1001 1001 5652 Aug 17 14:14 README.md 14:17:09 -rw-rw-r-- 1 1001 1001 259 Aug 17 14:14 SECURITY.md 14:17:09 -rw-rw-r-- 1 1001 1001 5 Aug 17 14:15 VERSION 14:17:09 -rw-rw-r-- 1 1001 1001 4131 Aug 17 14:14 ZMQWindows.md 14:17:09 drwxrwxr-x 2 1001 1001 117 Aug 17 14:14 bin 14:17:09 drwxrwxr-x 15 1001 1001 4096 Aug 17 14:14 cmd 14:17:09 -rw-r--r-- 1 root root 455803 Aug 17 14:17 coverage.out 14:17:09 -rw-r--r-- 1 root root 1019 Aug 17 14:17 go.mod 14:17:09 -rw-r--r-- 1 root root 18146 Aug 17 14:17 go.sum 14:17:09 drwxrwxr-x 8 1001 1001 127 Aug 17 14:14 internal 14:17:09 drwxrwxr-x 4 1001 1001 26 Aug 17 14:14 openapi 14:17:09 drwxrwxr-x 4 1001 1001 71 Aug 17 14:14 snap 14:17:09 -rw-rw-r-- 1 1001 1001 168 Aug 17 14:14 version.go [Pipeline] sh 14:17:10 + '[' -e coverage.out ] 14:17:10 + chown 1001:1001 coverage.out [Pipeline] stash 14:17:10 Stashed 1 file(s) [Pipeline] sh 14:17:10 + make build 14:17:10 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 14:17:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:17:20 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 14:17:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:17:22 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 14:17:24 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 14:17:24 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 14:17:27 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 14:17:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-277 in /w/workspace/foundry_edgex-go_hutchic-patch-1 [Pipeline] { [Pipeline] ws 14:17:27 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 14:17:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:17:30 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 14:17:31 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 14:17:33 using credential edgex-jenkins-ssh 14:17:33 Cloning the remote Git repository 14:17:33 Cloning with configured refspecs honoured and without tags 14:17:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:17:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:17:33 > git init /w/workspace/edgex-go/2 # timeout=10 14:17:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:17:33 > git --version # timeout=10 14:17:33 using GIT_SSH to set credentials SSH Credentials for GitHub 14:17:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 14:17:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 14:17:35 $ docker stop --time=1 c314c9e544a14a0a4b9b895a3a2da7fab36b1790a66080f80996193dabc5db1d 14:17:37 $ docker rm -f c314c9e544a14a0a4b9b895a3a2da7fab36b1790a66080f80996193dabc5db1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:17:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:38 14:17:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:17:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:38 latest: Pulling from edgex-devops/edgex-compose 14:17:38 cbdbe7a5bc2a: Pulling fs layer 14:17:38 ca9280d653b3: Pulling fs layer 14:17:38 7e9c9ca2126c: Pulling fs layer 14:17:38 cbdbe7a5bc2a: Verifying Checksum 14:17:38 cbdbe7a5bc2a: Download complete 14:17:39 ca9280d653b3: Verifying Checksum 14:17:39 ca9280d653b3: Download complete 14:17:39 cbdbe7a5bc2a: Pull complete 14:17:39 7e9c9ca2126c: Verifying Checksum 14:17:39 7e9c9ca2126c: Download complete 14:17:39 ca9280d653b3: Pull complete 14:17:46 7e9c9ca2126c: Pull complete 14:17:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:17:46 prd-centos7-docker-4c-2g-275 does not seem to be running inside a container 14:17:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:17:48 Fetching without tags 14:17:49 Checking out Revision a14165494ce22bd0940f1e34fb49e075a468a70d (hutchic-patch-1) 14:17:49 $ docker top 96cdc545569022232ecf4609d48f90628ae741bce0c40a8dd6098acfab528f52 -eo pid,comm [Pipeline] { [Pipeline] sh 14:17:50 + docker-compose build --help 14:17:50 + grep parallel 14:17:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:17:48 > git config --add remote.origin.fetch +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 14:17:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:17:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:17:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:17:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 14:17:49 > git config core.sparsecheckout # timeout=10 14:17:49 > git checkout -f a14165494ce22bd0940f1e34fb49e075a468a70d # timeout=10 14:17:51 --parallel Build images in parallel. [Pipeline] } 14:17:51 $ docker stop --time=1 96cdc545569022232ecf4609d48f90628ae741bce0c40a8dd6098acfab528f52 14:17:52 $ docker rm -f 96cdc545569022232ecf4609d48f90628ae741bce0c40a8dd6098acfab528f52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:52 . [Pipeline] withDockerContainer 14:17:53 prd-centos7-docker-4c-2g-275 does not seem to be running inside a container 14:17:53 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:17:53 Commit message: "Merge branch 'master' into hutchic-patch-1" 14:17:53 $ docker top b7ef65ec16519b0e7e800000feb89028839f64818150599ec8947f0e30fb4f71 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 14:17:54 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 14:17:55 Building docker-core-command-go ... 14:17:55 Building docker-core-data-go ... 14:17:55 Building docker-core-metadata-go ... 14:17:55 Building docker-security-proxy-setup-go ... 14:17:55 Building docker-security-secrets-setup-go ... 14:17:55 Building docker-security-secretstore-setup-go ... 14:17:55 Building docker-support-logging-go ... 14:17:55 Building docker-support-notifications-go ... 14:17:55 Building docker-support-scheduler-go ... 14:17:55 Building docker-sys-mgmt-agent-go ... 14:17:55 Building docker-core-metadata-go 14:17:55 Building docker-core-command-go 14:17:55 Building docker-sys-mgmt-agent-go 14:17:55 Building docker-security-secrets-setup-go 14:17:55 Building docker-security-secretstore-setup-go [Pipeline] echo 14:18:07 ========================================================= 14:18:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:18:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:18:07 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 14:18:12 Sending build context to Docker daemon 323MB 14:18:12 Step 1/7 : ARG BASE=golang:1.13-alpine 14:18:12 Step 2/7 : FROM ${BASE} 14:18:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:18:12 b538f80385f9: Pulling fs layer 14:18:12 74f711af9a0d: Pulling fs layer 14:18:12 99f96fe45779: Pulling fs layer 14:18:12 fd7a069fd194: Pulling fs layer 14:18:12 66aa3694b03b: Pulling fs layer 14:18:12 170f70906a0f: Pulling fs layer 14:18:12 ad7c5574e4b9: Pulling fs layer 14:18:12 e772456be8f7: Pulling fs layer 14:18:12 c890913d741a: Pulling fs layer 14:18:12 2480fcc9aa5a: Pulling fs layer 14:18:12 09adf4765672: Pulling fs layer 14:18:12 ad7c5574e4b9: Waiting 14:18:12 e772456be8f7: Waiting 14:18:12 c890913d741a: Waiting 14:18:12 2480fcc9aa5a: Waiting 14:18:12 09adf4765672: Waiting 14:18:12 fd7a069fd194: Waiting 14:18:12 170f70906a0f: Waiting 14:18:12 66aa3694b03b: Waiting 14:18:12 99f96fe45779: Verifying Checksum 14:18:12 99f96fe45779: Download complete 14:18:12 74f711af9a0d: Verifying Checksum 14:18:12 74f711af9a0d: Download complete 14:18:12 66aa3694b03b: Verifying Checksum 14:18:12 66aa3694b03b: Download complete 14:18:12 170f70906a0f: Verifying Checksum 14:18:12 170f70906a0f: Download complete 14:18:12 b538f80385f9: Verifying Checksum 14:18:12 b538f80385f9: Download complete 14:18:13 b538f80385f9: Pull complete 14:18:13 74f711af9a0d: Pull complete 14:18:14 99f96fe45779: Pull complete 14:18:14 ad7c5574e4b9: Verifying Checksum 14:18:14 ad7c5574e4b9: Download complete 14:18:14 c890913d741a: Verifying Checksum 14:18:14 c890913d741a: Download complete 14:18:16 2480fcc9aa5a: Verifying Checksum 14:18:16 2480fcc9aa5a: Download complete 14:18:16 09adf4765672: Verifying Checksum 14:18:16 09adf4765672: Download complete 14:18:17 e772456be8f7: Verifying Checksum 14:18:17 e772456be8f7: Download complete 14:18:17 fd7a069fd194: Verifying Checksum 14:18:17 fd7a069fd194: Download complete 14:18:21 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:18:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:18:21 ---> 8d625849910d 14:18:21 Step 3/21 : WORKDIR /edgex-go 14:18:21 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:18:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:18:21 ---> 8d625849910d 14:18:21 Step 3/26 : WORKDIR /edgex-go 14:18:21 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:18:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:18:21 ---> 8d625849910d 14:18:21 Step 3/21 : WORKDIR /edgex-go 14:18:21 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 14:18:21 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:18:21 ---> 8d625849910d 14:18:21 Step 3/29 : WORKDIR /edgex-go 14:18:21 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:18:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:18:21 ---> 8d625849910d 14:18:21 Step 3/26 : WORKDIR /edgex-go 14:18:21 ---> Running in 462b50ad5515 14:18:21 ---> Running in 71f89e8e33a5 14:18:21 ---> Running in 69b39187611e 14:18:21 ---> Running in 677765bdb419 14:18:21 ---> Running in f5f518b1f704 14:18:21 Removing intermediate container 71f89e8e33a5 14:18:21 ---> 44279b71ae7a 14:18:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:21 Removing intermediate container 69b39187611e 14:18:21 ---> 470131550777 14:18:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:21 Removing intermediate container f5f518b1f704 14:18:21 ---> 04fdd0a7d619 14:18:21 Step 4/29 : RUN apk update && apk add make git 14:18:22 Removing intermediate container 677765bdb419 14:18:22 ---> f58aca6aab1c 14:18:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:22 Removing intermediate container 462b50ad5515 14:18:22 ---> 8ccbe8d2be91 14:18:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:22 ---> Running in 435dbdff2209 14:18:22 ---> Running in ba47fda502fb 14:18:22 ---> Running in 3b10c70dcfb5 14:18:22 ---> Running in 7cb469b86155 14:18:22 ---> Running in e7c5b28ca7fc 14:18:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:23 Removing intermediate container 435dbdff2209 14:18:23 ---> 51738b2cb80b 14:18:23 Step 5/26 : RUN apk update && apk add make bash git 14:18:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:23 ---> Running in fe509af650d6 14:18:24 Removing intermediate container 7cb469b86155 14:18:24 ---> e1094d002990 14:18:24 Step 5/21 : RUN apk update && apk add make git 14:18:24 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:18:24 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:18:24 OK: 12746 distinct packages available 14:18:24 OK: 233 MiB in 51 packages 14:18:24 ---> Running in 9ea470971fb2 14:18:24 Removing intermediate container 3b10c70dcfb5 14:18:24 ---> 5dabaa8ee9cf 14:18:24 Step 5/21 : RUN apk update && apk add make git 14:18:24 Removing intermediate container e7c5b28ca7fc 14:18:24 ---> d23c84037baa 14:18:24 Step 5/26 : RUN apk update && apk add make git 14:18:24 ---> Running in 5569fddbaa7d 14:18:24 ---> Running in 84c1e175bb3d 14:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:25 Removing intermediate container ba47fda502fb 14:18:25 ---> 46f3ae225dc7 14:18:25 Step 5/29 : COPY go.mod . 14:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:25 ---> a037bf9b5915 14:18:25 Step 6/29 : RUN go mod download 14:18:26 ---> Running in 5435ef30cd3b 14:18:26 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:18:26 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:18:26 OK: 12746 distinct packages available 14:18:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:26 OK: 233 MiB in 51 packages 14:18:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:26 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:18:26 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:18:26 OK: 12746 distinct packages available 14:18:26 Removing intermediate container fe509af650d6 14:18:26 ---> 6f75434fd4a1 14:18:26 Step 6/26 : COPY go.mod . 14:18:26 OK: 233 MiB in 51 packages 14:18:26 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:18:26 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:18:26 OK: 12746 distinct packages available 14:18:26 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:18:26 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:18:26 OK: 12746 distinct packages available 14:18:27 ---> b71d5620d6a3 14:18:27 Step 7/26 : RUN go mod download 14:18:27 OK: 233 MiB in 51 packages 14:18:27 OK: 233 MiB in 51 packages 14:18:27 ---> Running in 5bef1bcb8edf 14:18:27 Removing intermediate container 9ea470971fb2 14:18:27 ---> 893d7e900b13 14:18:27 Step 6/21 : COPY go.mod . 14:18:28 ---> 304737da02c9 14:18:28 Step 7/21 : RUN go mod download 14:18:28 ---> Running in dafdb19570bb 14:18:28 Removing intermediate container 5569fddbaa7d 14:18:28 ---> 2f7fb6a40780 14:18:28 Step 6/21 : COPY go.mod . 14:18:28 Removing intermediate container 5435ef30cd3b 14:18:28 ---> 5ba53063e9f8 14:18:28 Step 7/29 : COPY . . 14:18:29 Removing intermediate container 84c1e175bb3d 14:18:29 ---> ffbd7c7f6728 14:18:29 Step 6/26 : COPY go.mod . 14:18:30 fd7a069fd194: Pull complete 14:18:30 66aa3694b03b: Pull complete 14:18:30 170f70906a0f: Pull complete 14:18:30 ---> a98f5d23a0a3 14:18:30 Step 7/21 : RUN go mod download 14:18:31 ---> 564ceba349f0 14:18:31 Step 7/26 : RUN go mod download 14:18:32 ---> Running in bca5cd2c3298 14:18:32 Removing intermediate container 5bef1bcb8edf 14:18:32 ---> 0a8b8f185350 14:18:32 Step 8/26 : COPY . . 14:18:32 ---> Running in f6765fa2ecab 14:18:34 ad7c5574e4b9: Pull complete 14:18:37 Removing intermediate container dafdb19570bb 14:18:37 ---> b213a4072cff 14:18:37 Step 8/21 : COPY . . 14:18:38 e772456be8f7: Pull complete 14:18:38 c890913d741a: Pull complete 14:18:41 2480fcc9aa5a: Pull complete 14:18:41 09adf4765672: Pull complete 14:18:42 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 14:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:18:42 ---> 2248a725d1cf 14:18:42 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:18:47 ---> Running in 8863818c8d5c 14:18:47 Removing intermediate container bca5cd2c3298 14:18:47 ---> c23b66a493d7 14:18:47 Step 8/21 : COPY . . 14:18:48 Removing intermediate container f6765fa2ecab 14:18:48 ---> eb3edd8f590d 14:18:48 Step 8/26 : COPY . . 14:18:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:18:50 (1/12) Installing libmagic (5.38-r0) 14:18:50 (2/12) Installing file (5.38-r0) 14:18:50 (3/12) Installing libc-dev (0.7.2-r3) 14:18:50 (4/12) Installing g++ (9.3.0-r2) 14:18:53 (5/12) Installing fortify-headers (1.1-r0) 14:18:53 (6/12) Installing patch (2.7.6-r6) 14:18:53 (7/12) Installing build-base (0.5-r2) 14:18:53 (8/12) Installing libsodium (1.0.18-r0) 14:18:53 (9/12) Installing pkgconf (1.7.2-r0) 14:18:53 (10/12) Installing libsodium-dev (1.0.18-r0) 14:18:53 (11/12) Installing libzmq (4.3.2-r0) 14:18:53 (12/12) Installing zeromq-dev (4.3.2-r0) 14:18:53 Executing busybox-1.31.1-r16.trigger 14:18:53 OK: 217 MiB in 51 packages 14:18:58 Removing intermediate container 8863818c8d5c 14:18:58 ---> 68b10425b2d9 14:18:58 Step 4/7 : WORKDIR /edgex-go 14:18:58 ---> Running in cd6e955cf284 14:18:58 Removing intermediate container cd6e955cf284 14:18:58 ---> 3b57348f7d99 14:18:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:18:58 latest: Pulling from library/docker 14:18:58 b538f80385f9: Already exists 14:18:58 259a493cd78d: Pulling fs layer 14:18:58 b8e66b5100f5: Pulling fs layer 14:18:58 39dc9c94d07c: Pulling fs layer 14:18:58 551b823b3b82: Pulling fs layer 14:18:58 3c52a74df98c: Pulling fs layer 14:18:58 6c9b121b6998: Pulling fs layer 14:18:58 551b823b3b82: Waiting 14:18:58 3c52a74df98c: Waiting 14:18:58 6c9b121b6998: Waiting 14:18:59 b8e66b5100f5: Verifying Checksum 14:18:59 b8e66b5100f5: Download complete 14:18:59 259a493cd78d: Verifying Checksum 14:18:59 259a493cd78d: Download complete 14:18:59 551b823b3b82: Verifying Checksum 14:18:59 551b823b3b82: Download complete 14:18:59 3c52a74df98c: Verifying Checksum 14:18:59 3c52a74df98c: Download complete 14:18:59 6c9b121b6998: Verifying Checksum 14:18:59 6c9b121b6998: Download complete 14:19:00 259a493cd78d: Pull complete 14:19:00 b8e66b5100f5: Pull complete 14:19:00 39dc9c94d07c: Verifying Checksum 14:19:00 39dc9c94d07c: Download complete 14:19:00 ---> a57eacf19f8d 14:19:00 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:19:03 39dc9c94d07c: Pull complete 14:19:04 551b823b3b82: Pull complete 14:19:04 3c52a74df98c: Pull complete 14:19:04 6c9b121b6998: Pull complete 14:19:04 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:19:04 Status: Downloaded newer image for docker:latest 14:19:05 ---> Running in 063b76c775b3 14:19:08 ---> 68e6f1a142e3 14:19:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:19:08 ---> 6dffccb63902 14:19:08 Step 6/7 : COPY go.mod . 14:19:08 ---> 1dde8ec5e309 14:19:08 Step 7/7 : RUN go mod download 14:19:08 ---> Running in 9133125e9801 14:19:09 ---> 6fba63c96e3d 14:19:09 Step 9/21 : RUN make cmd/core-command/core-command 14:19:09 ---> Running in 5bdb5a473161 14:19:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:19:10 ---> Running in 06b841f85dbb 14:19:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:19:12 go: finding github.com/BurntSushi/toml v0.3.1 14:19:12 go: finding github.com/OneOfOne/xxhash v1.2.5 14:19:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:19:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:19:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:19:12 go: finding github.com/bgentry/speakeasy v0.1.0 14:19:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:19:12 go: finding github.com/cloudflare/gokey v0.1.0 14:19:12 go: finding github.com/davecgh/go-spew v1.1.1 14:19:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:19:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 14:19:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 14:19:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:19:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:19:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 14:19:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 14:19:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:19:12 go: finding github.com/fatih/color v1.7.0 14:19:12 go: finding github.com/fsnotify/fsnotify v1.4.7 14:19:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:19:12 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 14:19:12 go: finding github.com/go-kit/kit v0.8.0 14:19:12 go: finding github.com/go-logfmt/logfmt v0.4.0 14:19:12 go: finding github.com/go-redis/redis/v7 v7.2.0 14:19:12 go: finding github.com/go-stack/stack v1.8.0 14:19:12 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 14:19:12 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 14:19:12 go: finding github.com/golang/protobuf v1.3.2 14:19:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 14:19:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:19:12 go: finding github.com/google/uuid v1.1.0 14:19:12 go: finding github.com/gorilla/mux v1.7.1 14:19:12 go: finding github.com/hashicorp/consul/api v1.1.0 14:19:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:19:12 ---> f2d880c9ddb3 14:19:12 Step 9/21 : RUN make cmd/core-metadata/core-metadata 14:19:12 ---> 3fdb0ef778cd 14:19:12 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 14:19:12 ---> Running in 9b7b8f242a85 14:19:12 go: finding github.com/hashicorp/errwrap v1.0.0 14:19:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:19:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:19:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:19:12 go: finding github.com/hashicorp/go-multierror v1.0.0 14:19:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:19:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:19:12 go: finding github.com/hashicorp/go-syslog v1.0.0 14:19:12 go: finding github.com/hashicorp/go-uuid v1.0.1 14:19:12 go: finding github.com/hashicorp/go.net v0.0.1 14:19:12 go: finding github.com/hashicorp/golang-lru v0.5.0 14:19:12 ---> Running in 5f129b1fcc2a 14:19:13 go: finding github.com/hashicorp/logutils v1.0.0 14:19:13 go: finding github.com/hashicorp/mdns v1.0.0 14:19:13 go: finding github.com/hashicorp/memberlist v0.1.3 14:19:13 go: finding github.com/hashicorp/serf v0.8.2 14:19:13 go: finding github.com/hpcloud/tail v1.0.0 14:19:13 go: finding github.com/imdario/mergo v0.3.6 14:19:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:19:13 go: finding github.com/kr/pretty v0.1.0 14:19:13 go: finding github.com/kr/pty v1.1.1 14:19:13 go: finding github.com/kr/text v0.1.0 14:19:13 go: finding github.com/mattn/go-colorable v0.0.9 14:19:13 go: finding github.com/mattn/go-isatty v0.0.3 14:19:13 go: finding github.com/miekg/dns v1.0.14 14:19:13 go: finding github.com/mitchellh/cli v1.0.0 14:19:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:19:13 go: finding github.com/mitchellh/copystructure v1.0.0 14:19:13 go: finding github.com/mitchellh/go-homedir v1.0.0 14:19:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:19:13 go: finding github.com/mitchellh/gox v0.4.0 14:19:13 go: finding github.com/mitchellh/iochan v1.0.0 14:19:13 go: finding github.com/mitchellh/mapstructure v1.1.2 14:19:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:19:13 go: finding github.com/onsi/ginkgo v1.10.1 14:19:13 go: finding github.com/onsi/gomega v1.7.0 14:19:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:19:13 go: finding github.com/pebbe/zmq4 v1.0.0 14:19:13 go: finding github.com/pelletier/go-toml v1.2.0 14:19:13 go: finding github.com/pkg/errors v0.8.1 14:19:13 go: finding github.com/pmezard/go-difflib v1.0.0 14:19:13 go: finding github.com/posener/complete v1.1.1 14:19:13 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:19:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:19:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:19:13 go: finding github.com/stretchr/objx v0.1.0 14:19:13 go: finding github.com/stretchr/testify v1.5.1 14:19:13 go: finding github.com/ugorji/go v1.1.4 14:19:13 go: finding github.com/x448/float16 v0.8.4 14:19:13 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 14:19:13 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:19:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:19:13 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 14:19:13 go: finding golang.org/x/text v0.3.2 14:19:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:19:13 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 14:19:13 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 14:19:14 go: finding gopkg.in/eapache/queue.v1 v1.1.0 14:19:14 go: finding gopkg.in/fsnotify.v1 v1.4.7 14:19:14 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 14:19:14 go: finding gopkg.in/yaml.v2 v2.2.8 14:19:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:19:32 Removing intermediate container 9133125e9801 14:19:32 ---> fb1653fc746d 14:19:32 Successfully built fb1653fc746d 14:19:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:19:33 + docker inspect -f . ci-base-image-arm64 14:19:33 . [Pipeline] withDockerContainer 14:19:33 prd-ubuntu18.04-docker-arm64-4c-16g-277 does not seem to be running inside a container 14:19:33 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 14:19:34 $ docker top 6fa55ba083a32c597696f45cdf7298c4885b93a8a885fe21cafa9c441f25b0ce -eo pid,comm [Pipeline] { [Pipeline] sh 14:19:35 + go version 14:19:35 go version go1.13.13 linux/arm64 [Pipeline] echo 14:19:35 ========================================================= 14:19:35 [edgeXBuildGoParallel] Running Tests and Build... 14:19:35 ========================================================= [Pipeline] sh 14:19:36 + make test 14:19:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:19:36 Removing intermediate container 063b76c775b3 14:19:36 ---> 3a64bdf6f4fe 14:19:36 14:19:36 Step 9/29 : FROM alpine:latest 14:19:36 latest: Pulling from library/alpine 14:19:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:19:36 Status: Downloaded newer image for alpine:latest 14:19:36 ---> a24bb4013296 14:19:36 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:19:36 ---> Running in 70d924da44a8 14:19:36 Removing intermediate container 70d924da44a8 14:19:36 ---> 79026ab60420 14:19:36 Step 11/29 : USER root 14:19:36 ---> Running in 9fd0d8340f93 14:19:37 Removing intermediate container 9fd0d8340f93 14:19:37 ---> 48ab33c449a4 14:19:37 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:19:37 ---> Running in bc068977e660 14:19:39 ? github.com/edgexfoundry/edgex-go [no test files] 14:19:40 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 14:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:40 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:19:40 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:19:40 OK: 12746 distinct packages available 14:19:40 (1/2) Installing ca-certificates (20191127-r4) 14:19:40 (2/2) Installing dumb-init (1.2.2-r1) 14:19:40 Executing busybox-1.31.1-r16.trigger 14:19:40 Executing ca-certificates-20191127-r4.trigger 14:19:41 OK: 6 MiB in 16 packages 14:19:43 Removing intermediate container 5bdb5a473161 14:19:43 ---> 3992ad954d07 14:19:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:19:43 Removing intermediate container bc068977e660 14:19:43 ---> 8cbd67c6d6af 14:19:43 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:19:43 ---> Running in a7b5f964895a 14:19:43 ---> Running in 1d6f3d7e1bc1 14:19:43 Removing intermediate container 1d6f3d7e1bc1 14:19:43 ---> 4c677c0a7170 14:19:43 Step 14/29 : WORKDIR $BASE_DIR 14:19:43 ---> Running in a5553f1e3f2b 14:19:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 14:19:46 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 14:19:47 Removing intermediate container a5553f1e3f2b 14:19:47 ---> 10080d6feb9a 14:19:47 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:19:48 ---> Running in 116564e1f483 14:19:48 Removing intermediate container 06b841f85dbb 14:19:48 ---> a43ff20793e9 14:19:48 14:19:48 Step 10/21 : FROM scratch 14:19:48 ---> 14:19:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:19:48 ---> Running in 69847a8e2268 14:19:48 Removing intermediate container 69847a8e2268 14:19:48 ---> ae690658eb8f 14:19:48 Step 12/21 : ENV APP_PORT=48082 14:19:48 ---> Running in 620687e64660 14:19:49 Removing intermediate container a7b5f964895a 14:19:49 ---> 68f4fefcb93b 14:19:49 14:19:49 Step 11/26 : FROM docker:latest 14:19:49 ---> 81f5749c9058 14:19:49 Step 12/26 : RUN apk add --no-cache bash 14:19:50 Removing intermediate container 620687e64660 14:19:50 ---> 8a50a3bec101 14:19:50 Step 13/21 : EXPOSE $APP_PORT 14:19:51 ---> Running in 32d094fa5bc5 14:19:51 ---> Running in ee443636f0c3 14:19:51 Removing intermediate container 9b7b8f242a85 14:19:51 ---> 9147c88f34cd 14:19:51 14:19:51 Step 10/21 : FROM scratch 14:19:51 ---> 14:19:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:19:51 ---> Using cache 14:19:51 ---> ae690658eb8f 14:19:51 Step 12/21 : ENV APP_PORT=48081 14:19:51 ---> Running in 82e4d50606fe 14:19:51 Removing intermediate container ee443636f0c3 14:19:51 ---> e5a59b6e0894 14:19:51 Step 14/21 : WORKDIR / 14:19:51 Removing intermediate container 116564e1f483 14:19:51 ---> 31d472bcf337 14:19:51 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:19:51 ---> Running in 643cdea95ae4 14:19:51 Removing intermediate container 82e4d50606fe 14:19:51 ---> ab7ac2411282 14:19:51 Step 13/21 : EXPOSE $APP_PORT 14:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:52 (1/2) Installing readline (8.0.4-r0) 14:19:52 (2/2) Installing bash (5.0.17-r0) 14:19:52 Executing bash-5.0.17-r0.post-install 14:19:52 Executing busybox-1.31.1-r16.trigger 14:19:52 OK: 12 MiB in 22 packages 14:19:53 ---> Running in ead9258b5ec8 14:19:54 Removing intermediate container 643cdea95ae4 14:19:54 ---> 5c780b02b3ca 14:19:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:19:54 ---> 81eae5bbca42 14:19:54 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:19:54 Removing intermediate container ead9258b5ec8 14:19:54 ---> f92b75a58fab 14:19:54 Step 14/21 : WORKDIR / 14:19:54 Removing intermediate container 5f129b1fcc2a 14:19:54 ---> e6d2d8b0761b 14:19:54 14:19:54 Step 10/26 : FROM alpine:3.10 14:19:54 ---> Running in 345f72b26af1 14:19:54 ---> b6c30680ea0d 14:19:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:19:54 Removing intermediate container 32d094fa5bc5 14:19:54 ---> 7a02a79167d6 14:19:54 Step 13/26 : RUN rm -rf /var/cache/apk/* 14:19:54 3.10: Pulling from library/alpine 14:19:54 ---> 7fc6fed5015e 14:19:54 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:19:54 Removing intermediate container 345f72b26af1 14:19:54 ---> 20f193d97305 14:19:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:19:54 ---> Running in af22e47e3fe1 14:19:55 ---> 239f95faacfc 14:19:55 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:19:55 ---> c58336a19528 14:19:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:19:55 ---> c2d1861763e6 14:19:55 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:19:56 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:19:56 Status: Downloaded newer image for alpine:3.10 14:19:56 ---> be4e4bea2c2e 14:19:56 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:19:56 ---> 920effbae272 14:19:56 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:19:56 ---> 523be7db79ab 14:19:56 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:19:56 ---> Running in 55a494c0a688 14:19:56 ---> eabff936cb2e 14:19:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:19:57 ---> Running in abb8d69bc897 14:19:57 ---> 75883b76b301 14:19:57 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:19:57 Removing intermediate container af22e47e3fe1 14:19:57 ---> eda38a115b54 14:19:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:19:57 ---> 3ec6459fda4f 14:19:57 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:19:57 ---> Running in 1622a1d061a3 14:19:57 Removing intermediate container abb8d69bc897 14:19:57 ---> ad5765468614 14:19:57 Step 19/21 : LABEL arch=x86_64 14:19:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 14:19:57 ---> Running in 92d8ef02c2f2 14:19:57 ---> Running in f279b3a8f7b9 14:19:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 14:19:57 ---> Running in e8d84f14a6f4 14:19:57 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:19:57 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:19:57 OK: 10346 distinct packages available 14:19:57 Removing intermediate container 92d8ef02c2f2 14:19:57 ---> a4abd2b8fb9e 14:19:57 Step 15/26 : ENV APP_PORT=48090 14:19:58 Removing intermediate container f279b3a8f7b9 14:19:58 ---> 77cc04e63e0d 14:19:58 Step 19/21 : LABEL arch=x86_64 14:19:58 (1/5) Installing ca-certificates (20191127-r2) 14:19:58 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:19:58 (3/5) Installing libcurl (7.66.0-r0) 14:19:58 Removing intermediate container e8d84f14a6f4 14:19:58 ---> 4e1700a5dd5e 14:19:58 Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:19:58 (4/5) Installing curl (7.66.0-r0) 14:19:58 (5/5) Installing dumb-init (1.2.2-r1) 14:19:58 Executing busybox-1.30.1-r3.trigger 14:19:58 Executing ca-certificates-20191127-r2.trigger 14:19:58 OK: 7 MiB in 19 packages 14:19:59 ---> Running in a49546c0411a 14:19:59 ---> Running in 1bec505e5270 14:19:59 ---> Running in 9191420e5783 14:19:59 Removing intermediate container a49546c0411a 14:19:59 ---> 8981f91bef76 14:19:59 Step 16/26 : EXPOSE $APP_PORT 14:20:00 Removing intermediate container 1bec505e5270 14:20:00 ---> 64a0bc88986f 14:20:00 Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:20:00 Removing intermediate container 9191420e5783 14:20:00 ---> b45c946e1123 14:20:00 Step 21/21 : LABEL version=0.0.0 14:20:00 ---> Running in 614445b6745f 14:20:00 ---> Running in f62438941136 14:20:00 Removing intermediate container 55a494c0a688 14:20:00 ---> 7b9d28981dd1 14:20:00 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:20:00 ---> Running in 8bac03c7ced7 14:20:00 Removing intermediate container 1622a1d061a3 14:20:00 ---> 656ce654eb56 14:20:00 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:20:00 ---> Running in 214b68c99815 14:20:01 Removing intermediate container 614445b6745f 14:20:01 ---> ec43b84fd18d 14:20:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:20:01 Removing intermediate container f62438941136 14:20:01 ---> fd4e67e126a9 14:20:01 Step 21/21 : LABEL version=0.0.0 14:20:01 Removing intermediate container 8bac03c7ced7 14:20:01 ---> 51d52ea61c32 14:20:01 14:20:01 ---> 49b107e3a99e 14:20:01 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:20:01 ---> Running in b04d15d1c87c 14:20:01 Successfully built 51d52ea61c32 14:20:01 Removing intermediate container 214b68c99815 14:20:01 ---> 3fce679e15c8 14:20:01 Step 13/26 : WORKDIR / 14:20:01 Successfully tagged docker-core-command-go:latest 14:20:01 Building docker-support-notifications-go 14:20:01  Building docker-core-command-go ... done  ---> Running in 769b6d2ad465 14:20:01 ---> Running in 8c91a1227c22 14:20:01 Removing intermediate container b04d15d1c87c 14:20:01 ---> 75ab898a85cf 14:20:01 14:20:01 ---> c3ea39964b8d 14:20:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:20:02 Successfully built 75ab898a85cf 14:20:02 Successfully tagged docker-core-metadata-go:latest 14:20:02 Building docker-core-data-go 14:20:02  Building docker-core-metadata-go ... done Removing intermediate container 8c91a1227c22 14:20:02 ---> 5cf7ade9dd68 14:20:02 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:20:02 ---> a033328d734b 14:20:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:20:07 ---> e74e54cce6de 14:20:07 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:20:09 ---> 85d889ad2063 14:20:09 Step 20/26 : RUN apk --no-cache add py-pip 14:20:09 ---> dd36fba60b59 14:20:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:20:10 ---> Running in b07b47247cd2 14:20:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:20:14 Removing intermediate container 769b6d2ad465 14:20:14 ---> 2ff95448bee3 14:20:14 Step 24/29 : RUN chmod 755 security-secrets-setup 14:20:15 ---> c6c900d0f1e2 14:20:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:20:15 ---> Running in 92339d2aef16 14:20:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:16 (1/33) Installing libbz2 (1.0.8-r1) 14:20:16 (2/33) Installing expat (2.2.9-r1) 14:20:16 (3/33) Installing libffi (3.3-r2) 14:20:16 (4/33) Installing gdbm (1.13-r1) 14:20:17 (5/33) Installing xz-libs (5.2.5-r0) 14:20:17 (6/33) Installing sqlite-libs (3.32.1-r0) 14:20:17 (7/33) Installing python3 (3.8.5-r0) 14:20:18 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 14:20:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:20:18 ---> 8d625849910d 14:20:19 Step 3/22 : WORKDIR /edgex-go 14:20:19 ---> Using cache 14:20:19 ---> 8ccbe8d2be91 14:20:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:19 ---> Using cache 14:20:19 ---> e1094d002990 14:20:19 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:20:19 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 14:20:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:20:19 ---> 8d625849910d 14:20:19 Step 3/23 : WORKDIR /edgex-go 14:20:19 ---> Using cache 14:20:19 ---> 8ccbe8d2be91 14:20:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:19 ---> Using cache 14:20:19 ---> e1094d002990 14:20:19 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 14:20:22 ---> 16410ba4806d 14:20:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:20:22 ---> Running in b16f48d3e076 14:20:22 ---> Running in 0f5b3428e316 14:20:22 (8/33) Installing py3-appdirs (1.4.4-r1) 14:20:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:20:22 (10/33) Installing py3-parsing (2.4.7-r0) 14:20:22 (11/33) Installing py3-six (1.15.0-r0) 14:20:22 (12/33) Installing py3-packaging (20.4-r0) 14:20:23 (13/33) Installing py3-setuptools (47.0.0-r0) 14:20:23 (14/33) Installing py3-chardet (3.0.4-r4) 14:20:23 ---> ce1feafc35d9 14:20:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:20:23 (15/33) Installing py3-idna (2.9-r0) 14:20:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:20:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:20:23 (18/33) Installing py3-requests (2.23.0-r0) 14:20:23 (19/33) Installing py3-msgpack (1.0.0-r0) 14:20:23 (20/33) Installing py3-lockfile (0.12.2-r3) 14:20:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:20:23 (22/33) Installing py3-colorama (0.4.3-r0) 14:20:23 (23/33) Installing py3-distlib (0.3.0-r0) 14:20:23 (24/33) Installing py3-distro (1.5.0-r1) 14:20:23 (25/33) Installing py3-webencodings (0.5.1-r3) 14:20:23 (26/33) Installing py3-html5lib (1.0.1-r4) 14:20:23 (27/33) Installing py3-pytoml (0.1.21-r0) 14:20:24 (28/33) Installing py3-pep517 (0.8.2-r0) 14:20:24 (29/33) Installing py3-progress (1.5-r0) 14:20:24 (30/33) Installing py3-toml (0.10.1-r0) 14:20:24 (31/33) Installing py3-retrying (1.3.3-r0) 14:20:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:20:24 (33/33) Installing py3-pip (20.1.1-r0) 14:20:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:25 ---> 30b77bb0464e 14:20:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:20:25 Executing busybox-1.31.1-r16.trigger 14:20:25 OK: 71 MiB in 55 packages 14:20:25 Removing intermediate container 92339d2aef16 14:20:25 ---> 94e7fe71c881 14:20:25 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:20:25 ---> Running in e64fdb42ba2a 14:20:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:25 Removing intermediate container e64fdb42ba2a 14:20:25 ---> c76dbc0a91da 14:20:25 Step 26/29 : CMD [ "generate" ] 14:20:25 ---> 4e1da7454f75 14:20:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:20:25 ---> Running in ac15fe86657b 14:20:25 Removing intermediate container ac15fe86657b 14:20:25 ---> 0dc5ab6b0484 14:20:25 Step 27/29 : LABEL arch=x86_64 14:20:25 ---> 2c95538db2dd 14:20:25 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:20:25 ---> Running in 5258003aca31 14:20:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:26 ---> Running in 9c18ea57ca3a 14:20:26 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:20:26 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:20:26 OK: 12746 distinct packages available 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:20:26 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.042s 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:20:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:20:26 OK: 233 MiB in 51 packages 14:20:27 Removing intermediate container 5258003aca31 14:20:27 ---> dcf6c8516bb1 14:20:27 Step 28/29 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:20:27 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:20:27 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:20:27 OK: 12746 distinct packages available 14:20:27 OK: 233 MiB in 51 packages 14:20:30 ---> Running in edb99b4a4bfa 14:20:31 Removing intermediate container b07b47247cd2 14:20:31 ---> b15eac3f94b6 14:20:31 Step 21/26 : RUN pip install docker-compose==1.23.2 14:20:31 Removing intermediate container edb99b4a4bfa 14:20:31 ---> c652b78796ec 14:20:31 Step 29/29 : LABEL version=0.0.0 14:20:31 ---> Running in 4c4a90eae2e1 14:20:31 Removing intermediate container 0f5b3428e316 14:20:31 ---> a0f110e1f205 14:20:31 Step 6/23 : COPY go.mod . 14:20:31 Removing intermediate container b16f48d3e076 14:20:31 ---> 6a546d7958dc 14:20:31 Step 6/22 : COPY go.mod . 14:20:31 ---> Running in ebd2cc6cf2c0 14:20:31 Removing intermediate container 9c18ea57ca3a 14:20:31 ---> 74b98f1897c3 14:20:31 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:20:31 ---> 4d124c4f2124 14:20:31 Step 7/23 : RUN go mod download 14:20:31 ---> ac68aa6eb514 14:20:31 Step 7/22 : RUN go mod download 14:20:32 Removing intermediate container ebd2cc6cf2c0 14:20:32 ---> e445a301bfaf 14:20:32 14:20:32 ---> Running in eaefb21fc867 14:20:32 ---> Running in 0a3a55a1954c 14:20:32 Successfully built e445a301bfaf 14:20:32 ---> Running in e55ab7d81c9e 14:20:32 Successfully tagged docker-security-secrets-setup-go:latest 14:20:32 Building docker-security-proxy-setup-go 14:20:32  Building docker-security-secrets-setup-go ... done Removing intermediate container eaefb21fc867 14:20:32 ---> 84663875f6ef 14:20:32 Step 24/26 : LABEL arch=x86_64 14:20:33 ---> Running in ef0655b8b2ec 14:20:35 Collecting docker-compose==1.23.2 14:20:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:20:36 Removing intermediate container ef0655b8b2ec 14:20:36 ---> 36ee5ea262c3 14:20:36 Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:20:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.223s coverage: 46.6% of statements 14:20:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:20:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:20:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:20:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:20:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:20:36 Collecting docker<4.0,>=3.6.0 14:20:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:20:36 ---> Running in bcc3f0eb3573 14:20:36 Collecting texttable<0.10,>=0.9.0 14:20:36 Downloading texttable-0.9.1.tar.gz (11 kB) 14:20:36 Removing intermediate container bcc3f0eb3573 14:20:36 ---> a49444edb718 14:20:36 Step 26/26 : LABEL version=0.0.0 14:20:37 ---> Running in 4bdf9e37b156 14:20:37 Collecting jsonschema<3,>=2.5.1 14:20:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:20:37 Collecting docopt<0.7,>=0.6.1 14:20:37 Downloading docopt-0.6.2.tar.gz (25 kB) 14:20:38 Removing intermediate container 4bdf9e37b156 14:20:38 ---> 0a36aad0878b 14:20:38 14:20:38 Successfully built 0a36aad0878b 14:20:38 Successfully tagged docker-security-secretstore-setup-go:latest 14:20:38 Building docker-support-scheduler-go 14:20:38  Building docker-security-secretstore-setup-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:20:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:20:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:20:40 Collecting PyYAML<4,>=3.10 14:20:40 Downloading PyYAML-3.13.tar.gz (270 kB) 14:20:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.3% of statements 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:20:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:20:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:20:44 Collecting websocket-client<1.0,>=0.32.0 14:20:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:20:45 Removing intermediate container 0a3a55a1954c 14:20:45 ---> d27991a78dac 14:20:45 Step 8/23 : COPY . . 14:20:45 Collecting dockerpty<0.5,>=0.4.1 14:20:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:20:45 Removing intermediate container e55ab7d81c9e 14:20:45 ---> 56fd48c1d3ef 14:20:45 Step 8/22 : COPY . . 14:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.278s coverage: 28.6% of statements 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:20:46 Collecting cached-property<2,>=1.2.0 14:20:46 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 14:20:47 Collecting docker-pycreds>=0.4.0 14:20:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:20:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.078s coverage: 89.8% of statements 14:20:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:20:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.160s coverage: 97.5% of statements 14:20:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 14:20:48 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) 14:20:48 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) 14:20:49 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 14:20:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:20:49 ---> 8d625849910d 14:20:49 Step 3/20 : WORKDIR /edgex-go 14:20:49 ---> Using cache 14:20:49 ---> 8ccbe8d2be91 14:20:49 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:49 ---> Using cache 14:20:49 ---> e1094d002990 14:20:49 Step 5/20 : RUN apk update && apk add make git 14:20:49 ---> Using cache 14:20:49 ---> 893d7e900b13 14:20:49 Step 6/20 : COPY go.mod . 14:20:49 ---> Using cache 14:20:49 ---> 304737da02c9 14:20:49 Step 7/20 : RUN go mod download 14:20:49 ---> Using cache 14:20:49 ---> b213a4072cff 14:20:49 Step 8/20 : COPY . . 14:20:49 ---> Using cache 14:20:49 ---> 6fba63c96e3d 14:20:49 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:20:51 Collecting urllib3<1.25,>=1.21.1 14:20:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:20:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.150s coverage: 63.5% of statements 14:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:20:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements 14:20:52 Collecting idna<2.8,>=2.5 14:20:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:20:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 55.9% of statements 14:20:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:20:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:20:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:20:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:20:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:20:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:20:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:20:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:20:54 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, docopt, PyYAML, dockerpty, cached-property, docker-compose 14:20:54 ---> Running in 7fa5feece2e3 14:20:55 Attempting uninstall: urllib3 14:20:55 Found existing installation: urllib3 1.25.9 14:20:55 Uninstalling urllib3-1.25.9: 14:20:55 Successfully uninstalled urllib3-1.25.9 14:20:57 Attempting uninstall: idna 14:20:57 Found existing installation: idna 2.9 14:20:57 Uninstalling idna-2.9: 14:20:57 Successfully uninstalled idna-2.9 14:20:58 Attempting uninstall: requests 14:20:58 Found existing installation: requests 2.23.0 14:20:58 Uninstalling requests-2.23.0: 14:20:58 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 14:20:59 Successfully uninstalled requests-2.23.0 14:21:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 14:21:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:21:00 ---> 8d625849910d 14:21:00 Step 3/20 : WORKDIR /edgex-go 14:21:00 ---> Using cache 14:21:00 ---> 8ccbe8d2be91 14:21:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:21:00 ---> Using cache 14:21:00 ---> e1094d002990 14:21:00 Step 5/20 : RUN apk update && apk add make git 14:21:00 ---> Using cache 14:21:00 ---> 893d7e900b13 14:21:00 Step 6/20 : COPY go.mod . 14:21:00 ---> Using cache 14:21:00 ---> 304737da02c9 14:21:00 Step 7/20 : RUN go mod download 14:21:00 ---> Using cache 14:21:00 ---> b213a4072cff 14:21:00 Step 8/20 : COPY . . 14:21:00 ---> Using cache 14:21:00 ---> 6fba63c96e3d 14:21:00 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 14:21:05 ---> Running in 83cb93f3f6a7 14:21:05 Running setup.py install for texttable: started 14:21:06 Running setup.py install for texttable: finished with status 'done' 14:21:07 Running setup.py install for docopt: started 14:21:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:21:07 Running setup.py install for docopt: finished with status 'done' 14:21:07 Running setup.py install for PyYAML: started 14:21:09 Running setup.py install for PyYAML: finished with status 'done' 14:21:09 Running setup.py install for dockerpty: started 14:21:09 Running setup.py install for dockerpty: finished with status 'done' 14:21:11 Successfully installed PyYAML-3.13 cached-property-1.5.1 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 14:21:17 ---> ea1252d72fb5 14:21:17 Step 9/23 : RUN make cmd/support-notifications/support-notifications 14:21:17 ---> a3ecf00683ee 14:21:17 Step 9/22 : RUN make cmd/core-data/core-data 14:21:18 ---> Running in f81f8f4bdea1 14:21:18 ---> Running in 082fd9345789 14:21:18 Removing intermediate container 4c4a90eae2e1 14:21:18 ---> 60d1530836e2 14:21:18 Step 22/26 : RUN apk --no-cache add curl 14:21:18 ---> Running in 64648d986867 14:21:19 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 14:21:19 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 14:21:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:21:20 (2/3) Installing libcurl (7.69.1-r0) 14:21:20 (3/3) Installing curl (7.69.1-r0) 14:21:20 Executing busybox-1.31.1-r16.trigger 14:21:20 OK: 72 MiB in 58 packages 14:21:21 Removing intermediate container 64648d986867 14:21:21 ---> e8b51baad3c3 14:21:21 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:21:23 ---> Running in f540a320ea8a 14:21:23 Removing intermediate container 7fa5feece2e3 14:21:23 ---> 7e2a6632df7d 14:21:23 14:21:23 Step 10/20 : FROM alpine 14:21:23 ---> a24bb4013296 14:21:23 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:21:24 Removing intermediate container f540a320ea8a 14:21:24 ---> f2583c2d32e9 14:21:24 Step 24/26 : LABEL arch=x86_64 14:21:24 ---> Running in 6466c5ad2b9f 14:21:24 ---> Running in ee9466510f10 14:21:25 Removing intermediate container ee9466510f10 14:21:25 ---> 03ab3c58fca7 14:21:25 Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:21:25 ---> Running in 40ef07e42c60 14:21:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:25 Removing intermediate container 40ef07e42c60 14:21:25 ---> 7c2577ae12be 14:21:25 Step 26/26 : LABEL version=0.0.0 14:21:25 ---> Running in 08507505e7ab 14:21:26 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:21:26 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:21:26 OK: 12746 distinct packages available 14:21:26 Removing intermediate container 08507505e7ab 14:21:26 ---> a8c80df779fe 14:21:26 14:21:26 Successfully built a8c80df779fe 14:21:26 Successfully tagged docker-sys-mgmt-agent-go:latest 14:21:26 Building docker-support-logging-go 14:21:26  Building docker-sys-mgmt-agent-go ... done (1/4) Installing ca-certificates (20191127-r4) 14:21:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:21:26 (3/4) Installing libcurl (7.69.1-r0) 14:21:26 (4/4) Installing curl (7.69.1-r0) 14:21:26 Executing busybox-1.31.1-r16.trigger 14:21:26 Executing ca-certificates-20191127-r4.trigger 14:21:26 OK: 7 MiB in 18 packages 14:21:35 Removing intermediate container 6466c5ad2b9f 14:21:35 ---> 3044aac4d143 14:21:35 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:21:37 ---> Running in db51e9c607ee 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.271s coverage: 86.3% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.086s coverage: 72.2% of statements 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.416s coverage: 72.1% of statements 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 26.9% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.281s coverage: 84.1% of statements 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.031s coverage: 100.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.078s coverage: 46.1% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.194s coverage: 29.1% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.048s coverage: 99.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:21:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 14:21:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 14:21:40 GO111MODULE=on go vet ./... 14:21:42 Removing intermediate container db51e9c607ee 14:21:42 ---> 0f77ae62450c 14:21:42 Step 13/20 : WORKDIR /edgex 14:21:43 Removing intermediate container 83cb93f3f6a7 14:21:43 ---> c197cc47be1b 14:21:43 14:21:43 Step 10/20 : FROM scratch 14:21:43 ---> 14:21:43 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:21:44 ---> Using cache 14:21:44 ---> ae690658eb8f 14:21:44 Step 12/20 : ENV APP_PORT=48085 14:21:45 ---> Running in bd7d48838aba 14:21:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:21:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:21:45 ---> 8d625849910d 14:21:45 Step 3/21 : WORKDIR /edgex-go 14:21:45 ---> Using cache 14:21:45 ---> 8ccbe8d2be91 14:21:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:21:45 ---> Using cache 14:21:45 ---> e1094d002990 14:21:45 Step 5/21 : RUN apk update && apk add make && apk add bash git 14:21:47 ---> Running in 33311e4dbb9c 14:21:47 ---> Running in f5ebb39913fe 14:21:47 Removing intermediate container 33311e4dbb9c 14:21:47 ---> b011d7510820 14:21:47 Step 13/20 : EXPOSE $APP_PORT 14:21:47 Removing intermediate container bd7d48838aba 14:21:47 ---> 24a9233f12f1 14:21:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:21:47 ---> Running in 81abfc876dee 14:21:48 Removing intermediate container 81abfc876dee 14:21:48 ---> 4eaec427901a 14:21:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:48 ---> fbcb9bfa8741 14:21:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:21:48 ---> b331d0281542 14:21:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:21:48 ---> edb51cec5913 14:21:48 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:21:48 ---> Running in 7034696334d4 14:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:49 ---> cd2cf4c31627 14:21:49 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:21:49 Removing intermediate container 7034696334d4 14:21:49 ---> a9729bc34537 14:21:49 Step 17/20 : CMD ["--init=true"] 14:21:49 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:21:49 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:21:49 OK: 12746 distinct packages available 14:21:49 OK: 233 MiB in 51 packages 14:21:49 ---> Running in f76ad45527a1 14:21:50 OK: 233 MiB in 51 packages 14:21:50 ---> c7b82833f87f 14:21:50 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:21:51 ---> Running in 0aac06f2d147 14:21:51 Removing intermediate container f76ad45527a1 14:21:51 ---> af61cea75a0d 14:21:51 Step 18/20 : LABEL arch=x86_64 14:21:51 Removing intermediate container f81f8f4bdea1 14:21:51 ---> 3be3c79f6a00 14:21:51 14:21:51 Step 10/23 : FROM scratch 14:21:51 ---> 14:21:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:21:51 ---> Running in 26cd82c9b7fc 14:21:51 ---> Running in f6e324ec2cab 14:21:51 Removing intermediate container 0aac06f2d147 14:21:51 ---> 54915749fedc 14:21:51 Step 18/20 : LABEL arch=x86_64 14:21:51 Removing intermediate container f5ebb39913fe 14:21:51 ---> 5b024345fd16 14:21:51 Step 6/21 : COPY go.mod . 14:21:52 ---> Running in 2822a09ae10f 14:21:52 Removing intermediate container 26cd82c9b7fc 14:21:52 ---> b0a04e4a48f9 14:21:52 Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:21:52 Removing intermediate container f6e324ec2cab 14:21:52 ---> 21a1578a085f 14:21:52 Step 12/23 : ENV APP_PORT=48060 14:21:52 ---> Running in 1dbd9673ff54 14:21:52 ---> Running in 43b9d82bc08c 14:21:52 ---> a3df39a10399 14:21:52 Step 7/21 : RUN go mod download 14:21:52 Removing intermediate container 2822a09ae10f 14:21:52 ---> a9b3b310cd69 14:21:52 Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:21:53 ---> Running in ec04e011ab82 14:21:53 ---> Running in deccceabd5ee 14:21:53 Removing intermediate container 43b9d82bc08c 14:21:53 ---> 33bf5ae59c8e 14:21:53 Step 13/23 : EXPOSE $APP_PORT 14:21:53 Removing intermediate container 1dbd9673ff54 14:21:53 ---> 4bcb359a73fc 14:21:53 Step 20/20 : LABEL version=0.0.0 14:21:53 ---> Running in 22cbaf8a25ac 14:21:53 Removing intermediate container deccceabd5ee 14:21:53 ---> ad2a6a2efb4d 14:21:53 Step 20/20 : LABEL version=0.0.0 14:21:53 ---> Running in c372520de87e 14:21:54 ---> Running in 17b3f2e79f50 14:21:54 Removing intermediate container 22cbaf8a25ac 14:21:54 ---> 41d73f094589 14:21:54 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 14:21:54 Removing intermediate container c372520de87e 14:21:54 ---> 36bb4b1398a1 14:21:54 14:21:54 Successfully built 36bb4b1398a1 14:21:54 Successfully tagged docker-security-proxy-setup-go:latest 14:21:54  Building docker-security-proxy-setup-go ... done Removing intermediate container 17b3f2e79f50 14:21:54 ---> 32ef3dbf4642 14:21:54 14:21:54 Successfully built 32ef3dbf4642 14:21:55 gofmt -l . 14:21:55 [ "`gofmt -l .`" = "" ] 14:21:56 ---> 7fbc42d41c6a 14:21:56 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:21:56 Successfully tagged docker-support-scheduler-go:latest 14:21:57  Building docker-support-scheduler-go ... done Removing intermediate container 082fd9345789 14:21:57 ---> 02084dbb9817 14:21:57 14:21:57 Step 10/22 : FROM alpine 14:21:57 ---> a24bb4013296 14:21:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:21:57 ---> d57e9aeb2722 14:21:57 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 14:21:57 ---> Running in 0262438e36e2 14:21:57 ./bin/test-go-mod-tidy.sh 14:21:57 Removing intermediate container ec04e011ab82 14:21:57 ---> 31b16911b0c8 14:21:57 Step 8/21 : COPY . . 14:21:58 ./bin/test-attribution-txt.sh 14:21:58 Removing intermediate container 0262438e36e2 14:21:58 ---> dea5ed126ad5 14:21:58 Step 12/22 : ENV APP_PORT=48080 14:21:59 ---> 8128b1450db4 14:21:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:21:59 ---> Running in 76e5c6ddd0a3 [Pipeline] sh 14:22:01 + ls -al . 14:22:01 total 584 14:22:01 drwxrwxr-x 10 1001 1001 4096 Aug 17 14:22 . 14:22:01 drwxr-xr-x 4 root root 4096 Aug 17 14:19 .. 14:22:01 -rw-rw-r-- 1 1001 1001 11 Aug 17 14:17 .dockerignore 14:22:01 drwxrwxr-x 8 1001 1001 4096 Aug 17 14:17 .git 14:22:01 drwxrwxr-x 3 1001 1001 4096 Aug 17 14:17 .github 14:22:01 -rw-rw-r-- 1 1001 1001 932 Aug 17 14:17 .gitignore 14:22:01 drwxrwxr-x 3 1001 1001 4096 Aug 17 14:18 .semver 14:22:01 -rw-rw-r-- 1 1001 1001 166 Aug 17 14:17 .sonarcloud.properties 14:22:01 -rw-rw-r-- 1 1001 1001 3804 Aug 17 14:17 CONTRIBUTING.md 14:22:01 -rw-rw-r-- 1 1001 1001 1035 Aug 17 14:17 Dockerfile.build 14:22:01 -rw-rw-r-- 1 1001 1001 865 Aug 17 14:17 Jenkinsfile 14:22:01 -rw-rw-r-- 1 1001 1001 10775 Aug 17 14:17 LICENSE 14:22:01 -rw-rw-r-- 1 1001 1001 6237 Aug 17 14:17 Makefile 14:22:01 -rw-rw-r-- 1 1001 1001 5652 Aug 17 14:17 README.md 14:22:01 -rw-rw-r-- 1 1001 1001 259 Aug 17 14:17 SECURITY.md 14:22:01 -rw-rw-r-- 1 1001 1001 5 Aug 17 14:15 VERSION 14:22:01 -rw-rw-r-- 1 1001 1001 4131 Aug 17 14:17 ZMQWindows.md 14:22:01 drwxrwxr-x 2 1001 1001 4096 Aug 17 14:17 bin 14:22:01 drwxrwxr-x 15 1001 1001 4096 Aug 17 14:17 cmd 14:22:01 -rw-r--r-- 1 root root 455803 Aug 17 14:21 coverage.out 14:22:01 -rw-r--r-- 1 root root 1019 Aug 17 14:21 go.mod 14:22:01 -rw-r--r-- 1 root root 18146 Aug 17 14:21 go.sum 14:22:01 drwxrwxr-x 8 1001 1001 4096 Aug 17 14:17 internal 14:22:01 drwxrwxr-x 4 1001 1001 4096 Aug 17 14:17 openapi 14:22:01 drwxrwxr-x 4 1001 1001 4096 Aug 17 14:17 snap 14:22:01 -rw-rw-r-- 1 1001 1001 168 Aug 17 14:17 version.go [Pipeline] sh 14:22:02 + '[' -e coverage.out ] 14:22:02 + chown 1001:1001 coverage.out [Pipeline] stash 14:22:02 Warning: overwriting stash ‘coverage-report’ 14:22:02 ---> 034dbed4914e 14:22:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:22:02 Removing intermediate container 76e5c6ddd0a3 14:22:02 ---> 5ef337d4689b 14:22:02 Step 13/22 : EXPOSE $APP_PORT 14:22:03 Stashed 1 file(s) [Pipeline] sh 14:22:03 ---> Running in 4f5a4538fcb8 14:22:03 + make build 14:22:03 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 14:22:06 Removing intermediate container 4f5a4538fcb8 14:22:06 ---> 9880a6216916 14:22:06 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:06 ---> acc0ef571a86 14:22:06 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:22:09 ---> Running in b9ea9d1c3f06 14:22:10 ---> f19208750ae2 14:22:10 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:22:12 ---> Running in 8f7362dce700 14:22:13 Removing intermediate container 8f7362dce700 14:22:13 ---> 404527e1e5bf 14:22:13 Step 21/23 : LABEL arch=x86_64 14:22:13 ---> Running in f9f7b8a59540 14:22:15 Removing intermediate container f9f7b8a59540 14:22:15 ---> 51053638e23a 14:22:15 Step 22/23 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:22:15 Removing intermediate container b9ea9d1c3f06 14:22:15 ---> 7da54992ea53 14:22:15 Step 15/22 : RUN apk --no-cache add zeromq 14:22:15 ---> Running in b1ba3ae37e03 14:22:15 ---> Running in 5056d25e68b3 14:22:15 ---> 9a271ed9a8d3 14:22:15 Step 9/21 : RUN make cmd/support-logging/support-logging 14:22:15 ---> Running in d59042efe939 14:22:16 Removing intermediate container 5056d25e68b3 14:22:16 ---> 9c2a1fa1e089 14:22:16 Step 23/23 : LABEL version=0.0.0 14:22:16 ---> Running in dde0edbaacd3 14:22:16 Removing intermediate container dde0edbaacd3 14:22:16 ---> f48b43ff6058 14:22:16 14:22:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:22:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:22:16 Successfully built f48b43ff6058 14:22:16 Successfully tagged docker-support-notifications-go:latest 14:22:17  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:22:17 (1/5) Installing libgcc (9.3.0-r2) 14:22:17 (2/5) Installing libsodium (1.0.18-r0) 14:22:17 (3/5) Installing libstdc++ (9.3.0-r2) 14:22:17 (4/5) Installing libzmq (4.3.2-r0) 14:22:18 (5/5) Installing zeromq (4.3.2-r0) 14:22:18 Executing busybox-1.31.1-r16.trigger 14:22:18 OK: 8 MiB in 19 packages 14:22:19 Removing intermediate container b1ba3ae37e03 14:22:19 ---> 388845dde9c3 14:22:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:22:19 ---> 99eb357f9232 14:22:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:22:20 ---> 3d828753d3a2 14:22:20 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:22:20 ---> 604e915c093d 14:22:20 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:22:20 ---> Running in bb8b8914d1ab 14:22:21 Removing intermediate container bb8b8914d1ab 14:22:21 ---> 06a4e86ea29d 14:22:21 Step 20/22 : LABEL arch=x86_64 14:22:21 ---> Running in e76bc766d151 14:22:21 Removing intermediate container e76bc766d151 14:22:21 ---> f27acbd5bdb0 14:22:21 Step 21/22 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:22:21 ---> Running in 61b452a6a3f9 14:22:21 Removing intermediate container 61b452a6a3f9 14:22:21 ---> 4fc09dcb8be1 14:22:21 Step 22/22 : LABEL version=0.0.0 14:22:21 ---> Running in bc8cdf915d55 14:22:22 Removing intermediate container bc8cdf915d55 14:22:22 ---> d0d97dc80cf0 14:22:22 14:22:22 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 14:22:22 Successfully built d0d97dc80cf0 14:22:22 Successfully tagged docker-core-data-go:latest 14:22:27  Building docker-core-data-go ... done Removing intermediate container d59042efe939 14:22:27 ---> 789eead31eeb 14:22:27 14:22:27 Step 10/21 : FROM scratch 14:22:27 ---> 14:22:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:22:27 ---> Using cache 14:22:27 ---> 21a1578a085f 14:22:27 Step 12/21 : ENV APP_PORT=48061 14:22:27 ---> Running in 5e18cbba3934 14:22:27 Removing intermediate container 5e18cbba3934 14:22:27 ---> c6415d480331 14:22:27 Step 13/21 : EXPOSE $APP_PORT 14:22:27 ---> Running in 3c279faa6d73 14:22:27 Removing intermediate container 3c279faa6d73 14:22:27 ---> c8d32bae6529 14:22:27 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 14:22:28 ---> 8cec02e7b26d 14:22:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:22:28 ---> 50da4aa781dd 14:22:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:22:29 ---> 13637129ca3d 14:22:29 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:22:29 ---> f3f9828eed14 14:22:29 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:22:29 ---> Running in 808461e5dbac 14:22:29 Removing intermediate container 808461e5dbac 14:22:29 ---> 3d7aa45f5ec7 14:22:29 Step 19/21 : LABEL arch=x86_64 14:22:29 ---> Running in f21b8b8bba9e 14:22:29 Removing intermediate container f21b8b8bba9e 14:22:29 ---> 3b49cb372961 14:22:29 Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:22:29 ---> Running in ad3d24610cd7 14:22:29 Removing intermediate container ad3d24610cd7 14:22:29 ---> 020bfc82c23b 14:22:29 Step 21/21 : LABEL version=0.0.0 14:22:30 ---> Running in bae802f9edde 14:22:30 Removing intermediate container bae802f9edde 14:22:30 ---> 1fbe7173de07 14:22:30 14:22:30 Successfully built 1fbe7173de07 14:22:30 Successfully tagged docker-support-logging-go:latest 14:22:30  Building docker-support-logging-go ... done  [Pipeline] } 14:22:30 $ docker stop --time=1 b7ef65ec16519b0e7e800000feb89028839f64818150599ec8947f0e30fb4f71 14:22:32 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 14:22:32 $ docker rm -f b7ef65ec16519b0e7e800000feb89028839f64818150599ec8947f0e30fb4f71 [Pipeline] // withDockerContainer [Pipeline] sh 14:22:33 + docker images 14:22:33 + grep docker 14:22:33 docker-support-logging-go latest 1fbe7173de07 4 seconds ago 11.8MB 14:22:33 docker-core-data-go latest d0d97dc80cf0 12 seconds ago 23.8MB 14:22:33 docker-support-notifications-go latest f48b43ff6058 17 seconds ago 14.4MB 14:22:33 docker-support-scheduler-go latest 32ef3dbf4642 39 seconds ago 13.1MB 14:22:33 docker-security-proxy-setup-go latest 36bb4b1398a1 40 seconds ago 16.4MB 14:22:33 docker-sys-mgmt-agent-go latest a8c80df779fe About a minute ago 284MB 14:22:33 docker-security-secretstore-setup-go latest 0a36aad0878b About a minute ago 33.9MB 14:22:33 docker-security-secrets-setup-go latest e445a301bfaf 2 minutes ago 25.1MB 14:22:33 docker-core-metadata-go latest 75ab898a85cf 2 minutes ago 14.4MB 14:22:33 docker-core-command-go latest 51d52ea61c32 2 minutes ago 13MB 14:22:33 docker latest 81f5749c9058 7 weeks ago 211MB [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] // stage [Pipeline] } 14:22:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:22:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:22:48 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 14:22:49 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 14:22:55 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 14:23:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:23: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 14:23:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:23:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:23:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 14:23:21 $ docker stop --time=1 6fa55ba083a32c597696f45cdf7298c4885b93a8a885fe21cafa9c441f25b0ce 14:23:23 $ docker rm -f 6fa55ba083a32c597696f45cdf7298c4885b93a8a885fe21cafa9c441f25b0ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:23:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:23:25 14:23:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:23:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:23:25 latest: Pulling from edgex-devops/edgex-compose-arm64 14:23:25 29e5d40040c1: Pulling fs layer 14:23:25 1ce36da41761: Pulling fs layer 14:23:25 25b303627fd3: Pulling fs layer 14:23:25 29e5d40040c1: Verifying Checksum 14:23:25 29e5d40040c1: Download complete 14:23:26 1ce36da41761: Verifying Checksum 14:23:26 1ce36da41761: Download complete 14:23:26 29e5d40040c1: Pull complete 14:23:27 1ce36da41761: Pull complete 14:23:27 25b303627fd3: Verifying Checksum 14:23:27 25b303627fd3: Download complete 14:23:37 25b303627fd3: Pull complete 14:23:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:23:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:23:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:23:38 prd-ubuntu18.04-docker-arm64-4c-16g-277 does not seem to be running inside a container 14:23:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:23:41 $ docker top e5bce340f06add34b5e5d92869e255c43499ff971944195c5df7617288fd7aa3 -eo pid,comm [Pipeline] { [Pipeline] sh 14:23:42 + docker-compose build --help 14:23:42 + grep parallel 14:23:46 --parallel Build images in parallel. [Pipeline] } 14:23:46 $ docker stop --time=1 e5bce340f06add34b5e5d92869e255c43499ff971944195c5df7617288fd7aa3 14:23:48 $ docker rm -f e5bce340f06add34b5e5d92869e255c43499ff971944195c5df7617288fd7aa3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:23:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:23:49 . [Pipeline] withDockerContainer 14:23:49 prd-ubuntu18.04-docker-arm64-4c-16g-277 does not seem to be running inside a container 14:23:49 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:23:51 $ docker top ddd572d29b89c8a8272221ad3d12138a2c7bf3b3c314e266c0f2a3993d98afd4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:23:52 + docker-compose -f ./docker-compose-build.yml build --parallel 14:23:56 Building docker-core-command-go ... 14:23:56 Building docker-core-data-go ... 14:23:56 Building docker-core-metadata-go ... 14:23:56 Building docker-security-proxy-setup-go ... 14:23:56 Building docker-security-secrets-setup-go ... 14:23:56 Building docker-security-secretstore-setup-go ... 14:23:56 Building docker-support-logging-go ... 14:23:56 Building docker-support-notifications-go ... 14:23:56 Building docker-support-scheduler-go ... 14:23:56 Building docker-sys-mgmt-agent-go ... 14:23:56 Building docker-core-metadata-go 14:23:56 Building docker-security-proxy-setup-go 14:23:56 Building docker-sys-mgmt-agent-go 14:23:56 Building docker-support-scheduler-go 14:23:56 Building docker-core-data-go 14:26:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:26:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:26:03 ---> fb1653fc746d 14:26:03 Step 3/26 : WORKDIR /edgex-go 14:26:03 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 14:26:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:26:03 ---> fb1653fc746d 14:26:03 Step 3/22 : WORKDIR /edgex-go 14:26:03 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 14:26:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:26:03 ---> fb1653fc746d 14:26:03 Step 3/20 : WORKDIR /edgex-go 14:26:03 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:26:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:26:03 ---> fb1653fc746d 14:26:03 Step 3/21 : WORKDIR /edgex-go 14:26:03 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 14:26:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:26:03 ---> fb1653fc746d 14:26:03 Step 3/20 : WORKDIR /edgex-go 14:26:03 ---> Running in 1bf8a7bc58f9 14:26:03 ---> Running in e69881c0302a 14:26:03 ---> Running in 5c66c649a3eb 14:26:03 ---> Running in 1be458926868 14:26:03 ---> Running in 7e055fb98b90 14:26:03 Removing intermediate container e69881c0302a 14:26:03 ---> 65873beaa214 14:26:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:03 Removing intermediate container 5c66c649a3eb 14:26:03 ---> 3fe6faec954c 14:26:03 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:03 Removing intermediate container 1bf8a7bc58f9 14:26:03 ---> 6d6af859468e 14:26:03 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:03 Removing intermediate container 7e055fb98b90 14:26:03 ---> 190a84d77127 14:26:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:03 Removing intermediate container 1be458926868 14:26:03 ---> 87637bf65325 14:26:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:03 ---> Running in 209a9a26cdbe 14:26:03 ---> Running in 11f30e574adf 14:26:03 ---> Running in 220a45e9940a 14:26:03 ---> Running in 7b6949e9078e 14:26:03 ---> Running in 3d270bb71a83 14:26:03 Removing intermediate container 209a9a26cdbe 14:26:03 ---> db6a2d2f74f7 14:26:03 Step 5/26 : RUN apk update && apk add make bash git 14:26:03 ---> Running in b20cdcf5eaae 14:26:03 Removing intermediate container 220a45e9940a 14:26:03 ---> 12fee6cc3c61 14:26:03 Step 5/20 : RUN apk update && apk add make git 14:26:03 ---> Running in 24cb911254e1 14:26:03 Removing intermediate container 11f30e574adf 14:26:03 ---> fc4385d3b91f 14:26:03 Step 5/20 : RUN apk update && apk add make git 14:26:03 Removing intermediate container 7b6949e9078e 14:26:03 ---> 93065c0b7585 14:26:03 Step 5/21 : RUN apk update && apk add make git 14:26:03 Removing intermediate container 3d270bb71a83 14:26:03 ---> f8de56cc73fd 14:26:03 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:26:03 ---> Running in 522c7020b572 14:26:03 ---> Running in c6f89b2c6075 14:26:03 ---> Running in 88bedc83774e 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:26:03 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:26:03 OK: 12617 distinct packages available 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:26:03 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:26:03 OK: 12617 distinct packages available 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:26:03 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:26:03 OK: 217 MiB in 51 packages 14:26:03 OK: 12617 distinct packages available 14:26:03 OK: 217 MiB in 51 packages 14:26:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:26:03 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:26:03 OK: 12617 distinct packages available 14:26:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:26:03 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:26:03 OK: 12617 distinct packages available 14:26:04 OK: 217 MiB in 51 packages 14:26:04 OK: 217 MiB in 51 packages 14:26:04 OK: 217 MiB in 51 packages 14:26:05 Removing intermediate container 24cb911254e1 14:26:05 ---> 622786b6502a 14:26:05 Step 6/20 : COPY go.mod . 14:26:05 Removing intermediate container b20cdcf5eaae 14:26:05 ---> dd6969b9bdac 14:26:05 Step 6/26 : COPY go.mod . 14:26:06 Removing intermediate container 522c7020b572 14:26:06 ---> d7ab0f792c65 14:26:06 Step 6/20 : COPY go.mod . 14:26:06 Removing intermediate container c6f89b2c6075 14:26:06 ---> 3f37adc0f85a 14:26:06 Step 6/21 : COPY go.mod . 14:26:06 ---> 1d7108ade5f7 14:26:06 Step 7/20 : RUN go mod download 14:26:06 Removing intermediate container 88bedc83774e 14:26:06 ---> 477f93f60f58 14:26:06 Step 6/22 : COPY go.mod . 14:26:06 ---> 2221b1f7e2dd 14:26:06 Step 7/26 : RUN go mod download 14:26:06 ---> Running in f9dc50a1ccc5 14:26:06 ---> Running in c37a35cc7782 14:26:07 ---> 603b98cca65d 14:26:07 Step 7/20 : RUN go mod download 14:26:07 ---> Running in ab47f30d011d 14:26:08 ---> 2ddae11affec 14:26:08 Step 7/22 : RUN go mod download 14:26:08 ---> c58760d893b1 14:26:08 Step 7/21 : RUN go mod download 14:26:08 ---> Running in 1e71221532cf 14:26:08 ---> Running in 45e5389e2509 14:26:12 Removing intermediate container c37a35cc7782 14:26:12 ---> 5d21b977627d 14:26:12 Step 8/26 : COPY . . 14:26:12 Removing intermediate container f9dc50a1ccc5 14:26:12 ---> fd7a6ef9b041 14:26:12 Step 8/20 : COPY . . 14:26:12 Removing intermediate container ab47f30d011d 14:26:12 ---> 9612a993ca83 14:26:12 Step 8/20 : COPY . . 14:26:13 Removing intermediate container 1e71221532cf 14:26:13 ---> 1486b4274a58 14:26:13 Step 8/22 : COPY . . 14:26:13 Removing intermediate container 45e5389e2509 14:26:13 ---> f4a66f862ed0 14:26:13 Step 8/21 : COPY . . 14:26:45 ---> 90ad99fcddc5 14:26:45 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:26:45 ---> 90daff3091e2 14:26:45 Step 9/21 : RUN make cmd/core-metadata/core-metadata 14:26:45 ---> 3052a5e33730 14:26:45 Step 9/22 : RUN make cmd/core-data/core-data 14:26:45 ---> f9a25d03bb96 14:26:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:26:45 ---> fd8c8f5748cb 14:26:45 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 14:26:45 ---> Running in 92c3b0a02660 14:26:45 ---> Running in 81f7d5f7cf2b 14:26:45 ---> Running in 9957b699c698 14:26:45 ---> Running in 1a3ee965206f 14:26:45 ---> Running in fbfa3f0b4de6 14:26:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:26:45 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 14:26:45 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 14:26:45 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 14:26:45 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 14:28:07 Removing intermediate container 92c3b0a02660 14:28:07 ---> 1fbc7ac1f3fc 14:28:07 14:28:07 Step 10/20 : FROM alpine 14:28:07 latest: Pulling from library/alpine 14:28:07 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:28:07 Status: Downloaded newer image for alpine:latest 14:28:07 ---> 62ee0e9f8440 14:28:07 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:28:07 ---> Running in 8eb34af8a0f8 14:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:10 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:28:10 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:28:10 OK: 12617 distinct packages available 14:28:11 (1/4) Installing ca-certificates (20191127-r4) 14:28:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:28:11 (3/4) Installing libcurl (7.69.1-r0) 14:28:11 (4/4) Installing curl (7.69.1-r0) 14:28:11 Executing busybox-1.31.1-r16.trigger 14:28:11 Executing ca-certificates-20191127-r4.trigger 14:28:12 OK: 7 MiB in 18 packages 14:28:15 Removing intermediate container 8eb34af8a0f8 14:28:15 ---> ee3e98c6740e 14:28:15 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:28:16 ---> Running in e772bff3f770 14:28:17 Removing intermediate container e772bff3f770 14:28:17 ---> f5382737caf1 14:28:17 Step 13/20 : WORKDIR /edgex 14:28:17 ---> Running in 1b6806706201 14:28:18 Removing intermediate container 1a3ee965206f 14:28:18 ---> 3e511ec4f430 14:28:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:28:18 ---> Running in 4d78837cdf54 14:28:18 Removing intermediate container 1b6806706201 14:28:18 ---> 48d51684b84e 14:28:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:28:20 ---> 6db1e585ec4a 14:28:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:28:21 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 14:28:22 ---> 4ed0d910ba2a 14:28:22 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:28:22 ---> Running in c76ec81cc758 14:28:23 Removing intermediate container c76ec81cc758 14:28:23 ---> b9718019d079 14:28:23 Step 17/20 : CMD ["--init=true"] 14:28:23 ---> Running in cbb7a3b70d0b 14:28:24 Removing intermediate container cbb7a3b70d0b 14:28:24 ---> 120fec0b58b4 14:28:24 Step 18/20 : LABEL arch=arm64 14:28:24 ---> Running in c0ea4fc89861 14:28:24 Removing intermediate container c0ea4fc89861 14:28:24 ---> 2f21a50da66b 14:28:24 Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:28:24 ---> Running in 0db1d6dea962 14:28:25 Removing intermediate container 0db1d6dea962 14:28:25 ---> 3183220566ad 14:28:25 Step 20/20 : LABEL version=0.0.0 14:28:25 ---> Running in 7bb5aa5512b0 14:28:26 Removing intermediate container 7bb5aa5512b0 14:28:26 ---> 5e0c3d9175a6 14:28:26 14:28:27 Successfully built 5e0c3d9175a6 14:28:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:28:27 Removing intermediate container 4d78837cdf54 14:28:27 ---> c050fd42c690 14:28:27 14:28:27 Step 11/26 : FROM docker:latest 14:28:27 ---> ce9d55ae87f1 14:28:27 Step 12/26 : RUN apk add --no-cache bash 14:28:27  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go 14:28:27 ---> Running in 073292e365d7 14:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:30 (1/2) Installing readline (8.0.4-r0) 14:28:31 (2/2) Installing bash (5.0.17-r0) 14:28:31 Executing bash-5.0.17-r0.post-install 14:28:31 Executing busybox-1.31.1-r16.trigger 14:28:31 OK: 12 MiB in 22 packages 14:28:35 Removing intermediate container 073292e365d7 14:28:35 ---> d653a812240c 14:28:35 Step 13/26 : RUN rm -rf /var/cache/apk/* 14:28:36 ---> Running in 604c93135a6a 14:28:42 Removing intermediate container fbfa3f0b4de6 14:28:42 ---> 21a9d04f520d 14:28:42 14:28:42 Step 10/20 : FROM scratch 14:28:42 ---> 14:28:42 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:28:42 Removing intermediate container 604c93135a6a 14:28:42 ---> e9a060200eac 14:28:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:28:42 ---> Running in f22a09b161bc 14:28:42 ---> Running in 4c3bdbafdbfa 14:28:43 Removing intermediate container f22a09b161bc 14:28:43 ---> cbd66057ed5e 14:28:43 Step 12/20 : ENV APP_PORT=48085 14:28:44 ---> Running in d3380ba5630c 14:28:44 Removing intermediate container 4c3bdbafdbfa 14:28:44 ---> 613db562e046 14:28:44 Step 15/26 : ENV APP_PORT=48090 14:28:45 ---> Running in cdfe72546842 14:28:45 Removing intermediate container d3380ba5630c 14:28:45 ---> ea3e3d46cde6 14:28:45 Step 13/20 : EXPOSE $APP_PORT 14:28:46 ---> Running in 123ff7de4fc7 14:28:46 Removing intermediate container cdfe72546842 14:28:46 ---> 5115e5def4de 14:28:46 Step 16/26 : EXPOSE $APP_PORT 14:28:46 ---> Running in f207e2c2c6af 14:28:46 Removing intermediate container 9957b699c698 14:28:46 ---> 4d0b2faeb696 14:28:46 14:28:46 Step 10/21 : FROM scratch 14:28:46 ---> 14:28:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:28:46 Removing intermediate container 123ff7de4fc7 14:28:46 ---> 3f1fc75da8fe 14:28:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:28:46 ---> Using cache 14:28:46 ---> cbd66057ed5e 14:28:47 Step 12/21 : ENV APP_PORT=48081 14:28:47 ---> Running in e33c2f0f4062 14:28:47 Removing intermediate container f207e2c2c6af 14:28:47 ---> 35bd8d686ace 14:28:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:28:48 ---> 2cecf05e5d16 14:28:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:28:48 Removing intermediate container e33c2f0f4062 14:28:48 ---> 9c761b15df61 14:28:48 Step 13/21 : EXPOSE $APP_PORT 14:28:49 ---> Running in eda939bce82e 14:28:50 ---> 64ff7fa8d4ef 14:28:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:28:50 Removing intermediate container eda939bce82e 14:28:50 ---> 40871686ef3f 14:28:50 Step 14/21 : WORKDIR / 14:28:50 ---> c4ca89d6c3ea 14:28:50 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:28:50 ---> Running in fce30efacf72 14:28:51 ---> 7c5ed1f96073 14:28:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:28:52 Removing intermediate container fce30efacf72 14:28:52 ---> 05cda63497c2 14:28:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:28:52 ---> a32ba0b4a975 14:28:52 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:28:52 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 14:28:52 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:28:52 ---> fb1653fc746d 14:28:52 Step 3/29 : WORKDIR /edgex-go 14:28:52 ---> Using cache 14:28:52 ---> 87637bf65325 14:28:52 Step 4/29 : RUN apk update && apk add make git 14:28:52 ---> Running in 7702ef02523c 14:28:52 ---> Running in 02abac45e3c2 14:28:52 ---> 25fc475c9f72 14:28:52 Step 20/26 : RUN apk --no-cache add py-pip 14:28:52 ---> Running in 3b34ed4f1e47 14:28:53 ---> f739850fa777 14:28:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:28:53 Removing intermediate container 02abac45e3c2 14:28:53 ---> a1fbf346b39c 14:28:53 Step 18/20 : LABEL arch=arm64 14:28:54 ---> Running in 806d6bd40618 14:28:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:55 Removing intermediate container 806d6bd40618 14:28:55 ---> 126e978e1ada 14:28:55 Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:28:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:55 ---> 1640020a8305 14:28:55 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:28:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:55 ---> Running in 829e1c23c14f 14:28:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:56 (1/33) Installing libbz2 (1.0.8-r1) 14:28:56 (2/33) Installing expat (2.2.9-r1) 14:28:56 (3/33) Installing libffi (3.3-r2) 14:28:56 (4/33) Installing gdbm (1.13-r1) 14:28:56 (5/33) Installing xz-libs (5.2.5-r0) 14:28:56 (6/33) Installing sqlite-libs (3.32.1-r0) 14:28:56 (7/33) Installing python3 (3.8.5-r0) 14:28:56 Removing intermediate container 81f7d5f7cf2b 14:28:56 ---> cae01174b97e 14:28:56 14:28:56 Step 10/22 : FROM alpine 14:28:56 ---> 62ee0e9f8440 14:28:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:28:56 Removing intermediate container 829e1c23c14f 14:28:56 ---> 2090cb89b259 14:28:56 Step 20/20 : LABEL version=0.0.0 14:28:56 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:28:56 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:28:56 OK: 12617 distinct packages available 14:28:56 ---> 97f4a1e2c7ba 14:28:56 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:28:56 ---> Running in 9c59c6cb2fa8 14:28:56 ---> Running in 0f9a6829f1b5 14:28:57 ---> Running in c5baa89373dd 14:28:57 OK: 217 MiB in 51 packages 14:28:57 Removing intermediate container 0f9a6829f1b5 14:28:57 ---> 5e6c8f4b5692 14:28:57 Step 12/22 : ENV APP_PORT=48080 14:28:58 Removing intermediate container 9c59c6cb2fa8 14:28:58 ---> e848658ef7fa 14:28:58 14:28:58 Removing intermediate container c5baa89373dd 14:28:58 ---> da51bfc7faff 14:28:58 Step 19/21 : LABEL arch=arm64 14:28:58 ---> Running in e9562381bc58 14:28:58 ---> Running in 13ec82e69dc6 14:28:58 (8/33) Installing py3-appdirs (1.4.4-r1) 14:28:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:28:58 (10/33) Installing py3-parsing (2.4.7-r0) 14:28:58 (11/33) Installing py3-six (1.15.0-r0) 14:28:58 (12/33) Installing py3-packaging (20.4-r0) 14:28:58 (13/33) Installing py3-setuptools (47.0.0-r0) 14:28:58 (14/33) Installing py3-chardet (3.0.4-r4) 14:28:58 (15/33) Installing py3-idna (2.9-r0) 14:28:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:28:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:28:58 (18/33) Installing py3-requests (2.23.0-r0) 14:28:58 (19/33) Installing py3-msgpack (1.0.0-r0) 14:28:58 (20/33) Installing py3-lockfile (0.12.2-r3) 14:28:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:28:58 (22/33) Installing py3-colorama (0.4.3-r0) 14:28:58 (23/33) Installing py3-distlib (0.3.0-r0) 14:28:58 (24/33) Installing py3-distro (1.5.0-r1) 14:28:58 (25/33) Installing py3-webencodings (0.5.1-r3) 14:28:58 (26/33) Installing py3-html5lib (1.0.1-r4) 14:28:58 Successfully built e848658ef7fa 14:28:58 (27/33) Installing py3-pytoml (0.1.21-r0) 14:28:58 (28/33) Installing py3-pep517 (0.8.2-r0) 14:28:58 (29/33) Installing py3-progress (1.5-r0) 14:28:58 (30/33) Installing py3-toml (0.10.1-r0) 14:28:58 (31/33) Installing py3-retrying (1.3.3-r0) 14:28:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:28:58 (33/33) Installing py3-pip (20.1.1-r0) 14:28:59 Successfully tagged docker-support-scheduler-go-arm64:latest 14:28:59  Building docker-support-scheduler-go ... done Building docker-support-logging-go 14:28:59 Removing intermediate container e9562381bc58 14:28:59 ---> f55f34a94af4 14:28:59 Step 13/22 : EXPOSE $APP_PORT 14:28:59 Removing intermediate container 13ec82e69dc6 14:28:59 ---> 49363481fda4 14:28:59 Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:28:59 Executing busybox-1.31.1-r16.trigger 14:28:59 OK: 71 MiB in 55 packages 14:28:59 Removing intermediate container 7702ef02523c 14:28:59 ---> 991742e35b81 14:28:59 Step 5/29 : COPY go.mod . 14:28:59 ---> Running in ae661abd0e97 14:28:59 ---> Running in e485f069e317 14:29:00 Removing intermediate container ae661abd0e97 14:29:00 ---> 34e44fa54eab 14:29:00 Step 21/21 : LABEL version=0.0.0 14:29:00 Removing intermediate container e485f069e317 14:29:00 ---> 28a9b5d23703 14:29:00 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:00 ---> da0bb0d2e1e5 14:29:00 Step 6/29 : RUN go mod download 14:29:00 ---> Running in da1dcf5b1ca5 14:29:01 ---> Running in 45bf400cfb56 14:29:01 ---> Running in aa83b64e80c7 14:29:02 Removing intermediate container da1dcf5b1ca5 14:29:02 ---> d1d019d6cf32 14:29:02 14:29:03 Successfully built d1d019d6cf32 14:29:03 Successfully tagged docker-core-metadata-go-arm64:latest 14:29:03  Building docker-core-metadata-go ... done Building docker-core-command-go 14:29:08 Removing intermediate container 45bf400cfb56 14:29:08 ---> b27bed8bffb1 14:29:08 Step 15/22 : RUN apk --no-cache add zeromq 14:29:08 Removing intermediate container 3b34ed4f1e47 14:29:08 ---> 56e6ccc6b2cb 14:29:08 Step 21/26 : RUN pip install docker-compose==1.23.2 14:29:08 Removing intermediate container aa83b64e80c7 14:29:08 ---> dae498077fac 14:29:08 Step 7/29 : COPY . . 14:29:09 ---> Running in c18978ce2d83 14:29:09 ---> Running in 94ef0e007a48 14:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:12 (1/5) Installing libgcc (9.3.0-r2) 14:29:12 (2/5) Installing libsodium (1.0.18-r0) 14:29:12 (3/5) Installing libstdc++ (9.3.0-r2) 14:29:12 (4/5) Installing libzmq (4.3.2-r0) 14:29:12 (5/5) Installing zeromq (4.3.2-r0) 14:29:12 Executing busybox-1.31.1-r16.trigger 14:29:13 OK: 8 MiB in 19 packages 14:29:16 Collecting docker-compose==1.23.2 14:29:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:29:19 Removing intermediate container 94ef0e007a48 14:29:19 ---> 5206ef9a0001 14:29:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:29:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:29:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:29:20 Collecting websocket-client<1.0,>=0.32.0 14:29:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:29:20 ---> 96dcbe228217 14:29:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:29:21 Collecting docker<4.0,>=3.6.0 14:29:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:29:22 Collecting jsonschema<3,>=2.5.1 14:29:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:29:23 Collecting PyYAML<4,>=3.10 14:29:23 Downloading PyYAML-3.13.tar.gz (270 kB) 14:29:23 ---> 3c17d53b6dc5 14:29:23 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:29:25 ---> 2840c7554988 14:29:25 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:29:25 ---> Running in 408e87fa538b 14:29:26 Removing intermediate container 408e87fa538b 14:29:26 ---> dbdd27c6c541 14:29:26 Step 20/22 : LABEL arch=arm64 14:29:26 ---> Running in 7ddd88aa22e9 14:29:27 Collecting docopt<0.7,>=0.6.1 14:29:27 Downloading docopt-0.6.2.tar.gz (25 kB) 14:29:28 Removing intermediate container 7ddd88aa22e9 14:29:28 ---> 4941568e49d0 14:29:28 Step 21/22 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:29:28 ---> Running in 540d8b3dc129 14:29:29 Removing intermediate container 540d8b3dc129 14:29:29 ---> 8384f55bd7b0 14:29:29 Step 22/22 : LABEL version=0.0.0 14:29:29 ---> Running in 13d0ad452955 14:29:29 Collecting dockerpty<0.5,>=0.4.1 14:29:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:29:30 Removing intermediate container 13d0ad452955 14:29:30 ---> 41bbfa4d93c5 14:29:30 14:29:31 Successfully built 41bbfa4d93c5 14:29:31 Successfully tagged docker-core-data-go-arm64:latest 14:29:31 Building docker-support-notifications-go 14:29:31  Building docker-core-data-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:29:32 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:29:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:29:32 ---> fb1653fc746d 14:29:32 Step 3/21 : WORKDIR /edgex-go 14:29:32 ---> Using cache 14:29:32 ---> 87637bf65325 14:29:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:32 ---> Using cache 14:29:32 ---> f8de56cc73fd 14:29:32 Step 5/21 : RUN apk update && apk add make && apk add bash git 14:29:32 Collecting cached-property<2,>=1.2.0 14:29:32 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 14:29:32 ---> Running in 13eb82af038c 14:29:33 Collecting texttable<0.10,>=0.9.0 14:29:33 Downloading texttable-0.9.1.tar.gz (11 kB) 14:29:34 ---> 002579dddb4b 14:29:34 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:34 ---> Running in 0d95c0fd2756 14:29:35 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) 14:29:35 Collecting idna<2.8,>=2.5 14:29:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:29: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) 14:29:36 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:29:36 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:29:36 OK: 12617 distinct packages available 14:29:36 Collecting urllib3<1.25,>=1.21.1 14:29:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:29:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:29:37 Collecting docker-pycreds>=0.4.0 14:29:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:29:37 OK: 217 MiB in 51 packages 14:29:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:29:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:29:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:29:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:29:37 OK: 217 MiB in 51 packages 14:29:38 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docopt, dockerpty, cached-property, texttable, docker-compose 14:29:38 Attempting uninstall: idna 14:29:38 Found existing installation: idna 2.9 14:29:38 Uninstalling idna-2.9: 14:29:38 Successfully uninstalled idna-2.9 14:29:40 Attempting uninstall: urllib3 14:29:40 Found existing installation: urllib3 1.25.9 14:29:40 Uninstalling urllib3-1.25.9: 14:29:40 Successfully uninstalled urllib3-1.25.9 14:29:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:29:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:29:42 ---> fb1653fc746d 14:29:42 Step 3/21 : WORKDIR /edgex-go 14:29:42 ---> Using cache 14:29:42 ---> 87637bf65325 14:29:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:42 ---> Using cache 14:29:42 ---> f8de56cc73fd 14:29:42 Step 5/21 : RUN apk update && apk add make git 14:29:42 Removing intermediate container 13eb82af038c 14:29:42 ---> cdd1786f30ad 14:29:42 Step 6/21 : COPY go.mod . 14:29:42 Attempting uninstall: requests 14:29:42 Found existing installation: requests 2.23.0 14:29:42 Uninstalling requests-2.23.0: 14:29:42 Successfully uninstalled requests-2.23.0 14:29:42 ---> Running in e79545d93b71 14:29:44 ---> 52c7afb8353b 14:29:44 Step 7/21 : RUN go mod download 14:29:45 ---> Running in 796ee627dabf 14:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:45 Running setup.py install for PyYAML: started 14:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:47 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:29:47 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:29:47 OK: 12617 distinct packages available 14:29:48 OK: 217 MiB in 51 packages 14:29:49 Running setup.py install for PyYAML: finished with status 'done' 14:29:49 Running setup.py install for docopt: started 14:29:50 Removing intermediate container 796ee627dabf 14:29:50 ---> 6d6521c552cf 14:29:50 Step 8/21 : COPY . . 14:29:51 Removing intermediate container e79545d93b71 14:29:51 ---> 8dded6d0e1b1 14:29:51 Step 6/21 : COPY go.mod . 14:29:52 Running setup.py install for docopt: finished with status 'done' 14:29:52 Running setup.py install for dockerpty: started 14:29:53 ---> 4d29fcb6d0eb 14:29:53 Step 7/21 : RUN go mod download 14:29:53 ---> Running in 2b72f27f22f4 14:29:55 Running setup.py install for dockerpty: finished with status 'done' 14:29:55 Running setup.py install for texttable: started 14:29:58 Running setup.py install for texttable: finished with status 'done' 14:30:00 Successfully installed PyYAML-3.13 cached-property-1.5.1 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 14:30:00 Removing intermediate container 2b72f27f22f4 14:30:00 ---> 5d235fcefaac 14:30:00 Step 8/21 : COPY . . 14:30:07 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 14:30:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:30:07 ---> fb1653fc746d 14:30:07 Step 3/23 : WORKDIR /edgex-go 14:30:07 ---> Using cache 14:30:07 ---> 87637bf65325 14:30:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:07 ---> Using cache 14:30:07 ---> f8de56cc73fd 14:30:07 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 14:30:07 ---> Running in 739ef2e26d86 14:30:07 Removing intermediate container c18978ce2d83 14:30:07 ---> 968e2505c0c3 14:30:07 Step 22/26 : RUN apk --no-cache add curl 14:30:08 ---> Running in a6d2a2f5d029 14:30:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:30:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:30:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:30:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:30:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:30:11 (2/3) Installing libcurl (7.69.1-r0) 14:30:11 (3/3) Installing curl (7.69.1-r0) 14:30:11 Executing busybox-1.31.1-r16.trigger 14:30:11 OK: 71 MiB in 58 packages 14:30:11 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:30:11 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:30:11 OK: 12617 distinct packages available 14:30:12 OK: 217 MiB in 51 packages 14:30:16 Removing intermediate container a6d2a2f5d029 14:30:16 ---> ab6df2202920 14:30:16 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:30:16 Removing intermediate container 739ef2e26d86 14:30:16 ---> 54e2cd250acd 14:30:16 Step 6/23 : COPY go.mod . 14:30:16 ---> Running in 07261d3483e8 14:30:17 Removing intermediate container 07261d3483e8 14:30:17 ---> d878045fcc15 14:30:17 Step 24/26 : LABEL arch=arm64 14:30:17 ---> 9a55bba1ea35 14:30:17 Step 7/23 : RUN go mod download 14:30:17 ---> Running in a23f2f6eab8f 14:30:17 ---> Running in 321f19d1d435 14:30:18 Removing intermediate container a23f2f6eab8f 14:30:18 ---> 7d7ec5fe19b6 14:30:18 Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:30:18 ---> Running in d78fac80ca0c 14:30:19 Removing intermediate container d78fac80ca0c 14:30:19 ---> 99253f937bc0 14:30:19 Step 26/26 : LABEL version=0.0.0 14:30:20 ---> Running in 7e598d6c98b1 14:30:21 Removing intermediate container 7e598d6c98b1 14:30:21 ---> 413e8212b376 14:30:21 14:30:22 Successfully built 413e8212b376 14:30:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:30:22  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go 14:30:22 Removing intermediate container 321f19d1d435 14:30:22 ---> 97bce5acee1d 14:30:22 Step 8/23 : COPY . . 14:30:28 ---> 298c95d9de52 14:30:28 Step 9/21 : RUN make cmd/support-logging/support-logging 14:30:28 ---> Running in 376f029d694a 14:30:28 Removing intermediate container 0d95c0fd2756 14:30:28 ---> 1f0d4a5d07b2 14:30:28 14:30:28 Step 9/29 : FROM alpine:latest 14:30:28 ---> 62ee0e9f8440 14:30:28 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:30:29 ---> Running in c1d56057d6eb 14:30:30 Removing intermediate container c1d56057d6eb 14:30:30 ---> 50b2967e990a 14:30:30 Step 11/29 : USER root 14:30:30 ---> Running in c1ad7354b092 14:30:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:30:32 Removing intermediate container c1ad7354b092 14:30:32 ---> 120827dc40a2 14:30:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:30:32 ---> c15a8662b3d5 14:30:32 Step 9/21 : RUN make cmd/core-command/core-command 14:30:32 ---> Running in 459ce3aaec54 14:30:32 ---> Running in d33c0b259055 14:30:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:30:35 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 14:30:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:30:36 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:30:36 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:30:36 OK: 12617 distinct packages available 14:30:37 (1/2) Installing ca-certificates (20191127-r4) 14:30:37 (2/2) Installing dumb-init (1.2.2-r1) 14:30:37 Executing busybox-1.31.1-r16.trigger 14:30:37 Executing ca-certificates-20191127-r4.trigger 14:30:38 OK: 6 MiB in 16 packages 14:30:42 Removing intermediate container 459ce3aaec54 14:30:42 ---> 9fdb316a8ac6 14:30:42 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:30:42 ---> Running in 41f205b40560 14:30:43 Removing intermediate container 41f205b40560 14:30:43 ---> 2608354b4e9a 14:30:43 Step 14/29 : WORKDIR $BASE_DIR 14:30:43 ---> Running in 2f4831ca3e1b 14:30:44 Removing intermediate container 2f4831ca3e1b 14:30:44 ---> 484e9721b269 14:30:44 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:30:45 ---> Running in 9a3ec3a438fc 14:30:51 Removing intermediate container 9a3ec3a438fc 14:30:51 ---> 4c6e47cfed60 14:30:51 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:30:53 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:30:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:30:53 ---> fb1653fc746d 14:30:53 Step 3/26 : WORKDIR /edgex-go 14:30:53 ---> Using cache 14:30:53 ---> 87637bf65325 14:30:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:53 ---> Using cache 14:30:53 ---> f8de56cc73fd 14:30:53 Step 5/26 : RUN apk update && apk add make git 14:30:53 ---> Using cache 14:30:53 ---> 8dded6d0e1b1 14:30:53 Step 6/26 : COPY go.mod . 14:30:53 ---> Using cache 14:30:53 ---> 4d29fcb6d0eb 14:30:53 Step 7/26 : RUN go mod download 14:30:53 ---> Using cache 14:30:53 ---> 5d235fcefaac 14:30:53 Step 8/26 : COPY . . 14:30:54 ---> Using cache 14:30:54 ---> c15a8662b3d5 14:30:54 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 14:30:54 ---> b22544d54824 14:30:54 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:30:54 ---> Running in b99aeeb097b9 14:30:56 ---> f1ee38a93540 14:30:56 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:30:56 ---> cd285c015d84 14:30:56 Step 9/23 : RUN make cmd/support-notifications/support-notifications 14:30:57 ---> Running in b117deeb5ba3 14:30:57 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 14:30:57 ---> 5682d63248e7 14:30:57 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:30:59 ---> e9742b469c0a 14:30:59 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:31:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:31:00 ---> 08d4492b0b91 14:31:00 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:31:00 ---> Running in b6a420ce3b8d 14:31:04 Removing intermediate container b6a420ce3b8d 14:31:04 ---> e2096bcf84b2 14:31:04 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:31:05 ---> 6f56ed218777 14:31:05 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:31:05 ---> Running in bd7c6416e89e 14:31:10 Removing intermediate container bd7c6416e89e 14:31:10 ---> edbcd02bf2ec 14:31:10 Step 24/29 : RUN chmod 755 security-secrets-setup 14:31:10 ---> Running in 9f07a4931c8c 14:31:15 Removing intermediate container 9f07a4931c8c 14:31:15 ---> f0e1889f133c 14:31:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:31:15 ---> Running in 351c50ba2fd0 14:31:15 Removing intermediate container 351c50ba2fd0 14:31:15 ---> be932ecd6930 14:31:15 Step 26/29 : CMD [ "generate" ] 14:31:15 ---> Running in 222a3e587fb6 14:31:16 Removing intermediate container 222a3e587fb6 14:31:16 ---> 3661d428deb6 14:31:16 Step 27/29 : LABEL arch=arm64 14:31:16 ---> Running in b0f3107a05af 14:31:16 Removing intermediate container b0f3107a05af 14:31:16 ---> b5e136e69c9b 14:31:16 Step 28/29 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:31:17 ---> Running in 73fa9296f27d 14:31:18 Removing intermediate container 73fa9296f27d 14:31:18 ---> 6e378fabdbf9 14:31:18 Step 29/29 : LABEL version=0.0.0 14:31:18 ---> Running in 4a29b6bf80cb 14:31:18 Removing intermediate container 4a29b6bf80cb 14:31:18 ---> 0cb36887d191 14:31:18 14:31:19 Successfully built 0cb36887d191 14:31:19 Successfully tagged docker-security-secrets-setup-go-arm64:latest 14:31:58  Building docker-security-secrets-setup-go ... done Removing intermediate container 376f029d694a 14:31:58 ---> 43a2b19e3a7e 14:31:58 14:31:58 Step 10/21 : FROM scratch 14:31:58 ---> 14:31:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:31:58 ---> Running in f3aeae6d4d68 14:31:58 Removing intermediate container f3aeae6d4d68 14:31:58 ---> 009ce555f1c3 14:31:58 Step 12/21 : ENV APP_PORT=48061 14:31:58 ---> Running in c2262e759ff1 14:31:58 Removing intermediate container c2262e759ff1 14:31:58 ---> 1019e9aef4c5 14:31:58 Step 13/21 : EXPOSE $APP_PORT 14:31:58 ---> Running in 4c667455d567 14:31:58 Removing intermediate container 4c667455d567 14:31:58 ---> 1c958266b576 14:31:58 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 14:31:58 ---> b60d6b84dbe5 14:31:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:31:58 ---> e7a7d2f34821 14:31:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:31:58 ---> e4584e4b6e3b 14:31:58 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:31:59 ---> 863a722816db 14:31:59 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:31:59 ---> Running in 9b595b472575 14:32:00 Removing intermediate container 9b595b472575 14:32:00 ---> 1a2429ac67b3 14:32:00 Step 19/21 : LABEL arch=arm64 14:32:00 ---> Running in 9cd921b3d3b1 14:32:00 Removing intermediate container 9cd921b3d3b1 14:32:00 ---> ee48588d6fac 14:32:00 Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:32:01 ---> Running in b0e80f0c0a6d 14:32:01 Removing intermediate container b0e80f0c0a6d 14:32:01 ---> 4d4a5ff5bb93 14:32:01 Step 21/21 : LABEL version=0.0.0 14:32:02 ---> Running in 16f18ed7a1cb 14:32:02 Removing intermediate container 16f18ed7a1cb 14:32:02 ---> cd118e2614df 14:32:02 14:32:03 Successfully built cd118e2614df 14:32:03 Successfully tagged docker-support-logging-go-arm64:latest 14:32:04  Building docker-support-logging-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:32:09 Removing intermediate container d33c0b259055 14:32:09 ---> 6e9435b030f5 14:32:09 14:32:09 Step 10/21 : FROM scratch 14:32:09 ---> 14:32:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:32:09 ---> Using cache 14:32:09 ---> cbd66057ed5e 14:32:09 Step 12/21 : ENV APP_PORT=48082 14:32:09 ---> Running in 7fa1d5bedacd 14:32:09 Removing intermediate container 7fa1d5bedacd 14:32:09 ---> 7458f1f1f100 14:32:09 Step 13/21 : EXPOSE $APP_PORT 14:32:10 ---> Running in c3810258b347 14:32:10 Removing intermediate container c3810258b347 14:32:10 ---> bc0a93ba6289 14:32:10 Step 14/21 : WORKDIR / 14:32:11 ---> Running in b81589c2dd48 14:32:11 Removing intermediate container b81589c2dd48 14:32:11 ---> 9027e95454de 14:32:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:32:12 ---> 6d195718d9f0 14:32:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:32:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 14:32:13 ---> 40f921d009c4 14:32:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:32:14 ---> cd7e53386917 14:32:14 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:32:15 ---> Running in b559141d1f6b 14:32:15 Removing intermediate container b559141d1f6b 14:32:15 ---> 25d1fc457604 14:32:15 Step 19/21 : LABEL arch=arm64 14:32:15 ---> Running in 7bf7ea25250f 14:32:16 Removing intermediate container 7bf7ea25250f 14:32:16 ---> 76d27bf2bb07 14:32:16 Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:32:16 ---> Running in c1bb505bffd0 14:32:17 Removing intermediate container c1bb505bffd0 14:32:17 ---> 6fc8c65f336e 14:32:17 Step 21/21 : LABEL version=0.0.0 14:32:17 ---> Running in 669e5c3699ae 14:32:18 Removing intermediate container 669e5c3699ae 14:32:18 ---> b9115091f3ef 14:32:18 14:32:18 Successfully built b9115091f3ef 14:32:18 Successfully tagged docker-core-command-go-arm64:latest 14:32:21  Building docker-core-command-go ... done Removing intermediate container b117deeb5ba3 14:32:21 ---> fdb89d113a9a 14:32:21 14:32:21 Step 10/23 : FROM scratch 14:32:21 ---> 14:32:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:32:21 Removing intermediate container b99aeeb097b9 14:32:21 ---> 4cc6a2b114a0 14:32:21 14:32:21 Step 10/26 : FROM alpine:3.10 14:32:21 ---> Using cache 14:32:21 ---> 009ce555f1c3 14:32:21 Step 12/23 : ENV APP_PORT=48060 14:32:21 ---> Running in 78aedf3cc4e2 14:32:21 3.10: Pulling from library/alpine 14:32:21 Removing intermediate container 78aedf3cc4e2 14:32:21 ---> 63b5998749e9 14:32:21 Step 13/23 : EXPOSE $APP_PORT 14:32:21 ---> Running in 2dc47675310d 14:32:22 Removing intermediate container 2dc47675310d 14:32:22 ---> 324eedcecff3 14:32:22 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 14:32:22 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:32:22 Status: Downloaded newer image for alpine:3.10 14:32:22 ---> 536a684cf733 14:32:22 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:32:22 ---> Running in a6ea9b053171 14:32:23 ---> 891c5f43c37b 14:32:23 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:32:24 ---> 5884f492e845 14:32:24 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 14:32:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 14:32:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 14:32:25 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:32:25 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:32:25 OK: 10167 distinct packages available 14:32:25 ---> e1391558c651 14:32:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:32:25 (1/5) Installing ca-certificates (20191127-r2) 14:32:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:32:26 (3/5) Installing libcurl (7.66.0-r0) 14:32:26 (4/5) Installing curl (7.66.0-r0) 14:32:26 (5/5) Installing dumb-init (1.2.2-r1) 14:32:26 Executing busybox-1.30.1-r3.trigger 14:32:26 Executing ca-certificates-20191127-r2.trigger 14:32:26 OK: 7 MiB in 19 packages 14:32:26 ---> 7958c7c16360 14:32:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:32:28 ---> 7920967bb364 14:32:28 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:32:28 Removing intermediate container a6ea9b053171 14:32:28 ---> 4041fb1be5b2 14:32:28 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:32:28 ---> Running in 401bd20b4aa8 14:32:29 Removing intermediate container 401bd20b4aa8 14:32:29 ---> d3386c2c7bd1 14:32:29 Step 13/26 : WORKDIR / 14:32:29 ---> 2745f0899a1b 14:32:29 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:32:29 ---> Running in b929ece7e4d5 14:32:29 ---> Running in cba44fe4b412 14:32:29 Removing intermediate container b929ece7e4d5 14:32:29 Removing intermediate container cba44fe4b412 14:32:29 ---> 991ecb4b860d 14:32:29 ---> 8358e38935a8 14:32:29 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.jsonStep 21/23 : LABEL arch=arm64 14:32:29 14:32:29 ---> Running in 7ae3666e82f2 14:32:30 Removing intermediate container 7ae3666e82f2 14:32:30 ---> 1370fb4ca9b0 14:32:30 Step 22/23 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:32:30 ---> 522014f83779 14:32:30 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:32:30 ---> Running in f326eee0217b 14:32:31 Removing intermediate container f326eee0217b 14:32:31 ---> f4b5d1da0f35 14:32:31 Step 23/23 : LABEL version=0.0.0 14:32:31 ---> Running in 78af0a74d9d6 14:32:31 ---> 39deabe14469 14:32:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:32:32 Removing intermediate container 78af0a74d9d6 14:32:32 ---> f5f345ccd106 14:32:32 14:32:32 Successfully built f5f345ccd106 14:32:32 Successfully tagged docker-support-notifications-go-arm64:latest 14:32:32  Building docker-support-notifications-go ... done  ---> 5fef0eeaec38 14:32:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:32:33 ---> 3aed11e7f494 14:32:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:32:34 ---> 40fcb2b6c48d 14:32:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:32:35 ---> c5232a717f6b 14:32:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:32:37 ---> 47ceb97f36a0 14:32:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:32:37 ---> 082891ff04ec 14:32:37 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:32:38 ---> Running in fcc1815ae924 14:32:40 Removing intermediate container fcc1815ae924 14:32:40 ---> d946351dc377 14:32:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:32:40 ---> Running in a93c67df6a9b 14:32:40 Removing intermediate container a93c67df6a9b 14:32:40 ---> 83a5b29780a5 14:32:40 Step 24/26 : LABEL arch=arm64 14:32:41 ---> Running in c73b932a7d02 14:32:41 Removing intermediate container c73b932a7d02 14:32:41 ---> 06be9645e256 14:32:41 Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d 14:32:41 ---> Running in 9a6e4c87af91 14:32:42 Removing intermediate container 9a6e4c87af91 14:32:42 ---> 7adff1148bf7 14:32:42 Step 26/26 : LABEL version=0.0.0 14:32:42 ---> Running in 28d3e476d37d 14:32:42 Removing intermediate container 28d3e476d37d 14:32:42 ---> a4438c0671d2 14:32:42 14:32:43 Successfully built a4438c0671d2 14:32:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:32:43  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 14:32:43 $ docker stop --time=1 ddd572d29b89c8a8272221ad3d12138a2c7bf3b3c314e266c0f2a3993d98afd4 14:32:45 $ docker rm -f ddd572d29b89c8a8272221ad3d12138a2c7bf3b3c314e266c0f2a3993d98afd4 [Pipeline] // withDockerContainer [Pipeline] sh 14:32:45 + docker images 14:32:45 + grep docker 14:32:46 docker-security-secretstore-setup-go-arm64 latest a4438c0671d2 4 seconds ago 32.6MB 14:32:46 docker-support-notifications-go-arm64 latest f5f345ccd106 15 seconds ago 13.9MB 14:32:46 docker-core-command-go-arm64 latest b9115091f3ef 29 seconds ago 12.4MB 14:32:46 docker-support-logging-go-arm64 latest cd118e2614df 44 seconds ago 11.4MB 14:32:46 docker-security-secrets-setup-go-arm64 latest 0cb36887d191 About a minute ago 24.2MB 14:32:46 docker-sys-mgmt-agent-go-arm64 latest 413e8212b376 2 minutes ago 266MB 14:32:46 docker-core-data-go-arm64 latest 41bbfa4d93c5 3 minutes ago 22.6MB 14:32:46 docker-core-metadata-go-arm64 latest d1d019d6cf32 3 minutes ago 13.8MB 14:32:46 docker-support-scheduler-go-arm64 latest e848658ef7fa 3 minutes ago 12.6MB 14:32:46 docker-security-proxy-setup-go-arm64 latest 5e0c3d9175a6 4 minutes ago 15.8MB 14:32:46 docker latest ce9d55ae87f1 7 weeks ago 193MB [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) [Pipeline] unstash [Pipeline] wrap 14:32:47 provisioning config files... 14:32:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3767741583332127764tmp [Pipeline] { [Pipeline] sh 14:32:48 + bash -s - -t @/w/workspace/edgex-go/2@tmp/config3767741583332127764tmp 14:32:48 + curl -s https://codecov.io/bash [Pipeline] } 14:32:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:32:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:32:51 ---> package-listing.sh 14:32:51 ++ facter osfamily 14:32:51 ++ tr '[:upper:]' '[:lower:]' 14:32:51 + OS_FAMILY=redhat 14:32:51 + workspace=/w/workspace/edgex-go/2 14:32:51 + START_PACKAGES=/tmp/packages_start.txt 14:32:51 + END_PACKAGES=/tmp/packages_end.txt 14:32:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:32:51 + PACKAGES=/tmp/packages_start.txt 14:32:51 + '[' /w/workspace/edgex-go/2 ']' 14:32:51 + PACKAGES=/tmp/packages_end.txt 14:32:51 + case "${OS_FAMILY}" in 14:32:51 + rpm -qa 14:32:51 + sort 14:32:55 + '[' -f /tmp/packages_start.txt ']' 14:32:55 + '[' -f /tmp/packages_end.txt ']' 14:32:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:32:55 + '[' /w/workspace/edgex-go/2 ']' 14:32:55 + mkdir -p /w/workspace/edgex-go/2/archives/ 14:32:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh 14:32:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:32:55 14:32:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:32:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:32:56 alpine: Pulling from edgex-lftools-log-publisher 14:32:56 c9b1b535fdd9: Pulling fs layer 14:32:56 2cc5ad85d9ab: Pulling fs layer 14:32:56 756a868c4378: Pulling fs layer 14:32:56 444b2fc9a129: Pulling fs layer 14:32:56 ea15f1150254: Pulling fs layer 14:32:56 41b27a9f41bf: Pulling fs layer 14:32:56 28c525ee5125: Pulling fs layer 14:32:56 094b1ea09ed8: Pulling fs layer 14:32:56 138eaada9080: Pulling fs layer 14:32:56 0622d0fa9048: Pulling fs layer 14:32:56 41b27a9f41bf: Waiting 14:32:56 28c525ee5125: Waiting 14:32:56 094b1ea09ed8: Waiting 14:32:56 138eaada9080: Waiting 14:32:56 0622d0fa9048: Waiting 14:32:56 ea15f1150254: Waiting 14:32:56 444b2fc9a129: Waiting 14:32:56 2cc5ad85d9ab: Download complete 14:32:56 444b2fc9a129: Verifying Checksum 14:32:56 444b2fc9a129: Download complete 14:32:56 c9b1b535fdd9: Verifying Checksum 14:32:56 c9b1b535fdd9: Download complete 14:32:56 ea15f1150254: Verifying Checksum 14:32:56 ea15f1150254: Download complete 14:32:56 28c525ee5125: Verifying Checksum 14:32:56 28c525ee5125: Download complete 14:32:56 756a868c4378: Verifying Checksum 14:32:56 756a868c4378: Download complete 14:32:56 c9b1b535fdd9: Pull complete 14:32:56 138eaada9080: Verifying Checksum 14:32:56 138eaada9080: Download complete 14:32:56 0622d0fa9048: Verifying Checksum 14:32:56 0622d0fa9048: Download complete 14:32:57 094b1ea09ed8: Verifying Checksum 14:32:57 094b1ea09ed8: Download complete 14:32:57 2cc5ad85d9ab: Pull complete 14:32:57 41b27a9f41bf: Verifying Checksum 14:32:57 41b27a9f41bf: Download complete 14:32:59 756a868c4378: Pull complete 14:32:59 444b2fc9a129: Pull complete 14:32:59 ea15f1150254: Pull complete 14:33:06 41b27a9f41bf: Pull complete 14:33:06 28c525ee5125: Pull complete 14:33:08 094b1ea09ed8: Pull complete 14:33:09 138eaada9080: Pull complete 14:33:09 0622d0fa9048: Pull complete 14:33:09 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:33:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:33:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:33:09 prd-centos7-docker-4c-2g-275 does not seem to be running inside a container 14:33:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:33:14 $ docker top 78c241a24dcc93320b1a2d77b1c54911ee4d7fcb790e86b3536a3ba4a9dbba13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:33:14 provisioning config files... 14:33:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3726305154179142148tmp [Pipeline] { [Pipeline] echo 14:33:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:33:15 ---> create-netrc.sh [Pipeline] echo 14:33:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:33:15 ---> logs-deploy.sh 14:33:15 + ARCHIVE_ARTIFACTS= 14:33:15 + LOGS_SERVER=https://logs.edgexfoundry.org 14:33:15 + '[' https://logs.edgexfoundry.org == None ']' 14:33:15 + NEXUS_URL=https://nexus.edgexfoundry.org 14:33:15 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/2 14:33:15 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/hutchic-patch-1/2/ 14:33:15 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/2 /w/workspace/edgex-go/2 14:33:16 Archives upload complete. 14:33:16 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/hutchic-patch-1/2/