Branch indexing 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 3518a29232dda2303eb10bbc901c390a9db916dd+70c918de78a758e1281f9e18824a6a08fc9647aa (dcb6160128d6d5d27bc2c161e364f289c3541470) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9031 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # 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 --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 3518a29232dda2303eb10bbc901c390a9db916dd > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3518a29232dda2303eb10bbc901c390a9db916dd # 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 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 Merge succeeded, producing 6252f2d244ab7c75ec4fe1b58532704959deb956 Checking out Revision 6252f2d244ab7c75ec4fe1b58532704959deb956 (PR-2848) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6252f2d244ab7c75ec4fe1b58532704959deb956 # timeout=10 Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" > git rev-list --no-walk 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:01 ========================================================= 00:31:01 EdgeX Global Pipelines Version Info 00:31:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:03 ------------------- 00:31:03 stable info: 00:31:03 ------------------- 00:31:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:03 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 00:31:03 Message: update stable to v1.0.148 00:31:04 ------------------- 00:31:04 experimental info: 00:31:04 ------------------- 00:31:04 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:04 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 00:31:04 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2848 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2848 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2848 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6252f2d244ab7c75ec4fe1b58532704959deb956 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6252f2d [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 00:31:07 ++ 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 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-command/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-command,cmd/core-command/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-data/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-data,cmd/core-data/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-metadata/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/support-logging/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo support-logging,cmd/support-logging/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/support-notifications/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/support-scheduler/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:07 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 00:31:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:08 00:31:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:08 latest: Pulling from edgex-devops/git-semver 00:31:08 31603596830f: Pulling fs layer 00:31:08 2a8b12db71e7: Pulling fs layer 00:31:08 6ca5941a6612: Pulling fs layer 00:31:08 ecc8261a40a4: Pulling fs layer 00:31:08 ecc8261a40a4: Waiting 00:31:08 2a8b12db71e7: Verifying Checksum 00:31:08 2a8b12db71e7: Download complete 00:31:08 31603596830f: Verifying Checksum 00:31:08 31603596830f: Download complete 00:31:08 ecc8261a40a4: Verifying Checksum 00:31:08 6ca5941a6612: Verifying Checksum 00:31:08 ecc8261a40a4: Download complete 00:31:08 6ca5941a6612: Download complete 00:31:09 31603596830f: Pull complete 00:31:09 2a8b12db71e7: Pull complete 00:31:09 6ca5941a6612: Pull complete 00:31:10 ecc8261a40a4: Pull complete 00:31:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:10 prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container 00:31:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:12 $ docker top 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:13 [ssh-agent] Looking for ssh-agent implementation... 00:31:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:13 $ docker exec 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent 00:31:13 SSH_AUTH_SOCK=/tmp/ssh-TxkrwtWKpy0E/agent.11 00:31:13 SSH_AGENT_PID=17 00:31:13 Running ssh-add (command line suppressed) 00:31:13 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5134652623703518119.key (/w/workspace/edgex-go/5@tmp/private_key_5134652623703518119.key) 00:31:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:14 + git tag --points-at HEAD [Pipeline] } 00:31:14 $ docker exec --env ******** --env ******** 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent -k 00:31:14 unset SSH_AUTH_SOCK; 00:31:14 unset SSH_AGENT_PID; 00:31:14 echo Agent pid 17 killed; 00:31:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:14 [ssh-agent] Looking for ssh-agent implementation... 00:31:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:14 $ docker exec 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent 00:31:14 SSH_AUTH_SOCK=/tmp/ssh-U0b7SiScoAxW/agent.46 00:31:14 SSH_AGENT_PID=52 00:31:14 Running ssh-add (command line suppressed) 00:31:14 Identity added: /w/workspace/edgex-go/5@tmp/private_key_4065167299537966867.key (/w/workspace/edgex-go/5@tmp/private_key_4065167299537966867.key) 00:31:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:15 + git semver init 00:31:15 # -> Open(): unable to determine branch for HEAD 00:31:15 # $GIT_DIR = /w/workspace/edgex-go/5/.git 00:31:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 00:31:15 # $SEMVER_REMOTE_NAME = origin 00:31:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:15 # $SEMVER_USER_NAME = edgex-jenkins 00:31:15 # $SEMVER_BRANCH = PR-2848 00:31:15 # $SEMVER_TEMP = /tmp/semver-410829046 00:31:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:33 # '/tmp/semver-410829046' -> '/w/workspace/edgex-go/5/.semver' 00:31:33 # -> Force: false 00:31:33 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 00:31:33 $ docker exec --env ******** --env ******** 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent -k 00:31:33 unset SSH_AUTH_SOCK; 00:31:33 unset SSH_AGENT_PID; 00:31:33 echo Agent pid 52 killed; 00:31:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:34 + git semver [Pipeline] } 00:31:34 $ docker stop --time=1 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb 00:31:36 $ docker rm -f 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb [Pipeline] // withDockerContainer [Pipeline] sh 00:31:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:37 Stashed 1 file(s) [Pipeline] echo 00:31:37 [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 00:31:38 ========================================================= 00:31:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:42 Sending build context to Docker daemon 325.8MB 00:31:42 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:42 Step 2/7 : FROM ${BASE} 00:31:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:42 df20fa9351a1: Pulling fs layer 00:31:42 ed8968b2872e: Pulling fs layer 00:31:42 a92cc7c5fd73: Pulling fs layer 00:31:42 e871e8e8d7a9: Pulling fs layer 00:31:42 e73272ec9a57: Pulling fs layer 00:31:42 1e910a182e73: Pulling fs layer 00:31:42 4e634b169226: Pulling fs layer 00:31:42 e871e8e8d7a9: Waiting 00:31:42 e73272ec9a57: Waiting 00:31:42 1e910a182e73: Waiting 00:31:42 4e634b169226: Waiting 00:31:42 a92cc7c5fd73: Verifying Checksum 00:31:42 a92cc7c5fd73: Download complete 00:31:42 ed8968b2872e: Verifying Checksum 00:31:42 ed8968b2872e: Download complete 00:31:42 e73272ec9a57: Download complete 00:31:42 1e910a182e73: Verifying Checksum 00:31:42 1e910a182e73: Download complete 00:31:42 df20fa9351a1: Verifying Checksum 00:31:42 df20fa9351a1: Download complete 00:31:42 df20fa9351a1: Pull complete 00:31:42 ed8968b2872e: Pull complete 00:31:42 a92cc7c5fd73: Pull complete 00:31:43 4e634b169226: Verifying Checksum 00:31:43 4e634b169226: Download complete 00:31:44 e871e8e8d7a9: Verifying Checksum 00:31:44 e871e8e8d7a9: Download complete 00:31:49 e871e8e8d7a9: Pull complete 00:31:49 e73272ec9a57: Pull complete 00:31:49 1e910a182e73: Pull complete 00:31:53 Still waiting to schedule task 00:31:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:31:57 4e634b169226: Pull complete 00:31:57 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:31:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:57 ---> f7629b54cfaa 00:31:57 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 00:31:57 ---> Running in 7db9147b037a 00:31:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:59 (1/12) Installing libmagic (5.38-r0) 00:32:00 (2/12) Installing file (5.38-r0) 00:32:00 (3/12) Installing libc-dev (0.7.2-r3) 00:32:00 (4/12) Installing g++ (9.3.0-r2) 00:32:08 (5/12) Installing fortify-headers (1.1-r0) 00:32:08 (6/12) Installing patch (2.7.6-r6) 00:32:08 (7/12) Installing build-base (0.5-r2) 00:32:08 (8/12) Installing libsodium (1.0.18-r0) 00:32:08 (9/12) Installing pkgconf (1.7.2-r0) 00:32:08 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:08 (11/12) Installing libzmq (4.3.3-r0) 00:32:08 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:08 Executing busybox-1.31.1-r16.trigger 00:32:08 OK: 233 MiB in 51 packages 00:32:11 Removing intermediate container 7db9147b037a 00:32:11 ---> 37c421d4c439 00:32:11 Step 4/7 : WORKDIR /edgex-go 00:32:11 ---> Running in 0c98885677f2 00:32:11 Removing intermediate container 0c98885677f2 00:32:11 ---> b407881e5b4d 00:32:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:11 latest: Pulling from library/docker 00:32:12 188c0c94c7c5: Pulling fs layer 00:32:12 0c7c675703d6: Pulling fs layer 00:32:12 cc8c12a437cb: Pulling fs layer 00:32:12 c5dafad2182a: Pulling fs layer 00:32:12 5aa711733414: Pulling fs layer 00:32:12 058f73b55e4b: Pulling fs layer 00:32:12 8c9c664faf12: Pulling fs layer 00:32:12 5aa711733414: Waiting 00:32:12 8c9c664faf12: Waiting 00:32:12 058f73b55e4b: Waiting 00:32:12 c5dafad2182a: Waiting 00:32:12 cc8c12a437cb: Verifying Checksum 00:32:12 cc8c12a437cb: Download complete 00:32:12 0c7c675703d6: Verifying Checksum 00:32:12 0c7c675703d6: Download complete 00:32:12 188c0c94c7c5: Verifying Checksum 00:32:12 188c0c94c7c5: Download complete 00:32:12 5aa711733414: Verifying Checksum 00:32:12 5aa711733414: Download complete 00:32:12 058f73b55e4b: Verifying Checksum 00:32:12 058f73b55e4b: Download complete 00:32:12 188c0c94c7c5: Pull complete 00:32:12 8c9c664faf12: Verifying Checksum 00:32:12 8c9c664faf12: Download complete 00:32:12 0c7c675703d6: Pull complete 00:32:12 cc8c12a437cb: Pull complete 00:32:15 c5dafad2182a: Download complete 00:32:17 c5dafad2182a: Pull complete 00:32:17 5aa711733414: Pull complete 00:32:17 058f73b55e4b: Pull complete 00:32:17 8c9c664faf12: Pull complete 00:32:17 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:32:17 Status: Downloaded newer image for docker:latest 00:32:19 ---> e1d3413e1273 00:32:19 Step 6/7 : COPY go.mod . 00:32:19 ---> 52fcbb3b6288 00:32:19 Step 7/7 : RUN go mod download 00:32:19 ---> Running in a7280f02c81a 00:32:41 Removing intermediate container a7280f02c81a 00:32:41 ---> deab4bbc66f3 00:32:41 Successfully built deab4bbc66f3 00:32:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:41 + docker inspect -f . ci-base-image-x86_64 00:32:41 . [Pipeline] withDockerContainer 00:32:42 prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container 00:32:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:42 $ docker top 38978c9409bb0f5b02bf16b1c58777b7971fdb82336285a8e9d0d0b05d6a9caa -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:43 + go version 00:32:43 go version go1.15.2 linux/amd64 [Pipeline] } 00:32:43 $ docker stop --time=1 38978c9409bb0f5b02bf16b1c58777b7971fdb82336285a8e9d0d0b05d6a9caa 00:32:44 $ docker rm -f 38978c9409bb0f5b02bf16b1c58777b7971fdb82336285a8e9d0d0b05d6a9caa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:45 + docker inspect -f . ci-base-image-x86_64 00:32:45 . [Pipeline] withDockerContainer 00:32:45 prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container 00:32:45 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:46 $ docker top 0a13fd1107b445c8754a229547315df05d5ba1b4647f791616cce0d0884847fc -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:46 ========================================================= 00:32:46 [edgeXBuildGoParallel] Running Tests and Build... 00:32:46 ========================================================= [Pipeline] sh 00:32:46 + make test 00:32:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:32:49 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.051s coverage: 27.1% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.021s coverage: 64.9% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 84.5% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.088s coverage: 28.6% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.030s coverage: 100.0% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.016s coverage: 100.0% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 86.7% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.063s coverage: 95.7% of statements 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.020s coverage: 0.0% of statements [no tests to run] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.044s coverage: 63.5% of statements 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.012s coverage: 91.3% of statements 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.006s coverage: 100.0% of statements 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.008s coverage: 73.7% of statements 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.124s coverage: 55.9% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.714s coverage: 86.3% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.361s coverage: 72.2% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.135s coverage: 72.1% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.015s coverage: 96.8% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.054s coverage: 36.5% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.082s coverage: 84.1% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.015s coverage: 83.8% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.020s coverage: 47.1% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.057s coverage: 29.1% of statements 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.017s coverage: 99.0% of statements 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.019s coverage: 100.0% of statements 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.007s coverage: 100.0% of statements 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 00:33:26 GO111MODULE=on go vet ./... 00:33:35 gofmt -l . 00:33:35 [ "`gofmt -l .`" = "" ] 00:33:35 ./bin/test-go-mod-tidy.sh 00:33:36 ./bin/test-attribution-txt.sh 00:33:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9033 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws 00:33:36 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] sh 00:33:38 + ls -al . 00:33:38 total 632 00:33:38 drwxrwxr-x 10 1001 1001 4096 Oct 27 00:33 . 00:33:38 drwxr-xr-x 4 root root 28 Oct 27 00:32 .. 00:33:38 -rw-rw-r-- 1 1001 1001 11 Oct 27 00:30 .dockerignore 00:33:38 drwxrwxr-x 8 1001 1001 179 Oct 27 00:31 .git 00:33:38 drwxrwxr-x 3 1001 1001 125 Oct 27 00:30 .github 00:33:38 -rw-rw-r-- 1 1001 1001 932 Oct 27 00:30 .gitignore 00:33:38 drwx------ 3 1001 1001 47 Oct 27 00:31 .semver 00:33:38 -rw-rw-r-- 1 1001 1001 166 Oct 27 00:30 .sonarcloud.properties 00:33:38 -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:30 CONTRIBUTING.md 00:33:38 -rw-rw-r-- 1 1001 1001 1035 Oct 27 00:30 Dockerfile.build 00:33:38 -rw-rw-r-- 1 1001 1001 863 Oct 27 00:30 Jenkinsfile 00:33:38 -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:30 LICENSE 00:33:38 -rw-rw-r-- 1 1001 1001 6237 Oct 27 00:30 Makefile 00:33:38 -rw-rw-r-- 1 1001 1001 6447 Oct 27 00:30 README.md 00:33:38 -rw-rw-r-- 1 1001 1001 259 Oct 27 00:30 SECURITY.md 00:33:38 -rw-rw-r-- 1 1001 1001 5 Oct 27 00:31 VERSION 00:33:38 -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:30 ZMQWindows.md 00:33:38 drwxrwxr-x 2 1001 1001 117 Oct 27 00:30 bin 00:33:38 drwxrwxr-x 15 1001 1001 4096 Oct 27 00:30 cmd 00:33:38 -rw-r--r-- 1 root root 539324 Oct 27 00:33 coverage.out 00:33:38 -rw-r--r-- 1 root root 1041 Oct 27 00:33 go.mod 00:33:38 -rw-r--r-- 1 root root 19010 Oct 27 00:33 go.sum 00:33:38 drwxrwxr-x 8 1001 1001 127 Oct 27 00:30 internal 00:33:38 drwxrwxr-x 4 1001 1001 26 Oct 27 00:30 openapi 00:33:38 drwxrwxr-x 4 1001 1001 71 Oct 27 00:30 snap 00:33:38 -rw-rw-r-- 1 1001 1001 168 Oct 27 00:30 version.go [Pipeline] sh 00:33:38 + '[' -e coverage.out ] 00:33:38 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:38 Stashed 1 file(s) [Pipeline] sh 00:33:39 + make build 00:33:39 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 00:33:41 using credential edgex-jenkins-ssh 00:33:41 Cloning the remote Git repository 00:33:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:33:41 > git init /w/workspace/edgex-go/5 # timeout=10 00:33:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:41 > git --version # timeout=10 00:33:41 > git --version # 'git version 2.17.1' 00:33:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:47 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 00:33:49 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 00:33:51 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 00:33:52 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 00:33:53 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 00:33:53 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 00:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:33:56 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 00:33:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:33:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:33:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:33:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:33:59 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 3518a29232dda2303eb10bbc901c390a9db916dd 00:34:00 Merge succeeded, producing 7a758bb9646ba413a345cd136f7224ef62e229bf 00:34:00 Checking out Revision 7a758bb9646ba413a345cd136f7224ef62e229bf (PR-2848) 00:34:00 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 00:33:59 > git config core.sparsecheckout # timeout=10 00:33:59 > git checkout -f 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 00:33:59 > git remote # timeout=10 00:33:59 > git config --get remote.origin.url # timeout=10 00:33:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:59 > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 00:34:00 > git rev-parse HEAD^{commit} # timeout=10 00:34:00 > git config core.sparsecheckout # timeout=10 00:34:00 > git checkout -f 7a758bb9646ba413a345cd136f7224ef62e229bf # timeout=10 00:34:01 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] } 00:34:02 $ docker stop --time=1 0a13fd1107b445c8754a229547315df05d5ba1b4647f791616cce0d0884847fc 00:34:04 $ docker rm -f 0a13fd1107b445c8754a229547315df05d5ba1b4647f791616cce0d0884847fc 00:34:04 Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" 00:34:04 > git rev-list --no-walk 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash 00:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:07 00:34:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 00:34:07 ========================================================= 00:34:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:08 latest: Pulling from edgex-devops/edgex-compose 00:34:08 cbdbe7a5bc2a: Pulling fs layer 00:34:08 ca9280d653b3: Pulling fs layer 00:34:08 7e9c9ca2126c: Pulling fs layer 00:34:08 cbdbe7a5bc2a: Download complete 00:34:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:34:08 cbdbe7a5bc2a: Pull complete 00:34:09 ca9280d653b3: Verifying Checksum 00:34:09 ca9280d653b3: Download complete 00:34:10 7e9c9ca2126c: Download complete 00:34:10 ca9280d653b3: Pull complete 00:34:11 Sending build context to Docker daemon 165.3MB 00:34:11 Step 1/7 : ARG BASE=golang:1.15-alpine 00:34:11 Step 2/7 : FROM ${BASE} 00:34:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:11 b538f80385f9: Pulling fs layer 00:34:11 74f711af9a0d: Pulling fs layer 00:34:11 99f96fe45779: Pulling fs layer 00:34:11 8529a6b9a6be: Pulling fs layer 00:34:11 45590311c82a: Pulling fs layer 00:34:11 69ca0ff8b7b3: Pulling fs layer 00:34:11 209524e5b208: Pulling fs layer 00:34:11 45590311c82a: Waiting 00:34:11 69ca0ff8b7b3: Waiting 00:34:11 209524e5b208: Waiting 00:34:11 8529a6b9a6be: Waiting 00:34:11 99f96fe45779: Download complete 00:34:11 74f711af9a0d: Verifying Checksum 00:34:11 74f711af9a0d: Download complete 00:34:11 45590311c82a: Download complete 00:34:11 69ca0ff8b7b3: Download complete 00:34:12 b538f80385f9: Verifying Checksum 00:34:12 b538f80385f9: Download complete 00:34:12 b538f80385f9: Pull complete 00:34:13 74f711af9a0d: Pull complete 00:34:13 99f96fe45779: Pull complete 00:34:14 209524e5b208: Verifying Checksum 00:34:14 209524e5b208: Download complete 00:34:15 8529a6b9a6be: Verifying Checksum 00:34:15 8529a6b9a6be: Download complete 00:34:18 7e9c9ca2126c: Pull complete 00:34:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:18 prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container 00:34:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:19 $ docker top f8c5ecff7094ad072579fa3d8b4875b47dcb6b9e656fd7cf118b439fefd5277b -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:19 + docker-compose build --help 00:34:19 + grep parallel 00:34:20 --parallel Build images in parallel. [Pipeline] } 00:34:20 $ docker stop --time=1 f8c5ecff7094ad072579fa3d8b4875b47dcb6b9e656fd7cf118b439fefd5277b 00:34:22 $ docker rm -f f8c5ecff7094ad072579fa3d8b4875b47dcb6b9e656fd7cf118b439fefd5277b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:22 . [Pipeline] withDockerContainer 00:34:22 prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container 00:34:22 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:23 $ docker top 8fde965aa6d7e0f2b708c48d8c7cf114cacc652652b180f086151eb12bc560a2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:24 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:25 Building docker-core-command-go ... 00:34:25 Building docker-core-data-go ... 00:34:25 Building docker-core-metadata-go ... 00:34:25 Building docker-security-proxy-setup-go ... 00:34:25 Building docker-security-secrets-setup-go ... 00:34:25 Building docker-security-secretstore-setup-go ... 00:34:25 Building docker-support-logging-go ... 00:34:25 Building docker-support-notifications-go ... 00:34:25 Building docker-support-scheduler-go ... 00:34:25 Building docker-sys-mgmt-agent-go ... 00:34:25 Building docker-security-proxy-setup-go 00:34:25 Building docker-support-logging-go 00:34:25 Building docker-security-secretstore-setup-go 00:34:25 Building docker-sys-mgmt-agent-go 00:34:25 Building docker-core-command-go 00:34:25 8529a6b9a6be: Pull complete 00:34:25 45590311c82a: Pull complete 00:34:25 69ca0ff8b7b3: Pull complete 00:34:30 209524e5b208: Pull complete 00:34:30 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:34:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:30 ---> 5bddaf1c2fca 00:34:30 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 00:34:32 ---> Running in 0a4d27f1545e 00:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:37 (1/12) Installing libmagic (5.38-r0) 00:34:38 (2/12) Installing file (5.38-r0) 00:34:38 (3/12) Installing libc-dev (0.7.2-r3) 00:34:38 (4/12) Installing g++ (9.3.0-r2) 00:34:53 (5/12) Installing fortify-headers (1.1-r0) 00:34:53 (6/12) Installing patch (2.7.6-r6) 00:34:53 (7/12) Installing build-base (0.5-r2) 00:34:53 (8/12) Installing libsodium (1.0.18-r0) 00:34:53 (9/12) Installing pkgconf (1.7.2-r0) 00:34:53 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:53 (11/12) Installing libzmq (4.3.3-r0) 00:34:53 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:53 Executing busybox-1.31.1-r16.trigger 00:34:53 OK: 217 MiB in 51 packages 00:34:57 Removing intermediate container 0a4d27f1545e 00:34:57 ---> e4ade8c17dd9 00:34:57 Step 4/7 : WORKDIR /edgex-go 00:34:57 ---> Running in 78af642bbd83 00:34:57 Removing intermediate container 78af642bbd83 00:34:57 ---> dbae84c80581 00:34:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:34:57 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:34:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> deab4bbc66f3 00:34:57 Step 3/20 : WORKDIR /edgex-go 00:34:57 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:34:57 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> deab4bbc66f3 00:34:57 Step 3/27 : WORKDIR /edgex-go 00:34:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:34:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> deab4bbc66f3 00:34:57 Step 3/22 : WORKDIR /edgex-go 00:34:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:34:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> deab4bbc66f3 00:34:57 Step 3/22 : WORKDIR /edgex-go 00:34:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 00:34:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> deab4bbc66f3 00:34:57 Step 3/26 : WORKDIR /edgex-go 00:34:57 ---> Running in d7615f104a91 00:34:57 ---> Running in 7c737e2c424c 00:34:57 ---> Running in 19ebf0dd5808 00:34:57 ---> Running in 31782e8b3db4 00:34:57 ---> Running in 05b7ca3993df 00:34:57 Removing intermediate container 19ebf0dd5808 00:34:57 ---> c9c353c60516 00:34:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:57 Removing intermediate container 7c737e2c424c 00:34:57 ---> acd36d635a6c 00:34:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:57 Removing intermediate container d7615f104a91 00:34:57 ---> 356fe1744f44 00:34:57 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:57 Removing intermediate container 05b7ca3993df 00:34:57 ---> 06a83cf97977 00:34:57 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:57 Removing intermediate container 31782e8b3db4 00:34:57 ---> 0f6d99faded9 00:34:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:57 ---> Running in f740a0bbd360 00:34:57 ---> Running in b9392644b997 00:34:57 ---> Running in ebe529079455 00:34:57 ---> Running in 3e8389db1a76 00:34:57 ---> Running in c0defa16b650 00:34:57 latest: Pulling from library/docker 00:34:57 5f621e34cdf4: Pulling fs layer 00:34:57 85db56a05063: Pulling fs layer 00:34:57 ccb67d6aeaaa: Pulling fs layer 00:34:57 a0b19fc83503: Pulling fs layer 00:34:57 8eb508b41278: Pulling fs layer 00:34:57 37236713561e: Pulling fs layer 00:34:57 07c93f2b1b56: Pulling fs layer 00:34:57 a0b19fc83503: Waiting 00:34:57 8eb508b41278: Waiting 00:34:57 37236713561e: Waiting 00:34:57 07c93f2b1b56: Waiting 00:34:57 ccb67d6aeaaa: Verifying Checksum 00:34:57 ccb67d6aeaaa: Download complete 00:34:57 85db56a05063: Verifying Checksum 00:34:57 85db56a05063: Download complete 00:34:57 5f621e34cdf4: Verifying Checksum 00:34:57 5f621e34cdf4: Download complete 00:34:58 8eb508b41278: Verifying Checksum 00:34:58 8eb508b41278: Download complete 00:34:58 37236713561e: Verifying Checksum 00:34:58 37236713561e: Download complete 00:34:58 07c93f2b1b56: Verifying Checksum 00:34:58 07c93f2b1b56: Download complete 00:34:58 Removing intermediate container f740a0bbd360 00:34:58 ---> 9713a25e77de 00:34:58 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:34:58 ---> Running in 00fb3b2f9387 00:34:58 5f621e34cdf4: Pull complete 00:34:58 Removing intermediate container b9392644b997 00:34:58 ---> 816067146903 00:34:58 Step 5/26 : RUN apk update && apk add make git 00:34:58 ---> Running in 0bbc2d33540a 00:34:59 Removing intermediate container ebe529079455 00:34:59 ---> a1f2d1bae410 00:34:59 Step 5/27 : RUN apk update && apk add make bash git 00:34:59 Removing intermediate container 3e8389db1a76 00:34:59 ---> 58e758cdfac9 00:34:59 Step 5/22 : RUN apk update && apk add make git 00:34:59 ---> Running in fcde4301224c 00:34:59 ---> Running in 5f62f127ec23 00:34:59 a0b19fc83503: Verifying Checksum 00:34:59 a0b19fc83503: Download complete 00:34:59 85db56a05063: Pull complete 00:34:59 Removing intermediate container c0defa16b650 00:34:59 ---> 08310f15129f 00:34:59 Step 5/20 : RUN apk update && apk add make git 00:34:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:59 ---> Running in f3caf29d1e25 00:34:59 ccb67d6aeaaa: Pull complete 00:34:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:00 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:00 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:00 OK: 12752 distinct packages available 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:01 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:01 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:01 OK: 12752 distinct packages available 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:01 OK: 233 MiB in 51 packages 00:35:01 OK: 233 MiB in 51 packages 00:35:01 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:01 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:01 OK: 12752 distinct packages available 00:35:01 OK: 233 MiB in 51 packages 00:35:02 OK: 233 MiB in 51 packages 00:35:02 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:02 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:02 OK: 12752 distinct packages available 00:35:02 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:02 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:02 OK: 12752 distinct packages available 00:35:02 OK: 233 MiB in 51 packages 00:35:02 OK: 233 MiB in 51 packages 00:35:02 Removing intermediate container 0bbc2d33540a 00:35:02 ---> 3b194b1c0835 00:35:02 Step 6/26 : COPY go.mod . 00:35:02 Removing intermediate container 00fb3b2f9387 00:35:02 ---> d887e2a211db 00:35:02 Step 6/22 : COPY go.mod . 00:35:02 Removing intermediate container fcde4301224c 00:35:02 ---> 1d848279107f 00:35:02 Step 6/27 : COPY go.mod . 00:35:02 ---> 7fa6f5a867ee 00:35:02 Step 7/26 : RUN go mod download 00:35:02 a0b19fc83503: Pull complete 00:35:02 8eb508b41278: Pull complete 00:35:03 ---> Running in 5e7edf75608e 00:35:03 Removing intermediate container 5f62f127ec23 00:35:03 ---> 26fa292dd03b 00:35:03 Step 6/22 : COPY go.mod . 00:35:03 ---> a997b423a027 00:35:03 Step 7/22 : RUN go mod download 00:35:03 37236713561e: Pull complete 00:35:03 ---> 18dcabc1f3d7 00:35:03 Step 7/27 : RUN go mod download 00:35:03 Removing intermediate container f3caf29d1e25 00:35:03 ---> 8b9d848ce87f 00:35:03 Step 6/20 : COPY go.mod . 00:35:03 ---> Running in b9b0ae7df4d1 00:35:03 ---> Running in d67f3affe875 00:35:03 07c93f2b1b56: Pull complete 00:35:03 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:35:03 Status: Downloaded newer image for docker:latest 00:35:03 ---> 96a594d2c8e6 00:35:03 Step 7/22 : RUN go mod download 00:35:03 ---> Running in 6fb94bb37d74 00:35:03 ---> c5b829d8f605 00:35:03 Step 7/20 : RUN go mod download 00:35:04 ---> Running in 57e7a9775b1e 00:35:05 Removing intermediate container 5e7edf75608e 00:35:05 ---> 7bb091e129ec 00:35:05 Step 8/26 : COPY . . 00:35:05 Removing intermediate container b9b0ae7df4d1 00:35:05 ---> 3867f9a7ea31 00:35:05 Step 8/22 : COPY . . 00:35:06 ---> 4e3a1f23ac2f 00:35:06 Step 6/7 : COPY go.mod . 00:35:07 ---> eafb00eac35e 00:35:07 Step 7/7 : RUN go mod download 00:35:07 ---> Running in bb04d71953c1 00:35:09 Removing intermediate container 6fb94bb37d74 00:35:09 ---> aaa8575d4550 00:35:09 Step 8/22 : COPY . . 00:35:19 Removing intermediate container d67f3affe875 00:35:19 ---> fe2570e4d969 00:35:19 Step 8/27 : COPY . . 00:35:19 Removing intermediate container 57e7a9775b1e 00:35:19 ---> f2ca724b895e 00:35:19 Step 8/20 : COPY . . 00:35:34 Removing intermediate container bb04d71953c1 00:35:34 ---> 98084fee9a0b 00:35:34 Successfully built 98084fee9a0b 00:35:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:34 + docker inspect -f . ci-base-image-arm64 00:35:34 . [Pipeline] withDockerContainer 00:35:35 prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container 00:35:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:37 $ docker top 52e147732bda1c21f9013ee80c47312a65d4fb32ab3aecc3823f0b224fc719a6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:38 + go version 00:35:38 go version go1.15.2 linux/arm64 [Pipeline] } 00:35:38 $ docker stop --time=1 52e147732bda1c21f9013ee80c47312a65d4fb32ab3aecc3823f0b224fc719a6 00:35:40 $ docker rm -f 52e147732bda1c21f9013ee80c47312a65d4fb32ab3aecc3823f0b224fc719a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:41 + docker inspect -f . ci-base-image-arm64 00:35:41 . [Pipeline] withDockerContainer 00:35:41 prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container 00:35:42 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:43 $ docker top c3f745f878d1bcdb70fced074fb8581d4edbe28d00de932c9060d2c863b5dedc -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:43 ========================================================= 00:35:43 [edgeXBuildGoParallel] Running Tests and Build... 00:35:43 ========================================================= [Pipeline] sh 00:35:44 + make test 00:35:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:35:45 ---> de84797c4434 00:35:45 Step 9/22 : RUN make cmd/core-command/core-command 00:35:45 ---> 8a0636c24b13 00:35:45 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 00:35:45 ---> bb99289e406b 00:35:45 Step 9/22 : RUN make cmd/support-logging/support-logging 00:35:45 ---> Running in 3dc4c21c9eb8 00:35:45 ---> Running in 80ec1a5b8444 00:35:45 ---> Running in 641a23ad39ab 00:35:47 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:48 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 00:35:48 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 00:35:48 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 00:35:50 ---> 535c7b87adf5 00:35:50 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:35:51 ---> Running in 0dccbb286c74 00:35:51 ---> 6ef9b287d189 00:35:51 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:35:51 ---> Running in 4706ecd99c17 00:35:52 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 00:35:52 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 00:36:14 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 00:36:15 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 00:36:17 Removing intermediate container 641a23ad39ab 00:36:17 ---> a0561e716e41 00:36:17 00:36:17 Step 10/22 : FROM scratch 00:36:17 ---> 00:36:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:36:18 ---> Running in 43e5e88c2fee 00:36:18 Removing intermediate container 43e5e88c2fee 00:36:18 ---> d5c41d180142 00:36:18 Step 12/22 : ENV APP_PORT=48061 00:36:18 ---> Running in 37a997e39ff2 00:36:18 Removing intermediate container 37a997e39ff2 00:36:18 ---> 10cccd27ba4b 00:36:18 Step 13/22 : EXPOSE $APP_PORT 00:36:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:20 ---> Running in 62c93db77db7 00:36:20 Removing intermediate container 0dccbb286c74 00:36:20 ---> b14582e6381b 00:36:20 00:36:20 Step 10/20 : FROM alpine 00:36:21 latest: Pulling from library/alpine 00:36:21 Removing intermediate container 80ec1a5b8444 00:36:21 ---> db495cd68b97 00:36:21 00:36:21 Step 10/22 : FROM scratch 00:36:21 ---> 00:36:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:21 Removing intermediate container 62c93db77db7 00:36:21 ---> f975d3213e5e 00:36:21 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:36:22 ---> Running in 45935d9837d9 00:36:22 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:36:22 Status: Downloaded newer image for alpine:latest 00:36:22 ---> d6e46aa2470d 00:36:22 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:36:24 ---> f731cedcd30d 00:36:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:36:24 ---> Running in 2bb30e2d8774 00:36:24 Removing intermediate container 45935d9837d9 00:36:24 ---> a73262978b3b 00:36:24 Step 12/22 : ENV APP_PORT=48082 00:36:24 Removing intermediate container 3dc4c21c9eb8 00:36:24 ---> 5baad0c2b671 00:36:24 00:36:24 Step 10/26 : FROM alpine:3.10 00:36:24 Removing intermediate container 4706ecd99c17 00:36:24 ---> 3ee8193a57d2 00:36:24 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:36:24 ---> Running in b6a94fed358a 00:36:24 3.10: Pulling from library/alpine 00:36:24 ---> Running in 71d3bc81e568 00:36:25 ---> e4871dfcc3e2 00:36:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:36:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:25 Removing intermediate container b6a94fed358a 00:36:25 ---> f1fd1f4b4cba 00:36:25 Step 13/22 : EXPOSE $APP_PORT 00:36:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:36:25 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:36:25 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:36:25 OK: 12744 distinct packages available 00:36:25 Status: Downloaded newer image for alpine:3.10 00:36:25 ---> be4e4bea2c2e 00:36:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:36:25 ---> Running in cebd04db240c 00:36:25 ---> c62e3f307839 00:36:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:36:25 ---> Running in 9356ea98238a 00:36:25 (1/4) Installing ca-certificates (20191127-r4) 00:36:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:36:25 (3/4) Installing libcurl (7.69.1-r1) 00:36:25 (4/4) Installing curl (7.69.1-r1) 00:36:25 Executing busybox-1.31.1-r19.trigger 00:36:25 Executing ca-certificates-20191127-r4.trigger 00:36:26 OK: 7 MiB in 18 packages 00:36:26 Removing intermediate container cebd04db240c 00:36:26 ---> 18610677acc4 00:36:26 Step 14/22 : WORKDIR / 00:36:26 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 00:36:26 ---> Running in 11d214142d0c 00:36:26 ---> 85a64f04396c 00:36:26 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:36:26 ---> Running in a4bead0e2dbb 00:36:26 Removing intermediate container 11d214142d0c 00:36:26 ---> 539dc2b1456f 00:36:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:36:27 Removing intermediate container a4bead0e2dbb 00:36:27 ---> 3f4e0f8b6f94 00:36:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:36:27 ---> 847a2d549485 00:36:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:36:27 ---> Running in d7cc3f9a44fc 00:36:27 Removing intermediate container 2bb30e2d8774 00:36:27 ---> 6ae27c94607f 00:36:27 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:27 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:36:27 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:36:27 OK: 10346 distinct packages available 00:36:28 ---> Running in 06c411a16eb9 00:36:28 (1/5) Installing ca-certificates (20191127-r2) 00:36:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:36:28 (3/5) Installing libcurl (7.66.0-r1) 00:36:28 (4/5) Installing curl (7.66.0-r1) 00:36:28 (5/5) Installing dumb-init (1.2.2-r1) 00:36:28 Executing busybox-1.30.1-r3.trigger 00:36:28 Executing ca-certificates-20191127-r2.trigger 00:36:28 OK: 7 MiB in 19 packages 00:36:28 Removing intermediate container d7cc3f9a44fc 00:36:28 ---> 96236d4237dd 00:36:28 Step 20/22 : LABEL arch=x86_64 00:36:29 ---> Running in 56dc8093656c 00:36:29 ---> 106febd62bf1 00:36:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:36:29 Removing intermediate container 06c411a16eb9 00:36:29 ---> 215f39306211 00:36:29 Step 13/20 : WORKDIR /edgex 00:36:29 Removing intermediate container 71d3bc81e568 00:36:29 ---> 746a30222254 00:36:29 00:36:29 Step 11/27 : FROM docker:latest 00:36:29 ---> 6972c414f322 00:36:29 Step 12/27 : RUN apk add --no-cache bash 00:36:29 ---> Running in 47a153343d4f 00:36:30 ---> Running in 529cc1806312 00:36:30 Removing intermediate container 56dc8093656c 00:36:30 ---> dbbc79cf4eaf 00:36:30 Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:36:30 Removing intermediate container 9356ea98238a 00:36:30 ---> 8310ad2c1fe3 00:36:30 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:30 ---> a595039bb05f 00:36:30 Step 18/22 : ENTRYPOINT ["/core-command"] 00:36:30 ---> Running in f7096a0738b9 00:36:30 ---> Running in 751f77361631 00:36:30 ---> Running in d025ce483b82 00:36:30 Removing intermediate container 47a153343d4f 00:36:30 ---> cc7fbbc6b990 00:36:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:36:30 Removing intermediate container f7096a0738b9 00:36:30 ---> a278460baf1a 00:36:30 Step 22/22 : LABEL version=0.0.0 00:36:31 ---> Running in f398067a2eb0 00:36:31 Removing intermediate container 751f77361631 00:36:31 ---> c8504633083f 00:36:31 Step 13/26 : WORKDIR / 00:36:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:31 Removing intermediate container d025ce483b82 00:36:31 ---> 5076bd4ff373 00:36:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 (1/2) Installing readline (8.0.4-r0) 00:36:31 (2/2) Installing bash (5.0.17-r0) 00:36:31 Executing bash-5.0.17-r0.post-install 00:36:31 Executing busybox-1.31.1-r19.trigger 00:36:31 OK: 12 MiB in 22 packages 00:36:31 ---> ce458c2ff9e9 00:36:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:36:31 ---> Running in d9cd81d5f8b6 00:36:31 ---> Running in e04d64c55890 00:36:31 Removing intermediate container f398067a2eb0 00:36:31 ---> ca3249458c1b 00:36:31 00:36:32 Successfully built ca3249458c1b 00:36:32 Successfully tagged docker-support-logging-go:latest 00:36:32  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go 00:36:32 Removing intermediate container d9cd81d5f8b6 00:36:32 ---> 4acc77e773f9 00:36:32 Step 20/22 : LABEL arch=x86_64 00:36:32 ---> 02cad04daac8 00:36:32 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:36:32 Removing intermediate container e04d64c55890 00:36:32 ---> 69050d59b630 00:36:32 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:36:32 ---> Running in 624a58f9ff31 00:36:32 ---> Running in c123e11af031 00:36:32 Removing intermediate container 529cc1806312 00:36:32 ---> 00a8f2fd1482 00:36:32 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:36:33 ---> Running in b781f67f46ae 00:36:33 Removing intermediate container 624a58f9ff31 00:36:33 ---> 7ca8d7344923 00:36:33 Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:36:33 ---> 7b1b1bc61dfa 00:36:33 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:36:33 Removing intermediate container c123e11af031 00:36:33 ---> 7ff14f88d57e 00:36:33 Step 17/20 : CMD ["--init=true"] 00:36:33 ---> Running in 7a0d9abc3d88 00:36:33 ---> Running in d081784affb6 00:36:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:37 ---> 3523ba216a03 00:36:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:36:37 Removing intermediate container d081784affb6 00:36:37 ---> 3a362288d7c3 00:36:37 Step 18/20 : LABEL arch=x86_64 00:36:37 Removing intermediate container 7a0d9abc3d88 00:36:37 ---> cdf748f1a32c 00:36:37 Step 22/22 : LABEL version=0.0.0 00:36:37 ---> Running in 234ad251c33d 00:36:37 ---> Running in 61404a41d8b3 00:36:37 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:37 ---> f99c499391a5 00:36:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:36:37 Removing intermediate container b781f67f46ae 00:36:37 ---> 7ec83d1f3cb5 00:36:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:36:38 Removing intermediate container 234ad251c33d 00:36:38 ---> 8d3afc0f34da 00:36:38 Step 19/20 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:36:38 Removing intermediate container 61404a41d8b3 00:36:38 ---> e265593264a0 00:36:38 00:36:38 Successfully built e265593264a0 00:36:39 Successfully tagged docker-core-command-go:latest 00:36:39  Building docker-core-command-go ... done Building docker-core-metadata-go 00:36:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:41 ---> Running in 9b494775da5d 00:36:41 ---> 3b17d830f3b0 00:36:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:36:42 ---> Running in ff0fed1009dc 00:36:46 Removing intermediate container 9b494775da5d 00:36:46 ---> 60683bf4a395 00:36:46 Step 15/27 : ENV APP_PORT=48090 00:36:46 Removing intermediate container ff0fed1009dc 00:36:46 ---> 3e1bb0ad331a 00:36:46 Step 20/20 : LABEL version=0.0.0 00:36:46 ---> 02fb337e7dee 00:36:46 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:36:47 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:47 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:47 ---> deab4bbc66f3 00:36:47 Step 3/29 : WORKDIR /edgex-go 00:36:47 ---> Using cache 00:36:47 ---> 0f6d99faded9 00:36:47 Step 4/29 : RUN apk update && apk add make git 00:36:47 ---> Running in 9b20e4f49d47 00:36:47 ---> Running in 485d3c31b508 00:36:48 ---> 5a7e46ce66b7 00:36:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:36:48 ---> Running in 15d9197a6545 00:36:49 Removing intermediate container 9b20e4f49d47 00:36:49 ---> 6657f5021b00 00:36:49 Step 16/27 : EXPOSE $APP_PORT 00:36:49 Removing intermediate container 485d3c31b508 00:36:49 ---> 3f7da108ff5a 00:36:49 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.073s coverage: 46.6% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:49 ---> Running in a414def62aa2 00:36:49 Successfully built 3f7da108ff5a 00:36:49 Successfully tagged docker-security-proxy-setup-go:latest 00:36:49 Building docker-support-scheduler-go 00:36:50  Building docker-security-proxy-setup-go ... done  ---> 7b7647c82ef1 00:36:50 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:52 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:52 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:52 OK: 12752 distinct packages available 00:36:53 OK: 233 MiB in 51 packages 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.381s coverage: 66.0% of statements 00:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:36:55 Removing intermediate container a414def62aa2 00:36:55 ---> aba249ade8f1 00:36:55 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.404s coverage: 84.5% of statements 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:36:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:56 ---> deab4bbc66f3 00:36:56 Step 3/22 : WORKDIR /edgex-go 00:36:56 ---> Using cache 00:36:56 ---> 0f6d99faded9 00:36:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:56 ---> Using cache 00:36:56 ---> 58e758cdfac9 00:36:56 Step 5/22 : RUN apk update && apk add make git 00:36:56 ---> Using cache 00:36:56 ---> 26fa292dd03b 00:36:56 Step 6/22 : COPY go.mod . 00:36:56 ---> Using cache 00:36:56 ---> 96a594d2c8e6 00:36:56 Step 7/22 : RUN go mod download 00:36:56 ---> Using cache 00:36:56 ---> aaa8575d4550 00:36:56 Step 8/22 : COPY . . 00:36:56 ---> Using cache 00:36:56 ---> de84797c4434 00:36:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:57 ---> b423fece5f5c 00:36:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:36:57 ---> Running in 6ebb59e8d088 00:36:57 ---> 2b371d126d4e 00:36:57 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:36:57 ---> Running in 4c14243f4e5f 00:36:57 Removing intermediate container 15d9197a6545 00:36:57 ---> 3c7404d39cde 00:36:57 Step 5/29 : COPY go.mod . 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.308s coverage: 28.6% of statements 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:58 ---> a0d90611e6e9 00:36:58 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:36:58 ---> 7c2066856791 00:36:58 Step 6/29 : RUN go mod download 00:36:59 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 00:36:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements 00:36:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:59 ---> Running in 55506b0a04b4 00:37:01 ---> 6d9439c3c363 00:37:01 Step 20/27 : RUN apk --no-cache add py3-pip 00:37:02 ---> Running in 1c6b3782e12b 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.075s coverage: 86.7% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:03 Removing intermediate container 4c14243f4e5f 00:37:03 ---> 48ab60d94fce 00:37:03 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:37:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 100.0% of statements 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:04 ---> Running in 68ee13190e45 00:37:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:04 (1/33) Installing libbz2 (1.0.8-r1) 00:37:04 (2/33) Installing expat (2.2.9-r1) 00:37:04 (3/33) Installing libffi (3.3-r2) 00:37:04 (4/33) Installing gdbm (1.13-r1) 00:37:04 (5/33) Installing xz-libs (5.2.5-r0) 00:37:04 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:04 (7/33) Installing python3 (3.8.5-r0) 00:37:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:05 ---> deab4bbc66f3 00:37:05 Step 3/21 : WORKDIR /edgex-go 00:37:05 ---> Using cache 00:37:05 ---> 0f6d99faded9 00:37:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:05 ---> Using cache 00:37:05 ---> 58e758cdfac9 00:37:05 Step 5/21 : RUN apk update && apk add make git 00:37:05 ---> Using cache 00:37:05 ---> 26fa292dd03b 00:37:05 Step 6/21 : COPY go.mod . 00:37:05 ---> Using cache 00:37:05 ---> 96a594d2c8e6 00:37:05 Step 7/21 : RUN go mod download 00:37:05 ---> Using cache 00:37:05 ---> aaa8575d4550 00:37:05 Step 8/21 : COPY . . 00:37:05 ---> Using cache 00:37:05 ---> de84797c4434 00:37:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.233s coverage: 95.7% of statements 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.0% of statements [no tests to run] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:07 Removing intermediate container 68ee13190e45 00:37:07 ---> 47161d4499be 00:37:07 Step 24/26 : LABEL arch=x86_64 00:37:07 ---> Running in f83ea76bce4c 00:37:07 ---> Running in 770171758efe 00:37:07 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:07 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:07 (11/33) Installing py3-six (1.15.0-r0) 00:37:07 (12/33) Installing py3-packaging (20.4-r0) 00:37:07 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:07 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:08 Removing intermediate container 55506b0a04b4 00:37:08 ---> dc9dcfb9991c 00:37:08 Step 7/29 : COPY . . 00:37:08 (15/33) Installing py3-idna (2.9-r0) 00:37:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.022s coverage: 91.3% of statements 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements 00:37:08 (18/33) Installing py3-requests (2.23.0-r0) 00:37:08 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:08 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:08 Removing intermediate container 770171758efe 00:37:08 ---> 0cf2faa9d9ba 00:37:08 Step 25/26 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:37:08 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 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 00:37:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:09 (24/33) Installing py3-distro (1.5.0-r1) 00:37:09 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:09 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:09 ---> Running in 0a8f3ed4d7c9 00:37:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 00:37:10 (29/33) Installing py3-progress (1.5-r0) 00:37:10 (30/33) Installing py3-toml (0.10.1-r0) 00:37:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:11 (33/33) Installing py3-pip (20.1.1-r0) 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 55.9% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:37:13 Executing busybox-1.31.1-r19.trigger 00:37:13 OK: 71 MiB in 55 packages 00:37:15 Removing intermediate container 0a8f3ed4d7c9 00:37:15 ---> 8f4376a23a04 00:37:15 Step 26/26 : LABEL version=0.0.0 00:37:18 ---> Running in e12d22173cd6 00:37:20 Removing intermediate container e12d22173cd6 00:37:20 ---> d167fb42008b 00:37:20 00:37:20 Successfully built d167fb42008b 00:37:20 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:20 Building docker-support-notifications-go 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 17.109s coverage: 86.3% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.065s coverage: 72.2% of statements 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.529s coverage: 72.1% of statements 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 36.5% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.242s coverage: 84.1% of statements 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.023s coverage: 100.0% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.165s coverage: 29.1% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements 00:37:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements 00:37:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements 00:37:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 00:37:36 GO111MODULE=on go vet ./... 00:37:38  Building docker-security-secretstore-setup-go ... done  ---> 52cc3a9e0fe8 00:37:38 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:37:39 ---> Running in ffba59e45faa 00:37:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:41 ---> deab4bbc66f3 00:37:41 Step 3/24 : WORKDIR /edgex-go 00:37:41 ---> Using cache 00:37:41 ---> 0f6d99faded9 00:37:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:41 ---> Using cache 00:37:41 ---> 58e758cdfac9 00:37:41 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:37:41 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 00:37:43 ---> Running in bc42206272ea 00:37:44 Removing intermediate container 1c6b3782e12b 00:37:44 ---> d48acad33893 00:37:44 Step 21/27 : RUN pip install docker-compose==1.23.2 00:37:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 ---> Running in da2c43fd12f7 00:37:46 Removing intermediate container f83ea76bce4c 00:37:46 ---> dc9adf0dd478 00:37:46 00:37:46 Step 10/21 : FROM scratch 00:37:46 ---> 00:37:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 ---> Using cache 00:37:46 ---> a73262978b3b 00:37:46 Step 12/21 : ENV APP_PORT=48085 00:37:47 ---> Running in 4ddc982504c3 00:37:47 Removing intermediate container 6ebb59e8d088 00:37:47 ---> 53bfbfc649ee 00:37:47 00:37:47 Step 10/22 : FROM scratch 00:37:47 ---> 00:37:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:47 ---> Using cache 00:37:47 ---> a73262978b3b 00:37:47 Step 12/22 : ENV APP_PORT=48081 00:37:47 ---> Running in de4cc2f04273 00:37:47 Removing intermediate container 4ddc982504c3 00:37:47 ---> d2fa27d9a87d 00:37:47 Step 13/21 : EXPOSE $APP_PORT 00:37:47 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:47 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:47 OK: 12752 distinct packages available 00:37:47 OK: 233 MiB in 51 packages 00:37:48 ---> Running in bc07ad838099 00:37:48 Removing intermediate container de4cc2f04273 00:37:48 ---> 61553875f577 00:37:48 Step 13/22 : EXPOSE $APP_PORT 00:37:48 ---> Running in fab4096bd8fe 00:37:48 Removing intermediate container bc07ad838099 00:37:48 ---> 73286266ff4f 00:37:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:49 Removing intermediate container fab4096bd8fe 00:37:49 ---> 8a206f4aa31f 00:37:49 Step 14/22 : WORKDIR / 00:37:49 Removing intermediate container bc42206272ea 00:37:49 ---> 8110f540af11 00:37:49 Step 6/24 : COPY go.mod . 00:37:49 Collecting docker-compose==1.23.2 00:37:49 ---> Running in 3e4d1cd600b3 00:37:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:37:49 ---> 9f1b5ecf72e5 00:37:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:49 ---> bab9c1ed5b50 00:37:49 Step 7/24 : RUN go mod download 00:37:49 Collecting texttable<0.10,>=0.9.0 00:37:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:37:50 Removing intermediate container 3e4d1cd600b3 00:37:50 ---> c8318b83fcc6 00:37:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:50 ---> Running in 4520cd94d0d4 00:37:50 ---> 6285cba8a121 00:37:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:50 ---> 6b9f7b8f3ac4 00:37:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:50 ---> 4612ae49a8bb 00:37:50 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:37:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:37:51 ---> Running in 0918dff2711c 00:37:51 Collecting docopt<0.7,>=0.6.1 00:37:51 Downloading docopt-0.6.2.tar.gz (25 kB) 00:37:51 ---> fd7fd34b430d 00:37:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:51 Removing intermediate container 0918dff2711c 00:37:51 ---> cab78514a914 00:37:51 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:51 ---> Running in e00f4c3ca41d 00:37:52 ---> 49aee49f2c6e 00:37:52 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:52 Collecting websocket-client<1.0,>=0.32.0 00:37:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:37:52 ---> Running in 1d25b58e29af 00:37:52 Removing intermediate container e00f4c3ca41d 00:37:52 ---> 832d1b44a0d6 00:37:52 Step 19/21 : LABEL arch=x86_64 00:37:52 Collecting jsonschema<3,>=2.5.1 00:37:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:37:53 ---> Running in fddad5b5553c 00:37:53 Removing intermediate container 1d25b58e29af 00:37:53 ---> 9bd582887685 00:37:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:53 Collecting PyYAML<4,>=3.10 00:37:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:37:54 Removing intermediate container ffba59e45faa 00:37:54 ---> fcb4851e0230 00:37:54 00:37:54 Step 9/29 : FROM alpine:latest 00:37:54 ---> d6e46aa2470d 00:37:54 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:37:54 ---> Running in 0759385cc84f 00:37:54 Removing intermediate container 4520cd94d0d4 00:37:54 ---> b6eb4290e20a 00:37:54 Step 8/24 : COPY . . 00:37:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:37:55 ---> Running in 9cc76e10630e 00:37:55 Removing intermediate container fddad5b5553c 00:37:55 ---> 9c570e5c21fb 00:37:55 Step 20/21 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:37:56 Collecting cached-property<2,>=1.2.0 00:37:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:37:58 Collecting docker<4.0,>=3.6.0 00:37:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:37:58 gofmt -l . 00:37:58 [ "`gofmt -l .`" = "" ] 00:37:59 ---> Running in 4160cbafeeac 00:37:59 Removing intermediate container 0759385cc84f 00:37:59 ---> 000aebea570e 00:37:59 Step 20/22 : LABEL arch=x86_64 00:37:59 Collecting dockerpty<0.5,>=0.4.1 00:37:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:00 Removing intermediate container 9cc76e10630e 00:38:00 ---> 8a2d240f9b2c 00:38:00 Step 11/29 : USER root 00:38:01 ./bin/test-go-mod-tidy.sh 00:38:01 ./bin/test-attribution-txt.sh 00:38:02 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) 00:38:02 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) 00:38:02 Collecting idna<2.8,>=2.5 00:38:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:02 ---> Running in 196f8f89f071 00:38:03 ---> Running in cbc20c656324 00:38:03 Removing intermediate container 4160cbafeeac 00:38:03 ---> d6cebc4eae8d 00:38:03 Step 21/21 : LABEL version=0.0.0 00:38:03 Collecting urllib3<1.25,>=1.21.1 00:38:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [Pipeline] sh 00:38:06 Collecting docker-pycreds>=0.4.0 00:38:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:06 + ls -al . 00:38:06 total 660 00:38:06 drwxrwxr-x 9 1001 1001 4096 Oct 27 00:38 . 00:38:06 drwxr-xr-x 4 root root 4096 Oct 27 00:35 .. 00:38:06 -rw-rw-r-- 1 1001 1001 11 Oct 27 00:33 .dockerignore 00:38:06 drwxrwxr-x 8 1001 1001 4096 Oct 27 00:34 .git 00:38:06 drwxrwxr-x 3 1001 1001 4096 Oct 27 00:33 .github 00:38:06 -rw-rw-r-- 1 1001 1001 932 Oct 27 00:33 .gitignore 00:38:06 -rw-rw-r-- 1 1001 1001 166 Oct 27 00:33 .sonarcloud.properties 00:38:06 -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:33 CONTRIBUTING.md 00:38:06 -rw-rw-r-- 1 1001 1001 1035 Oct 27 00:33 Dockerfile.build 00:38:06 -rw-rw-r-- 1 1001 1001 863 Oct 27 00:33 Jenkinsfile 00:38:06 -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:33 LICENSE 00:38:06 -rw-rw-r-- 1 1001 1001 6237 Oct 27 00:33 Makefile 00:38:06 -rw-rw-r-- 1 1001 1001 6447 Oct 27 00:33 README.md 00:38:06 -rw-rw-r-- 1 1001 1001 259 Oct 27 00:33 SECURITY.md 00:38:06 -rw-rw-r-- 1 1001 1001 5 Oct 27 00:31 VERSION 00:38:06 -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:33 ZMQWindows.md 00:38:06 drwxrwxr-x 2 1001 1001 4096 Oct 27 00:33 bin 00:38:06 drwxrwxr-x 15 1001 1001 4096 Oct 27 00:33 cmd 00:38:06 -rw-r--r-- 1 root root 539324 Oct 27 00:37 coverage.out 00:38:06 -rw-r--r-- 1 root root 1041 Oct 27 00:38 go.mod 00:38:06 -rw-r--r-- 1 root root 19010 Oct 27 00:38 go.sum 00:38:06 drwxrwxr-x 8 1001 1001 4096 Oct 27 00:33 internal 00:38:06 drwxrwxr-x 4 1001 1001 4096 Oct 27 00:33 openapi 00:38:06 drwxrwxr-x 4 1001 1001 4096 Oct 27 00:33 snap 00:38:06 -rw-rw-r-- 1 1001 1001 168 Oct 27 00:33 version.go [Pipeline] sh 00:38:07 Removing intermediate container 196f8f89f071 00:38:07 ---> 11f9d308c51d 00:38:07 Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:38:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:07 Installing collected packages: texttable, idna, urllib3, requests, docopt, websocket-client, jsonschema, PyYAML, cached-property, docker-pycreds, docker, dockerpty, docker-compose 00:38:07 Running setup.py install for texttable: started 00:38:07 + '[' -e coverage.out ] 00:38:07 + chown 1001:1001 coverage.out [Pipeline] stash 00:38:07 Warning: overwriting stash ‘coverage-report’ 00:38:07 ---> Running in bceb16aa2a2c 00:38:08 Stashed 1 file(s) [Pipeline] sh 00:38:08 Running setup.py install for texttable: finished with status 'done' 00:38:08 Attempting uninstall: idna 00:38:08 Found existing installation: idna 2.9 00:38:08 Uninstalling idna-2.9: 00:38:08 Successfully uninstalled idna-2.9 00:38:08 Removing intermediate container cbc20c656324 00:38:08 ---> 0a921ad63c1f 00:38:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:38:09 + make build 00:38:09 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 00:38:10 ---> Running in 4e6c3b9bc29d 00:38:10 Attempting uninstall: urllib3 00:38:10 Found existing installation: urllib3 1.25.9 00:38:10 Uninstalling urllib3-1.25.9: 00:38:11 Removing intermediate container bceb16aa2a2c 00:38:11 ---> f5ef0b231e78 00:38:11 00:38:12 Successfully uninstalled urllib3-1.25.9 00:38:12 ---> Running in d71dcad76a1d 00:38:14 Successfully built f5ef0b231e78 00:38:14 Attempting uninstall: requests 00:38:14 Found existing installation: requests 2.23.0 00:38:14 Uninstalling requests-2.23.0: 00:38:14 Successfully tagged docker-support-scheduler-go:latest 00:38:14 Building docker-core-data-go 00:38:14  Building docker-support-scheduler-go ... done  Successfully uninstalled requests-2.23.0 00:38:14 Removing intermediate container 4e6c3b9bc29d 00:38:14 ---> 68d54cebfc01 00:38:14 Step 22/22 : LABEL version=0.0.0 00:38:14 Running setup.py install for docopt: started 00:38:14 Running setup.py install for docopt: finished with status 'done' 00:38:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:20 Running setup.py install for PyYAML: started 00:38:20 ---> Running in eaaa2593e83a 00:38:20 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:38:20 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:38:20 OK: 12744 distinct packages available 00:38:20 ---> e64f522e663f 00:38:20 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:20 (1/2) Installing ca-certificates (20191127-r4) 00:38:20 Removing intermediate container eaaa2593e83a 00:38:20 ---> f316a41dfd4a 00:38:20 00:38:20 ---> Running in 75539e9f34c3 00:38:20 (2/2) Installing dumb-init (1.2.2-r1) 00:38:20 Executing busybox-1.31.1-r19.trigger 00:38:20 Executing ca-certificates-20191127-r4.trigger 00:38:20 OK: 6 MiB in 16 packages 00:38:20 Successfully built f316a41dfd4a 00:38:20 Running setup.py install for PyYAML: finished with status 'done' 00:38:20 Successfully tagged docker-core-metadata-go:latest 00:38:21  Building docker-core-metadata-go ... done  Running setup.py install for dockerpty: started 00:38:21 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 00:38:22 Running setup.py install for dockerpty: finished with status 'done' 00:38:22 Removing intermediate container d71dcad76a1d 00:38:22 ---> 3a2d99fb1ea5 00:38:22 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:38:22 ---> Running in 24221f0bb6fb 00:38:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:38:23 Removing intermediate container 24221f0bb6fb 00:38:23 ---> 5f089c1f0db4 00:38:23 Step 14/29 : WORKDIR $BASE_DIR 00:38:25 ---> Running in 10cc843c46df 00:38:27 Removing intermediate container 10cc843c46df 00:38:27 ---> 732f2482a664 00:38:27 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:38:30 ---> Running in f9487d3dd66d 00:38:31 Removing intermediate container da2c43fd12f7 00:38:31 ---> de9a09287758 00:38:31 Step 22/27 : RUN apk --no-cache add curl 00:38:31 ---> Running in cae9eed22cf7 00:38:31 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 00:38:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:32 ---> deab4bbc66f3 00:38:32 Step 3/23 : WORKDIR /edgex-go 00:38:32 ---> Using cache 00:38:32 ---> 0f6d99faded9 00:38:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:32 ---> Using cache 00:38:32 ---> 58e758cdfac9 00:38:32 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:38:33 ---> Running in bcabdc56e4e7 00:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:34 Removing intermediate container f9487d3dd66d 00:38:34 ---> ad9be848a3eb 00:38:34 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:38:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:34 (2/3) Installing libcurl (7.69.1-r1) 00:38:34 (3/3) Installing curl (7.69.1-r1) 00:38:34 Executing busybox-1.31.1-r19.trigger 00:38:34 OK: 72 MiB in 58 packages 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:35 ---> 7e5de8624c12 00:38:35 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:38:35 Removing intermediate container cae9eed22cf7 00:38:35 ---> 692b53e4bb29 00:38:35 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:35 ---> Running in eac6119b3cab 00:38:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:35 ---> fc77d58f9d3b 00:38:35 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:38:35 Removing intermediate container eac6119b3cab 00:38:35 ---> 458efbde542d 00:38:35 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:36 ---> 191fd4e41a68 00:38:36 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:38:36 ---> Running in 17d792438513 00:38:36 Removing intermediate container 17d792438513 00:38:36 ---> 27e8efac7853 00:38:36 Step 25/27 : LABEL arch=x86_64 00:38:36 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:36 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:36 OK: 12752 distinct packages available 00:38:36 ---> Running in 88f0f67a3b08 00:38:36 ---> 9d3a8ce60e35 00:38:36 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:38:36 Removing intermediate container 88f0f67a3b08 00:38:36 ---> da970c445b45 00:38:36 Step 26/27 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:38:36 OK: 233 MiB in 51 packages 00:38:36 ---> Running in 3c93c2b208a8 00:38:36 ---> c54ba4885efa 00:38:36 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:38:36 ---> Running in 3ec464812942 00:38:36 Removing intermediate container 3c93c2b208a8 00:38:36 ---> 02dad9fc127d 00:38:36 Step 27/27 : LABEL version=0.0.0 00:38:37 ---> Running in fe8c7f005060 00:38:37 Removing intermediate container fe8c7f005060 00:38:37 ---> 3518f9ad18ad 00:38:37 00:38:37 Successfully built 3518f9ad18ad 00:38:37 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:37  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bcabdc56e4e7 00:38:37 ---> 9fe0956a7900 00:38:37 Step 6/23 : COPY go.mod . 00:38:38 ---> e4f53b1bb5a6 00:38:38 Step 7/23 : RUN go mod download 00:38:38 ---> Running in b819eb667fc3 00:38:38 Removing intermediate container 3ec464812942 00:38:38 ---> daef6d642760 00:38:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:38:40 ---> 27ca2dacf43b 00:38:40 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:40 ---> Running in 66b7c3b31096 00:38:40 Removing intermediate container 75539e9f34c3 00:38:40 ---> 311ee1579346 00:38:40 00:38:40 Step 10/24 : FROM scratch 00:38:40 ---> 00:38:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:41 ---> Using cache 00:38:41 ---> d5c41d180142 00:38:41 Step 12/24 : ENV APP_PORT=48060 00:38:41 Removing intermediate container b819eb667fc3 00:38:41 ---> 5f99d9c29429 00:38:41 Step 8/23 : COPY . . 00:38:41 ---> Running in 0a38173f2ed7 00:38:41 Removing intermediate container 0a38173f2ed7 00:38:41 ---> 7f5ee5928bd8 00:38:41 Step 13/24 : EXPOSE $APP_PORT 00:38:41 ---> Running in 7bbf3669cff1 00:38:42 Removing intermediate container 7bbf3669cff1 00:38:42 ---> d7fbe986e812 00:38:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:38:43 Removing intermediate container 66b7c3b31096 00:38:43 ---> 6952f91c20ea 00:38:43 Step 24/29 : RUN chmod 755 security-secrets-setup 00:38:43 ---> 70898363ee35 00:38:43 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:38:43 ---> Running in dd8c07b31e84 00:38:46 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 00:38:48 ---> e5358b91293b 00:38:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:38: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 00:38:53 ---> b3ae0dd7fde1 00:38:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:38:53 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 00:38:54 ---> 7e8e6503fdd4 00:38:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:55 Removing intermediate container dd8c07b31e84 00:38:55 ---> e9b3557f1020 00:38:55 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:38:56 ---> Running in ec8b260352cc 00:38:57 Removing intermediate container ec8b260352cc 00:38:57 ---> b70942ea571b 00:38:57 Step 26/29 : CMD [ "generate" ] 00:38:58 ---> cec7b98aa1c1 00:38:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:58 ---> Running in 414d1a477d05 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:58 ---> 012c6b8b0809 00:38:58 Step 9/23 : RUN make cmd/core-data/core-data 00:38:58 ---> Running in 0cbfa5a718c3 00:38:58 Removing intermediate container 414d1a477d05 00:38:58 ---> 44a1dbaa1a2b 00:38:58 Step 27/29 : LABEL arch=x86_64 00:38:58 ---> ea0eed1fb91b 00:38:58 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:58 ---> Running in 026c17d37d35 00:38:58 ---> Running in 31eb794bd5a6 00:38:59 Removing intermediate container 026c17d37d35 00:38:59 ---> 1e3c82374fd7 00:38:59 Step 28/29 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:38:59 Removing intermediate container 31eb794bd5a6 00:38:59 ---> 3a955fb71bcc 00:38:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:59 ---> Running in 2b5ce80d5748 00:38:59 ---> Running in d8d51dc9e0f8 00:38:59 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 00:38:59 Removing intermediate container 2b5ce80d5748 00:38:59 ---> 4c3b398548d0 00:38:59 Step 29/29 : LABEL version=0.0.0 00:38:59 Removing intermediate container d8d51dc9e0f8 00:38:59 ---> 4be4ab68ba68 00:38:59 Step 22/24 : LABEL arch=x86_64 00:38:59 ---> Running in 58ff9f195d9a 00:38:59 ---> Running in 1446053c4f5f 00:38:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:59 Removing intermediate container 58ff9f195d9a 00:38:59 ---> f8bc6f60f21b 00:38:59 00:38:59 Removing intermediate container 1446053c4f5f 00:38:59 ---> 653730ba7302 00:38:59 Step 23/24 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:38:59 Successfully built f8bc6f60f21b 00:38:59 Successfully tagged docker-security-secrets-setup-go:latest 00:38:59  Building docker-security-secrets-setup-go ... done  ---> Running in 7a4affd05212 00:38:59 Removing intermediate container 7a4affd05212 00:38:59 ---> 23b6eb78696d 00:38:59 Step 24/24 : LABEL version=0.0.0 00:39:00 ---> Running in fb3b3aa7f6c7 00:39:00 Removing intermediate container fb3b3aa7f6c7 00:39:00 ---> 1826bfab8579 00:39:00 00:39:00 Successfully built 1826bfab8579 00:39:00 Successfully tagged docker-support-notifications-go:latest 00:39:04 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 00:39:11 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 00:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:15  Building docker-support-notifications-go ... done Removing intermediate container 0cbfa5a718c3 00:39:15 ---> bcba0f806d39 00:39:15 00:39:15 Step 10/23 : FROM alpine 00:39:15 ---> d6e46aa2470d 00:39:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:15 ---> Running in 4c6f535f5402 00:39:15 Removing intermediate container 4c6f535f5402 00:39:15 ---> 92f6b1a0d057 00:39:15 Step 12/23 : ENV APP_PORT=48080 00:39:15 ---> Running in 3def37ff049e 00:39:15 Removing intermediate container 3def37ff049e 00:39:15 ---> 543033245088 00:39:15 Step 13/23 : EXPOSE $APP_PORT 00:39:15 ---> Running in 6cf710885184 00:39:15 Removing intermediate container 6cf710885184 00:39:15 ---> fa9bb490c760 00:39:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:15 ---> Running in 3bcd81d43839 00:39:16 Removing intermediate container 3bcd81d43839 00:39:16 ---> bf6f0790bcf1 00:39:16 Step 15/23 : RUN apk --no-cache add zeromq 00:39:16 ---> Running in fbaf0246a8cb 00:39:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:18 (1/5) Installing libgcc (9.3.0-r2) 00:39:18 (2/5) Installing libsodium (1.0.18-r0) 00:39:18 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:18 (4/5) Installing libzmq (4.3.3-r0) 00:39:18 (5/5) Installing zeromq (4.3.3-r0) 00:39:18 Executing busybox-1.31.1-r19.trigger 00:39:18 OK: 8 MiB in 19 packages 00:39:19 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 00:39:19 Removing intermediate container fbaf0246a8cb 00:39:19 ---> 86893f6de1ec 00:39:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:39:19 ---> 7af5d756c1ac 00:39:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:20 ---> 4d82408ad769 00:39:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:20 ---> 243d1da9d188 00:39:20 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:20 ---> Running in 7f87e425007f 00:39:20 Removing intermediate container 7f87e425007f 00:39:20 ---> aa04e4cb2dc2 00:39:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:20 ---> Running in 64aa065fa27b 00:39:20 Removing intermediate container 64aa065fa27b 00:39:20 ---> eb77824ce43d 00:39:20 Step 21/23 : LABEL arch=x86_64 00:39:20 ---> Running in d6a289ececf8 00:39:21 Removing intermediate container d6a289ececf8 00:39:21 ---> 60be8a1319b2 00:39:21 Step 22/23 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:39:21 ---> Running in 6aa0c5a71c92 00:39:21 Removing intermediate container 6aa0c5a71c92 00:39:21 ---> b6c98552bab8 00:39:21 Step 23/23 : LABEL version=0.0.0 00:39:21 ---> Running in 790b60ac4b7f 00:39:21 Removing intermediate container 790b60ac4b7f 00:39:21 ---> f1888d1d97b1 00:39:21 00:39:21 Successfully built f1888d1d97b1 00:39:21 Successfully tagged docker-core-data-go:latest 00:39:21  Building docker-core-data-go ... done  [Pipeline] } 00:39:22 $ docker stop --time=1 8fde965aa6d7e0f2b708c48d8c7cf114cacc652652b180f086151eb12bc560a2 00:39:23 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 00:39:23 $ docker rm -f 8fde965aa6d7e0f2b708c48d8c7cf114cacc652652b180f086151eb12bc560a2 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:24 + docker images 00:39:24 + grep docker 00:39:24 docker-core-data-go latest f1888d1d97b1 3 seconds ago 23.7MB 00:39:24 docker-support-notifications-go latest 1826bfab8579 24 seconds ago 13.6MB 00:39:24 docker-security-secrets-setup-go latest f8bc6f60f21b 25 seconds ago 24MB 00:39:24 docker-sys-mgmt-agent-go latest 3518f9ad18ad 47 seconds ago 290MB 00:39:24 docker-core-metadata-go latest f316a41dfd4a About a minute ago 14.5MB 00:39:24 docker-support-scheduler-go latest f5ef0b231e78 About a minute ago 12.3MB 00:39:24 docker-security-secretstore-setup-go latest d167fb42008b 2 minutes ago 32.4MB 00:39:24 docker-security-proxy-setup-go latest 3f7da108ff5a 2 minutes ago 15.8MB 00:39:24 docker-core-command-go latest e265593264a0 2 minutes ago 12.2MB 00:39:24 docker-support-logging-go latest ca3249458c1b 2 minutes ago 11.1MB 00:39:24 docker latest 6972c414f322 4 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:27 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] } 00:39:29 $ docker stop --time=1 c3f745f878d1bcdb70fced074fb8581d4edbe28d00de932c9060d2c863b5dedc 00:39:32 $ docker rm -f c3f745f878d1bcdb70fced074fb8581d4edbe28d00de932c9060d2c863b5dedc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:39:33 00:39:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:39:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:39:34 latest: Pulling from edgex-devops/edgex-compose-arm64 00:39:34 29e5d40040c1: Pulling fs layer 00:39:34 1ce36da41761: Pulling fs layer 00:39:34 25b303627fd3: Pulling fs layer 00:39:34 29e5d40040c1: Verifying Checksum 00:39:34 29e5d40040c1: Download complete 00:39:35 29e5d40040c1: Pull complete 00:39:35 1ce36da41761: Verifying Checksum 00:39:35 1ce36da41761: Download complete 00:39:36 1ce36da41761: Pull complete 00:39:36 25b303627fd3: Verifying Checksum 00:39:36 25b303627fd3: Download complete 00:39:40 Still waiting to schedule task 00:39:40 All nodes of label ‘centos7-docker-8c-8g’ are offline 00:39:47 25b303627fd3: Pull complete 00:39:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:39:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:39:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:39:47 prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container 00:39:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:39:50 $ docker top 7594825b68b04fda0ae15f5603e8eea7b743c61e36483e6c13c419ff16fc3158 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:52 + docker-compose build --help 00:39:52 + grep parallel 00:39:55 --parallel Build images in parallel. [Pipeline] } 00:39:55 $ docker stop --time=1 7594825b68b04fda0ae15f5603e8eea7b743c61e36483e6c13c419ff16fc3158 00:39:57 $ docker rm -f 7594825b68b04fda0ae15f5603e8eea7b743c61e36483e6c13c419ff16fc3158 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:39:58 . [Pipeline] withDockerContainer 00:39:58 prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container 00:39:58 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:39:59 $ docker top 7832ea948da49dc0b9e525f448fe3805428ee38bc54177e5505c9a3f4df2e078 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:00 + docker-compose -f ./docker-compose-build.yml build --parallel 00:40:04 Building docker-core-command-go ... 00:40:04 Building docker-core-data-go ... 00:40:04 Building docker-core-metadata-go ... 00:40:04 Building docker-security-proxy-setup-go ... 00:40:04 Building docker-security-secrets-setup-go ... 00:40:04 Building docker-security-secretstore-setup-go ... 00:40:04 Building docker-support-logging-go ... 00:40:04 Building docker-support-notifications-go ... 00:40:04 Building docker-support-scheduler-go ... 00:40:04 Building docker-sys-mgmt-agent-go ... 00:40:04 Building docker-support-scheduler-go 00:40:04 Building docker-support-logging-go 00:40:04 Building docker-core-command-go 00:40:04 Building docker-security-secretstore-setup-go 00:40:04 Building docker-security-proxy-setup-go 00:40:47 Running on prd-centos7-docker-8c-8g-9038 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws 00:40:47 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 00:40:49 using credential edgex-jenkins-ssh 00:40:49 Cloning the remote Git repository 00:40:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:49 > git init /w/workspace/edgex-go/5 # timeout=10 00:40:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:49 > git --version # timeout=10 00:40:49 > git --version # 'git version 2.16.5' 00:40:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:11 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 3518a29232dda2303eb10bbc901c390a9db916dd 00:41:12 Merge succeeded, producing 0c3bae0bcf8b86eb55d414c942c7eb9146e6faca 00:41:12 Checking out Revision 0c3bae0bcf8b86eb55d414c942c7eb9146e6faca (PR-2848) 00:41:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:12 ---> 98084fee9a0b 00:41:12 Step 3/22 : WORKDIR /edgex-go 00:41:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:12 ---> 98084fee9a0b 00:41:12 Step 3/21 : WORKDIR /edgex-go 00:41:12 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:41:12 ---> 98084fee9a0b 00:41:12 Step 3/20 : WORKDIR /edgex-go 00:41:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:41:12 ---> 98084fee9a0b 00:41:12 Step 3/26 : WORKDIR /edgex-go 00:41:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:12 ---> 98084fee9a0b 00:41:12 Step 3/22 : WORKDIR /edgex-go 00:41:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:11 > git config core.sparsecheckout # timeout=10 00:41:11 > git checkout -f 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 00:41:11 > git remote # timeout=10 00:41:11 > git config --get remote.origin.url # timeout=10 00:41:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:11 > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 00:41:12 > git rev-parse HEAD^{commit} # timeout=10 00:41:12 > git config core.sparsecheckout # timeout=10 00:41:12 > git checkout -f 0c3bae0bcf8b86eb55d414c942c7eb9146e6faca # timeout=10 00:41:15 Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" 00:41:15 > git rev-list --no-walk 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 00:41:16 ---> Running in 2ab376d726ff 00:41:16 ---> Running in c187820aa765 00:41:16 ---> Running in 1231b2f2937c 00:41:16 ---> Running in 6d57551b8c42 00:41:16 ---> Running in 776fd360a5c5 00:41:16 Removing intermediate container 6d57551b8c42 00:41:16 ---> ce4c67f99d0b 00:41:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:16 Removing intermediate container 776fd360a5c5 00:41:16 ---> 713331436972 00:41:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:16 Removing intermediate container 1231b2f2937c 00:41:16 ---> c9310c580c74 00:41:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:16 Removing intermediate container 2ab376d726ff 00:41:16 ---> 7f708dc13028 00:41:16 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:16 Removing intermediate container c187820aa765 00:41:16 ---> 567f873fabc9 00:41:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:16 ---> Running in e4c10ef730db 00:41:16 ---> Running in 7fa5de6a6cdb 00:41:16 ---> Running in 40ba924042d5 [Pipeline] withEnv [Pipeline] { 00:41:17 ---> Running in aaf247a19d17 00:41:17 ---> Running in ffec3a1c9543 [Pipeline] sh 00:41:18 ++ find /w/workspace/edgex-go/5 00:41:18 ++ grep snapcraft.yaml 00:41:18 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/5/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:41:18 provisioning config files... 00:41:18 copy managed file [EdgeX] to file:/w/workspace/edgex-go/5@tmp/config5849967679163149356tmp [Pipeline] { [Pipeline] sh 00:41:18 + cp /w/workspace/edgex-go/5@tmp/config5849967679163149356tmp /w/workspace/edgex-go/5/edgex-snap-store-login [Pipeline] sh 00:41:19 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/5:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:41:19 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:41:19 latest: Pulling from edgex-devops/edgex-snap-builder 00:41:19 f08d8e2a3ba1: Pulling fs layer 00:41:19 3baa9cb2483b: Pulling fs layer 00:41:19 94e5ff4c0b15: Pulling fs layer 00:41:19 1860925334f9: Pulling fs layer 00:41:19 2daf38717194: Pulling fs layer 00:41:19 309017e8d7a4: Pulling fs layer 00:41:19 f7790dc9fd0f: Pulling fs layer 00:41:19 cac0ae9282c2: Pulling fs layer 00:41:19 1f4cadf9a1ed: Pulling fs layer 00:41:19 309017e8d7a4: Waiting 00:41:19 f7790dc9fd0f: Waiting 00:41:19 1860925334f9: Waiting 00:41:19 2daf38717194: Waiting 00:41:19 cac0ae9282c2: Waiting 00:41:19 1f4cadf9a1ed: Waiting 00:41:19 94e5ff4c0b15: Download complete 00:41:19 3baa9cb2483b: Download complete 00:41:19 1860925334f9: Verifying Checksum 00:41:19 1860925334f9: Download complete 00:41:19 309017e8d7a4: Download complete 00:41:19 f7790dc9fd0f: Verifying Checksum 00:41:19 f7790dc9fd0f: Download complete 00:41:19 cac0ae9282c2: Verifying Checksum 00:41:19 cac0ae9282c2: Download complete 00:41:19 1f4cadf9a1ed: Verifying Checksum 00:41:19 1f4cadf9a1ed: Download complete 00:41:20 f08d8e2a3ba1: Verifying Checksum 00:41:20 f08d8e2a3ba1: Download complete 00:41:21 f08d8e2a3ba1: Pull complete 00:41:21 3baa9cb2483b: Pull complete 00:41:21 94e5ff4c0b15: Pull complete 00:41:21 1860925334f9: Pull complete 00:41:21 Removing intermediate container 7fa5de6a6cdb 00:41:21 ---> fbb1cc14060f 00:41:21 Step 5/22 : RUN apk update && apk add make git 00:41:21 ---> Running in 25bf5da41012 00:41:21 Removing intermediate container e4c10ef730db 00:41:21 ---> dcdb3d752f19 00:41:21 Step 5/26 : RUN apk update && apk add make git 00:41:21 Removing intermediate container 40ba924042d5 00:41:21 ---> 9ff22ff63734 00:41:21 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:41:21 ---> Running in e27997f178c1 00:41:21 ---> Running in 297390ad4f1b 00:41:21 Removing intermediate container ffec3a1c9543 00:41:21 ---> bff0cbde60f0 00:41:21 Step 5/21 : RUN apk update && apk add make git 00:41:21 Removing intermediate container aaf247a19d17 00:41:21 ---> 5998c93acfd4 00:41:21 Step 5/20 : RUN apk update && apk add make git 00:41:21 ---> Running in 4f48d9eb37ac 00:41:22 ---> Running in 0e0f17ca65d3 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:25 2daf38717194: Verifying Checksum 00:41:25 2daf38717194: Download complete 00:41:25 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:25 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:25 OK: 12623 distinct packages available 00:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:26 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:26 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:26 OK: 12623 distinct packages available 00:41:26 OK: 217 MiB in 51 packages 00:41:27 OK: 217 MiB in 51 packages 00:41:27 Removing intermediate container 25bf5da41012 00:41:27 ---> e79337b549ff 00:41:27 Step 6/22 : COPY go.mod . 00:41:28 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:28 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:28 OK: 12623 distinct packages available 00:41:28 Removing intermediate container e27997f178c1 00:41:28 ---> 563bfadf7fb7 00:41:28 Step 6/26 : COPY go.mod . 00:41:28 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:28 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:28 OK: 12623 distinct packages available 00:41:28 ---> e684d873a71c 00:41:28 Step 7/22 : RUN go mod download 00:41:28 ---> Running in e91c5fbdd23f 00:41:28 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:28 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:28 OK: 12623 distinct packages available 00:41:29 OK: 217 MiB in 51 packages 00:41:29 OK: 217 MiB in 51 packages 00:41:29 ---> c8921ecbd136 00:41:29 Step 7/26 : RUN go mod download 00:41:29 ---> Running in c2c379cbe13d 00:41:29 OK: 217 MiB in 51 packages 00:41:30 OK: 217 MiB in 51 packages 00:41:31 Removing intermediate container 0e0f17ca65d3 00:41:31 ---> aa6d25c6fff0 00:41:31 Step 6/20 : COPY go.mod . 00:41:31 Removing intermediate container 4f48d9eb37ac 00:41:31 ---> 4a8c4fdfee8e 00:41:31 Step 6/21 : COPY go.mod . 00:41:32 Removing intermediate container 297390ad4f1b 00:41:32 ---> e5c1ee77842f 00:41:32 Step 6/22 : COPY go.mod . 00:41:32 ---> f4ee579ff514 00:41:32 Step 7/20 : RUN go mod download 00:41:32 ---> Running in ece7946cd5aa 00:41:32 ---> 79663403e93e 00:41:32 Step 7/21 : RUN go mod download 00:41:32 Removing intermediate container e91c5fbdd23f 00:41:32 ---> 086fa5bdb891 00:41:32 Step 8/22 : COPY . . 00:41:33 ---> Running in 028af3a820b5 00:41:33 ---> c2e83dc593ca 00:41:33 Step 7/22 : RUN go mod download 00:41:33 ---> Running in f33c00840639 00:41:34 Removing intermediate container c2c379cbe13d 00:41:34 ---> d6a9f9e34a81 00:41:34 Step 8/26 : COPY . . 00:41:39 Removing intermediate container ece7946cd5aa 00:41:39 ---> c83031dc5a18 00:41:39 Step 8/20 : COPY . . 00:41:39 Removing intermediate container f33c00840639 00:41:39 ---> 855280510c23 00:41:39 Step 8/22 : COPY . . 00:41:39 Removing intermediate container 028af3a820b5 00:41:39 ---> 7d6b50625498 00:41:39 Step 8/21 : COPY . . 00:41:40 2daf38717194: Pull complete 00:41:40 309017e8d7a4: Pull complete 00:41:40 f7790dc9fd0f: Pull complete 00:41:40 cac0ae9282c2: Pull complete 00:41:40 1f4cadf9a1ed: Pull complete 00:41:40 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 00:41:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:41:42 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:41:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:41:42 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:41:42 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:41:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 00:41:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] 00:41:42 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 00:41:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] 00:41:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] 00:41:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 00:41:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 00:41:43 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 00:41:43 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 00:41:43 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 00:41:43 Fetched 8163 kB in 2s (5094 kB/s) 00:41:44 Reading package lists... 00:41:45 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:41:45 - README.md 00:41:45 00:41:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:47 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:41:47 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:41:47 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:41:47 0% [1 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 00:41:48 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 84% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:41:50 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip 00:41:50 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:41:51 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 00:41:51 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:41:51 The following packages were automatically installed and are no longer required: 00:41:51 libjq1 libonig4 00:41:51 Use 'sudo apt autoremove' to remove them. 00:41:51 Suggested packages: 00:41:51 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 00:41:51 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 00:41:51 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 00:41:51 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 00:41:51 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 00:41:51 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 00:41:51 git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc 00:41:51 man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 00:41:51 | libterm-readline-perl-perl 00:41:51 The following NEW packages will be installed: 00:41:51 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 00:41:51 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 00:41:51 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 00:41:51 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 00:41:51 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 00:41:51 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 00:41:51 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 00:41:51 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 00:41:51 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 00:41:51 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 00:41:51 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 00:41:51 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 00:41:51 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 00:41:51 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 00:41:51 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 00:41:51 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 00:41:51 perl perl-modules-5.26 pkg-config unzip zip 00:41:51 The following packages will be upgraded: 00:41:51 perl-base 00:41:51 1 upgraded, 101 newly installed, 0 to remove and 31 not upgraded. 00:41:51 Need to get 81.6 MB of archives. 00:41:51 After this operation, 369 MB of additional disk space will be used. 00:41:51 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:41:52 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 686 kB/1391 kB 49%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 00:41:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:41:52 2% [3 perl-modules-5.26 30.6 kB/2762 kB 1%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 00:41:52 5% [4 libgdbm5 11.4 kB/26.0 kB 44%] 5% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:41:52 5% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:41:52 5% [6 libperl5.26 21.2 kB/3534 kB 1%] 9% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:41:52 9% [7 perl 26.6 kB/201 kB 13%] 9% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 00:41:52 9% [8 less 33.5 kB/112 kB 30%] 9% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 00:41:52 9% [9 netbase 12.7 kB/12.7 kB 100%] 10% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 00:41:52 10% [10 manpages 49.1 kB/1234 kB 4%] 11% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:41:52 11% [11 binutils-common 8192 B/196 kB 4%] 11% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:41:52 11% [12 libbinutils 7549 B/488 kB 2%] 12% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:41:52 12% [13 binutils-x86-64-linux-gnu 29.1 kB/1839 kB 2%] 14% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:41:52 14% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 00:41:52 14% [15 libc-dev-bin 3227 B/71.8 kB 4%] 15% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 00:41:52 15% [16 linux-libc-dev 29.2 kB/998 kB 3%] 16% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 00:41:53 16% [17 libc6-dev 65.5 kB/2585 kB 3%] 19% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:41:53 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 00:41:53 19% [19 libisl19 32.1 kB/551 kB 6%] 19% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 00:41:53 20% [20 libmpfr6 65.5 kB/243 kB 27%] 20% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 00:41:53 20% [21 libmpc3 23.9 kB/40.8 kB 59%] 20% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:41:53 20% [22 cpp-7 48.4 kB/8591 kB 1%] 29% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:41:53 29% [23 cpp 27.7 kB/27.7 kB 100%] 29% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:41:53 29% [24 libcc1-0 14.3 kB/39.4 kB 36%] 29% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:41:53 29% [25 libgomp1 16.4 kB/76.5 kB 21%] 29% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:41:53 30% [26 libitm1 27.3 kB/27.9 kB 98%] 30% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:41:53 30% [27 libatomic1 4225 B/9192 B 46%] 30% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:41:53 30% [28 libasan4 19.2 kB/358 kB 5%] 30% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:41:53 30% [29 liblsan0 21.2 kB/133 kB 16%] 31% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:41:53 31% [30 libtsan0 24.0 kB/288 kB 8%] 31% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:41:53 31% [31 libubsan0 18.4 kB/126 kB 15%] 32% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:41:53 32% [32 libcilkrts5 2308 B/42.5 kB 5%] 32% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:41:53 32% [33 libmpx2 11.6 kB/11.6 kB 100%] 32% [Working] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:41:53 32% [34 libquadmath0 7445 B/134 kB 6%] 32% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:41:53 32% [35 libgcc-7-dev 65.5 kB/2378 kB 3%] 35% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:41:54 35% [36 gcc-7 56.6 kB/9381 kB 1%] 43% [36 gcc-7 8680 kB/9381 kB 93%] 44% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:41:54 44% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:41:54 45% [38 libstdc++-7-dev 28.5 kB/1471 kB 2%] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:41:54 46% [39 g++-7 26.5 kB/9697 kB 0%] 54% [39 g++-7 8181 kB/9697 kB 84%] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:41:54 56% [40 g++ 1568 B/1568 B 100%] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:41:54 56% [41 make 10.2 kB/154 kB 7%] 56% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:41:54 56% [42 libdpkg-perl 20.8 kB/211 kB 10%] 57% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:41:54 57% [43 patch 23.3 kB/102 kB 23%] 57% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:41:54 57% [44 dpkg-dev 7474 B/607 kB 1%] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 00:41:54 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 00:41:55 58% [46 cmake-data 54.7 kB/1332 kB 4%] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 00:41:55 60% [47 libarchive13 45.1 kB/288 kB 16%] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 00:41:55 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 00:41:55 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 00:41:55 61% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 00:41:55 61% [51 cmake 3579 B/3152 kB 0%] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 00:41:55 64% [52 curl 54.4 kB/159 kB 34%] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 00:41:55 Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 00:41:55 65% [54 fakeroot 36.7 kB/62.3 kB 59%] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] 00:41:55 65% [55 libc6-i386 117 kB/2650 kB 4%] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] 00:41:55 68% [56 libc6-dev-i386 88.2 kB/1817 kB 5%] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] 00:41:55 70% [57 libc6-x32 10.1 kB/2847 kB 0%] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] 00:41:55 73% [58 libc6-dev-x32 65.5 kB/2018 kB 3%] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 00:41:55 75% [59 lib32gcc1 14.3 kB/48.1 kB 30%] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 00:41:55 75% [60 libx32gcc1 40.5 kB/40.5 kB 100%] 75% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 00:41:55 75% [61 lib32gomp1 17.9 kB/83.7 kB 21%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 00:41:55 76% [62 libx32gomp1 47.4 kB/77.8 kB 61%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 00:41:55 76% [63 lib32itm1 30.0 kB/30.0 kB 100%] 76% [Working] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 00:41:55 76% [64 libx32itm1 4608 B/28.1 kB 16%] 76% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 00:41:55 76% [65 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 00:41:55 77% [66 libx32atomic1 9188 B/9188 B 100%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 00:41:55 77% [67 lib32asan4 23.4 kB/362 kB 6%] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 00:41:55 77% [68 libx32asan4 54.8 kB/351 kB 16%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 00:41:55 78% [69 lib32stdc++6 30.8 kB/415 kB 7%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 00:41:55 79% [70 lib32ubsan0 8688 B/140 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 00:41:56 79% [71 libx32stdc++6 44.8 kB/387 kB 12%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 00:41:56 79% [72 libx32ubsan0 65.5 kB/127 kB 51%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 00:41:56 80% [73 lib32cilkrts5 8953 B/47.2 kB 19%] 80% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 00:41:56 80% [74 libx32cilkrts5 27.0 kB/43.0 kB 63%] 80% [Working] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 00:41:56 80% [75 lib32mpx2 12.9 kB/12.9 kB 100%] 80% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 00:41:56 80% [76 lib32quadmath0 36.1 kB/208 kB 17%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 00:41:56 81% [77 libx32quadmath0 24.7 kB/135 kB 18%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 00:41:56 81% [78 lib32gcc-7-dev 49.2 kB/2211 kB 2%] 84% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 00:41:56 84% [79 libx32gcc-7-dev 16.8 kB/1999 kB 1%] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 00:41:56 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 00:41:56 86% [81 lib32stdc++-7-dev 65.5 kB/626 kB 10%] 87% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 00:41:56 87% [82 libx32stdc++-7-dev 31.7 kB/582 kB 5%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 00:41:56 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 00:41:56 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 00:41:56 88% [85 g++-multilib 1020 B/1020 B 100%] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 00:41:56 88% [86 libcurl3-gnutls 65.5 kB/213 kB 31%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:41:56 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:41:56 89% [88 git-man 61.2 kB/804 kB 8%] 90% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:41:56 90% [89 git 43.8 kB/3915 kB 1%] 94% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 00:41:56 94% [90 libalgorithm-diff-perl 28.4 kB/47.6 kB 60%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 00:41:56 94% [91 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 00:41:56 94% [92 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 00:41:56 94% [93 libfile-fcntllock-perl 21.2 kB/33.2 kB 64%] 95% [Waiting for headers] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:41:56 95% [94 libnorm1 21.3 kB/224 kB 9%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:41:56 95% [95 libpgm-5.2-0 20.6 kB/157 kB 13%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:41:56 95% [96 libsodium23 32.4 kB/143 kB 23%] 96% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:41:56 96% [97 libzmq5 0 B/221 kB 0%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:41:56 96% [98 libzmq3-dev 8363 B/400 kB 2%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 00:41:56 97% [99 manpages-dev 24.2 kB/2217 kB 1%] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:41:56 99% [100 pkg-config 45.0 kB/45.0 kB 100%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 00:41:56 99% [101 unzip 65.5 kB/167 kB 39%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:41:57 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 6s (14.2 MB/s) 00:41:57 debconf: delaying package configuration, since apt-utils is not installed 00:41:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 00:41:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:41:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 00:42:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:42:00 Selecting previously unselected package liblocale-gettext-perl. 00:42:00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 00:42:00 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 00:42:00 Unpacking liblocale-gettext-perl (1.07-3build2) ... 00:42:00 Selecting previously unselected package perl-modules-5.26. 00:42:00 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:42:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:42:01 ---> db42f3aa30af 00:42:01 Step 9/22 : RUN make cmd/core-command/core-command 00:42:01 ---> ae5cf8a45f86 00:42: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 00:42:01 ---> 06264840ae63 00:42:01 Step 9/22 : RUN make cmd/support-logging/support-logging 00:42:01 ---> db4f52b8d09e 00:42:01 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:42:01 ---> 6230617708bd 00:42:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:42:01 ---> Running in 9cd5ead8ec41 00:42:01 ---> Running in d0bf0a382beb 00:42:01 ---> Running in cc3541756e01 00:42:01 ---> Running in 836b8a6eef1d 00:42:01 ---> Running in 2d3ca676e338 00:42: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 00:42: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 00:42:01 Selecting previously unselected package libgdbm5:amd64. 00:42:01 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 00:42:01 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:42:01 Selecting previously unselected package libgdbm-compat4:amd64. 00:42:01 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:42:01 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:42: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 00:42:01 Selecting previously unselected package libperl5.26:amd64. 00:42:01 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:42:02 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 00:42:02 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 00:42:02 Selecting previously unselected package perl. 00:42:02 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:02 Unpacking perl (5.26.1-6ubuntu0.5) ... 00:42:02 Selecting previously unselected package less. 00:42:02 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 00:42:02 Unpacking less (487-0.1) ... 00:42:02 Selecting previously unselected package netbase. 00:42:02 Preparing to unpack .../007-netbase_5.4_all.deb ... 00:42:02 Unpacking netbase (5.4) ... 00:42:02 Selecting previously unselected package manpages. 00:42:02 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 00:42:02 Unpacking manpages (4.15-1) ... 00:42:02 Selecting previously unselected package binutils-common:amd64. 00:42:02 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:02 Selecting previously unselected package libbinutils:amd64. 00:42:02 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:02 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:03 Selecting previously unselected package binutils-x86-64-linux-gnu. 00:42:03 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:03 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:42:03 Selecting previously unselected package binutils. 00:42:03 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 00:42:03 Selecting previously unselected package libc-dev-bin. 00:42:03 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 00:42:03 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 00:42:03 Selecting previously unselected package linux-libc-dev:amd64. 00:42:03 Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... 00:42:03 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 00:42:03 Selecting previously unselected package libc6-dev:amd64. 00:42:03 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 00:42:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 00:42:04 Selecting previously unselected package gcc-7-base:amd64. 00:42:04 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:04 Selecting previously unselected package libisl19:amd64. 00:42:04 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 00:42:04 Unpacking libisl19:amd64 (0.19-1) ... 00:42:04 Selecting previously unselected package libmpfr6:amd64. 00:42:04 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 00:42:04 Unpacking libmpfr6:amd64 (4.0.1-1) ... 00:42:04 Selecting previously unselected package libmpc3:amd64. 00:42:04 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 00:42:04 Unpacking libmpc3:amd64 (1.1.0-1) ... 00:42:04 Selecting previously unselected package cpp-7. 00:42:04 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:04 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:42:05 Selecting previously unselected package cpp. 00:42:05 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:05 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 00:42:05 Selecting previously unselected package libcc1-0:amd64. 00:42:05 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:05 Selecting previously unselected package libgomp1:amd64. 00:42:05 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:05 Selecting previously unselected package libitm1:amd64. 00:42:05 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:05 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:05 Selecting previously unselected package libatomic1:amd64. 00:42:05 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:05 Selecting previously unselected package libasan4:amd64. 00:42:05 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:05 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:05 Selecting previously unselected package liblsan0:amd64. 00:42:05 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:06 Selecting previously unselected package libtsan0:amd64. 00:42:06 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:06 Selecting previously unselected package libubsan0:amd64. 00:42:06 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:06 Selecting previously unselected package libcilkrts5:amd64. 00:42:06 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:06 Selecting previously unselected package libmpx2:amd64. 00:42:06 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:06 Selecting previously unselected package libquadmath0:amd64. 00:42:06 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:06 Selecting previously unselected package libgcc-7-dev:amd64. 00:42:06 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:06 Selecting previously unselected package gcc-7. 00:42:06 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:42:07 Selecting previously unselected package gcc. 00:42:07 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 00:42:07 Selecting previously unselected package libstdc++-7-dev:amd64. 00:42:07 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:08 Selecting previously unselected package g++-7. 00:42:08 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 00:42:08 Selecting previously unselected package g++. 00:42:08 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:08 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 00:42:09 Selecting previously unselected package make. 00:42:09 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 00:42:09 Unpacking make (4.1-9.1ubuntu1) ... 00:42:09 Selecting previously unselected package libdpkg-perl. 00:42:09 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:42:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:42:09 Selecting previously unselected package patch. 00:42:09 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:42:09 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:42:09 Selecting previously unselected package dpkg-dev. 00:42:09 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:42:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 00:42:09 Selecting previously unselected package build-essential. 00:42:09 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 00:42:09 Unpacking build-essential (12.4ubuntu1) ... 00:42:09 Selecting previously unselected package cmake-data. 00:42:09 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 00:42:09 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 00:42:10 Selecting previously unselected package libarchive13:amd64. 00:42:10 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 00:42:10 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 00:42:10 Selecting previously unselected package libjsoncpp1:amd64. 00:42:10 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 00:42:10 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 00:42:10 Selecting previously unselected package librhash0:amd64. 00:42:10 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 00:42:10 Unpacking librhash0:amd64 (1.3.6-2) ... 00:42:10 Selecting previously unselected package libuv1:amd64. 00:42:10 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 00:42:10 Unpacking libuv1:amd64 (1.18.0-3) ... 00:42:10 Selecting previously unselected package cmake. 00:42:10 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 00:42:10 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 00:42:10 Selecting previously unselected package curl. 00:42:10 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 00:42:10 Unpacking curl (7.58.0-2ubuntu3.10) ... 00:42:11 Selecting previously unselected package libfakeroot:amd64. 00:42:11 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 00:42:11 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 00:42:11 Selecting previously unselected package fakeroot. 00:42:11 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 00:42:11 Unpacking fakeroot (1.22-2ubuntu1) ... 00:42:11 Selecting previously unselected package libc6-i386. 00:42:11 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... 00:42:11 Unpacking libc6-i386 (2.27-3ubuntu1.2) ... 00:42:11 Selecting previously unselected package libc6-dev-i386. 00:42:11 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... 00:42:11 Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... 00:42:12 Selecting previously unselected package libc6-x32. 00:42:12 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... 00:42:12 Unpacking libc6-x32 (2.27-3ubuntu1.2) ... 00:42:12 Selecting previously unselected package libc6-dev-x32. 00:42:12 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... 00:42:12 Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... 00:42:12 Selecting previously unselected package lib32gcc1. 00:42:12 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:12 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:42:12 Selecting previously unselected package libx32gcc1. 00:42:12 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:12 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:42:12 Selecting previously unselected package lib32gomp1. 00:42:12 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:12 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:42:12 Selecting previously unselected package libx32gomp1. 00:42:12 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:12 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:42:12 Selecting previously unselected package lib32itm1. 00:42:12 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:12 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package libx32itm1. 00:42:13 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package lib32atomic1. 00:42:13 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package libx32atomic1. 00:42:13 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package lib32asan4. 00:42:13 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package libx32asan4. 00:42:13 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package lib32stdc++6. 00:42:13 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package lib32ubsan0. 00:42:13 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package libx32stdc++6. 00:42:13 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package libx32ubsan0. 00:42:13 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:42:13 Selecting previously unselected package lib32cilkrts5. 00:42:13 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package libx32cilkrts5. 00:42:14 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package lib32mpx2. 00:42:14 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package lib32quadmath0. 00:42:14 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package libx32quadmath0. 00:42:14 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package lib32gcc-7-dev. 00:42:14 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package libx32gcc-7-dev. 00:42:14 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package gcc-7-multilib. 00:42:14 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:42:14 Selecting previously unselected package lib32stdc++-7-dev. 00:42:14 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:15 Selecting previously unselected package libx32stdc++-7-dev. 00:42:15 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:15 Selecting previously unselected package g++-7-multilib. 00:42:15 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:42:15 Selecting previously unselected package gcc-multilib. 00:42:15 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:15 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 00:42:15 Selecting previously unselected package g++-multilib. 00:42:15 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:15 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 00:42:15 Selecting previously unselected package libcurl3-gnutls:amd64. 00:42:15 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 00:42:15 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:42:15 Selecting previously unselected package liberror-perl. 00:42:15 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 00:42:15 Unpacking liberror-perl (0.17025-1) ... 00:42:15 Selecting previously unselected package git-man. 00:42:15 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:42:15 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:42:15 Selecting previously unselected package git. 00:42:15 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:42:15 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:42:16 Selecting previously unselected package libalgorithm-diff-perl. 00:42:16 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 00:42:16 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 00:42:16 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:42:16 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 00:42:16 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 00:42:16 Selecting previously unselected package libalgorithm-merge-perl. 00:42:16 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 00:42:16 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:42:16 Selecting previously unselected package libfile-fcntllock-perl. 00:42:16 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 00:42:16 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 00:42:16 Selecting previously unselected package libnorm1:amd64. 00:42:16 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:42:16 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:42:16 Selecting previously unselected package libpgm-5.2-0:amd64. 00:42:16 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:42:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:42:16 Selecting previously unselected package libsodium23:amd64. 00:42:16 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 00:42:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:42:16 Selecting previously unselected package libzmq5:amd64. 00:42:16 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:42:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:42:16 Selecting previously unselected package libzmq3-dev:amd64. 00:42:16 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:42:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:42:17 Selecting previously unselected package manpages-dev. 00:42:17 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 00:42:17 Unpacking manpages-dev (4.15-1) ... 00:42:17 Selecting previously unselected package pkg-config. 00:42:17 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:42:17 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:42:17 Selecting previously unselected package unzip. 00:42:17 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 00:42:17 Unpacking unzip (6.0-21ubuntu1) ... 00:42:17 Selecting previously unselected package zip. 00:42:17 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 00:42:17 Unpacking zip (3.0-11build1) ... 00:42:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:17 Setting up libc6-x32 (2.27-3ubuntu1.2) ... 00:42:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:17 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:42:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:17 Setting up manpages (4.15-1) ... 00:42:17 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:42:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:17 Setting up less (487-0.1) ... 00:42:17 Setting up make (4.1-9.1ubuntu1) ... 00:42:17 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:42:17 Setting up curl (7.58.0-2ubuntu3.10) ... 00:42:17 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 00:42:17 Setting up libuv1:amd64 (1.18.0-3) ... 00:42:17 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:42:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:17 Setting up unzip (6.0-21ubuntu1) ... 00:42:18 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 00:42:18 Setting up libmpfr6:amd64 (4.0.1-1) ... 00:42:18 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 00:42:18 Setting up libc6-i386 (2.27-3ubuntu1.2) ... 00:42:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:42:18 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:42:18 Setting up zip (3.0-11build1) ... 00:42:18 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up librhash0:amd64 (1.3.6-2) ... 00:42:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:42:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:18 Setting up libsodium23:amd64 (1.0.16-2) ... 00:42:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up patch (2.7.6-2ubuntu1.1) ... 00:42:18 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 00:42:18 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up liblocale-gettext-perl (1.07-3build2) ... 00:42:18 Setting up libmpc3:amd64 (1.1.0-1) ... 00:42:18 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 00:42:18 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:42:18 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up manpages-dev (4.15-1) ... 00:42:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 00:42:18 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up netbase (5.4) ... 00:42:18 Setting up libisl19:amd64 (0.19-1) ... 00:42:18 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 00:42:18 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:42:18 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:18 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:42:18 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 00:42:18 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 00:42:19 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:42:19 Setting up fakeroot (1.22-2ubuntu1) ... 00:42:19 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 00:42:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:42:19 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:42:19 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 00:42:19 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... 00:42:19 Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... 00:42:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:42:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:42:19 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up perl (5.26.1-6ubuntu0.5) ... 00:42:19 Setting up libfile-fcntllock-perl (0.22-3build2) ... 00:42:19 Setting up libalgorithm-diff-perl (1.19.03-1) ... 00:42:19 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:42:19 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up liberror-perl (0.17025-1) ... 00:42:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:42:19 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:42:19 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:42:19 Setting up libalgorithm-merge-perl (0.08-3) ... 00:42:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:42:19 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 00:42:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:42:19 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 00:42:19 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 00:42:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:42:19 Setting up build-essential (12.4ubuntu1) ... 00:42:19 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 00:42:19 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:42:20 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 00:42:20 Processing triggers for mime-support (3.60ubuntu1) ... 00:42:20 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:42:21 binutils set to automatically installed. 00:42:21 binutils-common set to automatically installed. 00:42:21 binutils-x86-64-linux-gnu set to automatically installed. 00:42:21 build-essential set to automatically installed. 00:42:21 cmake set to automatically installed. 00:42:21 cmake-data set to automatically installed. 00:42:21 cpp set to automatically installed. 00:42:21 cpp-7 set to automatically installed. 00:42:21 curl set to automatically installed. 00:42:21 dpkg-dev set to automatically installed. 00:42:21 fakeroot set to automatically installed. 00:42:21 g++ set to automatically installed. 00:42:21 g++-7 set to automatically installed. 00:42:21 g++-7-multilib set to automatically installed. 00:42:21 g++-multilib set to automatically installed. 00:42:21 gcc set to automatically installed. 00:42:21 gcc-7 set to automatically installed. 00:42:21 gcc-7-base set to automatically installed. 00:42:21 gcc-7-multilib set to automatically installed. 00:42:21 gcc-multilib set to automatically installed. 00:42:21 git set to automatically installed. 00:42:21 git-man set to automatically installed. 00:42:21 less set to automatically installed. 00:42:21 lib32asan4 set to automatically installed. 00:42:21 lib32atomic1 set to automatically installed. 00:42:21 lib32cilkrts5 set to automatically installed. 00:42:21 lib32gcc-7-dev set to automatically installed. 00:42:21 lib32gcc1 set to automatically installed. 00:42:21 lib32gomp1 set to automatically installed. 00:42:21 lib32itm1 set to automatically installed. 00:42:21 lib32mpx2 set to automatically installed. 00:42:21 lib32quadmath0 set to automatically installed. 00:42:21 lib32stdc++-7-dev set to automatically installed. 00:42:21 lib32stdc++6 set to automatically installed. 00:42:21 lib32ubsan0 set to automatically installed. 00:42:21 libalgorithm-diff-perl set to automatically installed. 00:42:21 libalgorithm-diff-xs-perl set to automatically installed. 00:42:21 libalgorithm-merge-perl set to automatically installed. 00:42:21 libarchive13 set to automatically installed. 00:42:21 libasan4 set to automatically installed. 00:42:21 libatomic1 set to automatically installed. 00:42:21 libbinutils set to automatically installed. 00:42:21 libc-dev-bin set to automatically installed. 00:42:21 libc6-dev set to automatically installed. 00:42:21 libc6-dev-i386 set to automatically installed. 00:42:21 libc6-dev-x32 set to automatically installed. 00:42:21 libc6-i386 set to automatically installed. 00:42:21 libc6-x32 set to automatically installed. 00:42:21 libcc1-0 set to automatically installed. 00:42:21 libcilkrts5 set to automatically installed. 00:42:21 libcurl3-gnutls set to automatically installed. 00:42:21 libdpkg-perl set to automatically installed. 00:42:21 liberror-perl set to automatically installed. 00:42:21 libfakeroot set to automatically installed. 00:42:21 libfile-fcntllock-perl set to automatically installed. 00:42:21 libgcc-7-dev set to automatically installed. 00:42:21 libgdbm-compat4 set to automatically installed. 00:42:21 libgdbm5 set to automatically installed. 00:42:21 libgomp1 set to automatically installed. 00:42:21 libisl19 set to automatically installed. 00:42:21 libitm1 set to automatically installed. 00:42:21 libjsoncpp1 set to automatically installed. 00:42:21 liblocale-gettext-perl set to automatically installed. 00:42:21 liblsan0 set to automatically installed. 00:42:21 libmpc3 set to automatically installed. 00:42:21 libmpfr6 set to automatically installed. 00:42:21 libmpx2 set to automatically installed. 00:42:21 libnorm1 set to automatically installed. 00:42:21 libperl5.26 set to automatically installed. 00:42:21 libpgm-5.2-0 set to automatically installed. 00:42:21 libquadmath0 set to automatically installed. 00:42:21 librhash0 set to automatically installed. 00:42:21 libsodium23 set to automatically installed. 00:42:21 libstdc++-7-dev set to automatically installed. 00:42:21 libtsan0 set to automatically installed. 00:42:21 libubsan0 set to automatically installed. 00:42:21 libuv1 set to automatically installed. 00:42:21 libx32asan4 set to automatically installed. 00:42:21 libx32atomic1 set to automatically installed. 00:42:21 libx32cilkrts5 set to automatically installed. 00:42:21 libx32gcc-7-dev set to automatically installed. 00:42:21 libx32gcc1 set to automatically installed. 00:42:21 libx32gomp1 set to automatically installed. 00:42:21 libx32itm1 set to automatically installed. 00:42:21 libx32quadmath0 set to automatically installed. 00:42:21 libx32stdc++-7-dev set to automatically installed. 00:42:21 libx32stdc++6 set to automatically installed. 00:42:21 libx32ubsan0 set to automatically installed. 00:42:21 libzmq3-dev set to automatically installed. 00:42:21 libzmq5 set to automatically installed. 00:42:21 linux-libc-dev set to automatically installed. 00:42:21 make set to automatically installed. 00:42:21 manpages set to automatically installed. 00:42:21 manpages-dev set to automatically installed. 00:42:21 netbase set to automatically installed. 00:42:21 patch set to automatically installed. 00:42:21 perl set to automatically installed. 00:42:21 perl-base set to automatically installed. 00:42:21 perl-modules-5.26 set to automatically installed. 00:42:21 pkg-config set to automatically installed. 00:42:21 unzip set to automatically installed. 00:42:21 zip set to automatically installed. 00:42:21 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:42:21 Please ensure the environment is properly setup before continuing. 00:42:21 Ignore this message if the appropriate measures have already been taken 00:42:22 Pulling go-build-helper  00:42:23 'go115' has dependencies that need to be staged: go-build-helper 00:42:23 Skipping pull go-build-helper (already ran) 00:42:23 Building go-build-helper  00:42:26 Staging go-build-helper  00:42:26 Pulling go115  00:42:27 'app-service-config' has dependencies that need to be staged: go115 00:42:27 Skipping pull go115 (already ran) 00:42:27 Building go115  00:42:27 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:27 Dload Upload Total Spent Left Speed 00:42:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6335k 0 0 17.8M 0 0:00:06 --:--:-- 0:00:06 17.7M 9 115M 9 10.8M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.6M 00:42:27 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 00:42:27 Failed to run 'override-build': Exit code was 56. [Pipeline] } 00:42:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:29 Failed in branch amd64 00:43:24 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 00:43:24 Removing intermediate container 836b8a6eef1d 00:43:24 ---> 2e10d47a1314 00:43:24 00:43:24 Step 10/20 : FROM alpine 00:43:24 latest: Pulling from library/alpine 00:43:24 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:43:24 Status: Downloaded newer image for alpine:latest 00:43:24 ---> 2e77e061c27f 00:43:24 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:43:24 ---> Running in a066982c4056 00:43:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:26 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:43:26 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:43:26 OK: 12615 distinct packages available 00:43:27 (1/4) Installing ca-certificates (20191127-r4) 00:43:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:43:27 (3/4) Installing libcurl (7.69.1-r1) 00:43:27 (4/4) Installing curl (7.69.1-r1) 00:43:27 Executing busybox-1.31.1-r19.trigger 00:43:27 Executing ca-certificates-20191127-r4.trigger 00:43:27 OK: 7 MiB in 18 packages 00:43:27 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 00:43:30 Removing intermediate container a066982c4056 00:43:30 ---> 737ab98c791e 00:43:30 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:43:30 ---> Running in 1d64c524ea82 00:43:30 Removing intermediate container 1d64c524ea82 00:43:30 ---> 103fefacac6d 00:43:30 Step 13/20 : WORKDIR /edgex 00:43:31 ---> Running in 84da9e7796f5 00:43:31 Removing intermediate container 84da9e7796f5 00:43:31 ---> 5ffba617e657 00:43:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:43:33 ---> 8d7934ffc496 00:43:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:43:34 ---> 41662921207d 00:43:34 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:43:34 ---> Running in b447378ed64e 00:43:35 Removing intermediate container b447378ed64e 00:43:35 ---> b84b477a3cdd 00:43:35 Step 17/20 : CMD ["--init=true"] 00:43:36 ---> Running in abf902474299 00:43:36 Removing intermediate container abf902474299 00:43:36 ---> 74f28d69c376 00:43:36 Step 18/20 : LABEL arch=arm64 00:43:37 ---> Running in 410ec5cfc464 00:43:38 Removing intermediate container 410ec5cfc464 00:43:38 ---> 403044cbd1a6 00:43:38 Step 19/20 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:43:39 ---> Running in bb20ad58c571 00:43:40 Removing intermediate container d0bf0a382beb 00:43:40 ---> 353afc38bf62 00:43:40 00:43:40 Step 10/22 : FROM scratch 00:43:40 ---> 00:43:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:43:40 Removing intermediate container bb20ad58c571 00:43:40 ---> a4f7106ff13d 00:43:40 Step 20/20 : LABEL version=0.0.0 00:43:40 ---> Running in 8fcd5fe108e0 00:43:41 ---> Running in 18ecb9b02fc0 00:43:41 Removing intermediate container 8fcd5fe108e0 00:43:41 ---> 48bfef39898d 00:43:41 Step 12/22 : ENV APP_PORT=48061 00:43:41 Removing intermediate container cc3541756e01 00:43:41 ---> fe7e3994a109 00:43:41 00:43:41 Step 10/26 : FROM alpine:3.10 00:43:41 ---> Running in a9a172f458a5 00:43:41 Removing intermediate container 18ecb9b02fc0 00:43:41 ---> 7cef5a8c8ba0 00:43:41 00:43:42 3.10: Pulling from library/alpine 00:43:42 Successfully built 7cef5a8c8ba0 00:43:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:43:42 Removing intermediate container a9a172f458a5 00:43:42 ---> be502d130d0b 00:43:42 Step 13/22 : EXPOSE $APP_PORT 00:43:42 Building docker-support-notifications-go 00:43:42  Building docker-security-proxy-setup-go ... done  ---> Running in 5959104d9e50 00:43:43 Removing intermediate container 5959104d9e50 00:43:43 ---> 394ee0e81a8e 00:43:43 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:43:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:43:43 Status: Downloaded newer image for alpine:3.10 00:43:43 ---> 536a684cf733 00:43:43 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:43:44 ---> Running in e2e9a2de5ece 00:43:45 ---> 18301f954fba 00:43:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:43:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:43:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:43:47 ---> d1c35d9e5fdf 00:43:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:43:48 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:43:48 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:43:48 OK: 10167 distinct packages available 00:43:48 (1/5) Installing ca-certificates (20191127-r2) 00:43:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:43:49 (3/5) Installing libcurl (7.66.0-r1) 00:43:49 (4/5) Installing curl (7.66.0-r1) 00:43:49 (5/5) Installing dumb-init (1.2.2-r1) 00:43:49 Executing busybox-1.30.1-r3.trigger 00:43:49 Executing ca-certificates-20191127-r2.trigger 00:43:49 OK: 7 MiB in 19 packages 00:43:52 ---> 29f078ed1bef 00:43:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:43:52 Removing intermediate container 2d3ca676e338 00:43:52 ---> 0acb6d7846fc 00:43:52 00:43:52 Step 10/21 : FROM scratch 00:43:52 ---> 00:43:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:52 Removing intermediate container 9cd5ead8ec41 00:43:52 ---> b6eb0ef9e7cf 00:43:52 00:43:52 Step 10/22 : FROM scratch 00:43:52 ---> 00:43:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:53 ---> Running in 197c03af58a4 00:43:53 ---> bb8988d00131 00:43:53 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:43:53 ---> Running in d25cec5f660d 00:43:53 ---> Running in dc49f0e525aa 00:43:54 Removing intermediate container e2e9a2de5ece 00:43:54 ---> 1a2666b47e05 00:43:54 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:43:54 Removing intermediate container d25cec5f660d 00:43:54 ---> 61ded2aee943 00:43:54 Step 12/22 : ENV APP_PORT=48082 00:43:54 Removing intermediate container 197c03af58a4 00:43:54 ---> 8e66ce380614 00:43:54 Step 12/21 : ENV APP_PORT=48085 00:43:54 ---> Running in 20a050932315 00:43:54 ---> Running in 47ffcee1b6e2 00:43:54 ---> Running in a9a4db9415c9 00:43:54 Removing intermediate container dc49f0e525aa 00:43:54 ---> 5bdffcf0ecf8 00:43:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:55 Removing intermediate container 20a050932315 00:43:55 ---> 0b884856d20f 00:43:55 Step 13/26 : WORKDIR / 00:43:55 ---> Running in c34c7615498b 00:43:55 Removing intermediate container 47ffcee1b6e2 00:43:55 ---> 3438e334f01c 00:43:55 Step 13/21 : EXPOSE $APP_PORT 00:43:56 ---> Running in 1bf4817f101c 00:43:56 ---> Running in 689aa6aa3d67 00:43:56 Removing intermediate container a9a4db9415c9 00:43:56 ---> c5df22b54d64 00:43:56 Step 13/22 : EXPOSE $APP_PORT 00:43:56 ---> Running in daf075d6e7d2 00:43:56 Removing intermediate container c34c7615498b 00:43:56 ---> f08317dead14 00:43:56 Step 20/22 : LABEL arch=arm64 00:43:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:56 ---> 98084fee9a0b 00:43:56 Step 3/24 : WORKDIR /edgex-go 00:43:56 ---> Using cache 00:43:56 ---> 567f873fabc9 00:43:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 ---> Using cache 00:43:56 ---> bff0cbde60f0 00:43:56 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:43:56 ---> Running in b754f2172e08 00:43:56 Removing intermediate container 1bf4817f101c 00:43:56 ---> bbcbcc985cfd 00:43:56 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:43:56 ---> Running in bccaa739386c 00:43:56 Removing intermediate container 689aa6aa3d67 00:43:56 ---> 92c7a679994c 00:43:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:43:57 Removing intermediate container daf075d6e7d2 00:43:57 ---> 845d3d295223 00:43:57 Step 14/22 : WORKDIR / 00:43:57 ---> Running in b2ea85c4d5d3 00:43:57 Removing intermediate container bccaa739386c 00:43:57 ---> d04170d000e9 00:43:57 Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:43:57 ---> Running in e752d39e2ca8 00:43:57 ---> 42450f45b2d9 00:43:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:43:58 ---> af8ce22ebf84 00:43:58 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:43:58 Removing intermediate container b2ea85c4d5d3 00:43:58 ---> cb58466659bb 00:43:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:43:58 Removing intermediate container e752d39e2ca8 00:43:58 ---> a861f8428f41 00:43:58 Step 22/22 : LABEL version=0.0.0 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:58 ---> Running in 0caaad1233f6 00:43:59 ---> 3fe39e7f2557 00:43:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:43:59 Removing intermediate container 0caaad1233f6 00:43:59 ---> 5b9279d47a6c 00:43:59 00:43:59 ---> ac779f1b3aaa 00:43:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:43:59 ---> 51022ffc280c 00:43:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:43:59 Successfully built 5b9279d47a6c 00:43:59 Successfully tagged docker-support-logging-go-arm64:latest 00:43:59  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:00 ---> da1c1711e78d 00:44:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:44:00 ---> 7c0e223bfab2 00:44:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:44:00 ---> 6d23c446ac39 00:44:00 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:44:00 ---> Running in fa358d4db565 00:44:01 Removing intermediate container fa358d4db565 00:44:01 ---> 8e7c15a93517 00:44:01 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:01 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:01 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:01 OK: 12623 distinct packages available 00:44:02 ---> 1ac28519b4a3 00:44:02 Step 18/22 : ENTRYPOINT ["/core-command"] 00:44:02 OK: 217 MiB in 51 packages 00:44:02 ---> dffe40d0169a 00:44:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:44:02 ---> Running in 7a6d8224fc78 00:44:02 ---> Running in bb990be97a53 00:44:03 Removing intermediate container 7a6d8224fc78 00:44:03 ---> 00836836a054 00:44:03 Step 19/21 : LABEL arch=arm64 00:44:03 Removing intermediate container bb990be97a53 00:44:03 ---> 0a06914d1b6d 00:44:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:04 ---> 0ccd62e090d8 00:44:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:44:04 ---> Running in 5cc69b251c20 00:44:04 ---> Running in 4a42067383e5 00:44:04 Removing intermediate container b754f2172e08 00:44:04 ---> 4b8ab322fdbc 00:44:04 Step 6/24 : COPY go.mod . 00:44:05 Removing intermediate container 5cc69b251c20 00:44:05 ---> f8cb926af356 00:44:05 Step 20/21 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:44:05 Removing intermediate container 4a42067383e5 00:44:05 ---> 190be61411c4 00:44:05 Step 20/22 : LABEL arch=arm64 00:44:05 ---> 3ac69424b05a 00:44:05 Step 7/24 : RUN go mod download 00:44:05 ---> Running in 1f2827704d97 00:44:05 ---> Running in 2075e2bd7e80 00:44:06 ---> Running in a0e2582f7991 00:44:06 ---> d46afc929a4f 00:44:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:44:06 Removing intermediate container 1f2827704d97 00:44:06 ---> 3e0680d5f594 00:44:06 Step 21/21 : LABEL version=0.0.0 00:44:06 Removing intermediate container 2075e2bd7e80 00:44:06 ---> dd9fb5fc9730 00:44:06 Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:44:06 ---> Running in b16e4e9b84fb 00:44:06 ---> Running in d00f493b13ba 00:44:07 Removing intermediate container d00f493b13ba 00:44:07 ---> e9c941627677 00:44:07 Step 22/22 : LABEL version=0.0.0 00:44:08 Removing intermediate container b16e4e9b84fb 00:44:08 ---> a28dad0d84d6 00:44:08 00:44:08 ---> a7ff19bfb93c 00:44:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:44:08 ---> Running in 9a92ba34887b 00:44:08 Successfully built a28dad0d84d6 00:44:09 Successfully tagged docker-support-scheduler-go-arm64:latest 00:44:09  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 00:44:09 Removing intermediate container 9a92ba34887b 00:44:09 ---> 4e34fbb8b5a2 00:44:09 00:44:09 ---> 99e37ea15645 00:44:09 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:44:09 Successfully built 4e34fbb8b5a2 00:44:10 Successfully tagged docker-core-command-go-arm64:latest 00:44:10  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 00:44:10 ---> Running in d719da39bfb6 00:44:10 Removing intermediate container a0e2582f7991 00:44:10 ---> ce8bf3bc776e 00:44:10 Step 8/24 : COPY . . 00:44:17 Removing intermediate container d719da39bfb6 00:44:17 ---> a7d23b4ed095 00:44:17 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:44:17 ---> Running in 27f232cee1d9 00:44:19 Removing intermediate container 27f232cee1d9 00:44:19 ---> ccc98fd5a81d 00:44:19 Step 24/26 : LABEL arch=arm64 00:44:20 ---> Running in 97d79795115d 00:44:21 Removing intermediate container 97d79795115d 00:44:21 ---> 1571eb779a37 00:44:21 Step 25/26 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:44:21 ---> 0bb1696f2d81 00:44:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:22 ---> Running in aa6a8eb9c8c6 00:44:22 ---> Running in 842efcc832ea 00:44:22 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:22 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:44:22 ---> 98084fee9a0b 00:44:22 Step 3/29 : WORKDIR /edgex-go 00:44:22 ---> Using cache 00:44:22 ---> 567f873fabc9 00:44:22 Step 4/29 : RUN apk update && apk add make git 00:44:22 ---> Running in d4c76966b7de 00:44:22 Removing intermediate container aa6a8eb9c8c6 00:44:22 ---> 7b7b34de2feb 00:44:22 Step 26/26 : LABEL version=0.0.0 00:44:22 ---> Running in bf2afb20308f 00:44:23 Removing intermediate container bf2afb20308f 00:44:23 ---> 3a0979f4d47a 00:44:23 00:44:24 Successfully built 3a0979f4d47a 00:44:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:44:24  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:44:24 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 00:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:27 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:27 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:27 OK: 12623 distinct packages available 00:44:28 OK: 217 MiB in 51 packages 00:44:31 Removing intermediate container d4c76966b7de 00:44:31 ---> b135dd92d144 00:44:31 Step 5/29 : COPY go.mod . 00:44:33 ---> c1313f2ada52 00:44:33 Step 6/29 : RUN go mod download 00:44:33 ---> Running in 6133a7c5b51b 00:44:40 Removing intermediate container 6133a7c5b51b 00:44:40 ---> 3b1f2e27feac 00:44:40 Step 7/29 : COPY . . 00:44:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:47 ---> 98084fee9a0b 00:44:47 Step 3/22 : WORKDIR /edgex-go 00:44:47 ---> Using cache 00:44:47 ---> 567f873fabc9 00:44:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:47 ---> Using cache 00:44:47 ---> bff0cbde60f0 00:44:47 Step 5/22 : RUN apk update && apk add make git 00:44:47 ---> Using cache 00:44:47 ---> 4a8c4fdfee8e 00:44:47 Step 6/22 : COPY go.mod . 00:44:47 ---> Using cache 00:44:47 ---> 79663403e93e 00:44:47 Step 7/22 : RUN go mod download 00:44:47 ---> Using cache 00:44:47 ---> 7d6b50625498 00:44:47 Step 8/22 : COPY . . 00:44:47 ---> Using cache 00:44:47 ---> 6230617708bd 00:44:47 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:48 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:48 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:44:48 ---> 98084fee9a0b 00:44:48 Step 3/27 : WORKDIR /edgex-go 00:44:48 ---> Using cache 00:44:48 ---> 567f873fabc9 00:44:48 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:48 ---> Using cache 00:44:48 ---> bff0cbde60f0 00:44:48 Step 5/27 : RUN apk update && apk add make bash git 00:44:50 ---> Running in e62d4d948300 00:44:50 ---> Running in 15773de3c7c1 00:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:53 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 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:56 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:56 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:56 OK: 12623 distinct packages available 00:44:57 OK: 217 MiB in 51 packages 00:45:01 Removing intermediate container 15773de3c7c1 00:45:01 ---> 3dbc1956067f 00:45:01 Step 6/27 : COPY go.mod . 00:45:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:01 ---> 98084fee9a0b 00:45:01 Step 3/23 : WORKDIR /edgex-go 00:45:01 ---> Using cache 00:45:01 ---> 567f873fabc9 00:45:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:01 ---> Using cache 00:45:01 ---> bff0cbde60f0 00:45:01 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:45:01 ---> Running in 3d0fb8f1347b 00:45:03 ---> ccd61e0fb6a5 00:45:03 Step 7/27 : RUN go mod download 00:45:03 ---> Running in d6b7d1c58cea 00:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:05 ---> 3ca328d4c578 00:45:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:45:05 ---> Running in 2e6b5961cc60 00:45:06 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:06 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:06 OK: 12623 distinct packages available 00:45:08 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 00:45:08 OK: 217 MiB in 51 packages 00:45:09 Removing intermediate container d6b7d1c58cea 00:45:09 ---> 3a3817300fa5 00:45:09 Step 8/27 : COPY . . 00:45:10 Removing intermediate container 3d0fb8f1347b 00:45:10 ---> cc6ecfee7f0f 00:45:10 Step 6/23 : COPY go.mod . 00:45:11 ---> c754540faa92 00:45:11 Step 7/23 : RUN go mod download 00:45:12 ---> Running in 61e56ad60799 00:45:19 Removing intermediate container 61e56ad60799 00:45:19 ---> 6039fee450ec 00:45:19 Step 8/23 : COPY . . 00:45:31 ---> 217914d34bee 00:45:31 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:31 ---> Running in 1e791bb4d9e0 00:45:34 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 00:45:41 Removing intermediate container 842efcc832ea 00:45:41 ---> cbd9cf500bce 00:45:41 00:45:41 Step 10/24 : FROM scratch 00:45:41 ---> 00:45:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:45:41 ---> Using cache 00:45:41 ---> 48bfef39898d 00:45:41 Step 12/24 : ENV APP_PORT=48060 00:45:41 ---> Running in cd487c139aaf 00:45:41 ---> 30ac11c058aa 00:45:41 Step 9/23 : RUN make cmd/core-data/core-data 00:45:41 ---> Running in ab8fb8912af4 00:45:41 Removing intermediate container cd487c139aaf 00:45:41 ---> 8ab79cf73b77 00:45:41 Step 13/24 : EXPOSE $APP_PORT 00:45:41 ---> Running in 91d0f7e22ecc 00:45:42 Removing intermediate container 91d0f7e22ecc 00:45:42 ---> 9d5e8ccfddcf 00:45:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:45:43 ---> 45ed5a4753d1 00:45:43 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:45:44 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 00:45:45 ---> 38782d801d3f 00:45:45 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:45:47 ---> 41766672065c 00:45:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:45:48 ---> de4e8ccf3f6a 00:45:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:45:50 ---> 32f599f27b3b 00:45:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:45:51 ---> 7a90d3fa8b09 00:45:51 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:45:51 ---> Running in 17f21cdb26d3 00:45:51 Removing intermediate container 17f21cdb26d3 00:45:51 ---> b1cee9e0a5e1 00:45:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:52 ---> Running in ad17f5495f14 00:45:52 Removing intermediate container ad17f5495f14 00:45:52 ---> 474cd97cee7e 00:45:52 Step 22/24 : LABEL arch=arm64 00:45:52 ---> Running in 64998789df47 00:45:53 Removing intermediate container 64998789df47 00:45:53 ---> 2a9f975a6db4 00:45:53 Step 23/24 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:45:53 ---> Running in b2dbb2dbcbec 00:45:54 Removing intermediate container b2dbb2dbcbec 00:45:54 ---> 68e179368118 00:45:54 Step 24/24 : LABEL version=0.0.0 00:45:54 ---> Running in c04c8410e4dc 00:45:55 Removing intermediate container c04c8410e4dc 00:45:55 ---> 666e97af83f7 00:45:55 00:45:55 Successfully built 666e97af83f7 00:45:55 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:28  Building docker-support-notifications-go ... done Removing intermediate container 2e6b5961cc60 00:46:28 ---> c3cfeeeea740 00:46:28 00:46:28 Step 9/29 : FROM alpine:latest 00:46:28 ---> 2e77e061c27f 00:46:28 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:46:28 ---> Running in 0e3f08859472 00:46:28 Removing intermediate container 0e3f08859472 00:46:28 ---> 1dd844f28f2d 00:46:28 Step 11/29 : USER root 00:46:28 ---> Running in 4b959604652b 00:46:28 Removing intermediate container 4b959604652b 00:46:28 ---> dd9b80858766 00:46:28 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:46:28 ---> Running in b831fd9e9c1d 00:46:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:46:28 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:46:28 OK: 12615 distinct packages available 00:46:28 (1/2) Installing ca-certificates (20191127-r4) 00:46:28 (2/2) Installing dumb-init (1.2.2-r1) 00:46:28 Executing busybox-1.31.1-r19.trigger 00:46:28 Executing ca-certificates-20191127-r4.trigger 00:46:29 OK: 6 MiB in 16 packages 00:46:31 Removing intermediate container b831fd9e9c1d 00:46:31 ---> bd91c5b150c8 00:46:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:46:31 ---> Running in 177c004c5a0d 00:46:32 Removing intermediate container 177c004c5a0d 00:46:32 ---> 3583272c2dd6 00:46:32 Step 14/29 : WORKDIR $BASE_DIR 00:46:32 ---> Running in 49835b501340 00:46:32 Removing intermediate container 49835b501340 00:46:32 ---> 99b9889c91be 00:46:32 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:46:33 ---> Running in 7d66ca49bf4d 00:46:37 Removing intermediate container 7d66ca49bf4d 00:46:37 ---> 339590807da6 00:46:37 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:46:38 ---> 653ed92639b8 00:46:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:46:39 ---> 766f1c6a93fd 00:46:39 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:46:41 ---> 54e7473e1496 00:46:41 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:46:42 ---> 4db56078fad8 00:46:42 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:46:43 ---> a32774e6543f 00:46:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:46:43 ---> Running in 5242825250a0 00:46:46 Removing intermediate container 5242825250a0 00:46:46 ---> ee5de63152e6 00:46:46 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:46:48 ---> e21afef248c3 00:46:48 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:46:48 ---> Running in 02645b5e14cb 00:46:53 Removing intermediate container 1e791bb4d9e0 00:46:53 ---> 678326c7ebde 00:46:53 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:53 Removing intermediate container 02645b5e14cb 00:46:53 ---> 6cdca394c13f 00:46:53 Step 24/29 : RUN chmod 755 security-secrets-setup 00:46:53 ---> Running in 401601237dac 00:46:53 ---> Running in d68e2b791b18 00:46:55 Removing intermediate container e62d4d948300 00:46:55 ---> 1e02f9b92928 00:46:55 00:46:55 Step 10/22 : FROM scratch 00:46:55 ---> 00:46:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:55 ---> Using cache 00:46:55 ---> 61ded2aee943 00:46:55 Step 12/22 : ENV APP_PORT=48081 00:46:56 ---> Running in 591a9d44e7f5 00:46:56 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 00:46:56 Removing intermediate container 591a9d44e7f5 00:46:56 ---> 3bd7f50ece45 00:46:56 Step 13/22 : EXPOSE $APP_PORT 00:46:56 ---> Running in 02851c4bf5a1 00:46:57 Removing intermediate container 02851c4bf5a1 00:46:57 ---> 62af82d23213 00:46:57 Step 14/22 : WORKDIR / 00:46:57 ---> Running in 66c7d4588a93 00:46:58 Removing intermediate container 66c7d4588a93 00:46:58 ---> ac4b5cc0efb9 00:46:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:46:58 Removing intermediate container d68e2b791b18 00:46:58 ---> c450f3c100d5 00:46:58 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:46:58 ---> Running in e57c32027422 00:46:59 ---> 6a93e19b55f5 00:46:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:59 Removing intermediate container e57c32027422 00:46:59 ---> dd2665489ff0 00:46:59 Step 26/29 : CMD [ "generate" ] 00:47:00 ---> Running in a80cdb3415b4 00:47:01 Removing intermediate container a80cdb3415b4 00:47:01 ---> fc8a6b9288b9 00:47:01 Step 27/29 : LABEL arch=arm64 00:47:01 ---> Running in 755781a7e033 00:47:01 Removing intermediate container 401601237dac 00:47:01 ---> 4138d9574fa7 00:47:01 00:47:01 Step 11/27 : FROM docker:latest 00:47:01 ---> 5d4db4dc0692 00:47:01 Step 12/27 : RUN apk add --no-cache bash 00:47:01 ---> Running in 05cb5634ca18 00:47:02 ---> 87910cfe8a29 00:47:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:02 Removing intermediate container 755781a7e033 00:47:02 ---> ff2919c670be 00:47:02 Step 28/29 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:47:02 ---> Running in c64ca987e386 00:47:03 Removing intermediate container c64ca987e386 00:47:03 ---> 75d1655476a5 00:47:03 Step 29/29 : LABEL version=0.0.0 00:47:03 ---> Running in 81306f146924 00:47:03 ---> 702469ad0e57 00:47:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:47:03 ---> Running in 77b20e5173ab 00:47:04 Removing intermediate container 81306f146924 00:47:04 ---> 71c53c31de96 00:47:04 00:47:04 Removing intermediate container 77b20e5173ab 00:47:04 ---> cb04dc241449 00:47:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:04 ---> Running in a1badf64523c 00:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:05 Successfully built 71c53c31de96 00:47:05 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:47:05  Building docker-security-secrets-setup-go ... done Removing intermediate container a1badf64523c 00:47:05 ---> 6017ada0b2c4 00:47:05 Step 20/22 : LABEL arch=arm64 00:47:05 (1/2) Installing readline (8.0.4-r0) 00:47:05 (2/2) Installing bash (5.0.17-r0) 00:47:05 Executing bash-5.0.17-r0.post-install 00:47:05 Executing busybox-1.31.1-r19.trigger 00:47:05 OK: 12 MiB in 22 packages 00:47:05 ---> Running in bf9d1764cac0 00:47:06 Removing intermediate container bf9d1764cac0 00:47:06 ---> e9a5a2341878 00:47:06 Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:47:06 ---> Running in 50a8e1a37714 00:47:07 Removing intermediate container 50a8e1a37714 00:47:07 ---> 8033468fb87a 00:47:07 Step 22/22 : LABEL version=0.0.0 00:47:07 Removing intermediate container 05cb5634ca18 00:47:07 ---> 8bf63ae19de1 00:47:07 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:47:07 ---> Running in b8848a5bb262 00:47:07 ---> Running in 037b298f8d14 00:47:08 Removing intermediate container b8848a5bb262 00:47:08 ---> 3561e1c17bd5 00:47:08 00:47:08 Successfully built 3561e1c17bd5 00:47:08 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:10  Building docker-core-metadata-go ... done Removing intermediate container 037b298f8d14 00:47:10 ---> 109bd2b0f256 00:47:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:10 ---> Running in 931fb52f51ea 00:47:10 Removing intermediate container 931fb52f51ea 00:47:10 ---> 6c3ad478576a 00:47:10 Step 15/27 : ENV APP_PORT=48090 00:47:10 ---> Running in 66560facd16e 00:47:11 Removing intermediate container 66560facd16e 00:47:11 ---> 38c8be0c8ffe 00:47:11 Step 16/27 : EXPOSE $APP_PORT 00:47:11 ---> Running in 88c1555e26d6 00:47:11 Removing intermediate container 88c1555e26d6 00:47:11 ---> e300f03bc935 00:47:11 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:13 ---> 42fc9f7ca4de 00:47:13 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:13 ---> 5a28a34273fc 00:47:13 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:14 ---> 1d3f9c4e4f2f 00:47:14 Step 20/27 : RUN apk --no-cache add py3-pip 00:47:15 ---> Running in 2562720835f1 00:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:17 (1/33) Installing libbz2 (1.0.8-r1) 00:47:17 (2/33) Installing expat (2.2.9-r1) 00:47:17 (3/33) Installing libffi (3.3-r2) 00:47:17 (4/33) Installing gdbm (1.13-r1) 00:47:17 (5/33) Installing xz-libs (5.2.5-r0) 00:47:17 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:17 (7/33) Installing python3 (3.8.5-r0) 00:47:19 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:19 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:19 (11/33) Installing py3-six (1.15.0-r0) 00:47:19 (12/33) Installing py3-packaging (20.4-r0) 00:47:19 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:19 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:19 (15/33) Installing py3-idna (2.9-r0) 00:47:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:20 (18/33) Installing py3-requests (2.23.0-r0) 00:47:20 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:20 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:20 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:20 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:20 (24/33) Installing py3-distro (1.5.0-r1) 00:47:20 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:20 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:20 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:20 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:20 (29/33) Installing py3-progress (1.5-r0) 00:47:20 (30/33) Installing py3-toml (0.10.1-r0) 00:47:20 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:20 (33/33) Installing py3-pip (20.1.1-r0) 00:47:20 Executing busybox-1.31.1-r19.trigger 00:47:20 OK: 71 MiB in 55 packages 00:47:22 Removing intermediate container ab8fb8912af4 00:47:22 ---> 9066aff96340 00:47:22 00:47:22 Step 10/23 : FROM alpine 00:47:22 ---> 2e77e061c27f 00:47:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:22 ---> Running in c3e6c904bb33 00:47:23 Removing intermediate container c3e6c904bb33 00:47:23 ---> e5c59caafe30 00:47:23 Step 12/23 : ENV APP_PORT=48080 00:47:23 ---> Running in 96bc08e0d0f2 00:47:24 Removing intermediate container 96bc08e0d0f2 00:47:24 ---> 030666d1b41f 00:47:24 Step 13/23 : EXPOSE $APP_PORT 00:47:24 ---> Running in 13bf8bdea69c 00:47:24 Removing intermediate container 13bf8bdea69c 00:47:24 ---> 24ac03904b81 00:47:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:25 ---> Running in a08a916cfb31 00:47:27 Removing intermediate container 2562720835f1 00:47:27 ---> 971a82f7a284 00:47:27 Step 21/27 : RUN pip install docker-compose==1.23.2 00:47:27 ---> Running in 4296d74df8ca 00:47:28 Removing intermediate container a08a916cfb31 00:47:28 ---> 4393df24a777 00:47:28 Step 15/23 : RUN apk --no-cache add zeromq 00:47:28 ---> Running in 9b6ad76041f6 00:47:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:31 (1/5) Installing libgcc (9.3.0-r2) 00:47:31 (2/5) Installing libsodium (1.0.18-r0) 00:47:31 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:31 (4/5) Installing libzmq (4.3.3-r0) 00:47:31 (5/5) Installing zeromq (4.3.3-r0) 00:47:31 Executing busybox-1.31.1-r19.trigger 00:47:31 OK: 8 MiB in 19 packages 00:47:33 Collecting docker-compose==1.23.2 00:47:33 Removing intermediate container 9b6ad76041f6 00:47:33 ---> f73aa7590c2b 00:47:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:33 ---> 7f980917f420 00:47:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:33 Collecting PyYAML<4,>=3.10 00:47:33 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:34 ---> a63b51d8517a 00:47:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:35 ---> de8abc0abc90 00:47:35 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:35 ---> Running in 3eb9cd0df20a 00:47:36 Removing intermediate container 3eb9cd0df20a 00:47:36 ---> 59de4d7e4d95 00:47:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:36 ---> Running in 40340c773b49 00:47:36 Removing intermediate container 40340c773b49 00:47:36 ---> dcc192b3a112 00:47:36 Step 21/23 : LABEL arch=arm64 00:47:36 ---> Running in 74e352f06920 00:47:37 Removing intermediate container 74e352f06920 00:47:37 ---> f8339db52a15 00:47:37 Step 22/23 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:47:37 ---> Running in 7874f0159328 00:47:37 Removing intermediate container 7874f0159328 00:47:37 ---> c7c3d6841c5d 00:47:37 Step 23/23 : LABEL version=0.0.0 00:47:37 ---> Running in 76a5db04462f 00:47:38 Removing intermediate container 76a5db04462f 00:47:38 ---> a1218cb064e1 00:47:38 00:47:38 Successfully built a1218cb064e1 00:47:38 Successfully tagged docker-core-data-go-arm64:latest 00:47:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:38  Building docker-core-data-go ... done  Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:39 Collecting texttable<0.10,>=0.9.0 00:47:39 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:40 Collecting docker<4.0,>=3.6.0 00:47:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:41 Collecting docopt<0.7,>=0.6.1 00:47:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:47:43 Collecting jsonschema<3,>=2.5.1 00:47:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:44 Collecting websocket-client<1.0,>=0.32.0 00:47:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:44 Collecting dockerpty<0.5,>=0.4.1 00:47:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:46 Collecting cached-property<2,>=1.2.0 00:47:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:47 Collecting urllib3<1.25,>=1.21.1 00:47:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:47 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) 00:47:47 Collecting idna<2.8,>=2.5 00:47:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:47 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) 00:47:47 Collecting docker-pycreds>=0.4.0 00:47:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:48 Installing collected packages: PyYAML, urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, docopt, jsonschema, dockerpty, cached-property, docker-compose 00:47:48 Running setup.py install for PyYAML: started 00:47:50 Running setup.py install for PyYAML: finished with status 'done' 00:47:50 Attempting uninstall: urllib3 00:47:50 Found existing installation: urllib3 1.25.9 00:47:50 Uninstalling urllib3-1.25.9: 00:47:50 Successfully uninstalled urllib3-1.25.9 00:47:51 Attempting uninstall: idna 00:47:51 Found existing installation: idna 2.9 00:47:51 Uninstalling idna-2.9: 00:47:51 Successfully uninstalled idna-2.9 00:47:52 Attempting uninstall: requests 00:47:52 Found existing installation: requests 2.23.0 00:47:52 Uninstalling requests-2.23.0: 00:47:52 Successfully uninstalled requests-2.23.0 00:47:52 Running setup.py install for texttable: started 00:47:54 Running setup.py install for texttable: finished with status 'done' 00:47:55 Running setup.py install for docopt: started 00:47:56 Running setup.py install for docopt: finished with status 'done' 00:47:57 Running setup.py install for dockerpty: started 00:47:59 Running setup.py install for dockerpty: finished with status 'done' 00:47:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:48:03 Removing intermediate container 4296d74df8ca 00:48:03 ---> 519e157910d7 00:48:03 Step 22/27 : RUN apk --no-cache add curl 00:48:03 ---> Running in 49f7530abcde 00:48:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:06 (2/3) Installing libcurl (7.69.1-r1) 00:48:06 (3/3) Installing curl (7.69.1-r1) 00:48:06 Executing busybox-1.31.1-r19.trigger 00:48:06 OK: 71 MiB in 58 packages 00:48:07 Removing intermediate container 49f7530abcde 00:48:07 ---> c9ada6092a8b 00:48:07 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:08 ---> Running in c3aa32c0a67a 00:48:08 Removing intermediate container c3aa32c0a67a 00:48:08 ---> c3e175ad9d9c 00:48:08 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:08 ---> Running in 89349efc7403 00:48:08 Removing intermediate container 89349efc7403 00:48:08 ---> 7b4a133ccfbc 00:48:08 Step 25/27 : LABEL arch=arm64 00:48:09 ---> Running in 494bbb20120e 00:48:09 Removing intermediate container 494bbb20120e 00:48:09 ---> c467993bf6d3 00:48:09 Step 26/27 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 00:48:09 ---> Running in 66003bbbb8ba 00:48:09 Removing intermediate container 66003bbbb8ba 00:48:09 ---> c245dfd1e5b0 00:48:09 Step 27/27 : LABEL version=0.0.0 00:48:10 ---> Running in 713eed5fb7aa 00:48:10 Removing intermediate container 713eed5fb7aa 00:48:10 ---> a745a70b1bee 00:48:10 00:48:11 Successfully built a745a70b1bee 00:48:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:48:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:48:11 $ docker stop --time=1 7832ea948da49dc0b9e525f448fe3805428ee38bc54177e5505c9a3f4df2e078 00:48:12 $ docker rm -f 7832ea948da49dc0b9e525f448fe3805428ee38bc54177e5505c9a3f4df2e078 [Pipeline] // withDockerContainer [Pipeline] sh 00:48:13 + docker images 00:48:13 + grep docker 00:48:13 docker-sys-mgmt-agent-go-arm64 latest a745a70b1bee 3 seconds ago 270MB 00:48:13 docker-core-data-go-arm64 latest a1218cb064e1 36 seconds ago 22.3MB 00:48:13 docker-core-metadata-go-arm64 latest 3561e1c17bd5 About a minute ago 13.5MB 00:48:13 docker-security-secrets-setup-go-arm64 latest 71c53c31de96 About a minute ago 22.7MB 00:48:13 docker-support-notifications-go-arm64 latest 666e97af83f7 2 minutes ago 12.9MB 00:48:13 docker-security-secretstore-setup-go-arm64 latest 3a0979f4d47a 3 minutes ago 30.8MB 00:48:13 docker-core-command-go-arm64 latest 4e34fbb8b5a2 4 minutes ago 11.4MB 00:48:13 docker-support-scheduler-go-arm64 latest a28dad0d84d6 4 minutes ago 11.5MB 00:48:13 docker-support-logging-go-arm64 latest 5b9279d47a6c 4 minutes ago 10.6MB 00:48:13 docker-security-proxy-setup-go-arm64 latest 7cef5a8c8ba0 4 minutes ago 15.1MB 00:48:13 docker latest 5d4db4dc0692 4 days ago 198MB [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 00:48:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:48:18 ---> package-listing.sh 00:48:18 ++ facter osfamily 00:48:18 ++ tr '[:upper:]' '[:lower:]' 00:48:18 + OS_FAMILY=redhat 00:48:18 + workspace=/w/workspace/edgex-go/5 00:48:18 + START_PACKAGES=/tmp/packages_start.txt 00:48:18 + END_PACKAGES=/tmp/packages_end.txt 00:48:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:48:18 + PACKAGES=/tmp/packages_start.txt 00:48:18 + '[' /w/workspace/edgex-go/5 ']' 00:48:18 + PACKAGES=/tmp/packages_end.txt 00:48:18 + case "${OS_FAMILY}" in 00:48:18 + rpm -qa 00:48:18 + sort 00:48:22 + '[' -f /tmp/packages_start.txt ']' 00:48:22 + '[' -f /tmp/packages_end.txt ']' 00:48:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:48:22 + '[' /w/workspace/edgex-go/5 ']' 00:48:22 + mkdir -p /w/workspace/edgex-go/5/archives/ 00:48:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 00:48:22 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:48:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:48:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:23 00:48:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:48:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:23 alpine: Pulling from edgex-lftools-log-publisher 00:48:23 df20fa9351a1: Already exists 00:48:23 36b3adc4ff6f: Pulling fs layer 00:48:23 8ad3a11d3b57: Pulling fs layer 00:48:23 46f8f816bc3b: Pulling fs layer 00:48:23 93b61091891f: Pulling fs layer 00:48:23 93b9cdb0e59b: Pulling fs layer 00:48:23 5e14af77c1be: Pulling fs layer 00:48:23 01666e4c0597: Pulling fs layer 00:48:23 aa168da1d23b: Pulling fs layer 00:48:23 93b61091891f: Waiting 00:48:23 93b9cdb0e59b: Waiting 00:48:23 5e14af77c1be: Waiting 00:48:23 aa168da1d23b: Waiting 00:48:23 01666e4c0597: Waiting 00:48:23 46f8f816bc3b: Verifying Checksum 00:48:23 46f8f816bc3b: Download complete 00:48:24 36b3adc4ff6f: Download complete 00:48:24 93b9cdb0e59b: Verifying Checksum 00:48:24 93b9cdb0e59b: Download complete 00:48:24 5e14af77c1be: Verifying Checksum 00:48:24 5e14af77c1be: Download complete 00:48:24 01666e4c0597: Verifying Checksum 00:48:24 01666e4c0597: Download complete 00:48:24 93b61091891f: Verifying Checksum 00:48:24 93b61091891f: Download complete 00:48:24 36b3adc4ff6f: Pull complete 00:48:25 8ad3a11d3b57: Verifying Checksum 00:48:25 8ad3a11d3b57: Download complete 00:48:25 8ad3a11d3b57: Pull complete 00:48:25 46f8f816bc3b: Pull complete 00:48:26 aa168da1d23b: Verifying Checksum 00:48:26 aa168da1d23b: Download complete 00:48:26 93b61091891f: Pull complete 00:48:27 93b9cdb0e59b: Pull complete 00:48:27 5e14af77c1be: Pull complete 00:48:27 01666e4c0597: Pull complete 00:48:42 aa168da1d23b: Pull complete 00:48:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:48:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:48:42 prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container 00:48:42 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:48:45 $ docker top 6a2f7dbff98dd3644ebf834ea29cfa84befb6c66c7e8cab7fb528a423cd68a80 -eo pid,comm [Pipeline] { [Pipeline] sh 00:48:45 + touch /tmp/pre-build-complete [Pipeline] sh 00:48:45 + mkdir -p /var/log/sa [Pipeline] sh 00:48:46 + ls /var/log/sa-host 00:48:46 + sadf -c /var/log/sa-host/sa05 00:48:46 file_magic: OK 00:48:46 HZ: Using current value: 100 00:48:46 file_header: OK 00:48:46 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:48:46 Statistics: 00:48:46 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:48:46 File successfully converted to sysstat format version 12.2.1 00:48:46 + sadf -c /var/log/sa-host/sa27 00:48:46 file_magic: OK 00:48:46 HZ: Using current value: 100 00:48:46 file_header: OK 00:48:46 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:48:46 Statistics: 00:48:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:48:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:48:46 provisioning config files... 00:48:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3327743752479141570tmp [Pipeline] { [Pipeline] echo 00:48:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:48:47 ---> create-netrc.sh [Pipeline] } 00:48:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:48:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:48:47 ---> python-tools-install.sh [Pipeline] echo 00:48:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:48:48 ---> sudo-logs.sh 00:48:48 Archiving 'sudo' log.. [Pipeline] echo 00:48:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:48:48 ---> job-cost.sh 00:48:48 lf-activate-venv: SKIPPING 00:48:48 INFO: No Stack... 00:48:49 INFO: Retrieving Pricing Info for: v1-standard-2 00:48:49 INFO: Archiving Costs [Pipeline] echo 00:48:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:48:49 ---> logs-deploy.sh 00:48:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2848/5 00:48:49 INFO: archiving workspace using pattern(s): 00:48:52 Archives upload complete. 00:48:52 INFO: archiving logs to Nexus