Pull request #2732 updated 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 rather than c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 Obtained Jenkinsfile from ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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-3691 in /w/workspace/edgexfoundry_edgex-go_PR-2732 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 > 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/2732/head:refs/remotes/origin/PR-2732 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 into PR head commit c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 Merge succeeded, producing c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 Checking out Revision c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 (PR-2732) > git config core.sparsecheckout # timeout=10 > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # 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 ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 Commit message: "feat(metadata): Implement Metadata GET /deviceprofile/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:34:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:34:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:34:47 ========================================================= 06:34:47 EdgeX Global Pipelines Version Info 06:34:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 97ee89677f613cbbc10a2d4f90a8b3df30098f70 # timeout=10 06:34:48 ------------------- 06:34:48 stable info: 06:34:48 ------------------- 06:34:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:34:48 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:34:48 Message: update stable to v1.0.131 06:34:49 ------------------- 06:34:49 experimental info: 06:34:49 ------------------- 06:34:49 Commited By: **** collab-it+edgex@linuxfoundation.org 06:34:49 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 06:34:49 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2732 [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2732 [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2732 [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7ade16 [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 06:34:52 ++ 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 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/core-command/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo core-command,cmd/core-command/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/core-data/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo core-data,cmd/core-data/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/core-metadata/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo core-metadata,cmd/core-metadata/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/security-proxy-setup/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/security-secrets-setup/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/support-logging/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo support-logging,cmd/support-logging/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/support-notifications/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo support-notifications,cmd/support-notifications/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/support-scheduler/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:34:52 + for file in '`ls cmd/**/Dockerfile`' 06:34:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:34:52 ++ cut -d/ -f2 06:34:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:34:52 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 06:34:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:53 06:34:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:34:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:54 latest: Pulling from edgex-devops/git-semver 06:34:54 31603596830f: Pulling fs layer 06:34:54 2a8b12db71e7: Pulling fs layer 06:34:54 6ca5941a6612: Pulling fs layer 06:34:54 ecc8261a40a4: Pulling fs layer 06:34:54 ecc8261a40a4: Waiting 06:34:54 2a8b12db71e7: Verifying Checksum 06:34:54 2a8b12db71e7: Download complete 06:34:54 31603596830f: Verifying Checksum 06:34:54 31603596830f: Download complete 06:34:54 ecc8261a40a4: Verifying Checksum 06:34:54 ecc8261a40a4: Download complete 06:34:54 6ca5941a6612: Verifying Checksum 06:34:54 6ca5941a6612: Download complete 06:34:54 31603596830f: Pull complete 06:34:54 2a8b12db71e7: Pull complete 06:34:55 6ca5941a6612: Pull complete 06:34:55 ecc8261a40a4: Pull complete 06:34:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:34:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:34:56 prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container 06:34:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:34:58 $ docker top fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:58 [ssh-agent] Looking for ssh-agent implementation... 06:34:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:59 $ docker exec fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent 06:34:59 SSH_AUTH_SOCK=/tmp/ssh-a2MRVe251BYz/agent.11 06:34:59 SSH_AGENT_PID=16 06:34:59 Running ssh-add (command line suppressed) 06:34:59 Identity added: /w/workspace/edgex-go/15@tmp/private_key_8704242086131220094.key (/w/workspace/edgex-go/15@tmp/private_key_8704242086131220094.key) 06:34:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:59 + git describe --exact-match --tags HEAD 06:34:59 fatal: no tag exactly matches 'c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95' [Pipeline] } 06:34:59 $ docker exec --env ******** --env ******** fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent -k 06:34:59 unset SSH_AUTH_SOCK; 06:34:59 unset SSH_AGENT_PID; 06:34:59 echo Agent pid 16 killed; 06:34:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:34:59 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:34:59 This usually means this commit has not been tagged. [Pipeline] sshagent 06:35:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:00 [ssh-agent] Looking for ssh-agent implementation... 06:35:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:00 $ docker exec fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent 06:35:00 SSH_AUTH_SOCK=/tmp/ssh-cYzJcqvXLzLc/agent.45 06:35:00 SSH_AGENT_PID=50 06:35:00 Running ssh-add (command line suppressed) 06:35:00 Identity added: /w/workspace/edgex-go/15@tmp/private_key_4333421103687975305.key (/w/workspace/edgex-go/15@tmp/private_key_4333421103687975305.key) 06:35:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:00 + git semver init 06:35:00 # -> Open(): unable to determine branch for HEAD 06:35:00 # $GIT_DIR = /w/workspace/edgex-go/15/.git 06:35:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 06:35:00 # $SEMVER_REMOTE_NAME = origin 06:35:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:00 # $SEMVER_USER_NAME = edgex-jenkins 06:35:00 # $SEMVER_BRANCH = PR-2732 06:35:00 # $SEMVER_TEMP = /tmp/semver-032994117 06:35:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:35:39 # '/tmp/semver-032994117' -> '/w/workspace/edgex-go/15/.semver' 06:35:39 # -> Force: false 06:35:39 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 06:35:39 $ docker exec --env ******** --env ******** fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent -k 06:35:39 unset SSH_AUTH_SOCK; 06:35:39 unset SSH_AGENT_PID; 06:35:39 echo Agent pid 50 killed; 06:35:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:35:40 + git semver [Pipeline] } 06:35:40 $ docker stop --time=1 fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 06:35:42 $ docker rm -f fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:35:56 Stashed 70 file(s) [Pipeline] echo 06:35:56 [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 06:35:57 ========================================================= 06:35:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:35:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:35:57 + 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 . 06:36:00 Sending build context to Docker daemon 324.7MB 06:36:00 Step 1/7 : ARG BASE=golang:1.15-alpine 06:36:00 Step 2/7 : FROM ${BASE} 06:36:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:36:00 df20fa9351a1: Pulling fs layer 06:36:00 ed8968b2872e: Pulling fs layer 06:36:00 a92cc7c5fd73: Pulling fs layer 06:36:00 e871e8e8d7a9: Pulling fs layer 06:36:00 e73272ec9a57: Pulling fs layer 06:36:00 1e910a182e73: Pulling fs layer 06:36:00 4e634b169226: Pulling fs layer 06:36:00 e73272ec9a57: Waiting 06:36:00 1e910a182e73: Waiting 06:36:00 4e634b169226: Waiting 06:36:00 e871e8e8d7a9: Waiting 06:36:00 a92cc7c5fd73: Download complete 06:36:00 ed8968b2872e: Verifying Checksum 06:36:00 ed8968b2872e: Download complete 06:36:00 e73272ec9a57: Verifying Checksum 06:36:00 e73272ec9a57: Download complete 06:36:00 1e910a182e73: Verifying Checksum 06:36:00 1e910a182e73: Download complete 06:36:01 df20fa9351a1: Verifying Checksum 06:36:01 df20fa9351a1: Download complete 06:36:02 df20fa9351a1: Pull complete 06:36:02 ed8968b2872e: Pull complete 06:36:02 a92cc7c5fd73: Pull complete 06:36:04 4e634b169226: Verifying Checksum 06:36:04 4e634b169226: Download complete 06:36:05 e871e8e8d7a9: Download complete 06:36:11 e871e8e8d7a9: Pull complete 06:36:11 e73272ec9a57: Pull complete 06:36:11 1e910a182e73: Pull complete 06:36:12 Still waiting to schedule task 06:36:12 ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3684’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3688’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-8c-8g-3692’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3683’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3694’ is offline 06:36:17 4e634b169226: Pull complete 06:36:17 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:36:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:36:17 ---> f7629b54cfaa 06:36:17 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 06:36:17 ---> Running in 3fa03c8a5569 06:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:36:22 (1/12) Installing libmagic (5.38-r0) 06:36:22 (2/12) Installing file (5.38-r0) 06:36:22 (3/12) Installing libc-dev (0.7.2-r3) 06:36:22 (4/12) Installing g++ (9.3.0-r2) 06:36:44 (5/12) Installing fortify-headers (1.1-r0) 06:36:44 (6/12) Installing patch (2.7.6-r6) 06:36:44 (7/12) Installing build-base (0.5-r2) 06:36:44 (8/12) Installing libsodium (1.0.18-r0) 06:36:44 (9/12) Installing pkgconf (1.7.2-r0) 06:36:44 (10/12) Installing libsodium-dev (1.0.18-r0) 06:36:44 (11/12) Installing libzmq (4.3.3-r0) 06:36:44 (12/12) Installing zeromq-dev (4.3.3-r0) 06:36:44 Executing busybox-1.31.1-r16.trigger 06:36:44 OK: 233 MiB in 51 packages 06:36:45 Removing intermediate container 3fa03c8a5569 06:36:45 ---> 096e96fef273 06:36:45 Step 4/7 : WORKDIR /edgex-go 06:36:45 ---> Running in 13052e6627e1 06:36:45 Removing intermediate container 13052e6627e1 06:36:45 ---> 3e14259f1269 06:36:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:36:45 latest: Pulling from library/docker 06:36:46 df20fa9351a1: Already exists 06:36:46 25ad7478873d: Pulling fs layer 06:36:46 4684f6177b5d: Pulling fs layer 06:36:46 8ba584e970af: Pulling fs layer 06:36:46 3cdc74d2b06d: Pulling fs layer 06:36:46 4cf5a0d07c1f: Pulling fs layer 06:36:46 fca0ccc462d5: Pulling fs layer 06:36:46 3cdc74d2b06d: Waiting 06:36:46 4cf5a0d07c1f: Waiting 06:36:46 fca0ccc462d5: Waiting 06:36:46 4684f6177b5d: Verifying Checksum 06:36:46 4684f6177b5d: Download complete 06:36:46 25ad7478873d: Verifying Checksum 06:36:46 25ad7478873d: Download complete 06:36:46 4cf5a0d07c1f: Verifying Checksum 06:36:46 4cf5a0d07c1f: Download complete 06:36:46 25ad7478873d: Pull complete 06:36:46 fca0ccc462d5: Download complete 06:36:46 3cdc74d2b06d: Verifying Checksum 06:36:46 3cdc74d2b06d: Download complete 06:36:46 4684f6177b5d: Pull complete 06:36:47 8ba584e970af: Verifying Checksum 06:36:47 8ba584e970af: Download complete 06:36:49 8ba584e970af: Pull complete 06:36:49 3cdc74d2b06d: Pull complete 06:36:49 4cf5a0d07c1f: Pull complete 06:36:49 fca0ccc462d5: Pull complete 06:36:49 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 06:36:49 Status: Downloaded newer image for docker:latest 06:36:51 ---> 068e8dd65efa 06:36:51 Step 6/7 : COPY go.mod . 06:36:52 ---> d7d677080c9a 06:36:52 Step 7/7 : RUN go mod download 06:36:52 ---> Running in 7f1c03f7b21b 06:37:14 Removing intermediate container 7f1c03f7b21b 06:37:14 ---> d38841b3c5c7 06:37:14 Successfully built d38841b3c5c7 06:37:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:37:14 + docker inspect -f . ci-base-image-x86_64 06:37:14 . [Pipeline] withDockerContainer 06:37:14 prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container 06:37:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:37:15 $ docker top e65de1b90e28efdadf9a50332dc7fe113aa4f2bd1f5d173e3caca3f028dedb52 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:16 + go version 06:37:16 go version go1.15.2 linux/amd64 [Pipeline] } 06:37:16 $ docker stop --time=1 e65de1b90e28efdadf9a50332dc7fe113aa4f2bd1f5d173e3caca3f028dedb52 06:37:17 $ docker rm -f e65de1b90e28efdadf9a50332dc7fe113aa4f2bd1f5d173e3caca3f028dedb52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:18 + docker inspect -f . ci-base-image-x86_64 06:37:18 . [Pipeline] withDockerContainer 06:37:18 prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container 06:37:18 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:37:19 $ docker top 13b6a5d31e7a56da4c21ad0cb9727e95e3ed7502f530e190a03f4a10f049cc0f -eo pid,comm [Pipeline] { [Pipeline] echo 06:37:19 ========================================================= 06:37:19 [edgeXBuildGoParallel] Running Tests and Build... 06:37:19 ========================================================= [Pipeline] sh 06:37:19 + make test 06:37:19 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:37:22 ? github.com/edgexfoundry/edgex-go [no test files] 06:37:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:37:39 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:37:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:37:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:37:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:37:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:37:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements 06:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.046s coverage: 27.2% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.338s coverage: 86.0% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.340s coverage: 93.5% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.065s coverage: 28.6% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.010s coverage: 100.0% of statements 06:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 86.7% of statements 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.030s coverage: 97.5% of statements 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.018s coverage: 100.0% of statements 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:37:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:37:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.013s coverage: 0.0% of statements [no tests to run] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:37:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements 06:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements 06:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.093s coverage: 55.9% of statements 06:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.251s coverage: 86.3% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.326s coverage: 72.2% of statements 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.124s coverage: 72.1% of statements 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.016s coverage: 82.4% of statements 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 31.1% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.074s coverage: 84.1% of statements 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:37:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements 06:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:37:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.030s coverage: 46.9% of statements 06:37:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:37:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:37:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements 06:37:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:37:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:37:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:37:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements 06:37:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:37:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements 06:37:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.026s coverage: 99.0% of statements 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.005s coverage: 0.0% of statements 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 06:37:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 06:37:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 06:37:58 GO111MODULE=on go vet ./... 06:37:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3698 in /w/workspace/edgexfoundry_edgex-go_PR-2732 [Pipeline] { [Pipeline] ws 06:37:59 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 06:38:05 gofmt -l . 06:38:05 using credential edgex-jenkins-ssh 06:38:05 Cloning the remote Git repository 06:38:05 [ "`gofmt -l .`" = "" ] 06:38:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:38:05 > git init /w/workspace/edgex-go/15 # timeout=10 06:38:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:38:05 > git --version # timeout=10 06:38:05 > git --version # 'git version 2.17.1' 06:38:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:06 ./bin/test-go-mod-tidy.sh 06:38:06 ./bin/test-attribution-txt.sh [Pipeline] sh 06:38:08 + ls -al . 06:38:08 total 572 06:38:08 drwxrwxr-x 10 1001 1001 4096 Oct 6 06:38 . 06:38:08 drwxr-xr-x 4 root root 30 Oct 6 06:37 .. 06:38:08 -rw-rw-r-- 1 1001 1001 11 Oct 6 06:34 .dockerignore 06:38:08 drwxrwxr-x 8 1001 1001 179 Oct 6 06:34 .git 06:38:08 drwxrwxr-x 3 1001 1001 82 Oct 6 06:34 .github 06:38:08 -rw-rw-r-- 1 1001 1001 932 Oct 6 06:34 .gitignore 06:38:08 drwx------ 3 1001 1001 47 Oct 6 06:35 .semver 06:38:08 -rw-rw-r-- 1 1001 1001 166 Oct 6 06:34 .sonarcloud.properties 06:38:08 -rw-rw-r-- 1 1001 1001 3804 Oct 6 06:34 CONTRIBUTING.md 06:38:08 -rw-rw-r-- 1 1001 1001 1035 Oct 6 06:34 Dockerfile.build 06:38:08 -rw-rw-r-- 1 1001 1001 863 Oct 6 06:34 Jenkinsfile 06:38:08 -rw-rw-r-- 1 1001 1001 10775 Oct 6 06:34 LICENSE 06:38:08 -rw-rw-r-- 1 1001 1001 6237 Oct 6 06:34 Makefile 06:38:08 -rw-rw-r-- 1 1001 1001 6447 Oct 6 06:34 README.md 06:38:08 -rw-rw-r-- 1 1001 1001 259 Oct 6 06:34 SECURITY.md 06:38:08 -rw-rw-r-- 1 1001 1001 5 Oct 6 06:35 VERSION 06:38:08 -rw-rw-r-- 1 1001 1001 4131 Oct 6 06:34 ZMQWindows.md 06:38:08 drwxrwxr-x 2 1001 1001 117 Oct 6 06:34 bin 06:38:08 drwxrwxr-x 15 1001 1001 4096 Oct 6 06:34 cmd 06:38:08 -rw-r--r-- 1 root root 478615 Oct 6 06:37 coverage.out 06:38:08 -rw-r--r-- 1 root root 984 Oct 6 06:38 go.mod 06:38:08 -rw-r--r-- 1 root root 18766 Oct 6 06:38 go.sum 06:38:08 drwxrwxr-x 8 1001 1001 127 Oct 6 06:34 internal 06:38:08 drwxrwxr-x 4 1001 1001 26 Oct 6 06:34 openapi 06:38:08 drwxrwxr-x 4 1001 1001 71 Oct 6 06:34 snap 06:38:08 -rw-rw-r-- 1 1001 1001 168 Oct 6 06:34 version.go [Pipeline] sh 06:38:09 + '[' -e coverage.out ] 06:38:09 + chown 1001:1001 coverage.out [Pipeline] stash 06:38:09 Stashed 1 file(s) [Pipeline] sh 06:38:09 + make build 06: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 06:38:18 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 06:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:38:22 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 06:38:23 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 06:38:25 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 06:38:25 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 06:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:38:29 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 06:38:30 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 06:38:32 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 06:38:33 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] } 06:38:33 $ docker stop --time=1 13b6a5d31e7a56da4c21ad0cb9727e95e3ed7502f530e190a03f4a10f049cc0f 06:38:35 $ docker rm -f 13b6a5d31e7a56da4c21ad0cb9727e95e3ed7502f530e190a03f4a10f049cc0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:37 06:38:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:38:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:37 latest: Pulling from edgex-devops/edgex-compose 06:38:37 cbdbe7a5bc2a: Pulling fs layer 06:38:37 ca9280d653b3: Pulling fs layer 06:38:37 7e9c9ca2126c: Pulling fs layer 06:38:37 cbdbe7a5bc2a: Download complete 06:38:37 cbdbe7a5bc2a: Pull complete 06:38:38 ca9280d653b3: Verifying Checksum 06:38:38 ca9280d653b3: Download complete 06:38:39 ca9280d653b3: Pull complete 06:38:39 7e9c9ca2126c: Verifying Checksum 06:38:39 7e9c9ca2126c: Download complete 06:38:44 7e9c9ca2126c: Pull complete 06:38:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:38:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:38:44 prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container 06:38:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:38:48 $ docker top 795999c0ba74e28e579b3d5c07161fa7a01cc80eb8487aca9dd1bb282b48d9ca -eo pid,comm [Pipeline] { [Pipeline] sh 06:38:48 + docker-compose build --help 06:38:48 + grep parallel 06:38:49 --parallel Build images in parallel. [Pipeline] } 06:38:49 $ docker stop --time=1 795999c0ba74e28e579b3d5c07161fa7a01cc80eb8487aca9dd1bb282b48d9ca 06:38:50 $ docker rm -f 795999c0ba74e28e579b3d5c07161fa7a01cc80eb8487aca9dd1bb282b48d9ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:51 . [Pipeline] withDockerContainer 06:38:51 prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container 06:38:51 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:38:52 $ docker top ced00c335ed3ca24d096592358ca08f285349634364ffa45d2d2610d516542dd -eo pid,comm [Pipeline] { [Pipeline] sh 06:38:52 + docker-compose -f ./docker-compose-build.yml build --parallel 06:38:53 Building docker-core-command-go ... 06:38:53 Building docker-core-data-go ... 06:38:53 Building docker-core-metadata-go ... 06:38:53 Building docker-security-proxy-setup-go ... 06:38:53 Building docker-security-secrets-setup-go ... 06:38:53 Building docker-security-secretstore-setup-go ... 06:38:53 Building docker-support-logging-go ... 06:38:53 Building docker-support-notifications-go ... 06:38:53 Building docker-support-scheduler-go ... 06:38:53 Building docker-sys-mgmt-agent-go ... 06:38:53 Building docker-support-notifications-go 06:38:53 Building docker-core-metadata-go 06:38:53 Building docker-security-proxy-setup-go 06:38:53 Building docker-sys-mgmt-agent-go 06:38:53 Building docker-security-secrets-setup-go 06:38:55 Merging remotes/origin/master commit ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 into PR head commit c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:38:56 Merge succeeded, producing c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:38:56 Checking out Revision c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 (PR-2732) 06:38:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:38:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2732/head:refs/remotes/origin/PR-2732 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:38:55 > git config core.sparsecheckout # timeout=10 06:38:55 > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 06:38:56 > git remote # timeout=10 06:38:56 > git config --get remote.origin.url # timeout=10 06:38:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:56 > git merge ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 # timeout=10 06:38:56 > git rev-parse HEAD^{commit} # timeout=10 06:38:56 > git config core.sparsecheckout # timeout=10 06:38:56 > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 06:39:00 Commit message: "feat(metadata): Implement Metadata GET /deviceprofile/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:39:13 ========================================================= 06:39:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:39:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:39:14 + 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 . 06:39:19 Sending build context to Docker daemon 324.8MB 06:39:19 Step 1/7 : ARG BASE=golang:1.15-alpine 06:39:19 Step 2/7 : FROM ${BASE} 06:39:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:39:19 b538f80385f9: Pulling fs layer 06:39:19 74f711af9a0d: Pulling fs layer 06:39:19 99f96fe45779: Pulling fs layer 06:39:19 8529a6b9a6be: Pulling fs layer 06:39:19 45590311c82a: Pulling fs layer 06:39:19 69ca0ff8b7b3: Pulling fs layer 06:39:19 209524e5b208: Pulling fs layer 06:39:19 45590311c82a: Waiting 06:39:19 69ca0ff8b7b3: Waiting 06:39:19 209524e5b208: Waiting 06:39:19 8529a6b9a6be: Waiting 06:39:19 99f96fe45779: Verifying Checksum 06:39:19 99f96fe45779: Download complete 06:39:19 74f711af9a0d: Verifying Checksum 06:39:19 74f711af9a0d: Download complete 06:39:19 45590311c82a: Verifying Checksum 06:39:19 45590311c82a: Download complete 06:39:19 69ca0ff8b7b3: Verifying Checksum 06:39:19 69ca0ff8b7b3: Download complete 06:39:19 b538f80385f9: Verifying Checksum 06:39:19 b538f80385f9: Download complete 06:39:20 b538f80385f9: Pull complete 06:39:20 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:39:20 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:39:20 ---> d38841b3c5c7 06:39:20 Step 3/27 : WORKDIR /edgex-go 06:39:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:39:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:39:20 ---> d38841b3c5c7 06:39:20 Step 3/24 : WORKDIR /edgex-go 06:39:20 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:39:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:39:20 ---> d38841b3c5c7 06:39:20 Step 3/29 : WORKDIR /edgex-go 06:39:20 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:39:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:39:20 ---> d38841b3c5c7 06:39:20 Step 3/20 : WORKDIR /edgex-go 06:39:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:39:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:39:20 ---> d38841b3c5c7 06:39:20 Step 3/22 : WORKDIR /edgex-go 06:39:20 74f711af9a0d: Pull complete 06:39:21 99f96fe45779: Pull complete 06:39:21 ---> Running in c98f1e0fb3a7 06:39:21 ---> Running in a91ed918d5da 06:39:21 ---> Running in 36940d9cfb4a 06:39:21 ---> Running in b9249c549083 06:39:21 ---> Running in 3f93516fdb9f 06:39:21 Removing intermediate container a91ed918d5da 06:39:21 ---> c7a58899ad2b 06:39:21 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:22 Removing intermediate container 3f93516fdb9f 06:39:22 ---> 7c0883f6c1ec 06:39:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:22 Removing intermediate container b9249c549083 06:39:22 ---> 995a290782d6 06:39:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:22 Removing intermediate container c98f1e0fb3a7 06:39:22 ---> 70d419c71ea9 06:39:22 Step 4/29 : RUN apk update && apk add make git 06:39:22 Removing intermediate container 36940d9cfb4a 06:39:22 ---> f1514498b963 06:39:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:22 ---> Running in ae0dd5a97b47 06:39:22 ---> Running in 8d02eeab913b 06:39:22 ---> Running in 2c2ccbbe5f27 06:39:22 ---> Running in 421deeb9b06d 06:39:22 ---> Running in fd9f7e11e177 06:39:22 209524e5b208: Verifying Checksum 06:39:22 209524e5b208: Download complete 06:39:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:24 Removing intermediate container 8d02eeab913b 06:39:24 ---> a5fb5f05c027 06:39:24 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:39:24 ---> Running in 6cf12d6c3b49 06:39:24 Removing intermediate container ae0dd5a97b47 06:39:24 ---> 51e596d860b5 06:39:24 Step 5/27 : RUN apk update && apk add make bash git 06:39:24 Removing intermediate container 421deeb9b06d 06:39:24 ---> 5773e561d941 06:39:24 Step 5/20 : RUN apk update && apk add make git 06:39:24 Removing intermediate container fd9f7e11e177 06:39:24 ---> 2c499767cc47 06:39:24 Step 5/22 : RUN apk update && apk add make git 06:39:24 ---> Running in 87f47d8a1691 06:39:24 ---> Running in 0318b5c81e06 06:39:24 ---> Running in a40437fd74ec 06:39:24 8529a6b9a6be: Verifying Checksum 06:39:24 8529a6b9a6be: Download complete 06:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:28 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:28 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:28 OK: 12752 distinct packages available 06:39:28 OK: 233 MiB in 51 packages 06:39:28 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:28 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:28 OK: 12752 distinct packages available 06:39:28 OK: 233 MiB in 51 packages 06:39:28 Removing intermediate container 2c2ccbbe5f27 06:39:28 ---> 0dfb3498ede2 06:39:28 Step 5/29 : COPY go.mod . 06:39:29 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:29 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:29 OK: 12752 distinct packages available 06:39:29 ---> d17f7da6a0cb 06:39:29 Step 6/29 : RUN go mod download 06:39:29 ---> Running in 1c75d98cd726 06:39:29 Removing intermediate container 6cf12d6c3b49 06:39:29 ---> 12bd15b9784d 06:39:29 Step 6/24 : COPY go.mod . 06:39:29 OK: 233 MiB in 51 packages 06:39:29 ---> 4b490b6287d6 06:39:29 Step 7/24 : RUN go mod download 06:39:29 ---> Running in b360e68c2a63 06:39:30 Removing intermediate container 87f47d8a1691 06:39:30 ---> e69ca46f92f2 06:39:30 Step 6/27 : COPY go.mod . 06:39:30 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:30 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:30 OK: 12752 distinct packages available 06:39:30 ---> 1d61974099b9 06:39:30 Step 7/27 : RUN go mod download 06:39:30 ---> Running in 8f72940ece2c 06:39:30 OK: 233 MiB in 51 packages 06:39:30 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:30 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:30 OK: 12752 distinct packages available 06:39:31 OK: 233 MiB in 51 packages 06:39:31 Removing intermediate container 1c75d98cd726 06:39:31 ---> 9f3a8318d700 06:39:31 Step 7/29 : COPY . . 06:39:31 Removing intermediate container b360e68c2a63 06:39:31 ---> c3a803616e77 06:39:31 Step 8/24 : COPY . . 06:39:32 Removing intermediate container a40437fd74ec 06:39:32 ---> 2795aa92fff6 06:39:32 Step 6/22 : COPY go.mod . 06:39:34 8529a6b9a6be: Pull complete 06:39:34 45590311c82a: Pull complete 06:39:35 69ca0ff8b7b3: Pull complete 06:39:38 Removing intermediate container 0318b5c81e06 06:39:38 ---> 58e0da671f01 06:39:38 Step 6/20 : COPY go.mod . 06:39:38 ---> 8eb66380b7cc 06:39:38 Step 7/22 : RUN go mod download 06:39:38 Removing intermediate container 8f72940ece2c 06:39:38 ---> b812dbf41d32 06:39:38 Step 8/27 : COPY . . 06:39:38 ---> Running in f1a2361b23bc 06:39:38 209524e5b208: Pull complete 06:39:39 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:39:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:39:39 ---> 5bddaf1c2fca 06:39:39 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 06:39:40 ---> 85209a8a7b3e 06:39:40 Step 7/20 : RUN go mod download 06:39:43 ---> Running in ace94e64c91c 06:39:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:50 ---> Running in e06894f06f85 06:39:51 (1/12) Installing libmagic (5.38-r0) 06:39:51 (2/12) Installing file (5.38-r0) 06:39:51 (3/12) Installing libc-dev (0.7.2-r3) 06:39:52 (4/12) Installing g++ (9.3.0-r2) 06:39:58 ---> 21a0f185a6b7 06:39:58 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:39:58 ---> 00010840ca43 06:39:58 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:39:58 Removing intermediate container f1a2361b23bc 06:39:58 ---> 6ca140348ec6 06:39:58 Step 8/22 : COPY . . 06:39:58 ---> Running in f107f18090d4 06:39:58 ---> Running in c7a09d6f88fd 06:39:58 Removing intermediate container e06894f06f85 06:39:58 ---> a86df698805d 06:39:58 Step 8/20 : COPY . . 06:40:05 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 06:40:06 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 06:40:08 ---> 3b0fb8744b4e 06:40:08 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:40:12 ---> Running in 00aa66b7f905 06:40:16 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 06:40:23 ---> b7c7d4fd301d 06:40:23 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:40:24 ---> Running in 771d37e3fc91 06:40:24 ---> a51c6bcc23e9 06:40:24 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:40:25 ---> Running in 74738411f343 06:40:26 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 06:40:26 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 06:40:31 (5/12) Installing fortify-headers (1.1-r0) 06:40:31 (6/12) Installing patch (2.7.6-r6) 06:40:31 (7/12) Installing build-base (0.5-r2) 06:40:31 (8/12) Installing libsodium (1.0.18-r0) 06:40:31 (9/12) Installing pkgconf (1.7.2-r0) 06:40:31 (10/12) Installing libsodium-dev (1.0.18-r0) 06:40:31 (11/12) Installing libzmq (4.3.3-r0) 06:40:31 (12/12) Installing zeromq-dev (4.3.3-r0) 06:40:31 Executing busybox-1.31.1-r16.trigger 06:40:31 OK: 217 MiB in 51 packages 06:40:33 Removing intermediate container c7a09d6f88fd 06:40:33 ---> acd3c4dc5429 06:40:33 06:40:33 Step 9/29 : FROM alpine:latest 06:40:33 latest: Pulling from library/alpine 06:40:33 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:40:33 Status: Downloaded newer image for alpine:latest 06:40:33 ---> a24bb4013296 06:40:33 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:40:33 ---> Running in 15d771f75a44 06:40:33 Removing intermediate container 15d771f75a44 06:40:33 ---> 93cab1a6796a 06:40:33 Step 11/29 : USER root 06:40:34 Removing intermediate container ace94e64c91c 06:40:34 ---> e52dfa4b3ca2 06:40:34 Step 4/7 : WORKDIR /edgex-go 06:40:34 ---> Running in eb0ed6e2f3ec 06:40:34 Removing intermediate container eb0ed6e2f3ec 06:40:34 ---> aa109aa1d4b5 06:40:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:40:34 ---> Running in e9bc6efa75e0 06:40:35 latest: Pulling from library/docker 06:40:35 b538f80385f9: Already exists 06:40:35 259a493cd78d: Pulling fs layer 06:40:35 b8e66b5100f5: Pulling fs layer 06:40:35 7f8258a56ab6: Pulling fs layer 06:40:35 75a0a0ebb566: Pulling fs layer 06:40:35 4a2c62f0a2a3: Pulling fs layer 06:40:35 294320357d30: Pulling fs layer 06:40:35 75a0a0ebb566: Waiting 06:40:35 4a2c62f0a2a3: Waiting 06:40:35 294320357d30: Waiting 06:40:35 b8e66b5100f5: Verifying Checksum 06:40:35 b8e66b5100f5: Download complete 06:40:35 259a493cd78d: Verifying Checksum 06:40:35 259a493cd78d: Download complete 06:40:35 75a0a0ebb566: Verifying Checksum 06:40:35 75a0a0ebb566: Download complete 06:40:35 4a2c62f0a2a3: Verifying Checksum 06:40:35 4a2c62f0a2a3: Download complete 06:40:35 294320357d30: Verifying Checksum 06:40:35 294320357d30: Download complete 06:40:35 Removing intermediate container e9bc6efa75e0 06:40:35 ---> 61816583eca6 06:40:35 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:40:36 Removing intermediate container f107f18090d4 06:40:36 ---> e2318acaeb1e 06:40:36 06:40:36 Step 10/24 : FROM scratch 06:40:36 ---> 06:40:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:40:36 ---> Running in bf0d7826e9b6 06:40:36 259a493cd78d: Pull complete 06:40:36 b8e66b5100f5: Pull complete 06:40:36 ---> Running in 4832a1089be4 06:40:36 7f8258a56ab6: Download complete 06:40:37 Removing intermediate container 4832a1089be4 06:40:37 ---> 7f74e215877a 06:40:37 Step 12/24 : ENV APP_PORT=48060 06:40:37 ---> Running in 0d2312761984 06:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:37 Removing intermediate container 0d2312761984 06:40:37 ---> a7595cdab41f 06:40:37 Step 13/24 : EXPOSE $APP_PORT 06:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:37 ---> Running in 32eaf481b144 06:40:37 v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:40:37 v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:40:37 OK: 12750 distinct packages available 06:40:37 Removing intermediate container 32eaf481b144 06:40:37 ---> a6fe3dc52427 06:40:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:40:37 (1/2) Installing ca-certificates (20191127-r4) 06:40:37 (2/2) Installing dumb-init (1.2.2-r1) 06:40:37 Executing busybox-1.31.1-r16.trigger 06:40:37 Executing ca-certificates-20191127-r4.trigger 06:40:38 OK: 6 MiB in 16 packages 06:40:38 ---> f2ce51938f44 06:40:38 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:40:40 Removing intermediate container bf0d7826e9b6 06:40:40 ---> 42944d6164ef 06:40:40 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:40:40 7f8258a56ab6: Pull complete 06:40:40 75a0a0ebb566: Pull complete 06:40:40 4a2c62f0a2a3: Pull complete 06:40:40 ---> c32e821bf9f2 06:40:40 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:40:40 ---> Running in 7743022696ff 06:40:41 294320357d30: Pull complete 06:40:41 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 06:40:41 Removing intermediate container 7743022696ff 06:40:41 ---> 59cc06309f7b 06:40:41 Step 14/29 : WORKDIR $BASE_DIR 06:40:41 Status: Downloaded newer image for docker:latest 06:40:41 ---> Running in f2c7246b82eb 06:40:43 ---> 4cd0eec4c87e 06:40:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:40:43 Removing intermediate container f2c7246b82eb 06:40:43 ---> 14989c107395 06:40:43 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:40:44 Removing intermediate container 00aa66b7f905 06:40:44 ---> 2ba58b99a260 06:40:44 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:40:44 ---> Running in d1c2eb8cd871 06:40:44 ---> 6091e8ea5998 06:40:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:40:44 ---> 2368bd17e25b 06:40:44 Step 6/7 : COPY go.mod . 06:40:44 ---> Running in 559e5b49c3fd 06:40:45 ---> 9563d502de03 06:40:45 Step 7/7 : RUN go mod download 06:40:45 ---> Running in 4f09df9c1c7f 06:40:45 ---> 25c0dc723ae2 06:40:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:40:46 ---> 906d85c693be 06:40:46 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:40:47 ---> Running in 8e3357b7e8d9 06:40:47 Removing intermediate container d1c2eb8cd871 06:40:47 ---> e75fc4df792f 06:40:47 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:40:47 Removing intermediate container 8e3357b7e8d9 06:40:47 ---> 30f6cd5ccd84 06:40:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:40:47 ---> Running in 5e6a9c27d2fb 06:40:48 ---> e95aa2a4c730 06:40:48 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:40:50 Removing intermediate container 5e6a9c27d2fb 06:40:50 ---> 86151db9381e 06:40:50 Step 22/24 : LABEL arch=x86_64 06:40:50 Removing intermediate container 771d37e3fc91 06:40:50 ---> 2c17ca5eac40 06:40:50 06:40:50 Step 10/20 : FROM alpine 06:40:50 ---> a24bb4013296 06:40:50 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:40:50 ---> 20d215ad08d3 06:40:50 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:40:50 Removing intermediate container 559e5b49c3fd 06:40:50 ---> f3ee2ae03622 06:40:50 06:40:50 Step 11/27 : FROM docker:latest 06:40:50 ---> 809cc4dba987 06:40:50 Step 12/27 : RUN apk add --no-cache bash 06:40:50 ---> Running in 2ca81b1d674f 06:40:50 ---> Running in 1e5af1d039ec 06:40:50 ---> Running in dd607dfe9d21 06:40:50 Removing intermediate container 2ca81b1d674f 06:40:50 ---> d8c6d4ffb8eb 06:40:50 Step 23/24 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:40:50 ---> 9d6de6ed8ae3 06:40:50 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:40:50 ---> Running in a06e44b1cc1b 06:40:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:51 Removing intermediate container a06e44b1cc1b 06:40:51 ---> ff47b3e14c59 06:40:51 Step 24/24 : LABEL version=0.0.0 06:40:51 ---> cf13a0a2d73a 06:40:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:40:51 v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:40:51 v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:40:51 OK: 12750 distinct packages available 06:40:51 ---> Running in 26f14758b408 06:40:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:51 (1/4) Installing ca-certificates (20191127-r4) 06:40:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:40:51 (3/4) Installing libcurl (7.69.1-r1) 06:40:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:51 (4/4) Installing curl (7.69.1-r1) 06:40:51 Executing busybox-1.31.1-r16.trigger 06:40:51 Executing ca-certificates-20191127-r4.trigger 06:40:51 OK: 7 MiB in 18 packages 06:40:51 (1/2) Installing readline (8.0.4-r0) 06:40:51 (2/2) Installing bash (5.0.17-r0) 06:40:51 Executing bash-5.0.17-r0.post-install 06:40:52 Executing busybox-1.31.1-r16.trigger 06:40:52 OK: 12 MiB in 22 packages 06:40:54 ---> 839574620583 06:40:54 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:40:54 Removing intermediate container 26f14758b408 06:40:54 ---> e6c4277c02b4 06:40:54 06:40:54 ---> Running in 41f7d0b21f5b 06:40:54 Successfully built e6c4277c02b4 06:40:54 Removing intermediate container 74738411f343 06:40:54 ---> e108e21d8606 06:40:54 06:40:54 Step 10/22 : FROM scratch 06:40:54 ---> 06:40:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:40:54 Successfully tagged docker-support-notifications-go:latest 06:40:54 Building docker-security-secretstore-setup-go 06:40:55  Building docker-support-notifications-go ... done  ---> Running in e4c551c68cee 06:40:59 Removing intermediate container dd607dfe9d21 06:40:59 ---> bf072d723e1f 06:40:59 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:40:59 Removing intermediate container 1e5af1d039ec 06:40:59 ---> b6b289e3b763 06:40:59 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:41:00 Removing intermediate container e4c551c68cee 06:41:00 ---> 7a4f8fa0fcad 06:41:00 Step 12/22 : ENV APP_PORT=48081 06:41:01 ---> Running in 27110d2af9db 06:41:01 ---> Running in 74a8747facec 06:41:01 ---> Running in 64c23a2d16ce 06:41:02 Removing intermediate container 74a8747facec 06:41:02 ---> 0b90d60054a6 06:41:02 Step 13/22 : EXPOSE $APP_PORT 06:41:03 Removing intermediate container 64c23a2d16ce 06:41:03 ---> 256177fb507d 06:41:03 Step 13/20 : WORKDIR /edgex 06:41:03 Removing intermediate container 41f7d0b21f5b 06:41:03 ---> 3afc6d9d5666 06:41:03 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:41:03 ---> Running in 066a00f133fe 06:41:04 ---> Running in 094e59a88209 06:41:04 Removing intermediate container 066a00f133fe 06:41:04 ---> 26a69400ea90 06:41:04 Step 14/22 : WORKDIR / 06:41:04 ---> 82f2bd0100c1 06:41:04 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:41:05 ---> Running in a7c44580d374 06:41:06 ---> Running in 7aae30c671ae 06:41:06 Removing intermediate container 094e59a88209 06:41:06 ---> 3a8cb4bbfcd5 06:41:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:41:06 Removing intermediate container 27110d2af9db 06:41:06 ---> 6fa9e78e9378 06:41:06 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:41:08 Removing intermediate container a7c44580d374 06:41:08 ---> 35b3c81b1656 06:41:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:41:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:41:08 ---> d38841b3c5c7 06:41:08 Step 3/26 : WORKDIR /edgex-go 06:41:08 ---> Using cache 06:41:08 ---> f1514498b963 06:41:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:08 ---> Using cache 06:41:08 ---> 2c499767cc47 06:41:08 Step 5/26 : RUN apk update && apk add make git 06:41:08 ---> Using cache 06:41:08 ---> 2795aa92fff6 06:41:08 Step 6/26 : COPY go.mod . 06:41:08 ---> Using cache 06:41:08 ---> 8eb66380b7cc 06:41:08 Step 7/26 : RUN go mod download 06:41:08 ---> Using cache 06:41:08 ---> 6ca140348ec6 06:41:08 Step 8/26 : COPY . . 06:41:08 ---> Using cache 06:41:08 ---> a51c6bcc23e9 06:41:08 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 06:41:09 ---> 320d49a89bf7 06:41:09 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:41:09 ---> Running in 49ecda922434 06:41:09 ---> Running in 5a956a1ee7ab 06:41:09 ---> b5fe6012b2c0 06:41:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:41:09 Removing intermediate container 49ecda922434 06:41:09 ---> 17ff7f282e1c 06:41:09 Step 15/27 : ENV APP_PORT=48090 06:41:09 ---> Running in 98fe47a493fc 06:41:09 ---> 866e8aef0da3 06:41:09 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:41:10 ---> Running in 302e0f23a3bd 06:41:10 Removing intermediate container 7aae30c671ae 06:41:10 ---> 3b2f04237386 06:41:10 Step 24/29 : RUN chmod 755 security-secrets-setup 06:41:10 Removing intermediate container 98fe47a493fc 06:41:10 ---> b1421846416a 06:41:10 Step 16/27 : EXPOSE $APP_PORT 06:41:10 ---> e7a445e0cbbe 06:41:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:41:10 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 06:41:10 ---> Running in c6a9c5fc8b36 06:41:10 Removing intermediate container 302e0f23a3bd 06:41:10 ---> 90e4377bcc25 06:41:10 Step 17/20 : CMD ["--init=true"] 06:41:10 ---> Running in 53f19978b37e 06:41:10 ---> Running in a3b83ccf6b4c 06:41:10 Removing intermediate container 53f19978b37e 06:41:10 ---> 1a78d22b3ae2 06:41:10 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:41:10 ---> eb2c2c0986ec 06:41:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:41:10 Removing intermediate container a3b83ccf6b4c 06:41:10 ---> 0ff1c97de223 06:41:10 Step 18/20 : LABEL arch=x86_64 06:41:10 ---> Running in c19a4419e324 06:41:10 ---> Running in 017dcef409a8 06:41:11 Removing intermediate container c19a4419e324 06:41:11 ---> 6edca21999bc 06:41:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:11 Removing intermediate container 017dcef409a8 06:41:11 ---> 826e44f71c6d 06:41:11 Step 19/20 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:41:11 ---> Running in b85302342fd2 06:41:11 ---> Running in 61f55c1b2d85 06:41:11 ---> 92014318e3ed 06:41:11 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:41:11 Removing intermediate container b85302342fd2 06:41:11 ---> 214e7404b812 06:41:11 Step 20/22 : LABEL arch=x86_64 06:41:11 Removing intermediate container 61f55c1b2d85 06:41:11 ---> 97c259c1b2a2 06:41:11 Step 20/20 : LABEL version=0.0.0 06:41:12 Removing intermediate container 4f09df9c1c7f 06:41:12 ---> 76c43c9cb737 06:41:12 Successfully built 76c43c9cb737 06:41:12 Successfully tagged ci-base-image-arm64:latest 06:41:12 ---> Running in 89d1cc4ecfac 06:41:12 ---> Running in 2605a650852e 06:41:12 Removing intermediate container c6a9c5fc8b36 06:41:12 ---> 2a04a36e4e24 06:41:12 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [Pipeline] isUnix [Pipeline] sh 06:41:12 ---> aa7e957a66db 06:41:12 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:41:12 ---> Running in 0b033722c78f 06:41:12 Removing intermediate container 89d1cc4ecfac 06:41:12 ---> 0edfb5c69937 06:41:12 Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:41:12 + docker inspect -f . ci-base-image-arm64 06:41:12 . [Pipeline] withDockerContainer 06:41:12 Removing intermediate container 2605a650852e 06:41:12 ---> 6417c6d4a48d 06:41:12 06:41:12 ---> Running in 82126eff3892 06:41:12 Successfully built 6417c6d4a48d 06:41:12 prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container 06:41:13 Successfully tagged docker-security-proxy-setup-go:latest 06:41:13 Building docker-support-logging-go 06:41:13  Building docker-security-proxy-setup-go ... done Removing intermediate container 0b033722c78f 06:41:13 ---> fa9bcd189208 06:41:13 Step 26/29 : CMD [ "generate" ] 06:41:13 ---> 5f59331bbe18 06:41:13 Step 20/27 : RUN apk --no-cache add py3-pip 06:41:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:41:13 Removing intermediate container 82126eff3892 06:41:13 ---> 4bbde8d68be5 06:41:13 Step 22/22 : LABEL version=0.0.0 06:41:13 ---> Running in 2cce1877bf58 06:41:13 ---> Running in 2a098bfd8442 06:41:13 ---> Running in 18ddc9defea4 06:41:13 Removing intermediate container 2cce1877bf58 06:41:13 ---> 67809de9d0bd 06:41:13 Step 27/29 : LABEL arch=x86_64 06:41:15 $ docker top a452d2b27ca128f0f2d5d6bfa92ec7be7178f2914881864efbb63c7f78f0826e -eo pid,comm 06:41:15 Removing intermediate container 18ddc9defea4 06:41:15 ---> cb3803f00832 06:41:15 06:41:15 Successfully built cb3803f00832 [Pipeline] { [Pipeline] sh 06:41:16 Successfully tagged docker-core-metadata-go:latest 06:41:16 Building docker-core-command-go 06:41:16 + go version 06:41:16 go version go1.15.2 linux/arm64 [Pipeline] } 06:41:16 $ docker stop --time=1 a452d2b27ca128f0f2d5d6bfa92ec7be7178f2914881864efbb63c7f78f0826e 06:41:17  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:17 ---> Running in 98a362c793d5 06:41:17 (1/33) Installing libbz2 (1.0.8-r1) 06:41:17 (2/33) Installing expat (2.2.9-r1) 06:41:17 (3/33) Installing libffi (3.3-r2) 06:41:17 (4/33) Installing gdbm (1.13-r1) 06:41:17 (5/33) Installing xz-libs (5.2.5-r0) 06:41:17 (6/33) Installing sqlite-libs (3.32.1-r0) 06:41:17 (7/33) Installing python3 (3.8.5-r0) 06:41:18 $ docker rm -f a452d2b27ca128f0f2d5d6bfa92ec7be7178f2914881864efbb63c7f78f0826e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:41:19 + docker inspect -f . ci-base-image-arm64 06:41:19 . [Pipeline] withDockerContainer 06:41:20 prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container 06:41:20 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:41:21 $ docker top 432cb9449f17a2977fd11a7d1b6eb02110d64c7f9241666257e62a96fafe5f08 -eo pid,comm [Pipeline] { [Pipeline] echo 06:41:22 ========================================================= 06:41:22 [edgeXBuildGoParallel] Running Tests and Build... 06:41:22 ========================================================= [Pipeline] sh 06:41:22 + make test 06:41:22 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:41:24 Removing intermediate container 98a362c793d5 06:41:24 ---> 3c02e75de741 06:41:24 Step 28/29 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:41:25 ? github.com/edgexfoundry/edgex-go [no test files] 06:41:25 (8/33) Installing py3-appdirs (1.4.4-r1) 06:41:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:41:25 (10/33) Installing py3-parsing (2.4.7-r0) 06:41:25 (11/33) Installing py3-six (1.15.0-r0) 06:41:25 (12/33) Installing py3-packaging (20.4-r0) 06:41:26 (13/33) Installing py3-setuptools (47.0.0-r0) 06:41:26 (14/33) Installing py3-chardet (3.0.4-r4) 06:41:26 ---> Running in bc90381d44b1 06:41:26 (15/33) Installing py3-idna (2.9-r0) 06:41:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:41:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:41:26 (18/33) Installing py3-requests (2.23.0-r0) 06:41:26 (19/33) Installing py3-msgpack (1.0.0-r0) 06:41:27 (20/33) Installing py3-lockfile (0.12.2-r3) 06:41:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:41:28 (22/33) Installing py3-colorama (0.4.3-r0) 06:41:29 (23/33) Installing py3-distlib (0.3.0-r0) 06:41:29 (24/33) Installing py3-distro (1.5.0-r1) 06:41:30 (25/33) Installing py3-webencodings (0.5.1-r3) 06:41:30 (26/33) Installing py3-html5lib (1.0.1-r4) 06:41:31 (27/33) Installing py3-pytoml (0.1.21-r0) 06:41:31 (28/33) Installing py3-pep517 (0.8.2-r0) 06:41:31 (29/33) Installing py3-progress (1.5-r0) 06:41:31 (30/33) Installing py3-toml (0.10.1-r0) 06:41:31 (31/33) Installing py3-retrying (1.3.3-r0) 06:41:32 Removing intermediate container bc90381d44b1 06:41:32 ---> 3c56f6b0c64f 06:41:32 Step 29/29 : LABEL version=0.0.0 06:41:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:41:32 (33/33) Installing py3-pip (20.1.1-r0) 06:41:32 Executing busybox-1.31.1-r16.trigger 06:41:33 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 06:41:33 OK: 71 MiB in 55 packages 06:41:34 ---> Running in b4c20f7ba409 06:41:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:41:35 ---> d38841b3c5c7 06:41:35 Step 3/22 : WORKDIR /edgex-go 06:41:35 ---> Using cache 06:41:35 ---> f1514498b963 06:41:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:35 ---> Using cache 06:41:35 ---> 2c499767cc47 06:41:35 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:41:36 ---> Running in 2cdab0643a16 06:41:36 Removing intermediate container b4c20f7ba409 06:41:36 ---> 0352eb54ac05 06:41:36 06:41:36 Successfully built 0352eb54ac05 06:41:36 Successfully tagged docker-security-secrets-setup-go:latest 06:41:36 Building docker-support-scheduler-go 06:41:38  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:41:39 ---> d38841b3c5c7 06:41:39 Step 3/22 : WORKDIR /edgex-go 06:41:39 ---> Using cache 06:41:39 ---> f1514498b963 06:41:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:39 ---> Using cache 06:41:39 ---> 2c499767cc47 06:41:39 Step 5/22 : RUN apk update && apk add make git 06:41:39 ---> Using cache 06:41:39 ---> 2795aa92fff6 06:41:39 Step 6/22 : COPY go.mod . 06:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:39 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 06:41:39 ---> Using cache 06:41:39 ---> 8eb66380b7cc 06:41:39 Step 7/22 : RUN go mod download 06:41:39 ---> Using cache 06:41:39 ---> 6ca140348ec6 06:41:39 Step 8/22 : COPY . . 06:41:39 ---> Using cache 06:41:39 ---> a51c6bcc23e9 06:41:39 Step 9/22 : RUN make cmd/core-command/core-command 06:41:40 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:40 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:40 OK: 12752 distinct packages available 06:41:41 OK: 233 MiB in 51 packages 06:41:41 OK: 233 MiB in 51 packages 06:41:42 ---> Running in f8f3dccddeea 06:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:41:46 Removing intermediate container 2cdab0643a16 06:41:46 ---> 912541fe3518 06:41:46 Step 6/22 : COPY go.mod . 06:41:48 ---> 18311b3d48ac 06:41:48 Step 7/22 : RUN go mod download 06:41:49 ---> Running in a14bdd9197aa 06:41:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:41:53 ---> d38841b3c5c7 06:41:53 Step 3/21 : WORKDIR /edgex-go 06:41:53 ---> Using cache 06:41:53 ---> f1514498b963 06:41:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:53 ---> Using cache 06:41:53 ---> 2c499767cc47 06:41:53 Step 5/21 : RUN apk update && apk add make git 06:41:53 ---> Using cache 06:41:53 ---> 2795aa92fff6 06:41:53 Step 6/21 : COPY go.mod . 06:41:53 ---> Using cache 06:41:53 ---> 8eb66380b7cc 06:41:53 Step 7/21 : RUN go mod download 06:41:53 ---> Using cache 06:41:53 ---> 6ca140348ec6 06:41:53 Step 8/21 : COPY . . 06:41:53 ---> Using cache 06:41:53 ---> a51c6bcc23e9 06:41:53 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:41:54 Removing intermediate container 5a956a1ee7ab 06:41:54 ---> 15a291547e70 06:41:54 06:41:54 Step 10/26 : FROM alpine:3.10 06:41:54 ---> Running in dbc3fbc0da28 06:41:55 3.10: Pulling from library/alpine 06:41:57 Removing intermediate container 2a098bfd8442 06:41:57 ---> 0ed5c1ab12fc 06:41:57 Step 21/27 : RUN pip install docker-compose==1.23.2 06:41:57 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 06:41:57 Removing intermediate container a14bdd9197aa 06:41:57 ---> a0e8150cc2bd 06:41:57 Step 8/22 : COPY . . 06:41:57 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:41:57 ---> Running in 75f46d5ca05c 06:41:57 Status: Downloaded newer image for alpine:3.10 06:41:57 ---> be4e4bea2c2e 06:41:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:41:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:41:58 ---> Running in 58fea7125b2c 06:42:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:42:03 v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:42:03 v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:42:03 OK: 10346 distinct packages available 06:42:03 (1/5) Installing ca-certificates (20191127-r2) 06:42:04 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:42:04 (3/5) Installing libcurl (7.66.0-r1) 06:42:04 (4/5) Installing curl (7.66.0-r1) 06:42:04 (5/5) Installing dumb-init (1.2.2-r1) 06:42:04 Executing busybox-1.30.1-r3.trigger 06:42:04 Executing ca-certificates-20191127-r2.trigger 06:42:04 OK: 7 MiB in 19 packages 06:42:06 Collecting docker-compose==1.23.2 06:42:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:42:09 Removing intermediate container 58fea7125b2c 06:42:09 ---> e427208535c1 06:42:09 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:42:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:42:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:42:10 Collecting texttable<0.10,>=0.9.0 06:42:10 Downloading texttable-0.9.1.tar.gz (11 kB) 06:42:10 ---> Running in 074ce891b1a7 06:42:12 Collecting docker<4.0,>=3.6.0 06:42:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:42:13 Removing intermediate container 074ce891b1a7 06:42:13 ---> aea15b5b9e6c 06:42:13 Step 13/26 : WORKDIR / 06:42:14 Collecting jsonschema<3,>=2.5.1 06:42:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:42:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:42:15 ---> Running in 0ff2adec4c11 06:42:15 Collecting dockerpty<0.5,>=0.4.1 06:42:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:42:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:42:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:42:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:42:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:42:16 Collecting websocket-client<1.0,>=0.32.0 06:42:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:42:17 Removing intermediate container 0ff2adec4c11 06:42:17 ---> d9f391f4d50f 06:42:17 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:42:17 Collecting PyYAML<4,>=3.10 06:42:17 Downloading PyYAML-3.13.tar.gz (270 kB) 06:42:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s 06:42:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:42:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:42:17 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:42:18 Collecting docopt<0.7,>=0.6.1 06:42:18 Downloading docopt-0.6.2.tar.gz (25 kB) 06:42:18 ---> abae6e09d352 06:42:18 Step 9/22 : RUN make cmd/support-logging/support-logging 06:42:19 Collecting cached-property<2,>=1.2.0 06:42:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:42:19 ---> 38894d1b27e3 06:42:19 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:42:19 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) 06:42:19 Removing intermediate container f8f3dccddeea 06:42:19 ---> b9dd51b07e50 06:42:19 06:42:19 Step 10/22 : FROM scratch 06:42:19 ---> 06:42:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:42:19 Collecting idna<2.8,>=2.5 06:42:19 ---> Running in 65bde76cde0b 06:42:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:42:19 Collecting urllib3<1.25,>=1.21.1 06:42:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:42:19 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) 06:42:19 Collecting docker-pycreds>=0.4.0 06:42:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:42:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:42:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:42:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:42:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:42:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:42:19 ---> Using cache 06:42:19 ---> 7a4f8fa0fcad 06:42:19 Step 12/22 : ENV APP_PORT=48082 06:42:19 Installing collected packages: idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, docopt, cached-property, docker-compose 06:42:19 Attempting uninstall: idna 06:42:19 Found existing installation: idna 2.9 06:42:19 Uninstalling idna-2.9: 06:42:19 Successfully uninstalled idna-2.9 06:42:20 ---> 62c8d3bf119c 06:42:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:42:20 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 06:42:20 Attempting uninstall: urllib3 06:42:20 Found existing installation: urllib3 1.25.9 06:42:20 Uninstalling urllib3-1.25.9: 06:42:20 ---> Running in dc711c5c15d6 06:42:20 Successfully uninstalled urllib3-1.25.9 06:42:20 Removing intermediate container dc711c5c15d6 06:42:20 ---> 6d96865e7f26 06:42:20 Step 13/22 : EXPOSE $APP_PORT 06:42:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:42:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:42:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:42:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:42:21 ---> 379767a705ea 06:42:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:42:21 ---> Running in 0801d5b399cd 06:42:21 Attempting uninstall: requests 06:42:21 Found existing installation: requests 2.23.0 06:42:21 Uninstalling requests-2.23.0: 06:42:21 Successfully uninstalled requests-2.23.0 06:42:21 Running setup.py install for texttable: started 06:42:21 Removing intermediate container 0801d5b399cd 06:42:21 ---> 72e3631d8dfb 06:42:21 Step 14/22 : WORKDIR / 06:42:22 ---> Running in db86bd709887 06:42:22 ---> 32ce0a1e0d4a 06:42:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:42:22 Removing intermediate container db86bd709887 06:42:22 ---> 07846d244369 06:42:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:42:22 Running setup.py install for texttable: finished with status 'done' 06:42:24 ---> a1ff63d1c725 06:42:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:42:27 ---> b70a4fb28754 06:42:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:42:27 Removing intermediate container dbc3fbc0da28 06:42:27 ---> 23d377ac4cdd 06:42:27 06:42:27 Step 10/21 : FROM scratch 06:42:27 ---> 06:42:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:42:27 ---> Using cache 06:42:27 ---> 7a4f8fa0fcad 06:42:27 Step 12/21 : ENV APP_PORT=48085 06:42:27 Running setup.py install for dockerpty: started 06:42:28 ---> d4a715a9185d 06:42:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:42:28 ---> Running in 87ebcd7ccbf1 06:42:28 Removing intermediate container 87ebcd7ccbf1 06:42:28 ---> a280af306ba5 06:42:28 Step 13/21 : EXPOSE $APP_PORT 06:42:28 ---> 67604231e850 06:42:28 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:42:28 Running setup.py install for dockerpty: finished with status 'done' 06:42:28 Running setup.py install for PyYAML: started 06:42:28 ---> Running in fe78c16ca8c9 06:42:28 ---> 1b06eb076dea 06:42:28 Step 18/22 : ENTRYPOINT ["/core-command"] 06:42:28 ---> Running in c0ce61331500 06:42:28 Removing intermediate container fe78c16ca8c9 06:42:28 ---> 9aabac3924ac 06:42:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:42:29 Running setup.py install for PyYAML: finished with status 'done' 06:42:29 Running setup.py install for docopt: started 06:42:29 Removing intermediate container c0ce61331500 06:42:29 ---> 9ffc834e23c5 06:42:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:29 ---> e9ba7c1bbf36 06:42:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:42:29 ---> Running in 59894000124e 06:42:29 ---> 3967303cdf4b 06:42:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:42:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements 06:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:42:29 Removing intermediate container 59894000124e 06:42:29 ---> 6ff7b51975f3 06:42:29 Step 20/22 : LABEL arch=x86_64 06:42:29 Running setup.py install for docopt: finished with status 'done' 06:42:29 ---> Running in a9b007a810a7 06:42:29 ---> 82a3ade2936f 06:42:29 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:42:30 ---> Running in 9f94f100c352 06:42:30 Removing intermediate container a9b007a810a7 06:42:30 ---> 5ed269254e66 06:42:30 Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:42:30 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 06:42:30 ---> bf9aa205ae56 06:42:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:42:31 ---> Running in 2d1cd6c79f66 06:42:31 ---> 63bbf704a7d1 06:42:31 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:42:31 Removing intermediate container 2d1cd6c79f66 06:42:31 ---> 92648bb5bc32 06:42:31 Step 22/22 : LABEL version=0.0.0 06:42:32 ---> Running in 22bbf33db55e 06:42:32 ---> Running in 94003fc772df 06:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.2% of statements 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.016s coverage: 100.0% of statements 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:42:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.374s coverage: 86.0% of statements 06:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:42:34 Removing intermediate container 94003fc772df 06:42:34 ---> 1d41874c2e7c 06:42:34 06:42:34 Successfully built 1d41874c2e7c 06:42:34 Removing intermediate container 22bbf33db55e 06:42:34 ---> 50811db7f51f 06:42:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:34 Successfully tagged docker-core-command-go:latest 06:42:34  Building docker-core-command-go ... done Building docker-core-data-go 06:42:34 Removing intermediate container 9f94f100c352 06:42:34 ---> 22dba4fc59b9 06:42:34 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:42:34 Removing intermediate container 75f46d5ca05c 06:42:34 ---> ab28e539ea3f 06:42:34 Step 22/27 : RUN apk --no-cache add curl 06:42:34 ---> Running in bf452a373cdc 06:42:34 ---> Running in 788fdfa4c2f3 06:42:34 ---> Running in fc0472e1aa8d 06:42:35 Removing intermediate container bf452a373cdc 06:42:35 ---> b24fddf31445 06:42:35 Step 19/21 : LABEL arch=x86_64 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.371s coverage: 93.5% of statements 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:42:37 ---> Running in 6e833d76cdce 06:42:38 Removing intermediate container fc0472e1aa8d 06:42:38 ---> 98fea94166fb 06:42:38 Step 24/26 : LABEL arch=x86_64 06:42:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:38 Removing intermediate container 6e833d76cdce 06:42:38 ---> 95e851709645 06:42:38 Step 20/21 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:42:39 ---> Running in f0597ec6b288 06:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:39 ---> Running in d02dc250d55a 06:42:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:42:39 (2/3) Installing libcurl (7.69.1-r1) 06:42:39 (3/3) Installing curl (7.69.1-r1) 06:42:39 Executing busybox-1.31.1-r16.trigger 06:42:39 OK: 72 MiB in 58 packages 06:42:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.582s coverage: 28.6% of statements 06:42:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:42:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:42:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:42:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:42:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:42:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 06:42:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:42:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements 06:42:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:42:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.079s coverage: 86.7% of statements 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:42:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:42:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 100.0% of statements 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:42:43 Removing intermediate container f0597ec6b288 06:42:43 ---> 4ea477308c6b 06:42:43 Step 25/26 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:42:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.072s coverage: 100.0% of statements 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:42:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:42:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.029s coverage: 0.0% of statements [no tests to run] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:42:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:42:44 Removing intermediate container d02dc250d55a 06:42:44 ---> 593f7bf186f1 06:42:44 Step 21/21 : LABEL version=0.0.0 06:42:46 ---> Running in d709773e4282 06:42:46 Removing intermediate container 65bde76cde0b 06:42:46 ---> 918f81565e8c 06:42:46 06:42:46 Step 10/22 : FROM scratch 06:42:46 ---> 06:42:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:42:46 ---> Running in 9a75ef469e8e 06:42:47 ---> Using cache 06:42:47 ---> 7f74e215877a 06:42:47 Step 12/22 : ENV APP_PORT=48061 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 06:42:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:42:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:42:47 ---> d38841b3c5c7 06:42:47 Step 3/23 : WORKDIR /edgex-go 06:42:47 ---> Using cache 06:42:47 ---> f1514498b963 06:42:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:47 ---> Using cache 06:42:47 ---> 2c499767cc47 06:42:47 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements 06:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:42:49 Removing intermediate container d709773e4282 06:42:49 ---> 2595e918f274 06:42:49 Step 26/26 : LABEL version=0.0.0 06:42:49 ---> Running in 384b4e9b0b25 06:42:49 Removing intermediate container 788fdfa4c2f3 06:42:49 ---> 525216d6e778 06:42:49 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:42:49 ---> Running in d31df43d5b0b 06:42:49 ---> Running in 11d2d5af2e12 06:42:49 Removing intermediate container 9a75ef469e8e 06:42:49 ---> c016ec14d239 06:42:49 06:42:49 Removing intermediate container 384b4e9b0b25 06:42:49 ---> 7a94ec858cd9 06:42:49 Step 13/22 : EXPOSE $APP_PORT 06:42:49 ---> Running in 96c05a9f1cf7 06:42:49 Successfully built c016ec14d239 06:42:49 ---> Running in 477378937a37 06:42:49 Successfully tagged docker-support-scheduler-go:latest 06:42:50  Building docker-support-scheduler-go ... done Removing intermediate container 11d2d5af2e12 06:42:50 ---> d316870b860a 06:42:50 06:42:50 Removing intermediate container 96c05a9f1cf7 06:42:50 ---> 4d49faf13fbe 06:42:50 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:50 Removing intermediate container 477378937a37 06:42:50 ---> bda64e01f755 06:42:50 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:42:50 Successfully built d316870b860a 06:42:50 ---> Running in 95618b8adfce 06:42:50 Successfully tagged docker-security-secretstore-setup-go:latest 06:42:50  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:50 Removing intermediate container 95618b8adfce 06:42:50 ---> cefbd08addb8 06:42:50 Step 25/27 : LABEL arch=x86_64 06:42:50 ---> Running in 1a5471ca82a0 06:42:50 ---> e249c0de9289 06:42:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:42:50 Removing intermediate container 1a5471ca82a0 06:42:50 ---> e68cd54c9b84 06:42:50 Step 26/27 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:42:50 ---> Running in 1fd622bde2e6 06:42:50 ---> a4ecdce951e5 06:42:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:42:50 Removing intermediate container 1fd622bde2e6 06:42:50 ---> da71c9deb559 06:42:50 Step 27/27 : LABEL version=0.0.0 06:42:50 ---> Running in 9f10c1abfb62 06:42:51 Removing intermediate container 9f10c1abfb62 06:42:51 ---> d00113b77cdc 06:42:51 06:42:51 ---> 9b7c1c9cf32d 06:42:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:42:51 Successfully built d00113b77cdc 06:42:51 Successfully tagged docker-sys-mgmt-agent-go:latest 06:42:51  Building docker-sys-mgmt-agent-go ... done  ---> 4e0c41d8d7e2 06:42:51 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:51 ---> Running in ca3a0f450a2c 06:42:51 Removing intermediate container ca3a0f450a2c 06:42:51 ---> 7034afe1f1f2 06:42:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:51 ---> Running in cdac29cb6276 06:42:51 Removing intermediate container cdac29cb6276 06:42:51 ---> fb5f18ba667d 06:42:51 Step 20/22 : LABEL arch=x86_64 06:42:51 ---> Running in a1e301058c62 06:42:52 Removing intermediate container a1e301058c62 06:42:52 ---> a9ad017fb981 06:42:52 Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:42:52 ---> Running in 8ff24066da3a 06:42:52 Removing intermediate container 8ff24066da3a 06:42:52 ---> 44751fa31c18 06:42:52 Step 22/22 : LABEL version=0.0.0 06:42:52 ---> Running in 5154845562bd 06:42:52 Removing intermediate container 5154845562bd 06:42:52 ---> b31ad4f70df1 06:42:52 06:42:52 Successfully built b31ad4f70df1 06:42:52 Successfully tagged docker-support-logging-go:latest 06:42:52  Building docker-support-logging-go ... done v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:42:52 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:42:52 OK: 12752 distinct packages available 06:42:53 OK: 233 MiB in 51 packages 06:42:53 Removing intermediate container d31df43d5b0b 06:42:53 ---> de5c15ba8bf9 06:42:53 Step 6/23 : COPY go.mod . 06:42:53 ---> bfbdf5907a1c 06:42:53 Step 7/23 : RUN go mod download 06:42:53 ---> Running in a868a997bc97 06:42:55 Removing intermediate container a868a997bc97 06:42:55 ---> f028dab558a2 06:42:55 Step 8/23 : COPY . . 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.047s coverage: 86.3% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.400s coverage: 72.2% of statements 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.419s coverage: 72.1% of statements 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.012s coverage: 48.4% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.054s coverage: 96.8% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 31.1% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.1% of statements 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.028s coverage: 100.0% of statements 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.056s coverage: 42.9% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:43:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.050s coverage: 83.8% of statements 06:43:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:43:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 46.9% of statements 06:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:43:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 06:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:43:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 06:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:43:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements 06:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.155s coverage: 29.1% of statements 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:43:10 ---> d585e62943ce 06:43:10 Step 9/23 : RUN make cmd/core-data/core-data 06:43:10 ---> Running in 5f59de5b4009 06:43:10 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 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 06:43:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements 06:43:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 06:43:12 GO111MODULE=on go vet ./... 06:43:26 Removing intermediate container 5f59de5b4009 06:43:26 ---> 7dfaa1b4d025 06:43:26 06:43:26 Step 10/23 : FROM alpine 06:43:26 ---> a24bb4013296 06:43:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:43:26 ---> Running in 2fdad2f865bd 06:43:26 Removing intermediate container 2fdad2f865bd 06:43:26 ---> 082c8a32a0f7 06:43:26 Step 12/23 : ENV APP_PORT=48080 06:43:26 ---> Running in c572e95eebef 06:43:26 Removing intermediate container c572e95eebef 06:43:26 ---> 2f2240a68b40 06:43:26 Step 13/23 : EXPOSE $APP_PORT 06:43:26 ---> Running in 64fab0dba41f 06:43:26 Removing intermediate container 64fab0dba41f 06:43:26 ---> 73bb62f5bdbc 06:43:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:26 ---> Running in 58af56dc89c7 06:43:27 Removing intermediate container 58af56dc89c7 06:43:27 ---> 6ef655fbb4dd 06:43:27 Step 15/23 : RUN apk --no-cache add zeromq 06:43:27 ---> Running in 6591ba452e1d 06:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:29 (1/5) Installing libgcc (9.3.0-r2) 06:43:29 (2/5) Installing libsodium (1.0.18-r0) 06:43:29 (3/5) Installing libstdc++ (9.3.0-r2) 06:43:30 (4/5) Installing libzmq (4.3.3-r0) 06:43:30 (5/5) Installing zeromq (4.3.3-r0) 06:43:30 Executing busybox-1.31.1-r16.trigger 06:43:30 OK: 8 MiB in 19 packages 06:43:30 Removing intermediate container 6591ba452e1d 06:43:30 ---> 55ed37ae589a 06:43:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:43:31 ---> dcab79703ab1 06:43:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:43:31 ---> ed627759508a 06:43:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:43:32 ---> 982da51a1c5a 06:43:32 Step 19/23 : ENTRYPOINT ["/core-data"] 06:43:32 ---> Running in c6a130b88346 06:43:32 Removing intermediate container c6a130b88346 06:43:32 ---> 20224164b4bf 06:43:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:32 ---> Running in bb1c378aa12d 06:43:32 Removing intermediate container bb1c378aa12d 06:43:32 ---> 4beaf852ff67 06:43:32 Step 21/23 : LABEL arch=x86_64 06:43:32 ---> Running in 454abc4d28dd 06:43:32 Removing intermediate container 454abc4d28dd 06:43:32 ---> ead94cc56b11 06:43:32 Step 22/23 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:43:32 ---> Running in e12ed5162ab4 06:43:32 Removing intermediate container e12ed5162ab4 06:43:32 ---> 64f4e3012762 06:43:32 Step 23/23 : LABEL version=0.0.0 06:43:33 ---> Running in 75779e45f850 06:43:33 Removing intermediate container 75779e45f850 06:43:33 ---> 225b366a3d95 06:43:33 06:43:33 Successfully built 225b366a3d95 06:43:33 Successfully tagged docker-core-data-go:latest 06:43:33  Building docker-core-data-go ... done  [Pipeline] } 06:43:33 $ docker stop --time=1 ced00c335ed3ca24d096592358ca08f285349634364ffa45d2d2610d516542dd 06:43:35 gofmt -l . 06:43:35 $ docker rm -f ced00c335ed3ca24d096592358ca08f285349634364ffa45d2d2610d516542dd [Pipeline] // withDockerContainer [Pipeline] sh 06:43:35 [ "`gofmt -l .`" = "" ] 06:43:35 + docker images 06:43:35 + grep docker 06:43:36 docker-core-data-go latest 225b366a3d95 3 seconds ago 23.6MB 06:43:36 docker-support-logging-go latest b31ad4f70df1 44 seconds ago 11.1MB 06:43:36 docker-sys-mgmt-agent-go latest d00113b77cdc 45 seconds ago 290MB 06:43:36 docker-support-scheduler-go latest c016ec14d239 47 seconds ago 12.3MB 06:43:36 docker-security-secretstore-setup-go latest d316870b860a 47 seconds ago 32.4MB 06:43:36 docker-core-command-go latest 1d41874c2e7c About a minute ago 12.2MB 06:43:36 docker-security-secrets-setup-go latest 0352eb54ac05 2 minutes ago 24MB 06:43:36 docker-core-metadata-go latest cb3803f00832 2 minutes ago 14.2MB 06:43:36 docker-security-proxy-setup-go latest 6417c6d4a48d 2 minutes ago 15.8MB 06:43:36 docker-support-notifications-go latest e6c4277c02b4 2 minutes ago 13.6MB 06:43:36 docker latest 809cc4dba987 2 weeks 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 06:43:38 ./bin/test-go-mod-tidy.sh 06:43:38 ./bin/test-attribution-txt.sh [Pipeline] sh 06:43:43 + ls -al . 06:43:43 total 604 06:43:43 drwxrwxr-x 10 1001 1001 4096 Oct 6 06:43 . 06:43:43 drwxr-xr-x 4 root root 4096 Oct 6 06:41 .. 06:43:43 -rw-rw-r-- 1 1001 1001 11 Oct 6 06:38 .dockerignore 06:43:43 drwxrwxr-x 8 1001 1001 4096 Oct 6 06:39 .git 06:43:43 drwxrwxr-x 3 1001 1001 4096 Oct 6 06:38 .github 06:43:43 -rw-rw-r-- 1 1001 1001 932 Oct 6 06:38 .gitignore 06:43:43 drwxrwxr-x 3 1001 1001 4096 Oct 6 06:39 .semver 06:43:43 -rw-rw-r-- 1 1001 1001 166 Oct 6 06:38 .sonarcloud.properties 06:43:43 -rw-rw-r-- 1 1001 1001 3804 Oct 6 06:38 CONTRIBUTING.md 06:43:43 -rw-rw-r-- 1 1001 1001 1035 Oct 6 06:38 Dockerfile.build 06:43:43 -rw-rw-r-- 1 1001 1001 863 Oct 6 06:38 Jenkinsfile 06:43:43 -rw-rw-r-- 1 1001 1001 10775 Oct 6 06:38 LICENSE 06:43:43 -rw-rw-r-- 1 1001 1001 6237 Oct 6 06:38 Makefile 06:43:43 -rw-rw-r-- 1 1001 1001 6447 Oct 6 06:38 README.md 06:43:43 -rw-rw-r-- 1 1001 1001 259 Oct 6 06:38 SECURITY.md 06:43:43 -rw-rw-r-- 1 1001 1001 5 Oct 6 06:35 VERSION 06:43:43 -rw-rw-r-- 1 1001 1001 4131 Oct 6 06:38 ZMQWindows.md 06:43:43 drwxrwxr-x 2 1001 1001 4096 Oct 6 06:38 bin 06:43:43 drwxrwxr-x 15 1001 1001 4096 Oct 6 06:38 cmd 06:43:43 -rw-r--r-- 1 root root 478615 Oct 6 06:43 coverage.out 06:43:43 -rw-r--r-- 1 root root 984 Oct 6 06:43 go.mod 06:43:43 -rw-r--r-- 1 root root 18766 Oct 6 06:43 go.sum 06:43:43 drwxrwxr-x 8 1001 1001 4096 Oct 6 06:38 internal 06:43:43 drwxrwxr-x 4 1001 1001 4096 Oct 6 06:38 openapi 06:43:43 drwxrwxr-x 4 1001 1001 4096 Oct 6 06:38 snap 06:43:43 -rw-rw-r-- 1 1001 1001 168 Oct 6 06:38 version.go [Pipeline] sh 06:43:44 + '[' -e coverage.out ] 06:43:44 + chown 1001:1001 coverage.out [Pipeline] stash 06:43:44 Warning: overwriting stash ‘coverage-report’ 06:43:45 Stashed 1 file(s) [Pipeline] sh 06:43:46 + make build 06:43:46 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 06:43:52 Still waiting to schedule task 06:43:52 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-3711’ 06:44:12 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 06:44:21 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 06:44:25 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 06:44:30 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 06:44:36 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 06:44:36 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 06:44:43 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 06:44:50 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 06:44:53 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 06:44: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 06:45:04 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 06:45:07 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] } 06:45:11 $ docker stop --time=1 432cb9449f17a2977fd11a7d1b6eb02110d64c7f9241666257e62a96fafe5f08 06:45:13 $ docker rm -f 432cb9449f17a2977fd11a7d1b6eb02110d64c7f9241666257e62a96fafe5f08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:45:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:15 06:45:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:45:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:15 latest: Pulling from edgex-devops/edgex-compose-arm64 06:45:15 29e5d40040c1: Pulling fs layer 06:45:15 1ce36da41761: Pulling fs layer 06:45:15 25b303627fd3: Pulling fs layer 06:45:16 29e5d40040c1: Download complete 06:45:16 1ce36da41761: Verifying Checksum 06:45:16 1ce36da41761: Download complete 06:45:16 29e5d40040c1: Pull complete 06:45:18 1ce36da41761: Pull complete 06:45:18 25b303627fd3: Verifying Checksum 06:45:18 25b303627fd3: Download complete 06:45:28 25b303627fd3: Pull complete 06:45:28 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:45:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:45:28 prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container 06:45:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:45:32 $ docker top f4721b9c697ef491995f9aae9dcd9387fb46bab98faa3130da5a56f9ecf68c91 -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:34 + docker-compose build --help 06:45:34 + grep parallel 06:45:38 --parallel Build images in parallel. [Pipeline] } 06:45:38 $ docker stop --time=1 f4721b9c697ef491995f9aae9dcd9387fb46bab98faa3130da5a56f9ecf68c91 06:45:40 $ docker rm -f f4721b9c697ef491995f9aae9dcd9387fb46bab98faa3130da5a56f9ecf68c91 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:45:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:41 . [Pipeline] withDockerContainer 06:45:41 prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container 06:45:41 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 06:45:43 $ docker top c58604ca8a3cf36605f0c0e4ac3689ee103e4eba961bb5cdb105e1b84eb61c0e -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:44 + docker-compose -f ./docker-compose-build.yml build --parallel 06:45:49 Building docker-core-command-go ... 06:45:49 Building docker-core-data-go ... 06:45:49 Building docker-core-metadata-go ... 06:45:49 Building docker-security-proxy-setup-go ... 06:45:49 Building docker-security-secrets-setup-go ... 06:45:49 Building docker-security-secretstore-setup-go ... 06:45:49 Building docker-support-logging-go ... 06:45:49 Building docker-support-notifications-go ... 06:45:49 Building docker-support-scheduler-go ... 06:45:49 Building docker-sys-mgmt-agent-go ... 06:45:49 Building docker-core-data-go 06:45:49 Building docker-security-secrets-setup-go 06:45:49 Building docker-core-metadata-go 06:45:49 Building docker-security-secretstore-setup-go 06:45:49 Building docker-support-notifications-go 06:46:26 Running on prd-centos7-docker-8c-8g-3712 in /w/workspace/edgexfoundry_edgex-go_PR-2732 [Pipeline] { [Pipeline] ws 06:46:26 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 06:46:28 using credential edgex-jenkins-ssh 06:46:28 Cloning the remote Git repository 06:46:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:46:28 > git init /w/workspace/edgex-go/15 # timeout=10 06:46:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:46:28 > git --version # timeout=10 06:46:28 > git --version # 'git version 2.16.5' 06:46:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:46:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:44 Merging remotes/origin/master commit ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 into PR head commit c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:46:45 Failed in branch amd64 06:46:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:46:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:46:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:46:44 using GIT_SSH to set credentials SSH Credentials for GitHub 06:46:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2732/head:refs/remotes/origin/PR-2732 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:46:44 > git config core.sparsecheckout # timeout=10 06:46:44 > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 06:47:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:47:41 ---> 76c43c9cb737 06:47:41 Step 3/26 : WORKDIR /edgex-go 06:47:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:47:41 ---> 76c43c9cb737 06:47:41 Step 3/24 : WORKDIR /edgex-go 06:47:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:47:41 ---> 76c43c9cb737 06:47:41 Step 3/22 : WORKDIR /edgex-go 06:47:41 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:41 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:47:41 ---> 76c43c9cb737 06:47:41 Step 3/29 : WORKDIR /edgex-go 06:47:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:47:41 ---> 76c43c9cb737 06:47:41 Step 3/23 : WORKDIR /edgex-go 06:47:41 ---> Running in ba0cf020e197 06:47:41 ---> Running in e2664e43026d 06:47:41 ---> Running in 31f5ab80545e 06:47:41 ---> Running in 1d72a31c1c2e 06:47:41 ---> Running in 045ca2a27560 06:47:41 Removing intermediate container e2664e43026d 06:47:41 ---> 9349d1d82ad4 06:47:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:41 Removing intermediate container 31f5ab80545e 06:47:41 Removing intermediate container ba0cf020e197 06:47:41 ---> 059d3ff87af7 06:47:41 ---> 0a986ab30b04 06:47:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/29 : RUN apk update && apk add make git 06:47:41 06:47:41 Removing intermediate container 1d72a31c1c2e 06:47:41 ---> da6da006e68e 06:47:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:41 Removing intermediate container 045ca2a27560 06:47:41 ---> d5d30474333f 06:47:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:41 ---> Running in cd02de0b4b90 06:47:41 ---> Running in 390e53c8c8a5 06:47:41 ---> Running in d036d669207e 06:47:41 ---> Running in 050d73db67ac 06:47:41 ---> Running in 4fbfd0a8a11e 06:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:41 Removing intermediate container cd02de0b4b90 06:47:41 ---> 60857d134fa5 06:47:41 Step 5/26 : RUN apk update && apk add make git 06:47:41 ---> Running in a39f771d2820 06:47:41 Removing intermediate container 050d73db67ac 06:47:41 ---> ee0f2d7f68a0 06:47:41 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:47:41 ---> Running in 42d8f86eb61d 06:47:41 Removing intermediate container 390e53c8c8a5 06:47:41 ---> 3b765f1f5770 06:47:41 Step 5/22 : RUN apk update && apk add make git 06:47:41 Removing intermediate container 4fbfd0a8a11e 06:47:41 ---> 327af3c0ce4a 06:47:41 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:47:41 ---> Running in 1b59538ad413 06:47:41 ---> Running in 48a80ad2853b 06:47:42 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:42 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:42 OK: 12623 distinct packages available 06:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:43 OK: 217 MiB in 51 packages 06:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:44 Removing intermediate container d036d669207e 06:47:44 ---> e75ea22cf6d4 06:47:44 Step 5/29 : COPY go.mod . 06:47:45 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:45 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:45 OK: 12623 distinct packages available 06:47:45 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:45 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:45 OK: 12623 distinct packages available 06:47:46 ---> 7a6b908b7eb8 06:47:46 Step 6/29 : RUN go mod download 06:47:46 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:46 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:46 OK: 12623 distinct packages available 06:47:46 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:46 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:46 OK: 12623 distinct packages available 06:47:46 ---> Running in e778c9e4c037 06:47:46 OK: 217 MiB in 51 packages 06:47:46 OK: 217 MiB in 51 packages 06:47:47 OK: 217 MiB in 51 packages 06:47:47 OK: 217 MiB in 51 packages 06:47:48 Removing intermediate container 42d8f86eb61d 06:47:48 ---> a0d773f22710 06:47:48 Step 6/23 : COPY go.mod . 06:47:48 Removing intermediate container a39f771d2820 06:47:48 ---> e2ccd4cb5c92 06:47:48 Step 6/26 : COPY go.mod . 06:47:49 Removing intermediate container 1b59538ad413 06:47:49 ---> a5d1c0c9f554 06:47:49 Step 6/22 : COPY go.mod . 06:47:49 Removing intermediate container 48a80ad2853b 06:47:49 ---> 2c3d55ecf833 06:47:49 Step 6/24 : COPY go.mod . 06:47:49 ---> 38321b4d6bcd 06:47:49 Step 7/23 : RUN go mod download 06:47:49 ---> Running in f7d8a4d3c791 06:47:49 ---> 4a8e519bd1d2 06:47:49 Step 7/26 : RUN go mod download 06:47:50 ---> Running in 1f18f94e6dc6 06:47:50 ---> c7ec297e4d3d 06:47:50 Step 7/22 : RUN go mod download 06:47:50 ---> a988fb6debe3 06:47:50 Step 7/24 : RUN go mod download 06:47:50 ---> Running in 2b94812122b0 06:47:51 ---> Running in 265c2c910cd1 06:47:51 Removing intermediate container e778c9e4c037 06:47:51 ---> b0f9bc5f71b5 06:47:51 Step 7/29 : COPY . . 06:47:56 Removing intermediate container f7d8a4d3c791 06:47:56 ---> e27f0a023b50 06:47:56 Step 8/23 : COPY . . 06:47:56 Removing intermediate container 1f18f94e6dc6 06:47:56 ---> fa90b87b60fe 06:47:56 Step 8/26 : COPY . . 06:47:56 Removing intermediate container 265c2c910cd1 06:47:56 ---> f994768129a4 06:47:56 Step 8/24 : COPY . . 06:47:56 Removing intermediate container 2b94812122b0 06:47:56 ---> 1517c5c5e7c5 06:47:56 Step 8/22 : COPY . . 06:48:29 ---> 12d841cd12f9 06:48:29 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:48:29 ---> 581f2583bd0c 06:48:29 Step 9/23 : RUN make cmd/core-data/core-data 06:48:29 ---> 3951469253d6 06:48:29 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 06:48:29 ---> d49a2cfe0c30 06:48:29 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:48:29 ---> 92e7485cbde5 06:48:29 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:48:29 ---> Running in a909d7e244af 06:48:29 ---> Running in 3d3efa9e57e3 06:48:29 ---> Running in d3f0a13b9bf5 06:48:29 ---> Running in 8d6edfd3c655 06:48:29 ---> Running in 6b7d08ad0d52 06:48:31 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 06:48:31 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 06:48: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 06:48:31 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 06:48:31 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 06:50:08 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 06:50:08 Removing intermediate container a909d7e244af 06:50:08 ---> b105f8fa109b 06:50:08 06:50:08 Step 9/29 : FROM alpine:latest 06:50:08 latest: Pulling from library/alpine 06:50:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:50:08 Status: Downloaded newer image for alpine:latest 06:50:08 ---> 62ee0e9f8440 06:50:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:50:08 ---> Running in 3db4866cde2a 06:50:08 Removing intermediate container 3db4866cde2a 06:50:08 ---> c930b8cc40ae 06:50:08 Step 11/29 : USER root 06:50:08 ---> Running in 427deb278edc 06:50:08 Removing intermediate container 427deb278edc 06:50:08 ---> eda17c60659d 06:50:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:50:08 ---> Running in f09248126467 06:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:12 v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:50:12 v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:50:12 OK: 12621 distinct packages available 06:50:13 (1/2) Installing ca-certificates (20191127-r4) 06:50:13 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 06:50:13 (2/2) Installing dumb-init (1.2.2-r1) 06:50:13 Executing busybox-1.31.1-r16.trigger 06:50:13 Executing ca-certificates-20191127-r4.trigger 06:50:13 OK: 6 MiB in 16 packages 06:50:16 Removing intermediate container f09248126467 06:50:16 ---> 2d08e576127e 06:50:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:50:16 ---> Running in 425646fdaac1 06:50:17 Removing intermediate container 425646fdaac1 06:50:17 ---> 9b3b7687eb78 06:50:17 Step 14/29 : WORKDIR $BASE_DIR 06:50:17 ---> Running in cee855db9c6b 06:50:18 Removing intermediate container cee855db9c6b 06:50:18 ---> 17a737b3d4e9 06:50:18 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:50:18 ---> Running in 8579faaae54d 06:50:23 Removing intermediate container 8579faaae54d 06:50:23 ---> d39b882189a8 06:50:23 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:50:25 ---> 64bb57959671 06:50:25 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:50:28 ---> 0e332dc00533 06:50:28 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:50:28 Removing intermediate container d3f0a13b9bf5 06:50:28 ---> 6f88957ea418 06:50:28 06:50:28 Step 10/26 : FROM alpine:3.10 06:50:28 3.10: Pulling from library/alpine 06:50:29 ---> b3b24c6087a6 06:50:29 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:50:30 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:50:30 Status: Downloaded newer image for alpine:3.10 06:50:30 ---> 536a684cf733 06:50:30 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:50:30 ---> Running in 7f68eb6cffab 06:50:31 ---> 3bff26f442fb 06:50:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:50:32 ---> fc1e3454316e 06:50:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:50:32 ---> Running in b04b0dea57d2 06:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:50:35 v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:50:35 v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:50:35 OK: 10167 distinct packages available 06:50:35 (1/5) Installing ca-certificates (20191127-r2) 06:50:35 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:50:35 (3/5) Installing libcurl (7.66.0-r1) 06:50:35 (4/5) Installing curl (7.66.0-r1) 06:50:35 (5/5) Installing dumb-init (1.2.2-r1) 06:50:35 Executing busybox-1.30.1-r3.trigger 06:50:35 Executing ca-certificates-20191127-r2.trigger 06:50:36 OK: 7 MiB in 19 packages 06:50:37 Removing intermediate container b04b0dea57d2 06:50:37 ---> 6d587aee021e 06:50:37 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:50:38 ---> f46f3f5a728a 06:50:38 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:50:39 ---> Running in 5bdbb8c94d16 06:50:39 Removing intermediate container 7f68eb6cffab 06:50:39 ---> 39efddcb4118 06:50:39 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:50:40 ---> Running in cc1706417c22 06:50:41 Removing intermediate container cc1706417c22 06:50:41 ---> d6e9c0e62963 06:50:41 Step 13/26 : WORKDIR / 06:50:41 ---> Running in 5d8f834524db 06:50:43 Removing intermediate container 5d8f834524db 06:50:43 ---> 1e39cd8a2217 06:50:43 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:50:45 Removing intermediate container 5bdbb8c94d16 06:50:45 ---> dfd0464088b1 06:50:45 Step 24/29 : RUN chmod 755 security-secrets-setup 06:50:45 Removing intermediate container 6b7d08ad0d52 06:50:45 ---> 7a4cf3e695bd 06:50:45 06:50:45 Step 10/24 : FROM scratch 06:50:45 ---> 06:50:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:50:45 ---> 874092420582 06:50:45 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:50:45 ---> Running in 61c90eadf468 06:50:45 ---> Running in b42544b52ba8 06:50:47 Removing intermediate container b42544b52ba8 06:50:47 ---> 17b31e1f941d 06:50:47 Step 12/24 : ENV APP_PORT=48060 06:50:47 ---> 96126899e4eb 06:50:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:50:47 ---> Running in a9fe82e221e7 06:50:48 Removing intermediate container a9fe82e221e7 06:50:48 ---> 57878536a687 06:50:48 Step 13/24 : EXPOSE $APP_PORT 06:50:48 ---> Running in 0ead3c7a7766 06:50:48 ---> 63fe6f6af5be 06:50:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:50:49 Removing intermediate container 0ead3c7a7766 06:50:49 ---> bd5d215f87c8 06:50:49 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:50:50 ---> fb2778d3b2ff 06:50:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:50:50 Removing intermediate container 61c90eadf468 06:50:50 ---> 78e81b9f4609 06:50:50 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:50:50 ---> 994cd0a32de9 06:50:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:50:50 ---> Running in a26e918ba81b 06:50:51 Removing intermediate container a26e918ba81b 06:50:51 ---> e660e347e40a 06:50:51 Step 26/29 : CMD [ "generate" ] 06:50:52 ---> Running in 97164a2fbf76 06:50:52 ---> 2306af4e2512 06:50:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:50:53 ---> 335eff1e217b 06:50:53 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:50:53 Removing intermediate container 97164a2fbf76 06:50:53 ---> af4bb805670e 06:50:53 Step 27/29 : LABEL arch=arm64 06:50:53 ---> Running in fed041fe50ce 06:50:54 ---> 7a38f8e84cd7 06:50:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:50:54 Removing intermediate container fed041fe50ce 06:50:54 ---> 58627b6bfb96 06:50:54 Step 28/29 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:50:54 ---> Running in 9b13e6791746 06:50:54 ---> 019bef540132 06:50:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:50:55 Removing intermediate container 9b13e6791746 06:50:55 ---> 277dd55042fb 06:50:55 Step 29/29 : LABEL version=0.0.0 06:50:56 ---> Running in a84ceeaa80fa 06:50:56 ---> 93697b2a2449 06:50:56 ---> 0e305adfde1b 06:50:56 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:50:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:50:57 Removing intermediate container a84ceeaa80fa 06:50:57 ---> f0bba7fc3cc9 06:50:57 06:50:57 Successfully built f0bba7fc3cc9 06:50:58 Successfully tagged docker-security-secrets-setup-go-arm64:latest 06:50:58  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 06:50:58 ---> d1f0d138f86b 06:50:58 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:50:59 ---> Running in 9fc8db455288 06:50:59 ---> 2166911537cc 06:50:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:51:02 ---> 238a689f0137 06:51:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:51:03 Removing intermediate container 8d6edfd3c655 06:51:03 ---> e769b297bbab 06:51:03 06:51:03 Step 10/22 : FROM scratch 06:51:03 ---> 06:51:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:51:03 ---> Running in 5f1852994828 06:51:04 ---> Running in b36095a19964 06:51:04 Removing intermediate container 5f1852994828 06:51:04 ---> 6ca6b432d7d2 06:51:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:05 ---> Running in a4f9363e16bc 06:51:05 Removing intermediate container b36095a19964 06:51:05 ---> 5a432d963282 06:51:05 Step 12/22 : ENV APP_PORT=48081 06:51:06 Removing intermediate container 9fc8db455288 06:51:06 ---> 985638024355 06:51:06 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:51:06 ---> Running in 3553c501ac66 06:51:06 Removing intermediate container a4f9363e16bc 06:51:06 ---> 221ae42079ef 06:51:06 Step 22/24 : LABEL arch=arm64 06:51:06 ---> Running in 74ba5da3ba66 06:51:06 Removing intermediate container 3553c501ac66 06:51:06 ---> 625a4ae6bd2a 06:51:06 Step 13/22 : EXPOSE $APP_PORT 06:51:06 ---> Running in 77961d28360a 06:51:07 ---> Running in d7b3da264900 06:51:07 Removing intermediate container 74ba5da3ba66 06:51:07 ---> b37dd2cfd732 06:51:07 Step 24/26 : LABEL arch=arm64 06:51:07 ---> Running in 7e3a35b0c7ff 06:51:07 Removing intermediate container 77961d28360a 06:51:07 ---> 74174befd4bb 06:51:07 Step 14/22 : WORKDIR / 06:51:07 Removing intermediate container d7b3da264900 06:51:07 ---> e19978834591 06:51:07 Step 23/24 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:51:07 ---> Running in 5b40eec55a82 06:51:08 ---> Running in 60c7419be0cd 06:51:08 Removing intermediate container 7e3a35b0c7ff 06:51:08 ---> 6ba631306030 06:51:08 Step 25/26 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:51:08 ---> Running in 9b632d6481c5 06:51:09 Removing intermediate container 60c7419be0cd 06:51:09 ---> 6c531ecb16df 06:51:09 Step 24/24 : LABEL version=0.0.0 06:51:09 Removing intermediate container 5b40eec55a82 06:51:09 ---> 1b7cc7408077 06:51:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:51:09 ---> Running in fb9d4f53b271 06:51:09 Removing intermediate container 9b632d6481c5 06:51:09 ---> fec6f636d512 06:51:09 Step 26/26 : LABEL version=0.0.0 06:51:10 ---> Running in fdbe347681e5 06:51:10 Removing intermediate container fb9d4f53b271 06:51:10 ---> 45078520ffcd 06:51:10 06:51:11 ---> c693de2692ca 06:51:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:51:11 Successfully built 45078520ffcd 06:51:12 Successfully tagged docker-support-notifications-go-arm64:latest 06:51:12 Removing intermediate container fdbe347681e5 06:51:12 Building docker-sys-mgmt-agent-go 06:51:12 ---> e04b7447003e 06:51:12  Building docker-support-notifications-go ... done  06:51:12 Successfully built e04b7447003e 06:51:12 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:51:12  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 06:51:14 ---> fed9192c92ee 06:51:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:51:14 Removing intermediate container 3d3efa9e57e3 06:51:14 ---> cdf40cc542d0 06:51:14 06:51:14 Step 10/23 : FROM alpine 06:51:14 ---> 62ee0e9f8440 06:51:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:51:14 ---> Running in f9db49348d51 06:51:14 ---> 8caecabca2da 06:51:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:51:14 ---> Running in e3dd80a1beb1 06:51:14 Removing intermediate container f9db49348d51 06:51:14 ---> 9f3923e7b717 06:51:14 Step 12/23 : ENV APP_PORT=48080 06:51:15 ---> Running in 9e269cb0347c 06:51:16 Removing intermediate container e3dd80a1beb1 06:51:16 ---> e74edea60319 06:51:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:16 Removing intermediate container 9e269cb0347c 06:51:16 ---> 8ed5016adbc8 06:51:16 Step 13/23 : EXPOSE $APP_PORT 06:51:17 ---> Running in fde4cb68b39c 06:51:17 ---> Running in 53c4526d90ab 06:51:18 Removing intermediate container fde4cb68b39c 06:51:18 ---> 0551c3ab7d48 06:51:18 Step 20/22 : LABEL arch=arm64 06:51:18 Removing intermediate container 53c4526d90ab 06:51:18 ---> c41c03934c7d 06:51:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:19 ---> Running in ea1009612e01 06:51:19 ---> Running in ead270d26877 06:51:20 Removing intermediate container ea1009612e01 06:51:20 ---> c93a66154323 06:51:20 Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:51:20 ---> Running in 1c5ee2e12012 06:51:22 Removing intermediate container 1c5ee2e12012 06:51:22 ---> 1e31b4173ef2 06:51:22 Step 22/22 : LABEL version=0.0.0 06:51:22 ---> Running in 5da672fb7a03 06:51:23 Removing intermediate container 5da672fb7a03 06:51:23 ---> dbdf23ccfa6e 06:51:23 06:51:24 Successfully built dbdf23ccfa6e 06:51:24 Successfully tagged docker-core-metadata-go-arm64:latest 06:51:24 Building docker-support-logging-go 06:51:25  Building docker-core-metadata-go ... done Removing intermediate container ead270d26877 06:51:25 ---> e940ec8aaae8 06:51:25 Step 15/23 : RUN apk --no-cache add zeromq 06:51:25 ---> Running in df1118bc7916 06:51:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:28 (1/5) Installing libgcc (9.3.0-r2) 06:51:29 (2/5) Installing libsodium (1.0.18-r0) 06:51:29 (3/5) Installing libstdc++ (9.3.0-r2) 06:51:29 (4/5) Installing libzmq (4.3.3-r0) 06:51:29 (5/5) Installing zeromq (4.3.3-r0) 06:51:29 Executing busybox-1.31.1-r16.trigger 06:51:29 OK: 8 MiB in 19 packages 06:51:34 Removing intermediate container df1118bc7916 06:51:34 ---> 3b7f3b0430d3 06:51:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:51:35 ---> 2c0546143cd0 06:51:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:51:37 ---> c490471970d0 06:51:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:51:38 ---> ef68feb0e103 06:51:38 Step 19/23 : ENTRYPOINT ["/core-data"] 06:51:38 ---> Running in 05120ebf7ae1 06:51:39 Removing intermediate container 05120ebf7ae1 06:51:39 ---> bd7681258c68 06:51:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:39 ---> Running in bb3a06b9bd2d 06:51:39 Removing intermediate container bb3a06b9bd2d 06:51:39 ---> 66579444457c 06:51:39 Step 21/23 : LABEL arch=arm64 06:51:40 ---> Running in 9e728ebc2c36 06:51:41 Removing intermediate container 9e728ebc2c36 06:51:41 ---> efa2cc1381ee 06:51:41 Step 22/23 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:51:41 ---> Running in 94eb262de170 06:51:42 Removing intermediate container 94eb262de170 06:51:42 ---> 26b82eed269c 06:51:42 Step 23/23 : LABEL version=0.0.0 06:51:43 ---> Running in e86bf9d7ad9f 06:51:43 Removing intermediate container e86bf9d7ad9f 06:51:43 ---> 1541f6f54c58 06:51:43 06:51:44 Successfully built 1541f6f54c58 06:51:44 Successfully tagged docker-core-data-go-arm64:latest 06:51:44 Building docker-security-proxy-setup-go 06:51:48  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:51:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:51:48 ---> 76c43c9cb737 06:51:48 Step 3/21 : WORKDIR /edgex-go 06:51:48 ---> Using cache 06:51:48 ---> d5d30474333f 06:51:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:48 ---> Using cache 06:51:48 ---> 327af3c0ce4a 06:51:48 Step 5/21 : RUN apk update && apk add make git 06:51:50 ---> Running in b468be81ef7c 06:51:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:53 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:51:53 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:51:53 OK: 12623 distinct packages available 06:51:54 OK: 217 MiB in 51 packages 06:51:59 Removing intermediate container b468be81ef7c 06:51:59 ---> 09aa65834e8d 06:51:59 Step 6/21 : COPY go.mod . 06:51:59 ---> cf4183fa9909 06:51:59 Step 7/21 : RUN go mod download 06:51:59 ---> Running in fa5798aaa09c 06:52:05 Removing intermediate container fa5798aaa09c 06:52:05 ---> e7324bac51e0 06:52:05 Step 8/21 : COPY . . 06:52:23 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:23 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:52:23 ---> 76c43c9cb737 06:52:23 Step 3/27 : WORKDIR /edgex-go 06:52:23 ---> Using cache 06:52:23 ---> d5d30474333f 06:52:23 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:23 ---> Using cache 06:52:23 ---> 327af3c0ce4a 06:52:23 Step 5/27 : RUN apk update && apk add make bash git 06:52:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:52:23 ---> 76c43c9cb737 06:52:23 Step 3/22 : WORKDIR /edgex-go 06:52:23 ---> Using cache 06:52:23 ---> d5d30474333f 06:52:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:24 ---> Using cache 06:52:24 ---> 327af3c0ce4a 06:52:24 Step 5/22 : RUN apk update && apk add make git 06:52:24 ---> Using cache 06:52:24 ---> 09aa65834e8d 06:52:24 Step 6/22 : COPY go.mod . 06:52:24 ---> Using cache 06:52:24 ---> cf4183fa9909 06:52:24 Step 7/22 : RUN go mod download 06:52:24 ---> Using cache 06:52:24 ---> e7324bac51e0 06:52:24 Step 8/22 : COPY . . 06:52:24 ---> Using cache 06:52:24 ---> 9414b076a89f 06:52:24 Step 9/22 : RUN make cmd/core-command/core-command 06:52:26 ---> Running in 46853362d0da 06:52:26 ---> Running in 2d3fdad67313 06:52:27 ---> 9414b076a89f 06:52:27 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:52:27 ---> Running in ab68854e8ab4 06:52:28 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 06:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:52:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:52:29 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 06:52:31 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:52:31 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:52:31 OK: 12623 distinct packages available 06:52:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:52:32 ---> 76c43c9cb737 06:52:32 Step 3/22 : WORKDIR /edgex-go 06:52:32 ---> Using cache 06:52:32 ---> d5d30474333f 06:52:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:32 ---> Using cache 06:52:32 ---> 327af3c0ce4a 06:52:32 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:52:32 ---> Running in 5b395fe9385f 06:52:32 OK: 217 MiB in 51 packages 06:52:35 Removing intermediate container 46853362d0da 06:52:35 ---> 069aec6850f5 06:52:35 Step 6/27 : COPY go.mod . 06:52:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:52:36 ---> 93bcb167c75b 06:52:36 Step 7/27 : RUN go mod download 06:52:36 ---> Running in 21dd3bae85ab 06:52:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:52:39 v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] 06:52:39 v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:52:39 OK: 12623 distinct packages available 06:52:40 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:52:40 ---> 76c43c9cb737 06:52:40 Step 3/20 : WORKDIR /edgex-go 06:52:40 ---> Using cache 06:52:40 ---> d5d30474333f 06:52:40 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:40 ---> Using cache 06:52:40 ---> 327af3c0ce4a 06:52:40 Step 5/20 : RUN apk update && apk add make git 06:52:40 ---> Using cache 06:52:40 ---> 09aa65834e8d 06:52:40 Step 6/20 : COPY go.mod . 06:52:40 ---> Using cache 06:52:40 ---> cf4183fa9909 06:52:40 Step 7/20 : RUN go mod download 06:52:40 ---> Using cache 06:52:40 ---> e7324bac51e0 06:52:40 Step 8/20 : COPY . . 06:52:40 ---> Using cache 06:52:40 ---> 9414b076a89f 06:52:40 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:52:40 ---> Running in 67a2b6858be3 06:52:40 OK: 217 MiB in 51 packages 06:52:41 OK: 217 MiB in 51 packages 06:52:43 Removing intermediate container 21dd3bae85ab 06:52:43 ---> 6bc5f9e2b135 06:52:43 Step 8/27 : COPY . . 06:52:43 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 06:52:43 Removing intermediate container 5b395fe9385f 06:52:43 ---> 3752a5ed2fd9 06:52:43 Step 6/22 : COPY go.mod . 06:52:45 ---> 2464a142f006 06:52:45 Step 7/22 : RUN go mod download 06:52:45 ---> Running in 208f24ee1ef4 06:52:54 Removing intermediate container 208f24ee1ef4 06:52:54 ---> 2db4ff03e0e4 06:52:54 Step 8/22 : COPY . . 06:53:16 ---> 24bb4f8749db 06:53:16 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:53:16 ---> Running in 4b4f1a1f348b 06:53:19 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 06:53:26 ---> 6c957fd514ee 06:53:26 Step 9/22 : RUN make cmd/support-logging/support-logging 06:53:26 ---> Running in 13f256e514d2 06:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:54:15 Removing intermediate container 67a2b6858be3 06:54:15 ---> 09e7d660cd28 06:54:15 06:54:15 Step 10/20 : FROM alpine 06:54:15 ---> 62ee0e9f8440 06:54:15 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:54:15 ---> Running in 30737b295892 06:54:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:15 v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:54:15 v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:54:15 OK: 12621 distinct packages available 06:54:15 (1/4) Installing ca-certificates (20191127-r4) 06:54:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:54:15 (3/4) Installing libcurl (7.69.1-r1) 06:54:15 (4/4) Installing curl (7.69.1-r1) 06:54:15 Executing busybox-1.31.1-r16.trigger 06:54:15 Executing ca-certificates-20191127-r4.trigger 06:54:15 OK: 7 MiB in 18 packages 06:54:17 Removing intermediate container 30737b295892 06:54:17 ---> 1f52132e5cec 06:54:17 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:54:17 ---> Running in 8f4a31b36c1f 06:54:18 Removing intermediate container 8f4a31b36c1f 06:54:18 ---> 712709440607 06:54:18 Step 13/20 : WORKDIR /edgex 06:54:18 ---> Running in 88a93a81a220 06:54:19 Removing intermediate container 88a93a81a220 06:54:19 ---> c016b6892490 06:54:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:54:20 ---> 8ac1c33ad566 06:54:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:54:22 ---> e9bf9a43d649 06:54:22 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:54:22 ---> Running in 7d0c998e3d61 06:54:23 Removing intermediate container 7d0c998e3d61 06:54:23 ---> 729a5a778bff 06:54:23 Step 17/20 : CMD ["--init=true"] 06:54:23 ---> Running in e4783914cf32 06:54:24 Removing intermediate container e4783914cf32 06:54:24 ---> 96545cd3ad09 06:54:24 Step 18/20 : LABEL arch=arm64 06:54:25 ---> Running in 466e9ad50f5e 06:54:26 Removing intermediate container 466e9ad50f5e 06:54:26 ---> 4b7b543bec68 06:54:26 Step 19/20 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:54:27 ---> Running in 536dc95cdd45 06:54:28 Removing intermediate container 536dc95cdd45 06:54:28 ---> 894c8d463ed2 06:54:28 Step 20/20 : LABEL version=0.0.0 06:54:28 ---> Running in d2a2aac26ce9 06:54:29 Removing intermediate container 2d3fdad67313 06:54:29 ---> a615b167422a 06:54:29 06:54:29 Step 10/22 : FROM scratch 06:54:29 ---> 06:54:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:54:29 Removing intermediate container d2a2aac26ce9 06:54:29 ---> 844b39e950e3 06:54:29 06:54:30 ---> Using cache 06:54:30 ---> 5a432d963282 06:54:30 Step 12/22 : ENV APP_PORT=48082 06:54:30 ---> Running in c237a9101de0 06:54:31 Removing intermediate container ab68854e8ab4 06:54:31 ---> 7c5805aa34a6 06:54:31 06:54:31 Step 10/21 : FROM scratch 06:54:31 ---> 06:54:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:54:31 Successfully built 844b39e950e3 06:54:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:54:31  Building docker-security-proxy-setup-go ... done  ---> Using cache 06:54:31 ---> 5a432d963282 06:54:31 Step 12/21 : ENV APP_PORT=48085 06:54:31 Removing intermediate container c237a9101de0 06:54:31 ---> 38d880a77f9b 06:54:31 Step 13/22 : EXPOSE $APP_PORT 06:54:31 ---> Running in a62b1d6be705 06:54:31 ---> Running in d7b83dd0f650 06:54:32 Removing intermediate container a62b1d6be705 06:54:32 ---> e7244bd0100d 06:54:32 Step 13/21 : EXPOSE $APP_PORT 06:54:32 Removing intermediate container d7b83dd0f650 06:54:32 ---> e7c1aba5fad2 06:54:32 Step 14/22 : WORKDIR / 06:54:32 ---> Running in fb1b17cccee6 06:54:32 ---> Running in fabfd3a0ebd4 06:54:33 Removing intermediate container fb1b17cccee6 06:54:33 ---> 2c99b1484115 06:54:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:54:33 Removing intermediate container fabfd3a0ebd4 06:54:33 ---> 43034dc6ce90 06:54:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:54:34 ---> 9b4a9ef2cebb 06:54:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:54:35 ---> 24492dc7a69d 06:54:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:54:37 ---> 95665f0ba0c7 06:54:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:54:37 ---> 8ff585d1a982 06:54:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:54:38 ---> 9e9dfebfd7b6 06:54:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:54:38 ---> dc89b5e8c660 06:54:38 Step 18/22 : ENTRYPOINT ["/core-command"] 06:54:39 ---> Running in c9862cebaba8 06:54:39 ---> Running in 177ebd71f919 06:54:40 Removing intermediate container 177ebd71f919 06:54:40 ---> 38415c58f6c9 06:54:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:40 Removing intermediate container c9862cebaba8 06:54:40 ---> 663515a715f3 06:54:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:40 ---> Running in de61d024317c 06:54:40 ---> Running in 57d3b77ad175 06:54:40 Removing intermediate container de61d024317c 06:54:40 ---> b74504b6a80d 06:54:40 Step 19/21 : LABEL arch=arm64 06:54:40 Removing intermediate container 57d3b77ad175 06:54:40 ---> f269bc1da08b 06:54:40 Step 20/22 : LABEL arch=arm64 06:54:40 ---> Running in c562d5430795 06:54:41 ---> Running in 074f50a133dd 06:54:41 Removing intermediate container c562d5430795 06:54:41 ---> 49d92dfedead 06:54:41 Step 20/21 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:54:41 ---> Running in 2d1a72293025 06:54:41 Removing intermediate container 074f50a133dd 06:54:41 ---> 436358f98ac3 06:54:41 Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:54:42 ---> Running in 4fe65025f177 06:54:42 Removing intermediate container 2d1a72293025 06:54:42 ---> 63b2e8b29b4d 06:54:42 Step 21/21 : LABEL version=0.0.0 06:54:42 ---> Running in d635b9577041 06:54:42 Removing intermediate container 4fe65025f177 06:54:42 ---> 673ef20e974e 06:54:42 Step 22/22 : LABEL version=0.0.0 06:54:43 ---> Running in 2bafd8865915 06:54:43 Removing intermediate container d635b9577041 06:54:43 ---> 3b61c1e8af06 06:54:43 06:54:44 Successfully built 3b61c1e8af06 06:54:44 Successfully tagged docker-support-scheduler-go-arm64:latest 06:54:44  Building docker-support-scheduler-go ... done Removing intermediate container 2bafd8865915 06:54:44 ---> 7493949e7f84 06:54:44 06:54:44 Successfully built 7493949e7f84 06:54:44 Successfully tagged docker-core-command-go-arm64:latest 06:54:45  Building docker-core-command-go ... done Removing intermediate container 4b4f1a1f348b 06:54:45 ---> 0427342e44d3 06:54:45 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:54:45 ---> Running in e6b3c70f63ef 06:54:47 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 06:54:51 Removing intermediate container 13f256e514d2 06:54:51 ---> 81faacfc9872 06:54:51 06:54:51 Step 10/22 : FROM scratch 06:54:51 ---> 06:54:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:54:51 ---> Using cache 06:54:51 ---> 17b31e1f941d 06:54:51 Step 12/22 : ENV APP_PORT=48061 06:54:51 ---> Running in a2d6d9a05e0f 06:54:51 Removing intermediate container e6b3c70f63ef 06:54:51 ---> cc6e870f93ce 06:54:51 06:54:51 Step 11/27 : FROM docker:latest 06:54:51 ---> 45884bde0078 06:54:51 Step 12/27 : RUN apk add --no-cache bash 06:54:51 ---> Running in a64ccfb6bbe9 06:54:51 Removing intermediate container a2d6d9a05e0f 06:54:51 ---> 49abb1090e4f 06:54:51 Step 13/22 : EXPOSE $APP_PORT 06:54:51 ---> Running in 50fd157de9f4 06:54:52 Removing intermediate container 50fd157de9f4 06:54:52 ---> 5a050893fcac 06:54:52 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:54:53 ---> 8eae98ab4653 06:54:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:53 ---> 3ad6e104ed18 06:54:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:54:54 (1/2) Installing readline (8.0.4-r0) 06:54:54 (2/2) Installing bash (5.0.17-r0) 06:54:54 Executing bash-5.0.17-r0.post-install 06:54:54 Executing busybox-1.31.1-r16.trigger 06:54:54 OK: 12 MiB in 22 packages 06:54:55 ---> 192588a3a456 06:54:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:54:55 Removing intermediate container a64ccfb6bbe9 06:54:55 ---> cf0073a05747 06:54:55 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:54:55 ---> 5274be0cfec9 06:54:55 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:54:56 ---> Running in dc5aafa9ca42 06:54:56 ---> Running in a215cfb4552f 06:54:56 Removing intermediate container a215cfb4552f 06:54:56 ---> c497b07f9c6b 06:54:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:56 ---> Running in 819aa8c9b535 06:54:57 Removing intermediate container 819aa8c9b535 06:54:57 ---> 05a591510d1d 06:54:57 Step 20/22 : LABEL arch=arm64 06:54:57 ---> Running in 908554597c40 06:54:57 Removing intermediate container 908554597c40 06:54:57 ---> 61727ee9f514 06:54:57 Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:54:58 ---> Running in c848f8ba8771 06:54:58 Removing intermediate container c848f8ba8771 06:54:58 ---> 1227f0349f9b 06:54:58 Step 22/22 : LABEL version=0.0.0 06:54:58 Removing intermediate container dc5aafa9ca42 06:54:58 ---> dcfb9fc3803f 06:54:58 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:54:58 ---> Running in d9e6914bd0c3 06:54:58 ---> Running in f6a7b0372145 06:54:59 Removing intermediate container f6a7b0372145 06:54:59 ---> f0c9f4d20032 06:54:59 Step 15/27 : ENV APP_PORT=48090 06:54:59 Removing intermediate container d9e6914bd0c3 06:54:59 ---> 8d473743dad4 06:54:59 06:54:59 ---> Running in 4049d4f41734 06:54:59 Successfully built 8d473743dad4 06:54:59 Successfully tagged docker-support-logging-go-arm64:latest 06:54:59  Building docker-support-logging-go ... done Removing intermediate container 4049d4f41734 06:54:59 ---> 42dcc5e0f158 06:54:59 Step 16/27 : EXPOSE $APP_PORT 06:55:00 ---> Running in 69c39343b639 06:55:00 Removing intermediate container 69c39343b639 06:55:00 ---> b6007ff1666b 06:55:00 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:55:01 ---> 7ad846f22ef8 06:55:01 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:55:02 ---> bce607066f9c 06:55:02 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:55:03 ---> 8bee8ede5a6e 06:55:03 Step 20/27 : RUN apk --no-cache add py3-pip 06:55:03 ---> Running in 8fa77b75e7cc 06:55:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:55:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:55:06 (1/33) Installing libbz2 (1.0.8-r1) 06:55:06 (2/33) Installing expat (2.2.9-r1) 06:55:06 (3/33) Installing libffi (3.3-r2) 06:55:06 (4/33) Installing gdbm (1.13-r1) 06:55:06 (5/33) Installing xz-libs (5.2.5-r0) 06:55:06 (6/33) Installing sqlite-libs (3.32.1-r0) 06:55:06 (7/33) Installing python3 (3.8.5-r0) 06:55:08 (8/33) Installing py3-appdirs (1.4.4-r1) 06:55:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:55:08 (10/33) Installing py3-parsing (2.4.7-r0) 06:55:08 (11/33) Installing py3-six (1.15.0-r0) 06:55:08 (12/33) Installing py3-packaging (20.4-r0) 06:55:08 (13/33) Installing py3-setuptools (47.0.0-r0) 06:55:08 (14/33) Installing py3-chardet (3.0.4-r4) 06:55:08 (15/33) Installing py3-idna (2.9-r0) 06:55:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:55:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:55:08 (18/33) Installing py3-requests (2.23.0-r0) 06:55:08 (19/33) Installing py3-msgpack (1.0.0-r0) 06:55:08 (20/33) Installing py3-lockfile (0.12.2-r3) 06:55:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:55:08 (22/33) Installing py3-colorama (0.4.3-r0) 06:55:08 (23/33) Installing py3-distlib (0.3.0-r0) 06:55:08 (24/33) Installing py3-distro (1.5.0-r1) 06:55:08 (25/33) Installing py3-webencodings (0.5.1-r3) 06:55:08 (26/33) Installing py3-html5lib (1.0.1-r4) 06:55:09 (27/33) Installing py3-pytoml (0.1.21-r0) 06:55:09 (28/33) Installing py3-pep517 (0.8.2-r0) 06:55:09 (29/33) Installing py3-progress (1.5-r0) 06:55:09 (30/33) Installing py3-toml (0.10.1-r0) 06:55:09 (31/33) Installing py3-retrying (1.3.3-r0) 06:55:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:55:09 (33/33) Installing py3-pip (20.1.1-r0) 06:55:09 Executing busybox-1.31.1-r16.trigger 06:55:09 OK: 71 MiB in 55 packages 06:55:15 Removing intermediate container 8fa77b75e7cc 06:55:15 ---> d80e5d02de49 06:55:15 Step 21/27 : RUN pip install docker-compose==1.23.2 06:55:15 ---> Running in 986f43478c8f 06:55:22 Collecting docker-compose==1.23.2 06:55:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:55:22 Collecting docopt<0.7,>=0.6.1 06:55:22 Downloading docopt-0.6.2.tar.gz (25 kB) 06:55:25 Collecting jsonschema<3,>=2.5.1 06:55:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:55:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:55:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:55:27 Collecting cached-property<2,>=1.2.0 06:55:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:55:27 Collecting websocket-client<1.0,>=0.32.0 06:55:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:55:28 Collecting docker<4.0,>=3.6.0 06:55:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:55:29 Collecting PyYAML<4,>=3.10 06:55:29 Downloading PyYAML-3.13.tar.gz (270 kB) 06:55:32 Collecting texttable<0.10,>=0.9.0 06:55:33 Downloading texttable-0.9.1.tar.gz (11 kB) 06:55:35 Collecting dockerpty<0.5,>=0.4.1 06:55:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:55:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:55:37 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) 06:55:37 Collecting urllib3<1.25,>=1.21.1 06:55:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:55:37 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) 06:55:37 Collecting idna<2.8,>=2.5 06:55:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:55:38 Collecting docker-pycreds>=0.4.0 06:55:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:55:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:55:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:55:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:55:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:55:39 Installing collected packages: docopt, jsonschema, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, texttable, dockerpty, docker-compose 06:55:39 Running setup.py install for docopt: started 06:55:42 Running setup.py install for docopt: finished with status 'done' 06:55:42 Attempting uninstall: urllib3 06:55:42 Found existing installation: urllib3 1.25.9 06:55:42 Uninstalling urllib3-1.25.9: 06:55:42 Successfully uninstalled urllib3-1.25.9 06:55:42 Attempting uninstall: idna 06:55:42 Found existing installation: idna 2.9 06:55:42 Uninstalling idna-2.9: 06:55:43 Successfully uninstalled idna-2.9 06:55:43 Attempting uninstall: requests 06:55:43 Found existing installation: requests 2.23.0 06:55:43 Uninstalling requests-2.23.0: 06:55:43 Successfully uninstalled requests-2.23.0 06:55:45 Running setup.py install for PyYAML: started 06:55:48 Running setup.py install for PyYAML: finished with status 'done' 06:55:48 Running setup.py install for texttable: started 06:55:50 Running setup.py install for texttable: finished with status 'done' 06:55:50 Running setup.py install for dockerpty: started 06:55:52 Running setup.py install for dockerpty: finished with status 'done' 06:55:53 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 06:55:57 Removing intermediate container 986f43478c8f 06:55:57 ---> c5b08ca26e63 06:55:57 Step 22/27 : RUN apk --no-cache add curl 06:55:57 ---> Running in bff45cae93c7 06:55:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:55:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:55:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:55:59 (2/3) Installing libcurl (7.69.1-r1) 06:55:59 (3/3) Installing curl (7.69.1-r1) 06:55:59 Executing busybox-1.31.1-r16.trigger 06:55:59 OK: 71 MiB in 58 packages 06:56:01 Removing intermediate container bff45cae93c7 06:56:01 ---> 4bcd56136bbc 06:56:01 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:56:01 ---> Running in c84dbfd255d5 06:56:01 Removing intermediate container c84dbfd255d5 06:56:01 ---> c1f79a0e3c22 06:56:01 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:56:01 ---> Running in 507d1726e0a0 06:56:02 Removing intermediate container 507d1726e0a0 06:56:02 ---> 64b8ba6592b2 06:56:02 Step 25/27 : LABEL arch=arm64 06:56:02 ---> Running in 906c5d56706d 06:56:03 Removing intermediate container 906c5d56706d 06:56:03 ---> dbd56df6b0db 06:56:03 Step 26/27 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 06:56:03 ---> Running in 302f42528d3a 06:56:03 Removing intermediate container 302f42528d3a 06:56:03 ---> efb34a9899bb 06:56:03 Step 27/27 : LABEL version=0.0.0 06:56:03 ---> Running in 699b6f4ecd03 06:56:04 Removing intermediate container 699b6f4ecd03 06:56:04 ---> 5351bdc4f9eb 06:56:04 06:56:04 Successfully built 5351bdc4f9eb 06:56:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:56:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:56:05 $ docker stop --time=1 c58604ca8a3cf36605f0c0e4ac3689ee103e4eba961bb5cdb105e1b84eb61c0e 06:56:07 $ docker rm -f c58604ca8a3cf36605f0c0e4ac3689ee103e4eba961bb5cdb105e1b84eb61c0e [Pipeline] // withDockerContainer [Pipeline] sh 06:56:08 + docker images 06:56:08 + grep docker 06:56:08 docker-sys-mgmt-agent-go-arm64 latest 5351bdc4f9eb 4 seconds ago 270MB 06:56:08 docker-support-logging-go-arm64 latest 8d473743dad4 About a minute ago 10.6MB 06:56:08 docker-core-command-go-arm64 latest 7493949e7f84 About a minute ago 11.4MB 06:56:08 docker-support-scheduler-go-arm64 latest 3b61c1e8af06 About a minute ago 11.5MB 06:56:08 docker-security-proxy-setup-go-arm64 latest 844b39e950e3 About a minute ago 15.1MB 06:56:08 docker-core-data-go-arm64 latest 1541f6f54c58 4 minutes ago 22.2MB 06:56:08 docker-core-metadata-go-arm64 latest dbdf23ccfa6e 4 minutes ago 13.2MB 06:56:08 docker-security-secretstore-setup-go-arm64 latest e04b7447003e 4 minutes ago 30.8MB 06:56:08 docker-support-notifications-go-arm64 latest 45078520ffcd 4 minutes ago 12.9MB 06:56:08 docker-security-secrets-setup-go-arm64 latest f0bba7fc3cc9 5 minutes ago 22.7MB 06:56:08 docker latest 45884bde0078 2 weeks 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 06:56:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:56:12 ---> package-listing.sh 06:56:12 ++ facter osfamily 06:56:12 ++ tr '[:upper:]' '[:lower:]' 06:56:12 + OS_FAMILY=redhat 06:56:12 + workspace=/w/workspace/edgex-go/15 06:56:12 + START_PACKAGES=/tmp/packages_start.txt 06:56:12 + END_PACKAGES=/tmp/packages_end.txt 06:56:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:56:12 + PACKAGES=/tmp/packages_start.txt 06:56:12 + '[' /w/workspace/edgex-go/15 ']' 06:56:12 + PACKAGES=/tmp/packages_end.txt 06:56:12 + case "${OS_FAMILY}" in 06:56:12 + rpm -qa 06:56:12 + sort 06:56:16 + '[' -f /tmp/packages_start.txt ']' 06:56:16 + '[' -f /tmp/packages_end.txt ']' 06:56:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:56:16 + '[' /w/workspace/edgex-go/15 ']' 06:56:16 + mkdir -p /w/workspace/edgex-go/15/archives/ 06:56:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:56:17 provisioning config files... 06:56:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config6558545757465793009tmp [Pipeline] { [Pipeline] echo 06:56:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:56:17 ---> create-netrc.sh [Pipeline] } 06:56:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:56:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:56:18 ---> python-tools-install.sh 06:56:18 Generating Requirements File 06:57:39 Python 3.6.8 06:57:39 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 06:57:39 appdirs==1.4.3 06:57:39 argcomplete==1.12.1 06:57:39 aspy.yaml==1.3.0 06:57:39 attrs==19.3.0 06:57:39 Babel==2.8.0 06:57:39 beautifulsoup4==4.8.2 06:57:39 boto3==1.11.6 06:57:39 botocore==1.14.6 06:57:39 bs4==0.0.1 06:57:39 cachetools==4.1.1 06:57:39 certifi==2019.11.28 06:57:39 cffi==1.14.3 06:57:39 cfgv==2.0.1 06:57:39 chardet==3.0.4 06:57:39 click==7.1 06:57:39 cliff==3.4.0 06:57:39 cmd2==1.3.11 06:57:39 colorama==0.4.3 06:57:39 cryptography==3.1.1 06:57:39 debtcollector==2.2.0 06:57:39 decorator==4.4.2 06:57:39 defusedxml==0.6.0 06:57:39 Deprecated==1.2.7 06:57:39 distlib==0.3.1 06:57:39 distro==1.2.0 06:57:39 dnspython==1.16.0 06:57:39 docker==4.2.0 06:57:39 docutils==0.15.2 06:57:39 dogpile.cache==1.0.2 06:57:39 email-validator==1.0.5 06:57:39 filelock==3.0.12 06:57:39 future==0.18.2 06:57:39 google-auth==1.22.1 06:57:39 httplib2==0.17.0 06:57:39 identify==1.4.11 06:57:39 idna==2.9 06:57:39 importlib-metadata==1.7.0 06:57:39 importlib-resources==1.5.0 06:57:39 iso8601==0.1.13 06:57:39 Jinja2==2.11.1 06:57:39 jmespath==0.10.0 06:57:39 jsonpatch==1.26 06:57:39 jsonpointer==2.0 06:57:39 jsonschema==3.2.0 06:57:39 keystoneauth1==4.2.1 06:57:39 kubernetes==11.0.0 06:57:39 lftools==0.34.2 06:57:39 lxml==4.5.0 06:57:39 MarkupSafe==0.23 06:57:39 msgpack==1.0.0 06:57:39 multi-key-dict==2.0.3 06:57:39 munch==2.5.0 06:57:39 netaddr==0.8.0 06:57:39 netifaces==0.10.9 06:57:39 niet==1.4.2 06:57:39 nodeenv==1.3.5 06:57:39 oauth2client==4.1.3 06:57:39 oauthlib==3.1.0 06:57:39 openstacksdk==0.50.0 06:57:39 os-client-config==2.1.0 06:57:39 os-service-types==1.7.0 06:57:39 osc-lib==2.2.1 06:57:39 oslo.config==8.3.2 06:57:39 oslo.context==3.1.1 06:57:39 oslo.i18n==5.0.1 06:57:39 oslo.log==4.4.0 06:57:39 oslo.serialization==4.0.1 06:57:39 oslo.utils==4.6.0 06:57:39 packaging==20.4 06:57:39 pbr==5.4.4 06:57:39 pluggy==0.13.1 06:57:39 prettytable==0.7.2 06:57:39 py==1.9.0 06:57:39 pyasn1==0.4.8 06:57:39 pyasn1-modules==0.2.8 06:57:39 pycparser==2.20 06:57:39 pygerrit2==2.0.10 06:57:39 PyGithub==1.46 06:57:39 pyinotify==0.9.6 06:57:39 PyJWT==1.7.1 06:57:39 pyparsing==2.4.7 06:57:39 pyperclip==1.8.0 06:57:39 pyroute2==0.4.13 06:57:39 pyrsistent==0.15.7 06:57:39 PySocks==1.6.8 06:57:39 python-cinderclient==7.2.0 06:57:39 python-dateutil==2.8.1 06:57:39 python-heatclient==2.2.1 06:57:39 python-jenkins==1.7.0 06:57:39 python-keystoneclient==4.1.1 06:57:39 python-magnumclient==3.2.1 06:57:39 python-novaclient==17.2.1 06:57:39 python-openstackclient==5.4.0 06:57:39 python-swiftclient==3.10.1 06:57:39 pytz==2020.1 06:57:39 PyYAML==5.3 06:57:39 requests==2.23.0 06:57:39 requests-oauthlib==1.3.0 06:57:39 requestsexceptions==1.4.0 06:57:39 rfc3986==1.4.0 06:57:39 rpm==4.11.3 06:57:39 rsa==4.0 06:57:39 ruamel.yaml==0.16.10 06:57:39 ruamel.yaml.clib==0.2.0 06:57:39 s3transfer==0.3.3 06:57:39 shade==1.27.2 06:57:39 simplejson==3.17.2 06:57:39 six==1.14.0 06:57:39 soupsieve==2.0 06:57:39 stevedore==3.2.2 06:57:39 tabulate==0.8.6 06:57:39 toml==0.10.0 06:57:39 tox==3.20.0 06:57:39 tqdm==4.43.0 06:57:39 urllib3==1.25.8 06:57:39 virtualenv==20.0.33 06:57:39 wcwidth==0.2.5 06:57:39 websocket-client==0.57.0 06:57:39 wrapt==1.12.1 06:57:39 xdg==3.0.2 06:57:39 xmltodict==0.12.0 06:57:39 yq==2.11.1 06:57:39 zipp==3.3.0 06:57:39 Cache entry deserialization failed, entry ignored 06:57:39 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 06:57:39 Python 2.7.5 06:57:39 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 06:57:39 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 06:57:39 ansible==2.9.7 06:57:39 Babel==0.9.6 06:57:39 backports.ssl-match-hostname==3.5.0.1 06:57:39 beautifulsoup4==4.4.1 06:57:39 bodhi==2.11.0 06:57:39 bodhi-client==2.11.0 06:57:39 CCColUtils==1.4 06:57:39 cffi==1.6.0 06:57:39 chardet==2.2.1 06:57:39 click==6.7 06:57:39 cloud-init==18.5 06:57:39 configobj==4.7.2 06:57:39 cryptography==1.7.2 06:57:39 decorator==3.4.0 06:57:39 distro==1.2.0 06:57:39 enum34==1.0.4 06:57:39 fedpkg==1.38 06:57:39 futures==3.1.1 06:57:39 gitdb==0.6.4 06:57:39 GitPython==1.0.1 06:57:39 html5lib==0.999 06:57:39 httplib2==0.9.2 06:57:39 idna==2.4 06:57:39 iniparse==0.4 06:57:39 ipaddress==1.0.16 06:57:39 IPy==0.75 06:57:39 javapackages==1.0.0 06:57:39 Jinja2==2.7.2 06:57:39 jmespath==0.9.4 06:57:39 jsonpatch==1.2 06:57:39 jsonpointer==1.9 06:57:39 kerberos==1.1 06:57:39 kitchen==1.1.1 06:57:39 langtable==0.0.31 06:57:39 lockfile==0.9.1 06:57:39 lxml==3.2.1 06:57:39 MarkupSafe==0.11 06:57:39 munch==2.0.2 06:57:39 offtrac==0.1.0 06:57:39 openidc-client==0.6.0 06:57:39 packagedb-cli==2.14.1 06:57:39 paramiko==2.1.1 06:57:39 perf==0.1 06:57:39 ply==3.4 06:57:39 policycoreutils-default-encoding==0.1 06:57:39 prettytable==0.7.2 06:57:39 pyasn1==0.1.9 06:57:39 pycparser==2.14 06:57:39 pycurl==7.19.0 06:57:39 pygobject==3.22.0 06:57:39 pygpgme==0.3 06:57:39 pyliblzma==0.5.3 06:57:39 pyOpenSSL==0.13.1 06:57:39 pyparsing==1.5.6 06:57:39 pyserial==2.6 06:57:39 python-augeas==0.5.0 06:57:39 python-bugzilla==2.3.0 06:57:39 python-dateutil==1.5 06:57:39 python-fedora==0.10.0 06:57:39 python-linux-procfs==0.4.9 06:57:39 python-yubico==1.2.3 06:57:39 pyudev==0.15 06:57:39 pyusb==1.0.0b1 06:57:39 pyxattr==0.5.1 06:57:39 PyYAML==3.10 06:57:39 requests==2.6.0 06:57:39 requests-kerberos==0.7.0 06:57:39 rpkg==1.60 06:57:39 schedutils==0.4 06:57:39 seobject==0.1 06:57:39 sepolicy==1.1 06:57:39 six==1.9.0 06:57:39 smmap==0.9.0 06:57:39 urlgrabber==3.10 06:57:39 urllib3==1.10.2 06:57:39 virtualenv==15.1.0 06:57:39 yum-langpacks==0.4.2 06:57:39 yum-metadata-parser==1.1.4 [Pipeline] echo 06:57:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:57:40 ---> sudo-logs.sh 06:57:40 Archiving 'sudo' log.. [Pipeline] echo 06:57:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:57:41 ---> job-cost.sh 06:57:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4RWA 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:51 Cache entry deserialization failed, entry ignored 06:57:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:58:30 lf-activate-venv(): INFO: Adding /tmp/venv-4RWA/bin to PATH 06:58:30 INFO: No Stack... 06:58:30 INFO: Retrieving Pricing Info for: v1-standard-2 06:58:30 INFO: Archiving Costs [Pipeline] echo 06:58:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:58:31 ---> logs-deploy.sh 06:58:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2732/15 06:58:31 INFO: archiving workspace using pattern(s): 06:58:33 Archives upload complete. 06:58:33 INFO: archiving logs to Nexus