Pull request #2679 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7ee0d5aa3cfa0c598389c785229ee9973e1f8818+016a25bfa3c74bf8a86852979d1368c9b238eb44 (5d1b0c8c7ba916caf2c9bdb240d7a62179cd8d7e) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2679/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1185 in /w/workspace/edgexfoundry_edgex-go_PR-2679 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2679/head:refs/remotes/origin/PR-2679 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2679/head:refs/remotes/origin/PR-2679 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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/pull/2679/head:refs/remotes/origin/PR-2679 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 016a25bfa3c74bf8a86852979d1368c9b238eb44 into PR head commit 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 Merge succeeded, producing 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 Checking out Revision 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 (PR-2679) > git config core.sparsecheckout # timeout=10 > git checkout -f 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 016a25bfa3c74bf8a86852979d1368c9b238eb44 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 # timeout=10 Commit message: "fix: Fix failing unit tests caused by changes to Device Client in go-mo-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:12:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:12:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:12:23 ========================================================= 18:12:23 EdgeX Global Pipelines Version Info 18:12:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:12:24 ------------------- 18:12:24 stable info: 18:12:24 ------------------- 18:12:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:12:24 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 18:12:24 Message: update stable to v1.0.115 18:12:25 ------------------- 18:12:25 experimental info: 18:12:25 ------------------- 18:12:25 Commited By: **** collab-it+edgex@linuxfoundation.org 18:12:25 Commit SHA: 40ba3c262173c87d1b84deef7538e1ce2613f01b 18:12:25 Message: update experimental to v1.0.116 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:12:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:12:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:12:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:12:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2679 [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2679 [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2679 [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ee0d5a [Pipeline] echo 18:12:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 18:12:29 ++ 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 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/core-command/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo core-command,cmd/core-command/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/core-data/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo core-data,cmd/core-data/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/core-metadata/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo core-metadata,cmd/core-metadata/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/security-proxy-setup/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/security-secrets-setup/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/support-logging/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo support-logging,cmd/support-logging/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/support-notifications/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo support-notifications,cmd/support-notifications/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/support-scheduler/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:12:29 + for file in '`ls cmd/**/Dockerfile`' 18:12:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:12:29 ++ cut -d/ -f2 18:12:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:12:29 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 18:12:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:12:30 18:12:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:12:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:12:31 latest: Pulling from edgex-devops/git-semver 18:12:31 31603596830f: Pulling fs layer 18:12:31 2a8b12db71e7: Pulling fs layer 18:12:31 6ca5941a6612: Pulling fs layer 18:12:31 ecc8261a40a4: Pulling fs layer 18:12:31 ecc8261a40a4: Waiting 18:12:31 2a8b12db71e7: Verifying Checksum 18:12:31 2a8b12db71e7: Download complete 18:12:31 31603596830f: Verifying Checksum 18:12:31 31603596830f: Download complete 18:12:31 ecc8261a40a4: Verifying Checksum 18:12:31 ecc8261a40a4: Download complete 18:12:31 6ca5941a6612: Verifying Checksum 18:12:31 6ca5941a6612: Download complete 18:12:31 31603596830f: Pull complete 18:12:31 2a8b12db71e7: Pull complete 18:12:32 6ca5941a6612: Pull complete 18:12:32 ecc8261a40a4: Pull complete 18:12:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:12:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:12:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:12:33 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 18:12:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:12:35 $ docker top 2cdf17ad9b9b992893caf0f37b623e31b58d0641233a4c63c66be579d416f100 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:12:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:12:35 [ssh-agent] Looking for ssh-agent implementation... 18:12:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:12:35 $ docker exec 2cdf17ad9b9b992893caf0f37b623e31b58d0641233a4c63c66be579d416f100 ssh-agent 18:12:36 SSH_AUTH_SOCK=/tmp/ssh-CeddaS5GDOYY/agent.13 18:12:36 SSH_AGENT_PID=19 18:12:36 Running ssh-add (command line suppressed) 18:12:36 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9148569442285541817.key (/w/workspace/edgex-go/1@tmp/private_key_9148569442285541817.key) 18:12:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:12:36 + git describe --exact-match --tags HEAD 18:12:36 fatal: No names found, cannot describe anything. [Pipeline] } 18:12:36 $ docker exec --env ******** --env ******** 2cdf17ad9b9b992893caf0f37b623e31b58d0641233a4c63c66be579d416f100 ssh-agent -k 18:12:36 unset SSH_AUTH_SOCK; 18:12:36 unset SSH_AGENT_PID; 18:12:36 echo Agent pid 19 killed; 18:12:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:12:37 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:12:37 This usually means this commit has not been tagged. [Pipeline] sshagent 18:12:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:12:37 [ssh-agent] Looking for ssh-agent implementation... 18:12:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:12:37 $ docker exec 2cdf17ad9b9b992893caf0f37b623e31b58d0641233a4c63c66be579d416f100 ssh-agent 18:12:37 SSH_AUTH_SOCK=/tmp/ssh-KW4z6DOMUHxO/agent.48 18:12:37 SSH_AGENT_PID=54 18:12:37 Running ssh-add (command line suppressed) 18:12:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1120048865134287180.key (/w/workspace/edgex-go/1@tmp/private_key_1120048865134287180.key) 18:12:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:12:38 + git semver init 18:12:38 # -> Open(): unable to determine branch for HEAD 18:12:38 # $GIT_DIR = /w/workspace/edgex-go/1/.git 18:12:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 18:12:38 # $SEMVER_REMOTE_NAME = origin 18:12:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:12:38 # $SEMVER_USER_NAME = edgex-jenkins 18:12:38 # $SEMVER_BRANCH = PR-2679 18:12:38 # $SEMVER_TEMP = /tmp/semver-440938757 18:12:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:12:56 # '/tmp/semver-440938757' -> '/w/workspace/edgex-go/1/.semver' 18:12:56 # -> Force: false 18:12:56 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 18:12:56 $ docker exec --env ******** --env ******** 2cdf17ad9b9b992893caf0f37b623e31b58d0641233a4c63c66be579d416f100 ssh-agent -k 18:12:56 unset SSH_AUTH_SOCK; 18:12:56 unset SSH_AGENT_PID; 18:12:56 echo Agent pid 54 killed; 18:12:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:12:57 + git semver [Pipeline] } 18:12:57 $ docker stop --time=1 2cdf17ad9b9b992893caf0f37b623e31b58d0641233a4c63c66be579d416f100 18:12:58 $ docker rm -f 2cdf17ad9b9b992893caf0f37b623e31b58d0641233a4c63c66be579d416f100 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:13:13 Stashed 41 file(s) [Pipeline] echo 18:13:13 [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 18:13:14 ========================================================= 18:13:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:13:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:13:14 + 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 . 18:13:18 Sending build context to Docker daemon 323.2MB 18:13:18 Step 1/7 : ARG BASE=golang:1.13-alpine 18:13:18 Step 2/7 : FROM ${BASE} 18:13:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:13:18 df20fa9351a1: Pulling fs layer 18:13:18 ed8968b2872e: Pulling fs layer 18:13:18 a92cc7c5fd73: Pulling fs layer 18:13:18 2dd03ba5bac4: Pulling fs layer 18:13:18 1e091d79d1de: Pulling fs layer 18:13:18 481702a1767f: Pulling fs layer 18:13:18 f64a6f60c768: Pulling fs layer 18:13:18 e78d2573fc39: Pulling fs layer 18:13:18 e876d2f968b6: Pulling fs layer 18:13:18 ce8a83651883: Pulling fs layer 18:13:18 07967f4d0e4b: Pulling fs layer 18:13:18 481702a1767f: Waiting 18:13:18 f64a6f60c768: Waiting 18:13:18 e78d2573fc39: Waiting 18:13:18 e876d2f968b6: Waiting 18:13:18 ce8a83651883: Waiting 18:13:18 07967f4d0e4b: Waiting 18:13:18 2dd03ba5bac4: Waiting 18:13:18 1e091d79d1de: Waiting 18:13:18 a92cc7c5fd73: Verifying Checksum 18:13:18 a92cc7c5fd73: Download complete 18:13:18 ed8968b2872e: Verifying Checksum 18:13:18 ed8968b2872e: Download complete 18:13:18 1e091d79d1de: Verifying Checksum 18:13:18 1e091d79d1de: Download complete 18:13:18 481702a1767f: Verifying Checksum 18:13:18 481702a1767f: Download complete 18:13:18 df20fa9351a1: Verifying Checksum 18:13:18 df20fa9351a1: Download complete 18:13:18 df20fa9351a1: Pull complete 18:13:18 f64a6f60c768: Verifying Checksum 18:13:18 f64a6f60c768: Download complete 18:13:18 e876d2f968b6: Verifying Checksum 18:13:18 e876d2f968b6: Download complete 18:13:19 e78d2573fc39: Verifying Checksum 18:13:19 e78d2573fc39: Download complete 18:13:19 2dd03ba5bac4: Verifying Checksum 18:13:19 2dd03ba5bac4: Download complete 18:13:19 07967f4d0e4b: Verifying Checksum 18:13:19 07967f4d0e4b: Download complete 18:13:19 ce8a83651883: Verifying Checksum 18:13:19 ce8a83651883: Download complete 18:13:20 ed8968b2872e: Pull complete 18:13:20 a92cc7c5fd73: Pull complete 18:13:27 2dd03ba5bac4: Pull complete 18:13:27 1e091d79d1de: Pull complete 18:13:27 481702a1767f: Pull complete 18:13:29 Still waiting to schedule task 18:13:29 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1180’ 18:13:32 f64a6f60c768: Pull complete 18:13:35 e78d2573fc39: Pull complete 18:13:35 e876d2f968b6: Pull complete 18:13:36 ce8a83651883: Pull complete 18:13:36 07967f4d0e4b: Pull complete 18:13:36 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 18:13:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:13:36 ---> 5d7c900382c6 18:13:36 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 18:13:38 ---> Running in 3982bdde060a 18:13:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:13:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:13:40 (1/12) Installing libmagic (5.38-r0) 18:13:40 (2/12) Installing file (5.38-r0) 18:13:40 (3/12) Installing libc-dev (0.7.2-r3) 18:13:40 (4/12) Installing g++ (9.3.0-r2) 18:13:45 (5/12) Installing fortify-headers (1.1-r0) 18:13:46 (6/12) Installing patch (2.7.6-r6) 18:13:46 (7/12) Installing build-base (0.5-r2) 18:13:46 (8/12) Installing libsodium (1.0.18-r0) 18:13:46 (9/12) Installing pkgconf (1.7.2-r0) 18:13:46 (10/12) Installing libsodium-dev (1.0.18-r0) 18:13:46 (11/12) Installing libzmq (4.3.2-r0) 18:13:46 (12/12) Installing zeromq-dev (4.3.2-r0) 18:13:46 Executing busybox-1.31.1-r16.trigger 18:13:46 OK: 233 MiB in 51 packages 18:13:50 Removing intermediate container 3982bdde060a 18:13:50 ---> 3a835a5d4d8f 18:13:50 Step 4/7 : WORKDIR /edgex-go 18:13:50 ---> Running in bef4b5ef4788 18:13:50 Removing intermediate container bef4b5ef4788 18:13:50 ---> a9a14e17ed7d 18:13:50 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:13:50 latest: Pulling from library/docker 18:13:50 df20fa9351a1: Already exists 18:13:50 25ad7478873d: Pulling fs layer 18:13:50 4684f6177b5d: Pulling fs layer 18:13:50 46e300cec669: Pulling fs layer 18:13:50 63038576ad94: Pulling fs layer 18:13:50 0fdb76c4706c: Pulling fs layer 18:13:50 cb7edeffdfd5: Pulling fs layer 18:13:50 63038576ad94: Waiting 18:13:50 0fdb76c4706c: Waiting 18:13:50 cb7edeffdfd5: Waiting 18:13:50 4684f6177b5d: Verifying Checksum 18:13:50 4684f6177b5d: Download complete 18:13:50 25ad7478873d: Verifying Checksum 18:13:50 25ad7478873d: Download complete 18:13:50 0fdb76c4706c: Verifying Checksum 18:13:50 0fdb76c4706c: Download complete 18:13:51 63038576ad94: Download complete 18:13:51 25ad7478873d: Pull complete 18:13:51 cb7edeffdfd5: Verifying Checksum 18:13:51 cb7edeffdfd5: Download complete 18:13:51 4684f6177b5d: Pull complete 18:13:51 46e300cec669: Verifying Checksum 18:13:51 46e300cec669: Download complete 18:13:54 46e300cec669: Pull complete 18:13:54 63038576ad94: Pull complete 18:13:54 0fdb76c4706c: Pull complete 18:13:54 cb7edeffdfd5: Pull complete 18:13:54 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:13:54 Status: Downloaded newer image for docker:latest 18:13:56 ---> a0fd20fefe25 18:13:56 Step 6/7 : COPY go.mod . 18:13:56 ---> 4af08e7c8c46 18:13:56 Step 7/7 : RUN go mod download 18:13:56 ---> Running in a679647565ab 18:13:58 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:13:58 go: finding github.com/BurntSushi/toml v0.3.1 18:13:58 go: finding github.com/OneOfOne/xxhash v1.2.5 18:13:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:13:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:13:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:13:58 go: finding github.com/bgentry/speakeasy v0.1.0 18:13:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:13:58 go: finding github.com/cloudflare/gokey v0.1.0 18:13:58 go: finding github.com/davecgh/go-spew v1.1.1 18:13:58 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:13:58 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:13:58 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 18:13:59 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:13:59 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 18:13:59 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:13:59 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 18:13:59 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:13:59 go: finding github.com/fatih/color v1.7.0 18:13:59 go: finding github.com/fsnotify/fsnotify v1.4.7 18:13:59 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:13:59 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 18:13:59 go: finding github.com/go-kit/kit v0.8.0 18:13:59 go: finding github.com/go-logfmt/logfmt v0.4.0 18:13:59 go: finding github.com/go-playground/assert/v2 v2.0.1 18:13:59 go: finding github.com/go-playground/locales v0.13.0 18:13:59 go: finding github.com/go-playground/universal-translator v0.17.0 18:13:59 go: finding github.com/go-playground/validator/v10 v10.3.0 18:13:59 go: finding github.com/go-redis/redis/v7 v7.2.0 18:13:59 go: finding github.com/go-stack/stack v1.8.0 18:13:59 go: finding github.com/golang/protobuf v1.3.2 18:13:59 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:13:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:13:59 go: finding github.com/google/uuid v1.1.0 18:13:59 go: finding github.com/gorilla/mux v1.7.1 18:13:59 go: finding github.com/hashicorp/consul/api v1.1.0 18:13:59 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:13:59 go: finding github.com/hashicorp/errwrap v1.0.0 18:13:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:13:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:13:59 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:13:59 go: finding github.com/hashicorp/go-multierror v1.0.0 18:13:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:13:59 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:13:59 go: finding github.com/hashicorp/go-syslog v1.0.0 18:13:59 go: finding github.com/hashicorp/go-uuid v1.0.1 18:13:59 go: finding github.com/hashicorp/go.net v0.0.1 18:13:59 go: finding github.com/hashicorp/golang-lru v0.5.0 18:13:59 go: finding github.com/hashicorp/logutils v1.0.0 18:13:59 go: finding github.com/hashicorp/mdns v1.0.0 18:13:59 go: finding github.com/hashicorp/memberlist v0.1.3 18:13:59 go: finding github.com/hashicorp/serf v0.8.2 18:13:59 go: finding github.com/hpcloud/tail v1.0.0 18:13:59 go: finding github.com/imdario/mergo v0.3.6 18:13:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:13:59 go: finding github.com/kr/pretty v0.1.0 18:13:59 go: finding github.com/kr/pty v1.1.1 18:13:59 go: finding github.com/kr/text v0.1.0 18:13:59 go: finding github.com/leodido/go-urn v1.2.0 18:13:59 go: finding github.com/mattn/go-colorable v0.0.9 18:14:00 go: finding github.com/mattn/go-isatty v0.0.3 18:14:00 go: finding github.com/miekg/dns v1.0.14 18:14:00 go: finding github.com/mitchellh/cli v1.0.0 18:14:00 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:14:00 go: finding github.com/mitchellh/copystructure v1.0.0 18:14:00 go: finding github.com/mitchellh/go-homedir v1.0.0 18:14:00 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:14:00 go: finding github.com/mitchellh/gox v0.4.0 18:14:00 go: finding github.com/mitchellh/iochan v1.0.0 18:14:00 go: finding github.com/mitchellh/mapstructure v1.1.2 18:14:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:14:00 go: finding github.com/onsi/ginkgo v1.10.1 18:14:00 go: finding github.com/onsi/gomega v1.7.0 18:14:00 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:14:00 go: finding github.com/pebbe/zmq4 v1.0.0 18:14:00 go: finding github.com/pelletier/go-toml v1.2.0 18:14:00 go: finding github.com/pkg/errors v0.8.1 18:14:00 go: finding github.com/pmezard/go-difflib v1.0.0 18:14:00 go: finding github.com/posener/complete v1.1.1 18:14:00 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:14:00 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:14:00 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:14:00 go: finding github.com/stretchr/objx v0.1.0 18:14:00 go: finding github.com/stretchr/testify v1.5.1 18:14:00 go: finding github.com/ugorji/go v1.1.4 18:14:00 go: finding github.com/x448/float16 v0.8.4 18:14:00 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 18:14:00 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:14:00 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:14:00 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:14:00 go: finding golang.org/x/text v0.3.2 18:14:00 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:14:00 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:14:00 go: finding gopkg.in/eapache/queue.v1 v1.1.0 18:14:00 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:14:00 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:14:00 go: finding gopkg.in/yaml.v2 v2.2.8 18:14:19 Removing intermediate container a679647565ab 18:14:19 ---> 8c64e43712c1 18:14:19 Successfully built 8c64e43712c1 18:14:19 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 18:14:19 + docker inspect -f . ci-base-image-x86_64 18:14:19 . [Pipeline] withDockerContainer 18:14:19 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 18:14: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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:14:20 $ docker top eee196427233bdc07040f675c73a40dbc0a82f01bbd474cbf39130ecd0b75f08 -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:21 + go version 18:14:21 go version go1.13.13 linux/amd64 [Pipeline] echo 18:14:21 ========================================================= 18:14:21 [edgeXBuildGoParallel] Running Tests and Build... 18:14:21 ========================================================= [Pipeline] sh 18:14:22 + make test 18:14:22 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:14:25 ? github.com/edgexfoundry/edgex-go [no test files] 18:14:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:14:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:14:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:14:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:14:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:14:41 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 18:14:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 18:14:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:14:41 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 18:14:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:14:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:14:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:14:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:14:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:14:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.028s coverage: 46.6% of statements 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:14:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.089s coverage: 27.2% of statements 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:14:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:14:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:14:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.013s coverage: 80.0% of statements 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:14:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 92.9% of statements 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:14:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.066s coverage: 28.6% of statements 18:14:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:14:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:14:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:14:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:14:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:14:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 18:14:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:14:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.019s coverage: 100.0% of statements 18:14:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:14:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.035s coverage: 89.8% of statements 18:14:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:14:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.019s coverage: 97.5% of statements 18:14:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:14:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:14:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 18:14:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.091s coverage: 63.5% of statements 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 18:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.130s coverage: 55.9% of statements 18:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 18:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.290s coverage: 86.3% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.272s coverage: 72.2% of statements 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.088s coverage: 72.1% of statements 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.027s coverage: 96.8% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.071s coverage: 26.9% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.093s coverage: 84.1% of statements 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 18:15:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements 18:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 18:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 18:15:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 18:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 18:15:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements 18:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 18:15:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 46.1% of statements 18:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:15:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements 18:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:15:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 18:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:15:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements 18:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.043s coverage: 29.1% of statements 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.010s coverage: 87.9% of statements 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 18:15:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 18:15:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements 18:15:05 GO111MODULE=on go vet ./... 18:15:12 gofmt -l . 18:15:12 [ "`gofmt -l .`" = "" ] 18:15:12 ./bin/test-go-mod-tidy.sh 18:15:13 ./bin/test-attribution-txt.sh [Pipeline] sh 18:15:15 + ls -al . 18:15:15 total 552 18:15:15 drwxrwxr-x 10 1001 1001 4096 Sep 2 18:15 . 18:15:15 drwxr-xr-x 4 root root 28 Sep 2 18:14 .. 18:15:15 -rw-rw-r-- 1 1001 1001 11 Sep 2 18:12 .dockerignore 18:15:15 drwxrwxr-x 8 1001 1001 179 Sep 2 18:12 .git 18:15:15 drwxrwxr-x 3 1001 1001 60 Sep 2 18:12 .github 18:15:15 -rw-rw-r-- 1 1001 1001 932 Sep 2 18:12 .gitignore 18:15:15 drwx------ 3 1001 1001 47 Sep 2 18:12 .semver 18:15:15 -rw-rw-r-- 1 1001 1001 166 Sep 2 18:12 .sonarcloud.properties 18:15:15 -rw-rw-r-- 1 1001 1001 3804 Sep 2 18:12 CONTRIBUTING.md 18:15:15 -rw-rw-r-- 1 1001 1001 1035 Sep 2 18:12 Dockerfile.build 18:15:15 -rw-rw-r-- 1 1001 1001 886 Sep 2 18:12 Jenkinsfile 18:15:15 -rw-rw-r-- 1 1001 1001 10775 Sep 2 18:12 LICENSE 18:15:15 -rw-rw-r-- 1 1001 1001 6237 Sep 2 18:12 Makefile 18:15:15 -rw-rw-r-- 1 1001 1001 6465 Sep 2 18:12 README.md 18:15:15 -rw-rw-r-- 1 1001 1001 259 Sep 2 18:12 SECURITY.md 18:15:15 -rw-rw-r-- 1 1001 1001 5 Sep 2 18:12 VERSION 18:15:15 -rw-rw-r-- 1 1001 1001 4131 Sep 2 18:12 ZMQWindows.md 18:15:15 drwxrwxr-x 2 1001 1001 117 Sep 2 18:12 bin 18:15:15 drwxrwxr-x 15 1001 1001 4096 Sep 2 18:12 cmd 18:15:15 -rw-r--r-- 1 root root 458659 Sep 2 18:15 coverage.out 18:15:15 -rw-r--r-- 1 root root 1019 Sep 2 18:15 go.mod 18:15:15 -rw-r--r-- 1 root root 19185 Sep 2 18:15 go.sum 18:15:15 drwxrwxr-x 8 1001 1001 127 Sep 2 18:12 internal 18:15:15 drwxrwxr-x 4 1001 1001 26 Sep 2 18:12 openapi 18:15:15 drwxrwxr-x 4 1001 1001 71 Sep 2 18:12 snap 18:15:15 -rw-rw-r-- 1 1001 1001 168 Sep 2 18:12 version.go [Pipeline] sh 18:15:15 + '[' -e coverage.out ] 18:15:15 + chown 1001:1001 coverage.out [Pipeline] stash 18:15:16 Stashed 1 file(s) [Pipeline] sh 18:15:16 + make build 18:15:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:15:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:15:27 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 18:15:28 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 18:15:29 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 18:15:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:15:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:15:34 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 18:15:36 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 18:15:37 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 18:15:38 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 18:15:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:15:41 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] } 18:15:43 $ docker stop --time=1 eee196427233bdc07040f675c73a40dbc0a82f01bbd474cbf39130ecd0b75f08 18:15:44 $ docker rm -f eee196427233bdc07040f675c73a40dbc0a82f01bbd474cbf39130ecd0b75f08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:15:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:15:47 18:15:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:15:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:15:48 latest: Pulling from edgex-devops/edgex-compose 18:15:48 cbdbe7a5bc2a: Pulling fs layer 18:15:48 ca9280d653b3: Pulling fs layer 18:15:48 7e9c9ca2126c: Pulling fs layer 18:15:48 cbdbe7a5bc2a: Verifying Checksum 18:15:48 cbdbe7a5bc2a: Download complete 18:15:48 ca9280d653b3: Verifying Checksum 18:15:48 ca9280d653b3: Download complete 18:15:48 cbdbe7a5bc2a: Pull complete 18:15:49 7e9c9ca2126c: Download complete 18:15:49 ca9280d653b3: Pull complete 18:15:56 7e9c9ca2126c: Pull complete 18:15:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:15:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:15:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:15:56 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 18:15:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:15:59 $ docker top d86cb04b4c0bfc183749d91de06dd2a558a01345548ad596e611a024daee83a4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:15:59 + docker-compose build --help 18:15:59 + grep parallel 18:16:00 --parallel Build images in parallel. [Pipeline] } 18:16:00 $ docker stop --time=1 d86cb04b4c0bfc183749d91de06dd2a558a01345548ad596e611a024daee83a4 18:16:02 $ docker rm -f d86cb04b4c0bfc183749d91de06dd2a558a01345548ad596e611a024daee83a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:16:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:16:02 . [Pipeline] withDockerContainer 18:16:03 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 18:16:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:16:03 $ docker top 1b224c1485698360d4112451e937faa5fc12a8687a762b8175fe45d78a371884 -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:04 + docker-compose -f ./docker-compose-build.yml build --parallel 18:16:05 Building docker-core-command-go ... 18:16:05 Building docker-core-data-go ... 18:16:05 Building docker-core-metadata-go ... 18:16:05 Building docker-security-proxy-setup-go ... 18:16:05 Building docker-security-secrets-setup-go ... 18:16:05 Building docker-security-secretstore-setup-go ... 18:16:05 Building docker-support-logging-go ... 18:16:05 Building docker-support-notifications-go ... 18:16:05 Building docker-support-scheduler-go ... 18:16:05 Building docker-sys-mgmt-agent-go ... 18:16:05 Building docker-support-notifications-go 18:16:05 Building docker-core-metadata-go 18:16:05 Building docker-security-proxy-setup-go 18:16:05 Building docker-security-secrets-setup-go 18:16:05 Building docker-security-secretstore-setup-go 18:16:31 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 18:16:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:16:31 ---> 8c64e43712c1 18:16:31 Step 3/26 : WORKDIR /edgex-go 18:16:31 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:16:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:16:31 ---> 8c64e43712c1 18:16:31 Step 3/22 : WORKDIR /edgex-go 18:16:31 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 18:16:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:16:31 ---> 8c64e43712c1 18:16:31 Step 3/20 : WORKDIR /edgex-go 18:16:31 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 18:16:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:16:31 ---> 8c64e43712c1 18:16:31 Step 3/24 : WORKDIR /edgex-go 18:16:31 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 18:16:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:16:31 ---> 8c64e43712c1 18:16:31 Step 3/29 : WORKDIR /edgex-go 18:16:31 ---> Running in e5ca046058f1 18:16:31 ---> Running in 067806c8f13d 18:16:31 ---> Running in 633247aecb29 18:16:31 ---> Running in 250c2f416f18 18:16:31 ---> Running in fe2e3a2f4090 18:16:32 Removing intermediate container fe2e3a2f4090 18:16:32 ---> 8b44180b5df7 18:16:32 Step 4/29 : RUN apk update && apk add make git 18:16:32 Removing intermediate container e5ca046058f1 18:16:32 ---> f7599e1ecd5e 18:16:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:32 Removing intermediate container 067806c8f13d 18:16:32 ---> 15a9800d8a9b 18:16:32 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:32 Removing intermediate container 633247aecb29 18:16:32 ---> 60e015d216e6 18:16:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:32 Removing intermediate container 250c2f416f18 18:16:32 ---> 740d427fa6dc 18:16:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:32 ---> Running in 06bc146cb12c 18:16:32 ---> Running in e4404699b521 18:16:32 ---> Running in 9bbc149db503 18:16:32 ---> Running in d81ba89e4578 18:16:32 ---> Running in df433e38511c 18:16:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:16:34 Removing intermediate container e4404699b521 18:16:34 ---> d849a0d34b14 18:16:34 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:16:34 Removing intermediate container 9bbc149db503 18:16:34 ---> d716247b1ca1 18:16:34 Step 5/20 : RUN apk update && apk add make git 18:16:34 ---> Running in c341113074d8 18:16:34 ---> Running in 0cea149aeba5 18:16:34 Removing intermediate container d81ba89e4578 18:16:34 ---> 453f3b47620f 18:16:34 Step 5/22 : RUN apk update && apk add make git 18:16:34 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:16:34 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:16:34 OK: 12746 distinct packages available 18:16:35 Removing intermediate container df433e38511c 18:16:35 ---> dda7fbdefc63 18:16:35 Step 5/26 : RUN apk update && apk add make git 18:16:35 ---> Running in 2566f4a9d7d6 18:16:35 OK: 233 MiB in 51 packages 18:16:35 ---> Running in 0c1083837a11 18:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:16:35 Removing intermediate container 06bc146cb12c 18:16:35 ---> 02c9db2f637b 18:16:35 Step 5/29 : COPY go.mod . 18:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:16:36 ---> 696241b50afb 18:16:36 Step 6/29 : RUN go mod download 18:16:36 ---> Running in a237371ba957 18:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:16:36 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:16:36 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:16:36 OK: 12746 distinct packages available 18:16:36 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:16:36 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:16:36 OK: 12746 distinct packages available 18:16:36 OK: 233 MiB in 51 packages 18:16:36 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:16:36 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:16:36 OK: 12746 distinct packages available 18:16:37 OK: 233 MiB in 51 packages 18:16:37 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:16:37 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:16:37 OK: 12746 distinct packages available 18:16:37 OK: 233 MiB in 51 packages 18:16:37 OK: 233 MiB in 51 packages 18:16:37 Removing intermediate container c341113074d8 18:16:37 ---> 779e9d859d1c 18:16:37 Step 6/24 : COPY go.mod . 18:16:37 Removing intermediate container 0cea149aeba5 18:16:37 ---> 32e7d79f1c11 18:16:37 Step 6/20 : COPY go.mod . 18:16:37 ---> 2fb117c63f68 18:16:37 Step 7/24 : RUN go mod download 18:16:37 Removing intermediate container a237371ba957 18:16:37 ---> 125f67a8ea01 18:16:37 Step 7/29 : COPY . . 18:16:38 ---> f1cd224c949e 18:16:38 Step 7/20 : RUN go mod download 18:16:38 ---> Running in 15bc5af61d56 18:16:39 ---> Running in c4f6a659deb9 18:16:39 Removing intermediate container 2566f4a9d7d6 18:16:39 ---> 41fb15a269d1 18:16:39 Step 6/22 : COPY go.mod . 18:16:39 Removing intermediate container 0c1083837a11 18:16:39 ---> 3d556abfd40e 18:16:39 Step 6/26 : COPY go.mod . 18:16:41 ---> 3197eabc2d08 18:16:41 Step 7/22 : RUN go mod download 18:16:42 ---> e1168eb85b68 18:16:42 Step 7/26 : RUN go mod download 18:16:44 ---> Running in c3a3b0eaccb5 18:16:45 ---> Running in 7ec13e82bbea 18:16:47 Removing intermediate container 15bc5af61d56 18:16:47 ---> 9fa873beaf3a 18:16:47 Step 8/24 : COPY . . 18:16:47 Removing intermediate container c4f6a659deb9 18:16:47 ---> 03a062629427 18:16:47 Step 8/20 : COPY . . 18:16:58 Removing intermediate container c3a3b0eaccb5 18:16:58 ---> 83dba1da10b6 18:16:58 Step 8/22 : COPY . . 18:16:59 ---> 9b288cd04fcd 18:16:59 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:17:00 Removing intermediate container 7ec13e82bbea 18:17:00 ---> 9d0a774f8762 18:17:00 Step 8/26 : COPY . . 18:17:04 ---> Running in 2ea9cefd4d2f 18:17:09 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 18:17:17 ---> 16cb1df6d896 18:17:17 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:17:17 ---> 9ee0ce7cdb85 18:17:17 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:17:18 ---> Running in 0487508f2df8 18:17:18 ---> Running in 75673942ccd4 18:17:19 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 18:17:20 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 18:17:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1186 in /w/workspace/edgexfoundry_edgex-go_PR-2679 [Pipeline] { [Pipeline] ws 18:17:23 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:17:26 ---> 92244d3d6cec 18:17:26 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:17:27 ---> Running in cce3298f0bd9 18:17:27 ---> d5264b332467 18:17:27 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 18:17:27 ---> Running in 435520e75ad8 18:17:28 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 18:17:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:17:28 using credential edgex-jenkins-ssh 18:17:28 Cloning the remote Git repository 18:17:28 Cloning with configured refspecs honoured and without tags 18:17:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:17:29 > git init /w/workspace/edgex-go/1 # timeout=10 18:17:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:17:29 > git --version # timeout=10 18:17:29 > git --version # 'git version 2.17.1' 18:17:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:17:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2679/head:refs/remotes/origin/PR-2679 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:17:31 Removing intermediate container 2ea9cefd4d2f 18:17:31 ---> 530e48ad69d8 18:17:31 18:17:31 Step 9/29 : FROM alpine:latest 18:17:31 latest: Pulling from library/alpine 18:17:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:17:31 Status: Downloaded newer image for alpine:latest 18:17:31 ---> a24bb4013296 18:17:31 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:17:32 ---> Running in e5e46320fa3e 18:17:32 Removing intermediate container e5e46320fa3e 18:17:32 ---> 579972881eaa 18:17:32 Step 11/29 : USER root 18:17:32 ---> Running in af3238fccc8a 18:17:33 Removing intermediate container af3238fccc8a 18:17:33 ---> 0f0d46d74e0b 18:17:33 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:17:34 ---> Running in 05e5f834b8cc 18:17:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:36 v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:17:36 v3.12.0-287-gba41ce75cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:17:36 OK: 12746 distinct packages available 18:17:36 (1/2) Installing ca-certificates (20191127-r4) 18:17:36 (2/2) Installing dumb-init (1.2.2-r1) 18:17:36 Executing busybox-1.31.1-r16.trigger 18:17:36 Executing ca-certificates-20191127-r4.trigger 18:17:36 OK: 6 MiB in 16 packages 18:17:39 Removing intermediate container 05e5f834b8cc 18:17:39 ---> fb7dba5519f8 18:17:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:17:39 ---> Running in 030b7a7589fb 18:17:39 Removing intermediate container 030b7a7589fb 18:17:39 ---> b907ab74294c 18:17:39 Step 14/29 : WORKDIR $BASE_DIR 18:17:39 ---> Running in c5e4f27c3bfe 18:17:40 Removing intermediate container c5e4f27c3bfe 18:17:40 ---> 44a93cddcdba 18:17:40 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:17:40 ---> Running in 24420bb0fb56 18:17:43 Removing intermediate container 24420bb0fb56 18:17:43 ---> 8a7d0f07fa39 18:17:43 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:17:44 ---> 2172817def45 18:17:44 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:17:45 ---> 0aa486587052 18:17:45 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:17:46 ---> a1b50cbaabd8 18:17:46 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:17:46 Removing intermediate container 0487508f2df8 18:17:46 ---> b105226adcad 18:17:46 18:17:46 Step 10/20 : FROM alpine 18:17:46 ---> a24bb4013296 18:17:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:17:46 ---> bb79e110924a 18:17:46 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:17:46 ---> Running in 21f59bb96ad3 18:17:47 ---> 070744e10a5e 18:17:47 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:17:47 ---> Running in 3039d718d2e4 18:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:48 Fetching without tags 18:17:48 v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:17:48 v3.12.0-287-gba41ce75cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:17:48 OK: 12746 distinct packages available 18:17:49 (1/4) Installing ca-certificates (20191127-r4) 18:17:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:17:49 (3/4) Installing libcurl (7.69.1-r0) 18:17:49 (4/4) Installing curl (7.69.1-r0) 18:17:49 Executing busybox-1.31.1-r16.trigger 18:17:49 Executing ca-certificates-20191127-r4.trigger 18:17:49 OK: 7 MiB in 18 packages 18:17:49 Merging remotes/origin/master commit 016a25bfa3c74bf8a86852979d1368c9b238eb44 into PR head commit 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:17:49 Merge succeeded, producing 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:17:49 Checking out Revision 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 (PR-2679) 18:17:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:17:48 > git config --add remote.origin.fetch +refs/pull/2679/head:refs/remotes/origin/PR-2679 # timeout=10 18:17:48 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:17:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:17:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:17:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:17:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2679/head:refs/remotes/origin/PR-2679 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:17:49 > git config core.sparsecheckout # timeout=10 18:17:49 > git checkout -f 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 # timeout=10 18:17:49 > git remote # timeout=10 18:17:49 > git config --get remote.origin.url # timeout=10 18:17:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:17:49 > git merge 016a25bfa3c74bf8a86852979d1368c9b238eb44 # timeout=10 18:17:49 > git rev-parse HEAD^{commit} # timeout=10 18:17:49 > git config core.sparsecheckout # timeout=10 18:17:49 > git checkout -f 7ee0d5aa3cfa0c598389c785229ee9973e1f8818 # timeout=10 18:17:51 Removing intermediate container 3039d718d2e4 18:17:51 ---> 0b94d67be5bc 18:17:51 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:17:51 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 18:17:52 Removing intermediate container 21f59bb96ad3 18:17:52 ---> 787609b45de5 18:17:52 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:17:53 ---> 7bcfbd8fa405 18:17:53 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:17:53 ---> Running in 5ffe53e88d21 18:17:53 ---> Running in 0a5e766280d0 18:17:54 Commit message: "fix: Fix failing unit tests caused by changes to Device Client in go-mo-core-contracts" 18:17:54 > git --version # timeout=10 18:17:54 > git --version # 'git version 2.17.1' 18:17:54 fatal: bad object d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:17:55 Removing intermediate container 75673942ccd4 18:17:55 ---> 0785e813ab60 18:17:55 18:17:55 Step 10/24 : FROM scratch 18:17:55 ---> 18:17:55 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:17:56 Removing intermediate container 5ffe53e88d21 18:17:56 ---> 158ecca25641 18:17:56 Step 13/20 : WORKDIR /edgex 18:17:56 ---> Running in b12909b89236 18:17:56 ---> Running in 616a07ad12f1 18:17:56 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 18:17:56 Removing intermediate container b12909b89236 18:17:56 ---> 3ed2e17a171d 18:17:56 Step 12/24 : ENV APP_PORT=48060 18:17:56 Removing intermediate container 616a07ad12f1 18:17:56 ---> 20878ca03565 18:17:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:17:56 ---> Running in de0d63c3f649 18:17:57 Removing intermediate container de0d63c3f649 18:17:57 ---> 7bedf141a8a5 18:17:57 Step 13/24 : EXPOSE $APP_PORT 18:17:57 ---> Running in d99fc8ad6ff1 18:17:57 ---> ef9e15b2f790 18:17:57 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:17:57 Removing intermediate container d99fc8ad6ff1 18:17:57 ---> d612224e320d 18:17:57 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:17:58 Removing intermediate container 0a5e766280d0 18:17:58 ---> 4bf07263ac5f 18:17:58 Step 24/29 : RUN chmod 755 security-secrets-setup 18:17:58 ---> 48733a3a6b5e 18:17:58 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:17:58 ---> Running in d475009b3a9b 18:17:58 ---> 993a6210cc98 18:17:58 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:17:58 ---> Running in 6d3c8f5788ce 18:17:59 Removing intermediate container 6d3c8f5788ce 18:17:59 ---> eeeda20daa0a 18:17:59 Step 17/20 : CMD ["--init=true"] 18:17:59 ---> 812a8e228036 18:17:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:17:59 ---> Running in 63a6f4cf4456 18:18:00 Removing intermediate container 63a6f4cf4456 18:18:00 ---> aef49ce76f4b 18:18:00 Step 18/20 : LABEL arch=x86_64 18:18:03 ---> Running in a5ed49ba8131 18:18:03 ---> 54d4ada5c67e 18:18:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:18:03 Removing intermediate container d475009b3a9b 18:18:03 ---> 64af31a3b18a 18:18:03 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:18:03 Removing intermediate container cce3298f0bd9 18:18:03 ---> 0d8fbbb15851 18:18:03 18:18:03 Step 10/22 : FROM scratch 18:18:03 ---> 18:18:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:18:03 Removing intermediate container 435520e75ad8 18:18:03 ---> 383b9d6217a2 18:18:03 18:18:03 Step 10/26 : FROM alpine:3.10 18:18:03 ---> Running in 06cfd30fcdb3 18:18:03 ---> Running in fea1e9413a61 18:18:03 Removing intermediate container a5ed49ba8131 18:18:03 ---> 1517485fe08a 18:18:03 Step 19/20 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:18:03 ---> e38e233d5893 18:18:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:18:03 3.10: Pulling from library/alpine 18:18:03 ---> Running in 6c86fed083da 18:18:03 Removing intermediate container 06cfd30fcdb3 18:18:03 ---> 9db1633e3068 18:18:03 Step 26/29 : CMD [ "generate" ] 18:18:03 Removing intermediate container fea1e9413a61 18:18:03 ---> 795bb0e7623b 18:18:03 Step 12/22 : ENV APP_PORT=48081 18:18:03 ---> Running in f6d645272ae8 18:18:04 ---> Running in 75743b1152dc 18:18:04 Removing intermediate container 6c86fed083da 18:18:04 ---> cf2cf306b44f 18:18:04 Step 20/20 : LABEL version=0.0.0 18:18:04 Removing intermediate container 75743b1152dc 18:18:04 ---> f2419a94b232 18:18:04 Step 13/22 : EXPOSE $APP_PORT 18:18:04 ---> Running in f12a689efc88 18:18:04 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:18:05 ---> ba86a7457468 18:18:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:18:05 Status: Downloaded newer image for alpine:3.10 18:18:05 ---> be4e4bea2c2e 18:18:05 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:18:05 Removing intermediate container f6d645272ae8 18:18:05 ---> 4dcc0279ffdb 18:18:05 Step 27/29 : LABEL arch=x86_64 18:18:05 ---> Running in c7ca620a0805 18:18:05 ---> Running in ac6a0989e32d 18:18:05 ---> Running in 015d69077373 18:18:05 Removing intermediate container f12a689efc88 18:18:05 ---> 500316e6684d 18:18:05 18:18:06 ---> 324ed363b305 18:18:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:18:06 Successfully built 500316e6684d 18:18:06 Removing intermediate container c7ca620a0805 18:18:06 ---> 33460c72d395 18:18:06 Step 14/22 : WORKDIR / 18:18:06 Successfully tagged docker-security-proxy-setup-go:latest 18:18:06  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go 18:18:06 ---> Running in 54986975c28f 18:18:06 Removing intermediate container 015d69077373 18:18:06 ---> 7e2c8d712ceb 18:18:06 Step 28/29 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:18:06 ---> Running in 1d2e3ec254d6 18:18:06 ---> Running in 7ae286f49c42 18:18:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 18:18:06 Removing intermediate container 54986975c28f 18:18:06 ---> ca7448c82253 18:18:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 18:18:06 Removing intermediate container 1d2e3ec254d6 18:18:06 ---> a1031752f5b3 18:18:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:18:06 ---> Running in 3928e288083f 18:18:06 v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:18:06 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:18:06 OK: 10346 distinct packages available 18:18:06 Removing intermediate container 7ae286f49c42 18:18:06 ---> 233b0b2d202e 18:18:06 Step 29/29 : LABEL version=0.0.0 18:18:06 (1/5) Installing ca-certificates (20191127-r2) 18:18:06 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:18:06 (3/5) Installing libcurl (7.66.0-r0) [Pipeline] echo 18:18:06 ========================================================= 18:18:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:18:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:18:07 (4/5) Installing curl (7.66.0-r0) 18:18:07 (5/5) Installing dumb-init (1.2.2-r1) 18:18:07 Executing busybox-1.30.1-r3.trigger 18:18:07 Executing ca-certificates-20191127-r2.trigger 18:18:07 OK: 7 MiB in 19 packages 18:18:07 Removing intermediate container 3928e288083f 18:18:07 ---> afb53a3cdcdd 18:18:07 Step 22/24 : LABEL arch=x86_64 18:18:07 ---> Running in 0a47b3e55b7d 18: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 . 18:18:08 ---> 630a24dd0121 18:18:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:18:10 ---> Running in 126efd6b7330 18:18:10 Removing intermediate container 0a47b3e55b7d 18:18:10 ---> 450231ca9f63 18:18:10 18:18:11 Successfully built 450231ca9f63 18:18:12 Sending build context to Docker daemon 323.2MB 18:18:12 Step 1/7 : ARG BASE=golang:1.13-alpine 18:18:12 Step 2/7 : FROM ${BASE} 18:18:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:18:12 b538f80385f9: Pulling fs layer 18:18:12 74f711af9a0d: Pulling fs layer 18:18:12 99f96fe45779: Pulling fs layer 18:18:12 fd7a069fd194: Pulling fs layer 18:18:12 66aa3694b03b: Pulling fs layer 18:18:12 170f70906a0f: Pulling fs layer 18:18:12 ad7c5574e4b9: Pulling fs layer 18:18:12 e772456be8f7: Pulling fs layer 18:18:12 c890913d741a: Pulling fs layer 18:18:12 2480fcc9aa5a: Pulling fs layer 18:18:12 09adf4765672: Pulling fs layer 18:18:12 fd7a069fd194: Waiting 18:18:12 66aa3694b03b: Waiting 18:18:12 170f70906a0f: Waiting 18:18:12 ad7c5574e4b9: Waiting 18:18:12 e772456be8f7: Waiting 18:18:12 c890913d741a: Waiting 18:18:12 2480fcc9aa5a: Waiting 18:18:12 09adf4765672: Waiting 18:18:12 99f96fe45779: Verifying Checksum 18:18:12 99f96fe45779: Download complete 18:18:12 74f711af9a0d: Verifying Checksum 18:18:12 74f711af9a0d: Download complete 18:18:12 66aa3694b03b: Verifying Checksum 18:18:12 66aa3694b03b: Download complete 18:18:12 170f70906a0f: Download complete 18:18:12 ---> 3468224c3099 18:18:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:18:12 Successfully tagged docker-security-secrets-setup-go:latest 18:18:12 Building docker-core-command-go 18:18:12 b538f80385f9: Verifying Checksum 18:18:13 b538f80385f9: Pull complete 18:18:13 74f711af9a0d: Pull complete 18:18:13 99f96fe45779: Pull complete 18:18:14  Building docker-security-secrets-setup-go ... done Removing intermediate container 126efd6b7330 18:18:14 ---> a6917a72adad 18:18:14 Step 23/24 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:18:15 ad7c5574e4b9: Verifying Checksum 18:18:15 ad7c5574e4b9: Download complete 18:18:15 c890913d741a: Download complete 18:18:16 e772456be8f7: Verifying Checksum 18:18:16 e772456be8f7: Download complete 18:18:16 09adf4765672: Download complete 18:18:17 2480fcc9aa5a: Download complete 18:18:18 fd7a069fd194: Verifying Checksum 18:18:18 fd7a069fd194: Download complete 18:18:18 Removing intermediate container ac6a0989e32d 18:18:18 ---> 9320893b1553 18:18:18 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:18:18 ---> 33f93736341a 18:18:18 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:18:18 ---> Running in 0fc2a422de36 18:18:19 ---> Running in 639ea0512f5e 18:18:20 ---> Running in c6b6b6ab21ab 18:18:20 Removing intermediate container 0fc2a422de36 18:18:20 ---> 9a88d5cf2385 18:18:20 Step 24/24 : LABEL version=0.0.0 18:18:20 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:18:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:18:21 ---> 8c64e43712c1 18:18:21 Step 3/22 : WORKDIR /edgex-go 18:18:21 ---> Using cache 18:18:21 ---> 740d427fa6dc 18:18:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:21 ---> Using cache 18:18:21 ---> dda7fbdefc63 18:18:21 Step 5/22 : RUN apk update && apk add make && apk add bash git 18:18:21 Removing intermediate container 639ea0512f5e 18:18:21 ---> acbc774bdc48 18:18:21 Step 13/26 : WORKDIR / 18:18:21 ---> Running in 3f030ea6fe97 18:18:21 ---> Running in 52d0dc4dc7df 18:18:22 ---> Running in f63ebbb5fb0a 18:18:22 Removing intermediate container c6b6b6ab21ab 18:18:22 ---> d8e4c1c305d2 18:18:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:22 ---> Running in 3f5efe61e00f 18:18:22 Removing intermediate container 3f030ea6fe97 18:18:22 ---> 7322d4cd1ac0 18:18:22 18:18:22 Removing intermediate container f63ebbb5fb0a 18:18:22 ---> 388f78cfae01 18:18:22 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:18:22 Successfully built 7322d4cd1ac0 18:18:22 Successfully tagged docker-support-notifications-go:latest 18:18:22  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 18:18:25 Removing intermediate container 3f5efe61e00f 18:18:25 ---> cb9124499099 18:18:25 Step 20/22 : LABEL arch=x86_64 18:18:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:18:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:18:27 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:18:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:18:27 ---> 8c64e43712c1 18:18:27 Step 3/22 : WORKDIR /edgex-go 18:18:27 ---> Using cache 18:18:27 ---> 740d427fa6dc 18:18:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:27 ---> Using cache 18:18:27 ---> dda7fbdefc63 18:18:27 Step 5/22 : RUN apk update && apk add make git 18:18:27 ---> Using cache 18:18:27 ---> 3d556abfd40e 18:18:27 Step 6/22 : COPY go.mod . 18:18:27 ---> Using cache 18:18:27 ---> e1168eb85b68 18:18:27 Step 7/22 : RUN go mod download 18:18:27 ---> Using cache 18:18:27 ---> 9d0a774f8762 18:18:27 Step 8/22 : COPY . . 18:18:28 ---> Running in a49cafce2033 18:18:28 ---> Using cache 18:18:28 ---> d5264b332467 18:18:28 Step 9/22 : RUN make cmd/core-command/core-command 18:18:28 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:18:28 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:18:28 OK: 12746 distinct packages available 18:18:28 OK: 233 MiB in 51 packages 18:18:28 OK: 233 MiB in 51 packages 18:18:29 ---> fd1c01c00821 18:18:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:18:30 ---> Running in db6f36100e56 18:18:30 fd7a069fd194: Pull complete 18:18:30 66aa3694b03b: Pull complete 18:18:30 170f70906a0f: Pull complete 18:18:32 Removing intermediate container a49cafce2033 18:18:32 ---> 7ac2543d8251 18:18:32 Step 21/22 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:18:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 18:18:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:18:34 ---> 8c64e43712c1 18:18:34 Step 3/21 : WORKDIR /edgex-go 18:18:34 ---> Using cache 18:18:34 ---> 740d427fa6dc 18:18:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:34 ---> Using cache 18:18:34 ---> dda7fbdefc63 18:18:34 Step 5/21 : RUN apk update && apk add make git 18:18:34 ---> Using cache 18:18:34 ---> 3d556abfd40e 18:18:34 Step 6/21 : COPY go.mod . 18:18:34 ---> Using cache 18:18:34 ---> e1168eb85b68 18:18:34 Step 7/21 : RUN go mod download 18:18:34 ---> Using cache 18:18:34 ---> 9d0a774f8762 18:18:34 Step 8/21 : COPY . . 18:18:34 ---> Using cache 18:18:34 ---> d5264b332467 18:18:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:18:34 ad7c5574e4b9: Pull complete 18:18:35 ---> 599a9b238c97 18:18:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:18:35 ---> Running in 763621b2348b 18:18:35 ---> Running in ee92ec43b176 18:18:35 Removing intermediate container 52d0dc4dc7df 18:18:35 ---> be0cd64d121b 18:18:35 Step 6/22 : COPY go.mod . 18:18:35 Removing intermediate container 763621b2348b 18:18:35 ---> 564bb150f4d1 18:18:35 Step 22/22 : LABEL version=0.0.0 18:18: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 18:18:35 ---> aaa1857f5ddd 18:18:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:18:35 ---> 51beacd58aff 18:18:35 Step 7/22 : RUN go mod download 18:18:35 ---> Running in e153465bab7e 18:18:35 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 18:18:35 ---> Running in dff190e16248 18:18:36 Removing intermediate container e153465bab7e 18:18:36 ---> f2f7c49c6ad4 18:18:36 18:18:36 ---> b048f17bff85 18:18:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:18:36 Successfully built f2f7c49c6ad4 18:18:36 Successfully tagged docker-core-metadata-go:latest 18:18:36 Building docker-core-data-go 18:18:37  Building docker-core-metadata-go ... done  ---> f80b2fcd8a9f 18:18:37 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:18:39 e772456be8f7: Pull complete 18:18:39 c890913d741a: Pull complete 18:18:41 2480fcc9aa5a: Pull complete 18:18:42 09adf4765672: Pull complete 18:18:42 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 18:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:18:42 ---> 2248a725d1cf 18: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 18:18:42 ---> af6fd141d94d 18:18:42 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:18:43 Removing intermediate container dff190e16248 18:18:43 ---> afdf190854ce 18:18:43 Step 8/22 : COPY . . 18:18:44 ---> 662dd27ce79c 18:18:44 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:18:45 ---> 55d2a69461c2 18:18:45 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:18:46 ---> Running in 2bbc8f035219 18:18:46 ---> Running in 4457824545de 18:18:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:18:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:18:49 (1/12) Installing libmagic (5.38-r0) 18:18:49 (2/12) Installing file (5.38-r0) 18:18:49 (3/12) Installing libc-dev (0.7.2-r3) 18:18:49 (4/12) Installing g++ (9.3.0-r2) 18:18:52 (5/12) Installing fortify-headers (1.1-r0) 18:18:52 (6/12) Installing patch (2.7.6-r6) 18:18:52 (7/12) Installing build-base (0.5-r2) 18:18:52 (8/12) Installing libsodium (1.0.18-r0) 18:18:52 (9/12) Installing pkgconf (1.7.2-r0) 18:18:52 (10/12) Installing libsodium-dev (1.0.18-r0) 18:18:52 (11/12) Installing libzmq (4.3.2-r0) 18:18:53 (12/12) Installing zeromq-dev (4.3.2-r0) 18:18:53 Executing busybox-1.31.1-r16.trigger 18:18:53 OK: 217 MiB in 51 packages 18:18:57 Removing intermediate container 2bbc8f035219 18:18:57 ---> f70a117ea7d4 18:18:57 Step 4/7 : WORKDIR /edgex-go 18:18:57 ---> Running in 19fc6bce27bf 18:18:57 Removing intermediate container 19fc6bce27bf 18:18:57 ---> e7e31c3f7f8a 18:18:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:18:58 latest: Pulling from library/docker 18:18:58 b538f80385f9: Already exists 18:18:58 259a493cd78d: Pulling fs layer 18:18:58 b8e66b5100f5: Pulling fs layer 18:18:58 39dc9c94d07c: Pulling fs layer 18:18:58 551b823b3b82: Pulling fs layer 18:18:58 3c52a74df98c: Pulling fs layer 18:18:58 6c9b121b6998: Pulling fs layer 18:18:58 551b823b3b82: Waiting 18:18:58 3c52a74df98c: Waiting 18:18:58 6c9b121b6998: Waiting 18:18:58 b8e66b5100f5: Verifying Checksum 18:18:58 b8e66b5100f5: Download complete 18:18:58 259a493cd78d: Download complete 18:18:58 551b823b3b82: Verifying Checksum 18:18:58 551b823b3b82: Download complete 18:18:58 3c52a74df98c: Verifying Checksum 18:18:58 3c52a74df98c: Download complete 18:18:58 6c9b121b6998: Verifying Checksum 18:18:58 6c9b121b6998: Download complete 18:18:59 259a493cd78d: Pull complete 18:18:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 18:18:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:18:59 ---> 8c64e43712c1 18:18:59 Step 3/23 : WORKDIR /edgex-go 18:18:59 ---> Using cache 18:18:59 ---> 740d427fa6dc 18:18:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:59 ---> Using cache 18:18:59 ---> dda7fbdefc63 18:18:59 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:18:59 Removing intermediate container 4457824545de 18:18:59 ---> 87dc4330ecb4 18:18:59 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:18:59 ---> Running in bf42d23d011f 18:18:59 ---> Running in afa12eb811ad 18:18:59 b8e66b5100f5: Pull complete 18:18:59 39dc9c94d07c: Verifying Checksum 18:18:59 39dc9c94d07c: Download complete 18:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:19:00 Removing intermediate container afa12eb811ad 18:19:00 ---> 19a2a2c95225 18:19:00 Step 24/26 : LABEL arch=x86_64 18:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:19:01 ---> Running in 5f45b6e34ac1 18:19:01 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:19:01 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:19:01 OK: 12746 distinct packages available 18:19:01 Removing intermediate container 5f45b6e34ac1 18:19:01 ---> f918678b71cf 18:19:01 Step 25/26 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:19:02 OK: 233 MiB in 51 packages 18:19:02 ---> Running in 83f9476a71cf 18:19:03 39dc9c94d07c: Pull complete 18:19:03 551b823b3b82: Pull complete 18:19:03 3c52a74df98c: Pull complete 18:19:04 6c9b121b6998: Pull complete 18:19:04 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:19:04 Status: Downloaded newer image for docker:latest 18:19:04 Removing intermediate container 83f9476a71cf 18:19:04 ---> 386bbb064a40 18:19:04 Step 26/26 : LABEL version=0.0.0 18:19:04 ---> 0fd0ffb314cc 18:19:04 Step 9/22 : RUN make cmd/support-logging/support-logging 18:19:04 ---> Running in 8ac655c1a75e 18:19:04 ---> Running in 8a3856e4fdda 18:19:04 Removing intermediate container bf42d23d011f 18:19:04 ---> e0e5f9edd3e8 18:19:04 Step 6/23 : COPY go.mod . 18:19:05 Removing intermediate container 8ac655c1a75e 18:19:05 ---> ff304c269c14 18:19:05 18:19:05 Successfully built ff304c269c14 18:19:05 ---> 5a05729bcf51 18:19:05 Step 7/23 : RUN go mod download 18:19:05 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 18:19:05 Successfully tagged docker-security-secretstore-setup-go:latest 18:19:05 Building docker-sys-mgmt-agent-go 18:19:07 ---> 4fc531652189 18:19:07 Step 6/7 : COPY go.mod . 18:19:07 ---> 2c487335e74d 18:19:07 Step 7/7 : RUN go mod download 18:19:08 ---> Running in 493fd9dfe422 18:19:11 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:19:11 go: finding github.com/BurntSushi/toml v0.3.1 18:19:11 go: finding github.com/OneOfOne/xxhash v1.2.5 18:19:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:19:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:19:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:19:11 go: finding github.com/bgentry/speakeasy v0.1.0 18:19:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:19:11 go: finding github.com/cloudflare/gokey v0.1.0 18:19:11 go: finding github.com/davecgh/go-spew v1.1.1 18:19:11 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:19:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:19:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 18:19:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:19:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 18:19:11 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:19:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 18:19:11 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:19:11 go: finding github.com/fatih/color v1.7.0 18:19:11 go: finding github.com/fsnotify/fsnotify v1.4.7 18:19:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:19:11 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 18:19:11 go: finding github.com/go-kit/kit v0.8.0 18:19:11 go: finding github.com/go-logfmt/logfmt v0.4.0 18:19:11 go: finding github.com/go-playground/assert/v2 v2.0.1 18:19:11 go: finding github.com/go-playground/locales v0.13.0 18:19:11 go: finding github.com/go-playground/universal-translator v0.17.0 18:19:11 go: finding github.com/go-playground/validator/v10 v10.3.0 18:19:12 go: finding github.com/go-redis/redis/v7 v7.2.0 18:19:12 go: finding github.com/go-stack/stack v1.8.0 18:19:12 go: finding github.com/golang/protobuf v1.3.2 18:19:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:19:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:19:12 go: finding github.com/google/uuid v1.1.0 18:19:12 go: finding github.com/gorilla/mux v1.7.1 18:19:12 go: finding github.com/hashicorp/consul/api v1.1.0 18:19:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:19:12 go: finding github.com/hashicorp/errwrap v1.0.0 18:19:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:19:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:19:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:19:12 go: finding github.com/hashicorp/go-multierror v1.0.0 18:19:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:19:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:19:12 go: finding github.com/hashicorp/go-syslog v1.0.0 18:19:12 go: finding github.com/hashicorp/go-uuid v1.0.1 18:19:12 go: finding github.com/hashicorp/go.net v0.0.1 18:19:12 go: finding github.com/hashicorp/golang-lru v0.5.0 18:19:12 go: finding github.com/hashicorp/logutils v1.0.0 18:19:12  Building docker-security-secretstore-setup-go ... done  ---> Running in 29ead3c0a6a2 18:19:12 go: finding github.com/hashicorp/mdns v1.0.0 18:19:12 go: finding github.com/hashicorp/memberlist v0.1.3 18:19:12 go: finding github.com/hashicorp/serf v0.8.2 18:19:12 go: finding github.com/hpcloud/tail v1.0.0 18:19:12 go: finding github.com/imdario/mergo v0.3.6 18:19:12 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:19:12 go: finding github.com/kr/pretty v0.1.0 18:19:12 go: finding github.com/kr/pty v1.1.1 18:19:12 go: finding github.com/kr/text v0.1.0 18:19:12 go: finding github.com/leodido/go-urn v1.2.0 18:19:13 go: finding github.com/mattn/go-colorable v0.0.9 18:19:13 go: finding github.com/mattn/go-isatty v0.0.3 18:19:13 go: finding github.com/miekg/dns v1.0.14 18:19:13 go: finding github.com/mitchellh/cli v1.0.0 18:19:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:19:13 go: finding github.com/mitchellh/copystructure v1.0.0 18:19:13 go: finding github.com/mitchellh/go-homedir v1.0.0 18:19:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:19:13 go: finding github.com/mitchellh/gox v0.4.0 18:19:13 go: finding github.com/mitchellh/iochan v1.0.0 18:19:13 go: finding github.com/mitchellh/mapstructure v1.1.2 18:19:13 Removing intermediate container ee92ec43b176 18:19:13 ---> d578318256e4 18:19:13 18:19:13 Step 10/21 : FROM scratch 18:19:13 ---> 18:19:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:19:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:19:13 go: finding github.com/onsi/ginkgo v1.10.1 18:19:13 go: finding github.com/onsi/gomega v1.7.0 18:19:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:19:13 go: finding github.com/pebbe/zmq4 v1.0.0 18:19:13 go: finding github.com/pelletier/go-toml v1.2.0 18:19:13 go: finding github.com/pkg/errors v0.8.1 18:19:13 go: finding github.com/pmezard/go-difflib v1.0.0 18:19:13 go: finding github.com/posener/complete v1.1.1 18:19:13 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:19:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:19:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:19:13 go: finding github.com/stretchr/objx v0.1.0 18:19:13 go: finding github.com/stretchr/testify v1.5.1 18:19:13 go: finding github.com/ugorji/go v1.1.4 18:19:13 go: finding github.com/x448/float16 v0.8.4 18:19:13 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 18:19:13 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:19:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:19:13 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:19:13 ---> Using cache 18:19:13 ---> 795bb0e7623b 18:19:13 Step 12/21 : ENV APP_PORT=48085 18:19:13 go: finding golang.org/x/text v0.3.2 18:19:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:19:13 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:19:13 go: finding gopkg.in/eapache/queue.v1 v1.1.0 18:19:13 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:19:13 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:19:13 go: finding gopkg.in/yaml.v2 v2.2.8 18:19:13 Removing intermediate container db6f36100e56 18:19:13 ---> ce381179de63 18:19:13 18:19:13 Step 10/22 : FROM scratch 18:19:13 ---> 18:19:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:19:13 ---> Using cache 18:19:13 ---> 795bb0e7623b 18:19:13 Step 12/22 : ENV APP_PORT=48082 18:19:15 ---> Running in 9cdd03af7000 18:19:15 ---> Running in 8404e9b69b59 18:19:15 Removing intermediate container 9cdd03af7000 18:19:15 ---> a9ba1515f2c3 18:19:15 Step 13/22 : EXPOSE $APP_PORT 18:19:15 Removing intermediate container 8404e9b69b59 18:19:15 ---> 74b6f7e8029f 18:19:15 Step 13/21 : EXPOSE $APP_PORT 18:19:15 ---> Running in 353e011632b0 18:19:15 ---> Running in 0f97443ae4e8 18:19:17 Removing intermediate container 353e011632b0 18:19:17 ---> b5d3d0e7470f 18:19:17 Step 14/22 : WORKDIR / 18:19:17 Removing intermediate container 0f97443ae4e8 18:19:17 ---> fce30f2a89d1 18:19:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:19:17 ---> Running in 30b59893bffb 18:19:18 Removing intermediate container 30b59893bffb 18:19:18 ---> b5175061bfef 18:19:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:19:18 Removing intermediate container 29ead3c0a6a2 18:19:18 ---> 9fd1408f6ac9 18:19:18 Step 8/23 : COPY . . 18:19:18 ---> 6b3db0e4ea22 18:19:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:19:25 ---> 8e11c0cdd5d2 18:19:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:19:26 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 18:19:26 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:19:26 ---> 8c64e43712c1 18:19:26 Step 3/27 : WORKDIR /edgex-go 18:19:26 ---> Using cache 18:19:26 ---> 740d427fa6dc 18:19:26 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:19:26 ---> Using cache 18:19:26 ---> dda7fbdefc63 18:19:26 Step 5/27 : RUN apk update && apk add make bash git 18:19:27 ---> f6a73e3cbfa5 18:19:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:19:28 ---> Running in a28c2ba0c878 18:19:29 ---> 5be3dc55af67 18:19:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:19:29 ---> ee05a20956d1 18:19:29 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:19:29 ---> Running in 6b746f316abe 18:19:31 ---> fd3172c19e5f 18:19:31 Step 18/22 : ENTRYPOINT ["/core-command"] 18:19:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:19:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:19:32 ---> Running in 8ceb54be7c3e 18:19:32 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:19:32 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:19:32 OK: 12746 distinct packages available 18:19:32 OK: 233 MiB in 51 packages 18:19:32 Removing intermediate container 6b746f316abe 18:19:32 ---> 28821470ecab 18:19:32 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:19:33 Removing intermediate container 8ceb54be7c3e 18:19:33 ---> a7f014410f3b 18:19:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:19:33 ---> Running in c99b4208f7d5 18:19:33 ---> Running in 3a38df874482 18:19:33 Removing intermediate container c99b4208f7d5 18:19:33 ---> 50bbcf0d86b9 18:19:33 Step 19/21 : LABEL arch=x86_64 18:19:33 Removing intermediate container 3a38df874482 18:19:33 ---> fce725ed7373 18:19:33 Step 20/22 : LABEL arch=x86_64 18:19:33 ---> Running in cffcaf687b07 18:19:34 ---> Running in eb993c30ccbf 18:19:34 Removing intermediate container a28c2ba0c878 18:19:34 ---> 98c0858cb251 18:19:34 Step 6/27 : COPY go.mod . 18:19:36 Removing intermediate container 493fd9dfe422 18:19:36 ---> 7c637684c499 18:19:36 Successfully built 7c637684c499 18:19:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 18:19:36 Removing intermediate container cffcaf687b07 18:19:36 ---> 51bb68e9135e 18:19:36 Step 20/21 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 [Pipeline] sh 18:19:36 + docker inspect -f . ci-base-image-arm64 18:19:36 . [Pipeline] withDockerContainer 18:19:37 ---> d0630395fc6e 18:19:37 Step 7/27 : RUN go mod download 18:19:37 prd-ubuntu18.04-docker-arm64-4c-16g-1186 does not seem to be running inside a container 18:19:37 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:19:38 Removing intermediate container eb993c30ccbf 18:19:38 ---> 176b613312a3 18:19:38 Step 21/22 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:19:38 ---> Running in f79aa51f1403 18:19:38 ---> Running in 22af86c0fadd 18:19:38 Removing intermediate container 8a3856e4fdda 18:19:38 ---> a6b66dff1b75 18:19:38 18:19:38 Step 10/22 : FROM scratch 18:19:38 ---> 18:19:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:19:38 ---> Running in 83ae71ca6213 18:19:38 ---> Using cache 18:19:38 ---> 3ed2e17a171d 18:19:38 Step 12/22 : ENV APP_PORT=48061 18:19:38 ---> dfab3b5500fc 18:19:38 Step 9/23 : RUN make cmd/core-data/core-data 18:19:38 $ docker top dce48af2beeb24ca25842838fef9dfd2f14ed2e2137ff84d64428648fbb178a2 -eo pid,comm 18:19:38 ---> Running in 514a46b08aa9 18:19:38 ---> Running in 09c367f03f31 [Pipeline] { 18:19:39 Removing intermediate container 22af86c0fadd 18:19:39 ---> 8892c09d38f1 18:19:39 Step 21/21 : LABEL version=0.0.0 18:19:39 Removing intermediate container 83ae71ca6213 18:19:39 ---> 57334cdc29d8 18:19:39 Step 22/22 : LABEL version=0.0.0 18:19:39 Removing intermediate container 514a46b08aa9 18:19:39 ---> db31df07e820 18:19:39 Step 13/22 : EXPOSE $APP_PORT [Pipeline] sh 18:19:39 ---> Running in 0cb64ce97aef 18:19:39 ---> Running in 51813cc9e111 18:19:39 ---> Running in de1e07bd43c1 18:19:39 Removing intermediate container 0cb64ce97aef 18:19:39 ---> 2acf0370af23 18:19:39 18:19:39 Removing intermediate container 51813cc9e111 18:19:39 ---> ac75975d277d 18:19:39 18:19:39 Removing intermediate container de1e07bd43c1 18:19:39 ---> 5162c81fa135 18:19:39 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:19:39 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 18:19:39 Successfully built 2acf0370af23 18:19:39 Successfully tagged docker-support-scheduler-go:latest 18:19:39 + go version 18:19:39 go version go1.13.13 linux/arm64 [Pipeline] echo 18:19:39 ========================================================= 18:19:39 [edgeXBuildGoParallel] Running Tests and Build... 18:19:39 ========================================================= [Pipeline] sh 18:19:40  Building docker-support-scheduler-go ... done Successfully built ac75975d277d 18:19:40 Successfully tagged docker-core-command-go:latest 18:19:40  Building docker-core-command-go ... done  ---> dc4c86314f4b 18:19:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:19:40 Removing intermediate container f79aa51f1403 18:19:40 ---> 517f3bb904d2 18:19:40 Step 8/27 : COPY . . 18:19:40 ---> fb534103cebf 18:19:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:19:40 + make test 18:19:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:19:43 ? github.com/edgexfoundry/edgex-go [no test files] 18:19:44 ---> 19a7bba4dee1 18:19:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:19:46 ---> 5dd385013c2d 18:19:46 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:19:46 ---> Running in 09e5a4f02619 18:19:48 Removing intermediate container 09e5a4f02619 18:19:48 ---> 4a9c9322fe69 18:19:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:19:49 ---> Running in 801bd5036cb3 18:19:49 Removing intermediate container 801bd5036cb3 18:19:49 ---> 4ddb943c0cbc 18:19:49 Step 20/22 : LABEL arch=x86_64 18:19:50 ---> Running in 3ffbcde7f6b0 18:19:52 Removing intermediate container 3ffbcde7f6b0 18:19:52 ---> dca054f1c011 18:19:52 Step 21/22 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:19:53 ---> Running in 179ac2765d25 18:19:54 Removing intermediate container 179ac2765d25 18:19:54 ---> f0252f13a96c 18:19:54 Step 22/22 : LABEL version=0.0.0 18:19:55 ---> Running in 02e2a4333000 18:19:57 Removing intermediate container 02e2a4333000 18:19:57 ---> 3909a4485d19 18:19:57 18:19:57 Successfully built 3909a4485d19 18:19:57 Successfully tagged docker-support-logging-go:latest 18:19:59  Building docker-support-logging-go ... done  ---> 8626758a6e8f 18:19:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:19:59 ---> Running in 433e5f3addc3 18:20:00 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 18:20:08 Removing intermediate container 09c367f03f31 18:20:08 ---> 974503b0c5f1 18:20:08 18:20:08 Step 10/23 : FROM alpine 18:20:08 ---> a24bb4013296 18:20:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:20:08 ---> Running in 2f39f110d521 18:20:08 Removing intermediate container 2f39f110d521 18:20:08 ---> a7070830ad4d 18:20:08 Step 12/23 : ENV APP_PORT=48080 18:20:08 ---> Running in d9eed0643b65 18:20:08 Removing intermediate container d9eed0643b65 18:20:08 ---> 3d9997f1b249 18:20:08 Step 13/23 : EXPOSE $APP_PORT 18:20:09 ---> Running in 58fda445b957 18:20:09 Removing intermediate container 58fda445b957 18:20:09 ---> 6b0f2d4b0564 18:20:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:09 ---> Running in d88fa6178239 18:20:10 Removing intermediate container d88fa6178239 18:20:10 ---> e6ca63bddedc 18:20:10 Step 15/23 : RUN apk --no-cache add zeromq 18:20:12 ---> Running in 91a8a614382e 18:20:12 Removing intermediate container 433e5f3addc3 18:20:12 ---> d74801c47d7f 18:20:12 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:20:12 ---> Running in 86e79e621c79 18:20:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:12 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 18:20:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:20:13 (1/5) Installing libgcc (9.3.0-r2) 18:20:13 (2/5) Installing libsodium (1.0.18-r0) 18:20:13 Removing intermediate container 86e79e621c79 18:20:13 ---> 0e2432dfe299 18:20:13 18:20:13 Step 11/27 : FROM docker:latest 18:20:13 ---> 81f5749c9058 18:20:13 Step 12/27 : RUN apk add --no-cache bash 18:20:13 (3/5) Installing libstdc++ (9.3.0-r2) 18:20:13 ---> Running in f818d952c351 18:20:13 (4/5) Installing libzmq (4.3.2-r0) 18:20:14 (5/5) Installing zeromq (4.3.2-r0) 18:20:14 Executing busybox-1.31.1-r16.trigger 18:20:14 OK: 8 MiB in 19 packages 18:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:20:14 (1/2) Installing readline (8.0.4-r0) 18:20:14 (2/2) Installing bash (5.0.17-r0) 18:20:14 Executing bash-5.0.17-r0.post-install 18:20:14 Executing busybox-1.31.1-r16.trigger 18:20:14 OK: 12 MiB in 22 packages 18:20:14 Removing intermediate container 91a8a614382e 18:20:14 ---> 718a960a209e 18:20:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:20:14 ---> 449bc1694d6a 18:20:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:20:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:20:16 Removing intermediate container f818d952c351 18:20:16 ---> 2de3dd58d2e4 18:20:16 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:20:16 ---> 01e959736ff8 18:20:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:20:16 ---> Running in 66d203321e8d 18:20:16 ---> feac328061be 18:20:16 Step 19/23 : ENTRYPOINT ["/core-data"] 18:20:16 ---> Running in 7d7a92c8e18d 18:20:16 Removing intermediate container 7d7a92c8e18d 18:20:16 ---> 319f6941bc4a 18:20:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:20:16 ---> Running in 98ba1d25c01f 18:20:16 Removing intermediate container 98ba1d25c01f 18:20:16 ---> f1da11284d84 18:20:16 Step 21/23 : LABEL arch=x86_64 18:20:16 ---> Running in 64f6390f7ba6 18:20:16 Removing intermediate container 66d203321e8d 18:20:16 ---> 630d5cfc5c5b 18:20:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:20:17 ---> Running in c2993a54407b 18:20:17 Removing intermediate container 64f6390f7ba6 18:20:17 ---> 08d40bf20050 18:20:17 Step 22/23 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:20:17 ---> Running in 3026a7bde116 18:20:17 Removing intermediate container c2993a54407b 18:20:17 ---> 9df3305ff526 18:20:17 Step 15/27 : ENV APP_PORT=48090 18:20:17 ---> Running in 99a9e2ce454d 18:20:17 Removing intermediate container 3026a7bde116 18:20:17 ---> 748948a3cdaf 18:20:17 Step 23/23 : LABEL version=0.0.0 18:20:17 ---> Running in 6d3121d78919 18:20:17 Removing intermediate container 99a9e2ce454d 18:20:17 ---> 7ea8c35a15c1 18:20:17 Step 16/27 : EXPOSE $APP_PORT 18:20:17 ---> Running in 09952c7bc7a4 18:20:17 Removing intermediate container 6d3121d78919 18:20:17 ---> db61c93f6dd1 18:20:17 18:20:17 Removing intermediate container 09952c7bc7a4 18:20:17 ---> d157f0ad462f 18:20:17 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:20:17 Successfully built db61c93f6dd1 18:20:17 Successfully tagged docker-core-data-go:latest 18:20:18  Building docker-core-data-go ... done  ---> 051b5c9b084d 18:20:18 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:20:18 ---> da3a71ebff55 18:20:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:20:19 ---> e17734c51cb8 18:20:19 Step 20/27 : RUN apk --no-cache add py-pip 18:20:19 ---> Running in f23b31ddce56 18:20:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:20:19 (1/33) Installing libbz2 (1.0.8-r1) 18:20:19 (2/33) Installing expat (2.2.9-r1) 18:20:19 (3/33) Installing libffi (3.3-r2) 18:20:19 (4/33) Installing gdbm (1.13-r1) 18:20:19 (5/33) Installing xz-libs (5.2.5-r0) 18:20:19 (6/33) Installing sqlite-libs (3.32.1-r0) 18:20:19 (7/33) Installing python3 (3.8.5-r0) 18:20:20 ERROR: Failed to create usr/lib/python3.8/xml/sax/__pycache__/handler.cpython-38.opt-1.pyc: I/O error 18:20:20 ERROR: python3-3.8.5-r0: IO ERROR 18:20:20 (8/33) Installing py3-appdirs (1.4.4-r1) 18:20:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:20:20 (10/33) Installing py3-parsing (2.4.7-r0) 18:20:20 (11/33) Installing py3-six (1.15.0-r0) 18:20:20 (12/33) Installing py3-packaging (20.4-r0) 18:20:20 (13/33) Installing py3-setuptools (47.0.0-r0) 18:20:20 (14/33) Installing py3-chardet (3.0.4-r4) 18:20:20 (15/33) Installing py3-idna (2.9-r0) 18:20:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:20:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:20:21 (18/33) Installing py3-requests (2.23.0-r0) 18:20:21 (19/33) Installing py3-msgpack (1.0.0-r0) 18:20:21 (20/33) Installing py3-lockfile (0.12.2-r3) 18:20:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:20:21 (22/33) Installing py3-colorama (0.4.3-r0) 18:20:21 (23/33) Installing py3-distlib (0.3.0-r0) 18:20:21 (24/33) Installing py3-distro (1.5.0-r1) 18:20:21 (25/33) Installing py3-webencodings (0.5.1-r3) 18:20:21 (26/33) Installing py3-html5lib (1.0.1-r4) 18:20:21 (27/33) Installing py3-pytoml (0.1.21-r0) 18:20:21 (28/33) Installing py3-pep517 (0.8.2-r0) 18:20:21 (29/33) Installing py3-progress (1.5-r0) 18:20:21 (30/33) Installing py3-toml (0.10.1-r0) 18:20:21 (31/33) Installing py3-retrying (1.3.3-r0) 18:20:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:20:21 (33/33) Installing py3-pip (20.1.1-r0) 18:20:21 Executing busybox-1.31.1-r16.trigger 18:20:21 1 error; 26 MiB in 54 packages 18:20:23 18:20:23 ERROR: for docker-sys-mgmt-agent-go (, "The command '/bin/sh -c apk --no-cache add py-pip' returned a non-zero code: 1") 18:20:23 Service 'docker-sys-mgmt-agent-go' failed to build: The command '/bin/sh -c apk --no-cache add py-pip' returned a non-zero code: 1 [Pipeline] } 18:20:23 $ docker stop --time=1 1b224c1485698360d4112451e937faa5fc12a8687a762b8175fe45d78a371884 18:20:25 $ docker rm -f 1b224c1485698360d4112451e937faa5fc12a8687a762b8175fe45d78a371884 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:20:27 Failed in branch amd64 18:20:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:20:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:20:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:20:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:20:30 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 18:20:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 18:20:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:20:30 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 18:20:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:20:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:20:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:20:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:20:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:20:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements 18:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:20:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.2% of statements 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:20:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:20:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:20:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.063s coverage: 80.0% of statements 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:20:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.369s coverage: 92.9% of statements 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:20:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:20:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 28.6% of statements 18:20:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:20:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:20:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:20:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:20:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:20:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 18:20:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:20:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements 18:20:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:20:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 89.8% of statements 18:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:21:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 18:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:21:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 100.0% of statements 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:21:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 18:21:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 18:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements 18:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 18:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 55.9% of statements 18:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 18:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 39.007s coverage: 86.3% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.905s coverage: 72.2% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.357s coverage: 72.1% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.048s coverage: 82.4% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.074s coverage: 96.8% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 26.9% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.1% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.035s coverage: 42.9% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.050s coverage: 83.8% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 46.1% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.206s coverage: 29.1% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.027s coverage: 87.9% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 18:21:51 GO111MODULE=on go vet ./... 18:22:03 gofmt -l . 18:22:05 [ "`gofmt -l .`" = "" ] 18:22:07 ./bin/test-go-mod-tidy.sh 18:22:08 ./bin/test-attribution-txt.sh [Pipeline] sh 18:22:12 + ls -al . 18:22:12 total 584 18:22:12 drwxrwxr-x 10 1001 1001 4096 Sep 2 18:22 . 18:22:12 drwxr-xr-x 4 root root 4096 Sep 2 18:19 .. 18:22:12 -rw-rw-r-- 1 1001 1001 11 Sep 2 18:17 .dockerignore 18:22:12 drwxrwxr-x 8 1001 1001 4096 Sep 2 18:17 .git 18:22:12 drwxrwxr-x 3 1001 1001 4096 Sep 2 18:17 .github 18:22:12 -rw-rw-r-- 1 1001 1001 932 Sep 2 18:17 .gitignore 18:22:12 drwxrwxr-x 3 1001 1001 4096 Sep 2 18:18 .semver 18:22:12 -rw-rw-r-- 1 1001 1001 166 Sep 2 18:17 .sonarcloud.properties 18:22:12 -rw-rw-r-- 1 1001 1001 3804 Sep 2 18:17 CONTRIBUTING.md 18:22:12 -rw-rw-r-- 1 1001 1001 1035 Sep 2 18:17 Dockerfile.build 18:22:12 -rw-rw-r-- 1 1001 1001 886 Sep 2 18:17 Jenkinsfile 18:22:12 -rw-rw-r-- 1 1001 1001 10775 Sep 2 18:17 LICENSE 18:22:12 -rw-rw-r-- 1 1001 1001 6237 Sep 2 18:17 Makefile 18:22:12 -rw-rw-r-- 1 1001 1001 6465 Sep 2 18:17 README.md 18:22:12 -rw-rw-r-- 1 1001 1001 259 Sep 2 18:17 SECURITY.md 18:22:12 -rw-rw-r-- 1 1001 1001 5 Sep 2 18:12 VERSION 18:22:12 -rw-rw-r-- 1 1001 1001 4131 Sep 2 18:17 ZMQWindows.md 18:22:12 drwxrwxr-x 2 1001 1001 4096 Sep 2 18:17 bin 18:22:12 drwxrwxr-x 15 1001 1001 4096 Sep 2 18:17 cmd 18:22:12 -rw-r--r-- 1 root root 458659 Sep 2 18:21 coverage.out 18:22:12 -rw-r--r-- 1 root root 1019 Sep 2 18:22 go.mod 18:22:12 -rw-r--r-- 1 root root 19185 Sep 2 18:22 go.sum 18:22:12 drwxrwxr-x 8 1001 1001 4096 Sep 2 18:17 internal 18:22:12 drwxrwxr-x 4 1001 1001 4096 Sep 2 18:17 openapi 18:22:12 drwxrwxr-x 4 1001 1001 4096 Sep 2 18:17 snap 18:22:12 -rw-rw-r-- 1 1001 1001 168 Sep 2 18:17 version.go [Pipeline] sh 18:22:12 + '[' -e coverage.out ] 18:22:12 + chown 1001:1001 coverage.out [Pipeline] stash 18:22:12 Warning: overwriting stash ‘coverage-report’ 18:22:14 Stashed 1 file(s) [Pipeline] sh 18:22:14 + make build 18:22:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:22:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:22:45 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 18:22:50 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 18:22:56 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 18:23:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:23:03 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 18:23: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 18:23:12 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 18:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:23:20 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 18:23:26 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 18:23:30 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] } 18:23:33 $ docker stop --time=1 dce48af2beeb24ca25842838fef9dfd2f14ed2e2137ff84d64428648fbb178a2 18:23:36 $ docker rm -f dce48af2beeb24ca25842838fef9dfd2f14ed2e2137ff84d64428648fbb178a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:23:38 18:23:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:23:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:23:38 latest: Pulling from edgex-devops/edgex-compose-arm64 18:23:38 29e5d40040c1: Pulling fs layer 18:23:38 1ce36da41761: Pulling fs layer 18:23:38 25b303627fd3: Pulling fs layer 18:23:38 29e5d40040c1: Verifying Checksum 18:23:38 29e5d40040c1: Download complete 18:23:39 29e5d40040c1: Pull complete 18:23:39 1ce36da41761: Verifying Checksum 18:23:39 1ce36da41761: Download complete 18:23:41 1ce36da41761: Pull complete 18:23:41 25b303627fd3: Verifying Checksum 18:23:41 25b303627fd3: Download complete 18:23:51 25b303627fd3: Pull complete 18:23:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:23:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:23:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:23:52 prd-ubuntu18.04-docker-arm64-4c-16g-1186 does not seem to be running inside a container 18:23:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:23:55 $ docker top 67cac580d8a19c58c3643931499194f74f2db7c17720d8a84396d6da10dfdcb8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:57 + docker-compose build --help 18:23:57 + grep parallel 18:24:00 --parallel Build images in parallel. [Pipeline] } 18:24:00 $ docker stop --time=1 67cac580d8a19c58c3643931499194f74f2db7c17720d8a84396d6da10dfdcb8 18:24:02 $ docker rm -f 67cac580d8a19c58c3643931499194f74f2db7c17720d8a84396d6da10dfdcb8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:24:03 . [Pipeline] withDockerContainer 18:24:03 prd-ubuntu18.04-docker-arm64-4c-16g-1186 does not seem to be running inside a container 18:24:04 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:24:05 $ docker top 38c35ca7b18fb1ac83ef73949276e24b14ced16581e48e9935c1235a68910e42 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:06 + docker-compose -f ./docker-compose-build.yml build --parallel 18:24:10 Building docker-core-command-go ... 18:24:10 Building docker-core-data-go ... 18:24:10 Building docker-core-metadata-go ... 18:24:10 Building docker-security-proxy-setup-go ... 18:24:10 Building docker-security-secrets-setup-go ... 18:24:10 Building docker-security-secretstore-setup-go ... 18:24:10 Building docker-support-logging-go ... 18:24:10 Building docker-support-notifications-go ... 18:24:10 Building docker-support-scheduler-go ... 18:24:10 Building docker-sys-mgmt-agent-go ... 18:24:10 Building docker-core-command-go 18:24:10 Building docker-support-scheduler-go 18:24:10 Building docker-security-secretstore-setup-go 18:24:10 Building docker-support-notifications-go 18:24:10 Building docker-core-data-go 18:26:17 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:26:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:26:17 ---> 7c637684c499 18:26:17 Step 3/22 : WORKDIR /edgex-go 18:26:17 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 18:26:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:26:17 ---> 7c637684c499 18:26:17 Step 3/23 : WORKDIR /edgex-go 18:26:17 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 18:26:17 18:26:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:26:17 ---> 7c637684c499 18:26:17 Step 3/21 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder 18:26:17 18:26:17 ---> 7c637684c499 18:26:17 Step 3/24 : WORKDIR /edgex-go 18:26:17 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 18:26:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:26:17 ---> 7c637684c499 18:26:17 Step 3/26 : WORKDIR /edgex-go 18:26:17 ---> Running in 8cf791a27548 18:26:17 ---> Running in c701347a1438 18:26:17 ---> Running in 020739334fed 18:26:17 ---> Running in 48fd3dbca7db 18:26:17 ---> Running in f56b4f701455 18:26:17 Removing intermediate container 48fd3dbca7db 18:26:17 ---> 5fe5bf113a8a 18:26:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container c701347a1438 18:26:17 ---> 7a6e10e1417d 18:26:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container 020739334fed 18:26:17 ---> afa215a80975 18:26:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container 8cf791a27548 18:26:17 ---> 61b2a18e2aea 18:26:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container f56b4f701455 18:26:17 ---> 0114a6156d4d 18:26:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 ---> Running in d4dd8530bd22 18:26:17 ---> Running in ad2c1aaab852 18:26:17 ---> Running in d056147f5fa7 18:26:17 ---> Running in bfd7b91fe73c 18:26:17 ---> Running in e55b783fdfe3 18:26:17 Removing intermediate container d4dd8530bd22 18:26:17 ---> 6c74a7c46285 18:26:17 Step 5/26 : RUN apk update && apk add make git 18:26:17 ---> Running in 4cd04cde80d2 18:26:17 Removing intermediate container ad2c1aaab852 18:26:17 ---> 89febb257e30 18:26:17 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:26:17 ---> Running in 143fe6e4d455 18:26:17 Removing intermediate container bfd7b91fe73c 18:26:17 ---> 23f455d8dda3 18:26:17 Step 5/22 : RUN apk update && apk add make git 18:26:17 Removing intermediate container d056147f5fa7 18:26:17 ---> 65c2c4d88286 18:26:17 Step 5/21 : RUN apk update && apk add make git 18:26:17 Removing intermediate container e55b783fdfe3 18:26:17 ---> d2d4edb116c6 18:26:17 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:26:17 ---> Running in 6a88b39b994e 18:26:17 ---> Running in 75ed2f8c3cf0 18:26:17 ---> Running in 065ed7c495d7 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:17 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:26:17 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:26:17 OK: 12617 distinct packages available 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:17 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:26:17 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:26:17 OK: 12617 distinct packages available 18:26:17 OK: 217 MiB in 51 packages 18:26:17 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:26:17 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:26:17 OK: 12617 distinct packages available 18:26:17 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:26:17 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:26:17 OK: 12617 distinct packages available 18:26:17 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:26:17 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:26:17 OK: 12617 distinct packages available 18:26:17 OK: 217 MiB in 51 packages 18:26:18 OK: 217 MiB in 51 packages 18:26:18 OK: 217 MiB in 51 packages 18:26:19 OK: 217 MiB in 51 packages 18:26:19 Removing intermediate container 4cd04cde80d2 18:26:19 ---> 0834b37bf016 18:26:19 Step 6/26 : COPY go.mod . 18:26:20 Removing intermediate container 143fe6e4d455 18:26:20 ---> 787d90941011 18:26:20 Step 6/24 : COPY go.mod . 18:26:20 Removing intermediate container 6a88b39b994e 18:26:20 ---> 84288701450c 18:26:20 Step 6/22 : COPY go.mod . 18:26:20 Removing intermediate container 065ed7c495d7 18:26:20 ---> 89d1cfc12dd2 18:26:20 Step 6/21 : COPY go.mod . 18:26:20 ---> 025d05542ee7 18:26:20 Step 7/26 : RUN go mod download 18:26:20 Removing intermediate container 75ed2f8c3cf0 18:26:20 ---> 2c75a4252300 18:26:20 Step 6/23 : COPY go.mod . 18:26:20 ---> Running in 05cba687239f 18:26:21 ---> 7f2b816d00db 18:26:21 Step 7/24 : RUN go mod download 18:26:21 ---> Running in f4597a9faa68 18:26:21 ---> caf6d5f8d52e 18:26:21 Step 7/22 : RUN go mod download 18:26:21 ---> f50a81a46c6f 18:26:21 Step 7/21 : RUN go mod download 18:26:21 ---> Running in 842aa8c92440 18:26:21 ---> 88400eeca5ea 18:26:21 Step 7/23 : RUN go mod download 18:26:22 ---> Running in 17da48206a6a 18:26:22 ---> Running in 4decf9c73982 18:26:25 Removing intermediate container 05cba687239f 18:26:25 ---> 66e9171d6187 18:26:25 Step 8/26 : COPY . . 18:26:26 Removing intermediate container f4597a9faa68 18:26:26 ---> 12574a9e3ae3 18:26:26 Step 8/24 : COPY . . 18:26:28 Removing intermediate container 842aa8c92440 18:26:28 ---> 8ea84dccefee 18:26:28 Step 8/22 : COPY . . 18:26:28 Removing intermediate container 4decf9c73982 18:26:28 ---> 1e42d8675bf2 18:26:28 Step 8/23 : COPY . . 18:26:28 Removing intermediate container 17da48206a6a 18:26:28 ---> 9254fa7e4222 18:26:28 Step 8/21 : COPY . . 18:27:01 ---> d2f2a2e1bc5d 18:27:01 ---> 973d54acbcf0 18:27:01 Step 9/22 : RUN make cmd/core-command/core-command 18:27:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:27:01 ---> 527ac383cc57 18:27:01 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 18:27:01 ---> acdded1377c6 18:27:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:27:01 ---> Running in 69e676bd1af7 18:27:01 ---> 29007ae43720 18:27:01 Step 9/23 : RUN make cmd/core-data/core-data 18:27:01 ---> Running in e8849cc08963 18:27:01 ---> Running in 4ac875152fa7 18:27:01 ---> Running in 484e81c2d222 18:27:01 ---> Running in 6813c5ee253e 18:27:01 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 18:27:01 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 18:27:01 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 18:27:01 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 18:27:01 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 18:28:23 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 18:28:29 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 18:28:44 Removing intermediate container 4ac875152fa7 18:28:44 ---> 08fe17475994 18:28:44 18:28:44 Step 10/26 : FROM alpine:3.10 18:28:44 3.10: Pulling from library/alpine 18:28:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:28:45 Status: Downloaded newer image for alpine:3.10 18:28:45 ---> 536a684cf733 18:28:45 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:28:46 ---> Running in 94709958640b 18:28:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:28:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:28:49 v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:28:49 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:28:49 OK: 10167 distinct packages available 18:28:50 (1/5) Installing ca-certificates (20191127-r2) 18:28:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:28:50 (3/5) Installing libcurl (7.66.0-r0) 18:28:50 (4/5) Installing curl (7.66.0-r0) 18:28:50 (5/5) Installing dumb-init (1.2.2-r1) 18:28:50 Executing busybox-1.30.1-r3.trigger 18:28:50 Executing ca-certificates-20191127-r2.trigger 18:28:50 OK: 7 MiB in 19 packages 18:28:56 Removing intermediate container 94709958640b 18:28:56 ---> 9b1c346cb692 18:28:56 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:28:56 Removing intermediate container e8849cc08963 18:28:56 ---> cfb732fb5e3d 18:28:56 18:28:56 Step 10/24 : FROM scratch 18:28:56 ---> 18:28:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:28:56 ---> Running in ce311f180d04 18:28:56 ---> Running in b5729695237c 18:28:56 Removing intermediate container 6813c5ee253e 18:28:56 ---> a0e3487e27e2 18:28:56 18:28:56 Step 10/21 : FROM scratch 18:28:56 ---> 18:28:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:28:56 Removing intermediate container ce311f180d04 18:28:56 ---> 16ea4ccff784 18:28:56 Step 13/26 : WORKDIR / 18:28:57 Removing intermediate container 69e676bd1af7 18:28:57 ---> 237c6c803c1e 18:28:57 18:28:57 Step 10/22 : FROM scratch 18:28:57 ---> 18:28:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:28:57 ---> Running in 3e890a9eb59a 18:28:57 ---> Running in 4e3e4032d125 18:28:57 ---> Running in ac4b0a981e8b 18:28:57 Removing intermediate container b5729695237c 18:28:57 ---> dcb65fef56f0 18:28:57 Step 12/24 : ENV APP_PORT=48060 18:28:57 ---> Running in de8fc04c9807 18:28:58 Removing intermediate container 3e890a9eb59a 18:28:58 ---> 81d4ae3ab718 18:28:58 Step 12/21 : ENV APP_PORT=48085 18:28:58 ---> Running in 642b5a33e06a 18:28:58 Removing intermediate container ac4b0a981e8b 18:28:58 ---> 2fd7b8d3abcb 18:28:58 Step 12/22 : ENV APP_PORT=48082 18:28:58 Removing intermediate container 4e3e4032d125 18:28:58 ---> 13609fd0a5b3 18:28:58 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:28:58 ---> Running in d440d5b7867e 18:28:58 Removing intermediate container de8fc04c9807 18:28:58 ---> 0580378aacb7 18:28:58 Step 13/24 : EXPOSE $APP_PORT 18:28:58 ---> Running in 69b263ce3f31 18:28:58 Removing intermediate container 642b5a33e06a 18:28:58 ---> 0c8986eb8673 18:28:58 Step 13/21 : EXPOSE $APP_PORT 18:28:58 ---> Running in ed9da4050a7f 18:28:59 Removing intermediate container d440d5b7867e 18:28:59 ---> cb9720ac4356 18:28:59 Step 13/22 : EXPOSE $APP_PORT 18:28:59 ---> Running in c1e8496ac377 18:28:59 Removing intermediate container 69b263ce3f31 18:28:59 ---> 438f5b75dbc6 18:28:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:28:59 ---> 30f218bdc6d1 18:28:59 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:28:59 Removing intermediate container ed9da4050a7f 18:28:59 ---> 2fca2f4bf51b 18:28:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:29:00 Removing intermediate container c1e8496ac377 18:29:00 ---> 34a56a52b86f 18:29:00 Step 14/22 : WORKDIR / 18:29:00 ---> Running in 2fadbc831329 18:29:00 ---> 14de6e394a2f 18:29:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:29:00 ---> 15913bb9677e 18:29:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:29:00 ---> 1cc581a900af 18:29:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:29:01 Removing intermediate container 2fadbc831329 18:29:01 ---> 7ce8375ee380 18:29:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:29:02 ---> 390b5a469619 18:29:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:29:02 ---> 577aa601de7c 18:29:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:29:02 ---> bebafb71f6b2 18:29:02 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:29:02 ---> bfa497f8b9e4 18:29:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:29:03 ---> 93e2ca09cad9 18:29:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:29:04 ---> 77bb777e282b 18:29:04 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:29:04 ---> Running in e2375b3c7027 18:29:04 ---> 92b4f82707ef 18:29:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:29:05 ---> dab972c7e53a 18:29:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:29:05 Removing intermediate container e2375b3c7027 18:29:05 ---> 890b40be58fa 18:29:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:29:05 ---> 6c9df078891a 18:29:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:05 ---> Running in ebdbd30456cb 18:29:05 ---> cf0267d4f73e 18:29:05 Step 18/22 : ENTRYPOINT ["/core-command"] 18:29:05 ---> Running in 6cf843913fc9 18:29:06 ---> 6dabeb62de05 18:29:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:29:06 Removing intermediate container ebdbd30456cb 18:29:06 ---> adc624101225 18:29:06 Step 19/21 : LABEL arch=arm64 18:29:06 Removing intermediate container 6cf843913fc9 18:29:06 ---> cd6de3051dbd 18:29:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:07 ---> Running in 5de0ad069839 18:29:07 ---> Running in d0591a1089bb 18:29:07 ---> ed2d190473bb 18:29:07 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:29:07 Removing intermediate container 5de0ad069839 18:29:07 ---> b91a4ba50542 18:29:07 Step 20/21 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:29:07 Removing intermediate container d0591a1089bb 18:29:07 ---> 68b052cc3ca1 18:29:07 Step 20/22 : LABEL arch=arm64 18:29:08 ---> 1dc583903d6f 18:29:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:29:08 ---> Running in 02345122ee2d 18:29:08 ---> Running in 860c353e780d 18:29:08 ---> c952b89dad1a 18:29:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:29:09 Removing intermediate container 860c353e780d 18:29:09 ---> d58a4eca7724 18:29:09 Step 21/22 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:29:09 Removing intermediate container 02345122ee2d 18:29:09 ---> 41ad81dab8b1 18:29:09 Step 21/21 : LABEL version=0.0.0 18:29:09 ---> Running in e99c74f6a01b 18:29:09 ---> Running in 7f069065d4d3 18:29:09 ---> 9f7a636fe79e 18:29:09 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:29:09 ---> Running in 1f975b61d9b1 18:29:09 ---> cf99884bd3f0 18:29:09 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:29:10 Removing intermediate container 7f069065d4d3 18:29:10 ---> 961a8fa05819 18:29:10 18:29:10 ---> Running in 3fb1c3c8ed98 18:29:10 Removing intermediate container e99c74f6a01b 18:29:10 ---> da34167a26df 18:29:10 Step 22/22 : LABEL version=0.0.0 18:29:10 Removing intermediate container 1f975b61d9b1 18:29:10 ---> 243845231fd7 18:29:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:10 ---> Running in adbf3207d082 18:29:11 ---> Running in 0be70d9d87e1 18:29:11 Successfully built 961a8fa05819 18:29:11 Successfully tagged docker-support-scheduler-go-arm64:latest 18:29:11  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 18:29:11 Removing intermediate container adbf3207d082 18:29:11 ---> 53c9560a48e4 18:29:11 18:29:11 Removing intermediate container 0be70d9d87e1 18:29:11 ---> 94aef1708afb 18:29:11 Step 22/24 : LABEL arch=arm64 18:29:12 Successfully built 53c9560a48e4 18:29:12 Successfully tagged docker-core-command-go-arm64:latest 18:29:12  Building docker-core-command-go ... done Building docker-security-secrets-setup-go 18:29:12 ---> Running in 74eabf051f79 18:29:13 Removing intermediate container 74eabf051f79 18:29:13 ---> 3f39f7770eba 18:29:13 Step 23/24 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:29:15 ---> Running in df029522ae08 18:29:16 Removing intermediate container 484e81c2d222 18:29:16 ---> 199d329d5ecf 18:29:16 18:29:16 Step 10/23 : FROM alpine 18:29:16 Removing intermediate container 3fb1c3c8ed98 18:29:16 ---> 349bc2a9bb75 18:29:16 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:29:16 latest: Pulling from library/alpine 18:29:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:29:17 Removing intermediate container df029522ae08 18:29:17 ---> 4a2b5bec40bc 18:29:17 Step 24/24 : LABEL version=0.0.0 18:29:17 Status: Downloaded newer image for alpine:latest 18:29:17 ---> 62ee0e9f8440 18:29:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:29:18 ---> Running in 92c8c9d8c277 18:29:18 ---> Running in 73b4223ffbb4 18:29:18 ---> Running in 3db028f983c3 18:29:19 Removing intermediate container 92c8c9d8c277 18:29:19 ---> 90808f69f432 18:29:19 Step 24/26 : LABEL arch=arm64 18:29:19 Removing intermediate container 3db028f983c3 18:29:19 ---> d01bf4e601d6 18:29:19 Step 12/23 : ENV APP_PORT=48080Removing intermediate container 73b4223ffbb4 18:29:19 18:29:19 ---> d239f28d0d81 18:29:19 18:29:20 ---> Running in fe616d9d0ecd 18:29:20 Successfully built d239f28d0d81 18:29:20 Successfully tagged docker-support-notifications-go-arm64:latest 18:29:20 Building docker-security-proxy-setup-go 18:29:20  Building docker-support-notifications-go ... done  ---> Running in 782676e276a4 18:29:21 Removing intermediate container fe616d9d0ecd 18:29:21 ---> 6f24ebc88c1d 18:29:21 Step 25/26 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:29:21 Removing intermediate container 782676e276a4 18:29:21 ---> e76df0477b76 18:29:21 Step 13/23 : EXPOSE $APP_PORT 18:29:21 ---> Running in f65cec5ecf48 18:29:21 ---> Running in 269693d46d93 18:29:22 Removing intermediate container f65cec5ecf48 18:29:22 ---> bf1370bed6dd 18:29:22 Step 26/26 : LABEL version=0.0.0 18:29:22 Removing intermediate container 269693d46d93 18:29:22 ---> 572a86a35cd7 18:29:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:22 ---> Running in 23769472081c 18:29:22 ---> Running in c987d7c9c90d 18:29:23 Removing intermediate container 23769472081c 18:29:23 ---> 250c0e97f804 18:29:23 18:29:23 Successfully built 250c0e97f804 18:29:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:29:23  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 18:29:26 Removing intermediate container c987d7c9c90d 18:29:26 ---> 8c648813644f 18:29:26 Step 15/23 : RUN apk --no-cache add zeromq 18:29:26 ---> Running in ecece9d64e49 18:29:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:29:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:29:29 (1/5) Installing libgcc (9.3.0-r2) 18:29:29 (2/5) Installing libsodium (1.0.18-r0) 18:29:29 (3/5) Installing libstdc++ (9.3.0-r2) 18:29:30 (4/5) Installing libzmq (4.3.2-r0) 18:29:30 (5/5) Installing zeromq (4.3.2-r0) 18:29:30 Executing busybox-1.31.1-r16.trigger 18:29:30 OK: 8 MiB in 19 packages 18:29:33 Removing intermediate container ecece9d64e49 18:29:33 ---> 37aec4c4cd6a 18:29:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:29:34 ---> 27760a283098 18:29:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:29:37 ---> fd26a871edaf 18:29:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:29:38 ---> 4540e49234b7 18:29:38 Step 19/23 : ENTRYPOINT ["/core-data"] 18:29:38 ---> Running in 5e0ad267534b 18:29:39 Removing intermediate container 5e0ad267534b 18:29:39 ---> 14489915f7c0 18:29:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:39 ---> Running in 68c435adb8d7 18:29:40 Removing intermediate container 68c435adb8d7 18:29:40 ---> 826676ca3dfa 18:29:40 Step 21/23 : LABEL arch=arm64 18:29:40 ---> Running in 950482a3a49a 18:29:41 Removing intermediate container 950482a3a49a 18:29:41 ---> 7c21f6d3300b 18:29:41 Step 22/23 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:29:42 ---> Running in 68bafd4f5c71 18:29:42 Removing intermediate container 68bafd4f5c71 18:29:42 ---> b0f2550306bf 18:29:42 Step 23/23 : LABEL version=0.0.0 18:29:43 ---> Running in fa8d6ea07303 18:29:43 Removing intermediate container fa8d6ea07303 18:29:43 ---> e02afedd7a1d 18:29:43 18:29:44 Successfully built e02afedd7a1d 18:29:44 Successfully tagged docker-core-data-go-arm64:latest 18:29:44 Building docker-support-logging-go 18:30:41  Building docker-core-data-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 18:30:41 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:30:41 ---> 7c637684c499 18:30:41 Step 3/27 : WORKDIR /edgex-go 18:30:41 ---> Using cache 18:30:41 ---> 0114a6156d4d 18:30:41 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:41 ---> Using cache 18:30:41 ---> d2d4edb116c6 18:30:41 Step 5/27 : RUN apk update && apk add make bash git 18:30:41 ---> Running in 6d85204c0280 18:30:41 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 18:30:41 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:30:41 ---> 7c637684c499 18:30:41 Step 3/29 : WORKDIR /edgex-go 18:30:41 ---> Using cache 18:30:41 ---> 0114a6156d4d 18:30:41 Step 4/29 : RUN apk update && apk add make git 18:30:41 ---> Running in b8cc9fe46f72 18:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:30:41 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:30:41 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:30:41 OK: 12617 distinct packages available 18:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:30:41 OK: 217 MiB in 51 packages 18:30:41 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:30:41 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:30:41 OK: 12617 distinct packages available 18:30:41 OK: 217 MiB in 51 packages 18:30:42 Removing intermediate container 6d85204c0280 18:30:42 ---> d7bc5bbb2c13 18:30:42 Step 6/27 : COPY go.mod . 18:30:43 Removing intermediate container b8cc9fe46f72 18:30:43 ---> 1a7af1439a80 18:30:43 Step 5/29 : COPY go.mod . 18:30:44 ---> f1b3e377481b 18:30:44 Step 7/27 : RUN go mod download 18:30:44 ---> 582cebc72b1f 18:30:44 Step 6/29 : RUN go mod download 18:30:44 ---> Running in 02bf98653662 18:30:44 ---> Running in 7e5998fa9267 18:30:48 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 18:30:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:30:48 ---> 7c637684c499 18:30:48 Step 3/20 : WORKDIR /edgex-go 18:30:48 ---> Using cache 18:30:48 ---> 0114a6156d4d 18:30:48 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:48 ---> Using cache 18:30:48 ---> d2d4edb116c6 18:30:48 Step 5/20 : RUN apk update && apk add make git 18:30:49 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:30:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:30:49 ---> 7c637684c499 18:30:49 Step 3/22 : WORKDIR /edgex-go 18:30:49 ---> Using cache 18:30:49 ---> 0114a6156d4d 18:30:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:49 ---> Using cache 18:30:49 ---> d2d4edb116c6 18:30:49 Step 5/22 : RUN apk update && apk add make git 18:30:50 ---> Running in a558db54333c 18:30:50 ---> Running in bcd51517e5f8 18:30:50 Removing intermediate container 02bf98653662 18:30:50 ---> 89e5ccde9a92 18:30:50 Step 8/27 : COPY . . 18:30:50 Removing intermediate container 7e5998fa9267 18:30:50 ---> d6b23c1343ce 18:30:50 Step 7/29 : COPY . . 18:30:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:30:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:30:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:30:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:30:54 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:30:54 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:30:54 OK: 12617 distinct packages available 18:30:54 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:30:54 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:30:54 OK: 12617 distinct packages available 18:30:54 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:30:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:30:54 ---> 7c637684c499 18:30:54 Step 3/22 : WORKDIR /edgex-go 18:30:54 ---> Using cache 18:30:54 ---> 0114a6156d4d 18:30:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:54 ---> Using cache 18:30:54 ---> d2d4edb116c6 18:30:54 Step 5/22 : RUN apk update && apk add make && apk add bash git 18:30:54 OK: 217 MiB in 51 packages 18:30:55 OK: 217 MiB in 51 packages 18:31:01 ---> Running in a39bcd952504 18:31:01 Removing intermediate container a558db54333c 18:31:01 ---> 1aee38b39c14 18:31:01 Step 6/22 : COPY go.mod . 18:31:01 Removing intermediate container bcd51517e5f8 18:31:01 ---> 71e83ea4253d 18:31:01 Step 6/20 : COPY go.mod . 18:31:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:02 ---> 609789a0c94d 18:31:02 Step 7/22 : RUN go mod download 18:31:03 ---> 92d3260eb2e8 18:31:03 Step 7/20 : RUN go mod download 18:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:03 ---> Running in 11dacbc63324 18:31:03 ---> Running in 8a55c9f1dfd1 18:31:03 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:31:03 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 18:31:03 OK: 12617 distinct packages available 18:31:04 OK: 217 MiB in 51 packages 18:31:05 OK: 217 MiB in 51 packages 18:31:08 Removing intermediate container a39bcd952504 18:31:08 ---> 5d82340c2730 18:31:08 Step 6/22 : COPY go.mod . 18:31:08 Removing intermediate container 11dacbc63324 18:31:08 ---> d4fe0aa61d00 18:31:08 Step 8/22 : COPY . . 18:31:08 Removing intermediate container 8a55c9f1dfd1 18:31:08 ---> b94806a533fb 18:31:08 Step 8/20 : COPY . . 18:31:08 ---> 104fe4f660ad 18:31:08 Step 7/22 : RUN go mod download 18:31:09 ---> Running in 755b1befa87c 18:31:14 ---> b9570dd02aa6 18:31:14 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:31:14 ---> Running in 508688fd5ff0 18:31:15 ---> ad1d04403d12 18:31:15 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:31:15 Removing intermediate container 755b1befa87c 18:31:15 ---> 3dc18b442e53 18:31:15 Step 8/22 : COPY . . 18:31:16 ---> Running in a972bcb341b5 18:31:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:31:18 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 18:31:45 ---> e726c2607845 18:31:45 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:31:45 ---> 6d3c9e68a085 18:31:45 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:31:45 ---> Running in 8ad7ad88ba82 18:31:45 ---> Running in 5368ba809931 18:31:48 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 18:31:48 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 18:31:50 ---> d6797c8a7a80 18:31:50 Step 9/22 : RUN make cmd/support-logging/support-logging 18:31:50 ---> Running in 0b5b30936727 18:31:53 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 18:32:32 Removing intermediate container a972bcb341b5 18:32:32 ---> e98ba31d19a4 18:32:32 18:32:32 Step 9/29 : FROM alpine:latest 18:32:32 ---> 62ee0e9f8440 18:32:32 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:32:32 ---> Running in 25ee40fce7fa 18:32:32 Removing intermediate container 25ee40fce7fa 18:32:32 ---> 8bfd078038d5 18:32:32 Step 11/29 : USER root 18:32:32 ---> Running in f300b1b119bd 18:32:32 Removing intermediate container f300b1b119bd 18:32:32 ---> 6ab424820f3c 18:32:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:32:32 ---> Running in b2d5fa16626f 18:32:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:32 v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:32:32 v3.12.0-287-gba41ce75cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:32:32 OK: 12617 distinct packages available 18:32:32 (1/2) Installing ca-certificates (20191127-r4) 18:32:33 (2/2) Installing dumb-init (1.2.2-r1) 18:32:33 Executing busybox-1.31.1-r16.trigger 18:32:33 Executing ca-certificates-20191127-r4.trigger 18:32:33 OK: 6 MiB in 16 packages 18:32:34 Removing intermediate container 508688fd5ff0 18:32:34 ---> d109b7b673e1 18:32:34 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:32:34 ---> Running in c2f374e8d490 18:32:36 Removing intermediate container b2d5fa16626f 18:32:36 ---> 638dac48825c 18:32:36 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:32:36 ---> Running in d2bed04aa4bd 18:32:37 Removing intermediate container d2bed04aa4bd 18:32:37 ---> 7467fd4fcc8c 18:32:37 Step 14/29 : WORKDIR $BASE_DIR 18:32:37 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 18:32:37 ---> Running in c413ef183f6c 18:32:38 Removing intermediate container c413ef183f6c 18:32:38 ---> cee18e54b688 18:32:38 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:32:38 ---> Running in 5e42ced7733a 18:32:42 Removing intermediate container 5e42ced7733a 18:32:42 ---> 756d2354fc46 18:32:42 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:32:43 Removing intermediate container c2f374e8d490 18:32:43 ---> edfb3e12a074 18:32:43 18:32:43 Step 11/27 : FROM docker:latest 18:32:43 ---> ce9d55ae87f1 18:32:43 Step 12/27 : RUN apk add --no-cache bash 18:32:43 ---> Running in fb3fbe01f145 18:32:45 ---> 19845370878e 18:32:45 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:32:46 ---> 270fbadfaf51 18:32:46 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:32:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:47 (1/2) Installing readline (8.0.4-r0) 18:32:47 ---> a13757786f9d 18:32:47 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:32:47 (2/2) Installing bash (5.0.17-r0) 18:32:47 Executing bash-5.0.17-r0.post-install 18:32:47 Executing busybox-1.31.1-r16.trigger 18:32:47 OK: 12 MiB in 22 packages 18:32:49 ---> 1593675fc090 18:32:49 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:32:49 Removing intermediate container fb3fbe01f145 18:32:49 ---> ecb0b5d3cc8b 18:32:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:32:50 ---> Running in f1b3471ba055 18:32:50 ---> 928d5a1800b6 18:32:50 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:32:51 ---> Running in fecd95dc653c 18:32:54 Removing intermediate container f1b3471ba055 18:32:54 ---> 32607f899825 18:32:54 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:32:54 ---> Running in 80441312a029 18:32:55 Removing intermediate container fecd95dc653c 18:32:55 ---> 8f06e6b3ddbd 18:32:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:32:55 Removing intermediate container 80441312a029 18:32:55 ---> 6edf8850b69c 18:32:55 Step 15/27 : ENV APP_PORT=48090 18:32:55 ---> Running in 3f3aeca72a62 18:32:56 ---> a1e67051dee1 18:32:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:32:56 ---> Running in f01be616c609 18:32:57 Removing intermediate container 3f3aeca72a62 18:32:57 ---> f9e269889485 18:32:57 Step 16/27 : EXPOSE $APP_PORT 18:32:57 ---> Running in b85a5ba5feeb 18:32:58 Removing intermediate container b85a5ba5feeb 18:32:58 ---> 7805edf21678 18:32:58 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:33:00 ---> f5722b93c0e0 18:33:00 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:33:01 Removing intermediate container f01be616c609 18:33:01 ---> 4ffb53213ce3 18:33:01 Step 24/29 : RUN chmod 755 security-secrets-setup 18:33:01 ---> Running in 1a3545727347 18:33:01 ---> 4c9613579823 18:33:01 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:33:03 ---> 65409d4b1f61 18:33:03 Step 20/27 : RUN apk --no-cache add py-pip 18:33:03 ---> Running in 9a7eace80d76 18:33:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:06 Removing intermediate container 1a3545727347 18:33:06 ---> 8e111d9958df 18:33:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:33:06 ---> Running in 9c6ac9b8eaca 18:33:06 (1/33) Installing libbz2 (1.0.8-r1) 18:33:06 (2/33) Installing expat (2.2.9-r1) 18:33:06 (3/33) Installing libffi (3.3-r2) 18:33:06 (4/33) Installing gdbm (1.13-r1) 18:33:06 (5/33) Installing xz-libs (5.2.5-r0) 18:33:06 (6/33) Installing sqlite-libs (3.32.1-r0) 18:33:06 (7/33) Installing python3 (3.8.5-r0) 18:33:07 Removing intermediate container 9c6ac9b8eaca 18:33:07 ---> 9a2b8668849c 18:33:07 Step 26/29 : CMD [ "generate" ] 18:33:08 ---> Running in 6ef4623ddbc3 18:33:09 Removing intermediate container 6ef4623ddbc3 18:33:09 ---> 0f00e3862e26 18:33:09 Step 27/29 : LABEL arch=arm64 18:33:09 (8/33) Installing py3-appdirs (1.4.4-r1) 18:33:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:33:09 (10/33) Installing py3-parsing (2.4.7-r0) 18:33:09 ---> Running in 10c189d9719e 18:33:09 (11/33) Installing py3-six (1.15.0-r0) 18:33:09 (12/33) Installing py3-packaging (20.4-r0) 18:33:09 (13/33) Installing py3-setuptools (47.0.0-r0) 18:33:09 (14/33) Installing py3-chardet (3.0.4-r4) 18:33:09 (15/33) Installing py3-idna (2.9-r0) 18:33:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:33:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:33:10 (18/33) Installing py3-requests (2.23.0-r0) 18:33:10 (19/33) Installing py3-msgpack (1.0.0-r0) 18:33:10 (20/33) Installing py3-lockfile (0.12.2-r3) 18:33:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:33:10 (22/33) Installing py3-colorama (0.4.3-r0) 18:33:10 (23/33) Installing py3-distlib (0.3.0-r0) 18:33:10 (24/33) Installing py3-distro (1.5.0-r1) 18:33:10 (25/33) Installing py3-webencodings (0.5.1-r3) 18:33:10 (26/33) Installing py3-html5lib (1.0.1-r4) 18:33:10 (27/33) Installing py3-pytoml (0.1.21-r0) 18:33:10 (28/33) Installing py3-pep517 (0.8.2-r0) 18:33:10 (29/33) Installing py3-progress (1.5-r0) 18:33:10 (30/33) Installing py3-toml (0.10.1-r0) 18:33:10 (31/33) Installing py3-retrying (1.3.3-r0) 18:33:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:33:10 (33/33) Installing py3-pip (20.1.1-r0) 18:33:10 Executing busybox-1.31.1-r16.trigger 18:33:10 OK: 71 MiB in 55 packages 18:33:10 Removing intermediate container 10c189d9719e 18:33:10 ---> bcadd1accdc2 18:33:10 Step 28/29 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:33:11 ---> Running in 2f6cd2b89125 18:33:12 Removing intermediate container 2f6cd2b89125 18:33:12 ---> 6e628ff56289 18:33:12 Step 29/29 : LABEL version=0.0.0 18:33:12 ---> Running in 5db907057c76 18:33:12 Removing intermediate container 8ad7ad88ba82 18:33:12 ---> ad5c24dde98c 18:33:12 18:33:12 Step 10/20 : FROM alpine 18:33:12 ---> 62ee0e9f8440 18:33:12 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:33:13 ---> Running in 6752fff6ae9a 18:33:13 Removing intermediate container 5db907057c76 18:33:13 ---> 221dfa598c6e 18:33:13 18:33:15 Successfully built 221dfa598c6e 18:33:15 Successfully tagged docker-security-secrets-setup-go-arm64:latest 18:33:15  Building docker-security-secrets-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:16 v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:33:16 v3.12.0-287-gba41ce75cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:33:16 OK: 12617 distinct packages available 18:33:17 (1/4) Installing ca-certificates (20191127-r4) 18:33:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:33:17 (3/4) Installing libcurl (7.69.1-r0) 18:33:17 (4/4) Installing curl (7.69.1-r0) 18:33:17 Executing busybox-1.31.1-r16.trigger 18:33:17 Executing ca-certificates-20191127-r4.trigger 18:33:17 OK: 7 MiB in 18 packages 18:33:22 Removing intermediate container 6752fff6ae9a 18:33:22 ---> 676c26d133d6 18:33:22 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:33:22 Removing intermediate container 9a7eace80d76 18:33:22 ---> d5d80dd36a24 18:33:22 Step 21/27 : RUN pip install docker-compose==1.23.2 18:33:22 ---> Running in 8c5d98e79bb8 18:33:22 ---> Running in c8fb6725576b 18:33:23 Removing intermediate container 8c5d98e79bb8 18:33:23 ---> 9e1a1287d42d 18:33:23 Step 13/20 : WORKDIR /edgex 18:33:23 ---> Running in 6b542d5a4e52 18:33:23 Removing intermediate container 0b5b30936727 18:33:23 ---> 06f594b420b9 18:33:23 18:33:23 Step 10/22 : FROM scratch 18:33:23 ---> 18:33:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:33:24 ---> Using cache 18:33:24 ---> dcb65fef56f0 18:33:24 Step 12/22 : ENV APP_PORT=48061 18:33:24 ---> Running in 4a22ec9cca7d 18:33:24 Removing intermediate container 6b542d5a4e52 18:33:24 ---> 4cb5fdc5447a 18:33:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:33:24 Removing intermediate container 4a22ec9cca7d 18:33:24 ---> 3b1940d87dcd 18:33:24 Step 13/22 : EXPOSE $APP_PORT 18:33:24 ---> Running in 99853082af8b 18:33:25 ---> 3cedfe8cf570 18:33:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:33:25 Removing intermediate container 99853082af8b 18:33:25 ---> 5ebadd3be963 18:33:25 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:33:26 ---> dd94e4e13fd3 18:33:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:33:27 ---> 5f6413be9843 18:33:27 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:33:27 ---> Running in 49b94d167374 18:33:27 ---> 987b37e4eb0a 18:33:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:33:27 Removing intermediate container 49b94d167374 18:33:27 ---> dd4b57c3492a 18:33:27 Step 17/20 : CMD ["--init=true"] 18:33:28 ---> Running in 5984713df696 18:33:28 Removing intermediate container 5984713df696 18:33:28 ---> 61fa15a4623c 18:33:28 Step 18/20 : LABEL arch=arm64 18:33:29 ---> 76e10cc9b2ce 18:33:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:33:29 ---> Running in 17359ed614ec 18:33:29 Collecting docker-compose==1.23.2 18:33:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:33:29 Removing intermediate container 17359ed614ec 18:33:29 ---> ed44ac5706f9 18:33:29 Step 19/20 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:33:30 ---> Running in 68bbb066d62d 18:33:30 ---> d1e860db416a 18:33:30 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:33:30 Collecting docopt<0.7,>=0.6.1 18:33:30 Downloading docopt-0.6.2.tar.gz (25 kB) 18:33:30 ---> Running in 98c571c7da0e 18:33:30 Removing intermediate container 68bbb066d62d 18:33:30 ---> 0ec9e51be241 18:33:30 Step 20/20 : LABEL version=0.0.0 18:33:31 ---> Running in 7e9f8f69472f 18:33:31 Removing intermediate container 98c571c7da0e 18:33:31 ---> ed0a3516bf8b 18:33:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:33:31 ---> Running in 69e4d3bfe0e8 18:33:31 Removing intermediate container 7e9f8f69472f 18:33:31 ---> a8548481ec66 18:33:31 18:33:31 Removing intermediate container 69e4d3bfe0e8 18:33:31 ---> 9865709fd786 18:33:31 Step 20/22 : LABEL arch=arm64 18:33:32 Successfully built a8548481ec66 18:33:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:33:32  Building docker-security-proxy-setup-go ... done  ---> Running in cbfa7f3ebfb1 18:33:33 Removing intermediate container cbfa7f3ebfb1 18:33:33 ---> 66007e8d738d 18:33:33 Step 21/22 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:33:33 ---> Running in 3da3d96ef468 18:33:33 Collecting PyYAML<4,>=3.10 18:33:33 Downloading PyYAML-3.13.tar.gz (270 kB) 18:33:33 Removing intermediate container 5368ba809931 18:33:33 ---> 128d36cd6f5d 18:33:33 18:33:33 Step 10/22 : FROM scratch 18:33:33 ---> 18:33:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:33:33 Removing intermediate container 3da3d96ef468 18:33:33 ---> 4d56ebf80ac9 18:33:33 Step 22/22 : LABEL version=0.0.0 18:33:33 ---> Using cache 18:33:33 ---> 2fd7b8d3abcb 18:33:33 Step 12/22 : ENV APP_PORT=48081 18:33:33 ---> Running in ea5ddeed3de1 18:33:34 ---> Running in bf88e651308b 18:33:34 Removing intermediate container ea5ddeed3de1 18:33:34 ---> 248e93ba3518 18:33:34 18:33:34 Removing intermediate container bf88e651308b 18:33:34 ---> aadf752bd960 18:33:34 Step 13/22 : EXPOSE $APP_PORT 18:33:34 ---> Running in 87a2203c55f4 18:33:35 Successfully built 248e93ba3518 18:33:35 Successfully tagged docker-support-logging-go-arm64:latest 18:33:35  Building docker-support-logging-go ... done Removing intermediate container 87a2203c55f4 18:33:35 ---> c7836c31e0ed 18:33:35 Step 14/22 : WORKDIR / 18:33:35 ---> Running in 2f98c46bd6ed 18:33:35 Removing intermediate container 2f98c46bd6ed 18:33:35 ---> 676006d94c07 18:33:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:33:36 ---> 4ac406a4f060 18:33:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:33:37 ---> 34c5a39f9aa5 18:33:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:33:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:33:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:33:38 ---> 207a043a5d43 18:33:38 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:33:38 Collecting jsonschema<3,>=2.5.1 18:33:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:33:38 ---> Running in cf09afe1eef5 18:33:39 Removing intermediate container cf09afe1eef5 18:33:39 ---> 2302f33518d6 18:33:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:33:39 ---> Running in 898c3b552edf 18:33:39 Collecting websocket-client<1.0,>=0.32.0 18:33:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:33:39 Removing intermediate container 898c3b552edf 18:33:39 ---> 14c8ebfabe31 18:33:39 Step 20/22 : LABEL arch=arm64 18:33:39 Collecting texttable<0.10,>=0.9.0 18:33:39 Downloading texttable-0.9.1.tar.gz (11 kB) 18:33:39 ---> Running in 5e79f640b12a 18:33:40 Removing intermediate container 5e79f640b12a 18:33:40 ---> 7e752cab320e 18:33:40 Step 21/22 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:33:40 ---> Running in ac5340d6c774 18:33:40 Removing intermediate container ac5340d6c774 18:33:40 ---> 451f1f33c1fd 18:33:40 Step 22/22 : LABEL version=0.0.0 18:33:41 ---> Running in 6898840203b5 18:33:41 Removing intermediate container 6898840203b5 18:33:41 ---> 20bed6403de6 18:33:41 18:33:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:33:41 Successfully built 20bed6403de6 18:33:41 Successfully tagged docker-core-metadata-go-arm64:latest 18:33:42  Building docker-core-metadata-go ... done Collecting cached-property<2,>=1.2.0 18:33:42 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 18:33:42 Collecting docker<4.0,>=3.6.0 18:33:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:33:43 Collecting dockerpty<0.5,>=0.4.1 18:33:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:33:46 Collecting urllib3<1.25,>=1.21.1 18:33:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:33:46 Collecting idna<2.8,>=2.5 18:33:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:33:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:33:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:33:46 Collecting docker-pycreds>=0.4.0 18:33:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:33:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:33:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:33:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:33:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:33:46 Installing collected packages: docopt, PyYAML, urllib3, idna, requests, jsonschema, websocket-client, texttable, cached-property, docker-pycreds, docker, dockerpty, docker-compose 18:33:47 Running setup.py install for docopt: started 18:33:48 Running setup.py install for docopt: finished with status 'done' 18:33:48 Running setup.py install for PyYAML: started 18:33:50 Running setup.py install for PyYAML: finished with status 'done' 18:33:50 Attempting uninstall: urllib3 18:33:50 Found existing installation: urllib3 1.25.9 18:33:50 Uninstalling urllib3-1.25.9: 18:33:50 Successfully uninstalled urllib3-1.25.9 18:33:51 Attempting uninstall: idna 18:33:51 Found existing installation: idna 2.9 18:33:51 Uninstalling idna-2.9: 18:33:51 Successfully uninstalled idna-2.9 18:33:52 Attempting uninstall: requests 18:33:52 Found existing installation: requests 2.23.0 18:33:52 Uninstalling requests-2.23.0: 18:33:52 Successfully uninstalled requests-2.23.0 18:33:53 Running setup.py install for texttable: started 18:33:55 Running setup.py install for texttable: finished with status 'done' 18:33:55 Running setup.py install for dockerpty: started 18:33:57 Running setup.py install for dockerpty: finished with status 'done' 18:33:58 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 18:34:02 Removing intermediate container c8fb6725576b 18:34:02 ---> 6b9cd8957ad3 18:34:02 Step 22/27 : RUN apk --no-cache add curl 18:34:02 ---> Running in 617bd9e9be26 18:34:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:34:04 (2/3) Installing libcurl (7.69.1-r0) 18:34:04 (3/3) Installing curl (7.69.1-r0) 18:34:04 Executing busybox-1.31.1-r16.trigger 18:34:04 OK: 71 MiB in 58 packages 18:34:05 Removing intermediate container 617bd9e9be26 18:34:05 ---> 9e97081925ed 18:34:05 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:34:05 ---> Running in 25f04dc20b42 18:34:06 Removing intermediate container 25f04dc20b42 18:34:06 ---> 82e14ea1305e 18:34:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:06 ---> Running in 52c130334b2e 18:34:06 Removing intermediate container 52c130334b2e 18:34:06 ---> 9824820ecbaf 18:34:06 Step 25/27 : LABEL arch=arm64 18:34:06 ---> Running in 4b8d179140bb 18:34:07 Removing intermediate container 4b8d179140bb 18:34:07 ---> 3c9c5a11b017 18:34:07 Step 26/27 : LABEL git_sha=7ee0d5aa3cfa0c598389c785229ee9973e1f8818 18:34:07 ---> Running in 883f40098147 18:34:08 Removing intermediate container 883f40098147 18:34:08 ---> 7e7cf8627d9e 18:34:08 Step 27/27 : LABEL version=0.0.0 18:34:08 ---> Running in b4e94813f0d2 18:34:08 Removing intermediate container b4e94813f0d2 18:34:08 ---> 4dd746c2860d 18:34:08 18:34:08 Successfully built 4dd746c2860d 18:34:08 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:34:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:34:09 $ docker stop --time=1 38c35ca7b18fb1ac83ef73949276e24b14ced16581e48e9935c1235a68910e42 18:34:11 $ docker rm -f 38c35ca7b18fb1ac83ef73949276e24b14ced16581e48e9935c1235a68910e42 [Pipeline] // withDockerContainer [Pipeline] sh 18:34:12 + docker images 18:34:12 + grep docker 18:34:12 docker-sys-mgmt-agent-go-arm64 latest 4dd746c2860d 4 seconds ago 266MB 18:34:12 docker-core-metadata-go-arm64 latest 20bed6403de6 31 seconds ago 13.8MB 18:34:12 docker-support-logging-go-arm64 latest 248e93ba3518 38 seconds ago 11.4MB 18:34:12 docker-security-proxy-setup-go-arm64 latest a8548481ec66 41 seconds ago 15.8MB 18:34:12 docker-security-secrets-setup-go-arm64 latest 221dfa598c6e 59 seconds ago 24.2MB 18:34:12 docker-core-data-go-arm64 latest e02afedd7a1d 4 minutes ago 23.3MB 18:34:12 docker-security-secretstore-setup-go-arm64 latest 250c0e97f804 4 minutes ago 32.6MB 18:34:12 docker-support-notifications-go-arm64 latest d239f28d0d81 4 minutes ago 13.9MB 18:34:12 docker-core-command-go-arm64 latest 53c9560a48e4 5 minutes ago 12.4MB 18:34:12 docker-support-scheduler-go-arm64 latest 961a8fa05819 5 minutes ago 12.6MB 18:34:12 docker latest ce9d55ae87f1 2 months 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:34:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:34:17 ---> package-listing.sh 18:34:17 ++ facter osfamily 18:34:17 ++ tr '[:upper:]' '[:lower:]' 18:34:17 + OS_FAMILY=redhat 18:34:17 + workspace=/w/workspace/edgex-go/1 18:34:17 + START_PACKAGES=/tmp/packages_start.txt 18:34:17 + END_PACKAGES=/tmp/packages_end.txt 18:34:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:34:17 + PACKAGES=/tmp/packages_start.txt 18:34:17 + '[' /w/workspace/edgex-go/1 ']' 18:34:17 + PACKAGES=/tmp/packages_end.txt 18:34:17 + case "${OS_FAMILY}" in 18:34:17 + rpm -qa 18:34:17 + sort 18:34:21 + '[' -f /tmp/packages_start.txt ']' 18:34:21 + '[' -f /tmp/packages_end.txt ']' 18:34:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:34:21 + '[' /w/workspace/edgex-go/1 ']' 18:34:21 + mkdir -p /w/workspace/edgex-go/1/archives/ 18:34:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 18:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:22 18:34:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:34:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:22 alpine: Pulling from edgex-lftools-log-publisher 18:34:22 c9b1b535fdd9: Pulling fs layer 18:34:22 2cc5ad85d9ab: Pulling fs layer 18:34:22 756a868c4378: Pulling fs layer 18:34:22 444b2fc9a129: Pulling fs layer 18:34:22 ea15f1150254: Pulling fs layer 18:34:22 41b27a9f41bf: Pulling fs layer 18:34:22 28c525ee5125: Pulling fs layer 18:34:22 094b1ea09ed8: Pulling fs layer 18:34:22 138eaada9080: Pulling fs layer 18:34:22 0622d0fa9048: Pulling fs layer 18:34:22 444b2fc9a129: Waiting 18:34:22 ea15f1150254: Waiting 18:34:22 41b27a9f41bf: Waiting 18:34:22 0622d0fa9048: Waiting 18:34:22 138eaada9080: Waiting 18:34:22 094b1ea09ed8: Waiting 18:34:22 2cc5ad85d9ab: Verifying Checksum 18:34:22 2cc5ad85d9ab: Download complete 18:34:22 444b2fc9a129: Verifying Checksum 18:34:22 444b2fc9a129: Download complete 18:34:22 c9b1b535fdd9: Verifying Checksum 18:34:22 c9b1b535fdd9: Download complete 18:34:23 ea15f1150254: Verifying Checksum 18:34:23 ea15f1150254: Download complete 18:34:23 28c525ee5125: Verifying Checksum 18:34:23 28c525ee5125: Download complete 18:34:23 756a868c4378: Verifying Checksum 18:34:23 756a868c4378: Download complete 18:34:23 c9b1b535fdd9: Pull complete 18:34:23 138eaada9080: Verifying Checksum 18:34:23 138eaada9080: Download complete 18:34:23 094b1ea09ed8: Verifying Checksum 18:34:23 094b1ea09ed8: Download complete 18:34:23 0622d0fa9048: Verifying Checksum 18:34:23 0622d0fa9048: Download complete 18:34:23 41b27a9f41bf: Verifying Checksum 18:34:23 41b27a9f41bf: Download complete 18:34:23 2cc5ad85d9ab: Pull complete 18:34:26 756a868c4378: Pull complete 18:34:26 444b2fc9a129: Pull complete 18:34:26 ea15f1150254: Pull complete 18:34:31 41b27a9f41bf: Pull complete 18:34:31 28c525ee5125: Pull complete 18:34:33 094b1ea09ed8: Pull complete 18:34:33 138eaada9080: Pull complete 18:34:33 0622d0fa9048: Pull complete 18:34:33 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:34:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:34:34 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 18:34:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:34:38 $ docker top 7c43d8fc9c33e72da6830207119d241ec4b95c9b7014fc9976ab1e2b535c91c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:34:38 provisioning config files... 18:34:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5967888429021791911tmp [Pipeline] { [Pipeline] echo 18:34:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:34:39 ---> create-netrc.sh [Pipeline] echo 18:34:39 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:34:39 ---> logs-deploy.sh 18:34:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2679/1 18:34:39 INFO: archiving workspace using pattern(s): 18:34:40 Archives upload complete. 18:34:40 INFO: archiving logs to Nexus