Pull request #2785 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0d76360efdc46cb76f59e8e0979500606efc519+4e5e0ef0d9fa5106502bfdf000d2c5c90d1b82c2 (bdd1d1fde12e3aeb198b17f052a8e7b484e84872) 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-5224 in /w/workspace/edgexfoundry_edgex-go_PR-2785 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4e5e0ef0d9fa5106502bfdf000d2c5c90d1b82c2 into PR head commit f0d76360efdc46cb76f59e8e0979500606efc519 Merge succeeded, producing f0d76360efdc46cb76f59e8e0979500606efc519 Checking out Revision f0d76360efdc46cb76f59e8e0979500606efc519 (PR-2785) > 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/2785/head:refs/remotes/origin/PR-2785 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f0d76360efdc46cb76f59e8e0979500606efc519 # 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 4e5e0ef0d9fa5106502bfdf000d2c5c90d1b82c2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f0d76360efdc46cb76f59e8e0979500606efc519 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging-0.1.26" > git rev-list --no-walk 196787d3b4d90de37c84afeed1ed00e4bc52de6a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:02:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:02:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:02:11 ========================================================= 23:02:11 EdgeX Global Pipelines Version Info 23:02:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:02:13 ------------------- 23:02:13 stable info: 23:02:13 ------------------- 23:02:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:13 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 23:02:13 Message: update stable to v1.0.131 23:02:14 ------------------- 23:02:14 experimental info: 23:02:14 ------------------- 23:02:14 Commited By: **** collab-it+edgex@linuxfoundation.org 23:02:14 Commit SHA: b844794b54203d30620054d0bad5c5cf07520b7d 23:02:14 Message: update experimental to v1.0.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:02:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:02:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:02:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:02:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:02:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:02:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:02:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:02:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2785 [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2785 [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2785 [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0d76360efdc46cb76f59e8e0979500606efc519 [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0d7636 [Pipeline] echo 23:02:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 23:02:17 ++ 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 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/core-command/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo core-command,cmd/core-command/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/core-data/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo core-data,cmd/core-data/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/core-metadata/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo core-metadata,cmd/core-metadata/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/security-proxy-setup/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/security-secrets-setup/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/support-logging/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo support-logging,cmd/support-logging/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/support-notifications/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo support-notifications,cmd/support-notifications/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/support-scheduler/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:02:17 + for file in '`ls cmd/**/Dockerfile`' 23:02:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:02:17 ++ cut -d/ -f2 23:02:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:02:17 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 23:02:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:18 23:02:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:02:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:18 latest: Pulling from edgex-devops/git-semver 23:02:18 31603596830f: Pulling fs layer 23:02:18 2a8b12db71e7: Pulling fs layer 23:02:18 6ca5941a6612: Pulling fs layer 23:02:18 ecc8261a40a4: Pulling fs layer 23:02:18 ecc8261a40a4: Waiting 23:02:18 2a8b12db71e7: Verifying Checksum 23:02:18 2a8b12db71e7: Download complete 23:02:18 31603596830f: Verifying Checksum 23:02:18 31603596830f: Download complete 23:02:19 ecc8261a40a4: Verifying Checksum 23:02:19 ecc8261a40a4: Download complete 23:02:19 6ca5941a6612: Verifying Checksum 23:02:19 6ca5941a6612: Download complete 23:02:19 31603596830f: Pull complete 23:02:19 2a8b12db71e7: Pull complete 23:02:20 6ca5941a6612: Pull complete 23:02:20 ecc8261a40a4: Pull complete 23:02:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:02:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:02:20 prd-centos7-docker-4c-2g-5224 does not seem to be running inside a container 23:02:20 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:22 $ docker top b43b6f08afa69fccbad3d7c9f83b13b50df0da5c4b56c802a74ac590384b25cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:23 [ssh-agent] Looking for ssh-agent implementation... 23:02:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:23 $ docker exec b43b6f08afa69fccbad3d7c9f83b13b50df0da5c4b56c802a74ac590384b25cd ssh-agent 23:02:23 SSH_AUTH_SOCK=/tmp/ssh-cOtKYQAYlBWX/agent.11 23:02:23 SSH_AGENT_PID=16 23:02:23 Running ssh-add (command line suppressed) 23:02:23 Identity added: /w/workspace/edgex-go/10@tmp/private_key_1849684021359795261.key (/w/workspace/edgex-go/10@tmp/private_key_1849684021359795261.key) 23:02:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:23 + git describe --exact-match --tags HEAD 23:02:23 fatal: no tag exactly matches 'f0d76360efdc46cb76f59e8e0979500606efc519' [Pipeline] } 23:02:24 $ docker exec --env ******** --env ******** b43b6f08afa69fccbad3d7c9f83b13b50df0da5c4b56c802a74ac590384b25cd ssh-agent -k 23:02:24 unset SSH_AUTH_SOCK; 23:02:24 unset SSH_AGENT_PID; 23:02:24 echo Agent pid 16 killed; 23:02:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:02:24 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:02:24 This usually means this commit has not been tagged. [Pipeline] sshagent 23:02:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:24 [ssh-agent] Looking for ssh-agent implementation... 23:02:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:24 $ docker exec b43b6f08afa69fccbad3d7c9f83b13b50df0da5c4b56c802a74ac590384b25cd ssh-agent 23:02:24 SSH_AUTH_SOCK=/tmp/ssh-fn35PFzsPuo8/agent.44 23:02:24 SSH_AGENT_PID=49 23:02:24 Running ssh-add (command line suppressed) 23:02:24 Identity added: /w/workspace/edgex-go/10@tmp/private_key_2775894263659761291.key (/w/workspace/edgex-go/10@tmp/private_key_2775894263659761291.key) 23:02:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:25 + git semver init 23:02:25 # -> Open(): unable to determine branch for HEAD 23:02:25 # $GIT_DIR = /w/workspace/edgex-go/10/.git 23:02:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 23:02:25 # $SEMVER_REMOTE_NAME = origin 23:02:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:25 # $SEMVER_USER_NAME = edgex-jenkins 23:02:25 # $SEMVER_BRANCH = PR-2785 23:02:25 # $SEMVER_TEMP = /tmp/semver-963374430 23:02:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:02:43 # '/tmp/semver-963374430' -> '/w/workspace/edgex-go/10/.semver' 23:02:43 # -> Force: false 23:02:43 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 23:02:43 $ docker exec --env ******** --env ******** b43b6f08afa69fccbad3d7c9f83b13b50df0da5c4b56c802a74ac590384b25cd ssh-agent -k 23:02:43 unset SSH_AUTH_SOCK; 23:02:43 unset SSH_AGENT_PID; 23:02:43 echo Agent pid 49 killed; 23:02:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:44 + git semver [Pipeline] } 23:02:44 $ docker stop --time=1 b43b6f08afa69fccbad3d7c9f83b13b50df0da5c4b56c802a74ac590384b25cd 23:02:45 $ docker rm -f b43b6f08afa69fccbad3d7c9f83b13b50df0da5c4b56c802a74ac590384b25cd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:02:58 Stashed 93 file(s) [Pipeline] echo 23:02:58 [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 23:02:59 ========================================================= 23:02:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:02:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:59 + 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 . 23:03:03 Sending build context to Docker daemon 325.1MB 23:03:03 Step 1/7 : ARG BASE=golang:1.15-alpine 23:03:03 Step 2/7 : FROM ${BASE} 23:03:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:03:03 df20fa9351a1: Pulling fs layer 23:03:03 ed8968b2872e: Pulling fs layer 23:03:03 a92cc7c5fd73: Pulling fs layer 23:03:03 e871e8e8d7a9: Pulling fs layer 23:03:03 e73272ec9a57: Pulling fs layer 23:03:03 1e910a182e73: Pulling fs layer 23:03:03 4e634b169226: Pulling fs layer 23:03:03 1e910a182e73: Waiting 23:03:03 4e634b169226: Waiting 23:03:03 e871e8e8d7a9: Waiting 23:03:03 ed8968b2872e: Verifying Checksum 23:03:03 ed8968b2872e: Download complete 23:03:03 df20fa9351a1: Download complete 23:03:04 e73272ec9a57: Download complete 23:03:04 a92cc7c5fd73: Download complete 23:03:04 df20fa9351a1: Pull complete 23:03:04 1e910a182e73: Verifying Checksum 23:03:04 1e910a182e73: Download complete 23:03:04 ed8968b2872e: Pull complete 23:03:04 a92cc7c5fd73: Pull complete 23:03:05 4e634b169226: Verifying Checksum 23:03:05 4e634b169226: Download complete 23:03:06 e871e8e8d7a9: Verifying Checksum 23:03:06 e871e8e8d7a9: Download complete 23:03:11 e871e8e8d7a9: Pull complete 23:03:11 e73272ec9a57: Pull complete 23:03:11 1e910a182e73: Pull complete 23:03:14 Still waiting to schedule task 23:03:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:03:15 4e634b169226: Pull complete 23:03:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:03:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:03:15 ---> f7629b54cfaa 23:03:15 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 23:03:15 ---> Running in e1b22f1d2b8e 23:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:18 (1/12) Installing libmagic (5.38-r0) 23:03:18 (2/12) Installing file (5.38-r0) 23:03:18 (3/12) Installing libc-dev (0.7.2-r3) 23:03:19 (4/12) Installing g++ (9.3.0-r2) 23:03:31 (5/12) Installing fortify-headers (1.1-r0) 23:03:31 (6/12) Installing patch (2.7.6-r6) 23:03:31 (7/12) Installing build-base (0.5-r2) 23:03:31 (8/12) Installing libsodium (1.0.18-r0) 23:03:31 (9/12) Installing pkgconf (1.7.2-r0) 23:03:31 (10/12) Installing libsodium-dev (1.0.18-r0) 23:03:31 (11/12) Installing libzmq (4.3.3-r0) 23:03:31 (12/12) Installing zeromq-dev (4.3.3-r0) 23:03:31 Executing busybox-1.31.1-r16.trigger 23:03:31 OK: 233 MiB in 51 packages 23:03:35 Removing intermediate container e1b22f1d2b8e 23:03:35 ---> 1edd0223f6f1 23:03:35 Step 4/7 : WORKDIR /edgex-go 23:03:35 ---> Running in 2a94b5f6dd3d 23:03:35 Removing intermediate container 2a94b5f6dd3d 23:03:35 ---> 9aaef1f1b02f 23:03:35 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:03:35 latest: Pulling from library/docker 23:03:35 df20fa9351a1: Already exists 23:03:35 25ad7478873d: Pulling fs layer 23:03:35 4684f6177b5d: Pulling fs layer 23:03:35 8ba584e970af: Pulling fs layer 23:03:35 3cdc74d2b06d: Pulling fs layer 23:03:35 4cf5a0d07c1f: Pulling fs layer 23:03:35 fca0ccc462d5: Pulling fs layer 23:03:35 3cdc74d2b06d: Waiting 23:03:35 4cf5a0d07c1f: Waiting 23:03:35 fca0ccc462d5: Waiting 23:03:35 25ad7478873d: Verifying Checksum 23:03:35 25ad7478873d: Download complete 23:03:35 3cdc74d2b06d: Verifying Checksum 23:03:35 3cdc74d2b06d: Download complete 23:03:35 25ad7478873d: Pull complete 23:03:36 4684f6177b5d: Verifying Checksum 23:03:36 4684f6177b5d: Download complete 23:03:36 4cf5a0d07c1f: Verifying Checksum 23:03:36 4cf5a0d07c1f: Download complete 23:03:36 4684f6177b5d: Pull complete 23:03:36 fca0ccc462d5: Download complete 23:03:37 8ba584e970af: Verifying Checksum 23:03:37 8ba584e970af: Download complete 23:03:39 8ba584e970af: Pull complete 23:03:39 3cdc74d2b06d: Pull complete 23:03:39 4cf5a0d07c1f: Pull complete 23:03:40 fca0ccc462d5: Pull complete 23:03:40 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 23:03:40 Status: Downloaded newer image for docker:latest 23:03:41 ---> f3dc14647e50 23:03:41 Step 6/7 : COPY go.mod . 23:03:41 ---> eafaa98b41f3 23:03:41 Step 7/7 : RUN go mod download 23:03:41 ---> Running in 8a463ba43e00 23:04:03 Removing intermediate container 8a463ba43e00 23:04:03 ---> 887a1440736e 23:04:03 Successfully built 887a1440736e 23:04:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:04:04 + docker inspect -f . ci-base-image-x86_64 23:04:04 . [Pipeline] withDockerContainer 23:04:04 prd-centos7-docker-4c-2g-5224 does not seem to be running inside a container 23:04:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 23:04:04 $ docker top 4933d64052dbd90f0df4d3bc9931aae21e97e6211f2a5ed1cdb4701533adc08d -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:05 + go version 23:04:05 go version go1.15.2 linux/amd64 [Pipeline] } 23:04:05 $ docker stop --time=1 4933d64052dbd90f0df4d3bc9931aae21e97e6211f2a5ed1cdb4701533adc08d 23:04:06 $ docker rm -f 4933d64052dbd90f0df4d3bc9931aae21e97e6211f2a5ed1cdb4701533adc08d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:04:07 + docker inspect -f . ci-base-image-x86_64 23:04:07 . [Pipeline] withDockerContainer 23:04:07 prd-centos7-docker-4c-2g-5224 does not seem to be running inside a container 23:04:07 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 23:04:08 $ docker top a30e0bbdcfe91216bc0ff59da7a3496b238f5ebacc085ab5760696751aea0652 -eo pid,comm [Pipeline] { [Pipeline] echo 23:04:08 ========================================================= 23:04:08 [edgeXBuildGoParallel] Running Tests and Build... 23:04:08 ========================================================= [Pipeline] sh 23:04:09 + make test 23:04:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:04:11 ? github.com/edgexfoundry/edgex-go [no test files] 23:04:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:04:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:04:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:04:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:04:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:04:27 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 23:04:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 23:04:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:04:27 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 23:04:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:04:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:04:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:04:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:04:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:04:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.025s coverage: 46.6% of statements 23:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.120s coverage: 27.1% of statements 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.014s coverage: 83.6% of statements 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.075s coverage: 88.9% of statements 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:04:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.067s coverage: 28.6% of statements 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:04:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.024s coverage: 100.0% of statements 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:04:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:04:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 86.7% of statements 23:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.035s coverage: 97.5% of statements 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.033s coverage: 98.6% of statements 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:04:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.013s coverage: 58.8% of statements 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:04:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.005s coverage: 0.0% of statements [no tests to run] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.060s coverage: 63.5% of statements 23:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 23:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.012s coverage: 91.3% of statements 23:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.004s coverage: 100.0% of statements 23:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 23:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.012s coverage: 100.0% of statements 23:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.104s coverage: 55.9% of statements 23:04:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:04:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:04:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 23:04:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.148s coverage: 86.3% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.306s coverage: 72.2% of statements 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.099s coverage: 72.1% of statements 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.030s coverage: 96.8% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.019s coverage: 36.5% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.065s coverage: 84.1% of statements 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.016s coverage: 100.0% of statements 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.021s coverage: 83.8% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 46.0% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:04:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.012s coverage: 100.0% of statements 23:04:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.005s coverage: 0.0% of statements 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.025s coverage: 87.9% of statements 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.011s coverage: 100.0% of statements 23:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 23:04:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.005s coverage: 100.0% of statements 23:04:46 GO111MODULE=on go vet ./... 23:04:52 gofmt -l . 23:04:52 [ "`gofmt -l .`" = "" ] 23:04:53 ./bin/test-go-mod-tidy.sh 23:04:54 ./bin/test-attribution-txt.sh [Pipeline] sh 23:04:55 + ls -al . 23:04:55 total 596 23:04:55 drwxrwxr-x 10 1001 1001 4096 Oct 13 23:04 . 23:04:55 drwxr-xr-x 4 root root 30 Oct 13 23:04 .. 23:04:55 -rw-rw-r-- 1 1001 1001 11 Oct 13 23:02 .dockerignore 23:04:55 drwxrwxr-x 8 1001 1001 179 Oct 13 23:02 .git 23:04:55 drwxrwxr-x 3 1001 1001 125 Oct 13 23:02 .github 23:04:55 -rw-rw-r-- 1 1001 1001 932 Oct 13 23:02 .gitignore 23:04:55 drwx------ 3 1001 1001 47 Oct 13 23:02 .semver 23:04:55 -rw-rw-r-- 1 1001 1001 166 Oct 13 23:02 .sonarcloud.properties 23:04:55 -rw-rw-r-- 1 1001 1001 3804 Oct 13 23:02 CONTRIBUTING.md 23:04:55 -rw-rw-r-- 1 1001 1001 1035 Oct 13 23:02 Dockerfile.build 23:04:55 -rw-rw-r-- 1 1001 1001 863 Oct 13 23:02 Jenkinsfile 23:04:55 -rw-rw-r-- 1 1001 1001 10775 Oct 13 23:02 LICENSE 23:04:55 -rw-rw-r-- 1 1001 1001 6237 Oct 13 23:02 Makefile 23:04:55 -rw-rw-r-- 1 1001 1001 6447 Oct 13 23:02 README.md 23:04:55 -rw-rw-r-- 1 1001 1001 259 Oct 13 23:02 SECURITY.md 23:04:55 -rw-rw-r-- 1 1001 1001 5 Oct 13 23:02 VERSION 23:04:55 -rw-rw-r-- 1 1001 1001 4131 Oct 13 23:02 ZMQWindows.md 23:04:55 drwxrwxr-x 2 1001 1001 117 Oct 13 23:02 bin 23:04:55 drwxrwxr-x 15 1001 1001 4096 Oct 13 23:02 cmd 23:04:55 -rw-r--r-- 1 root root 501857 Oct 13 23:04 coverage.out 23:04:55 -rw-r--r-- 1 root root 1040 Oct 13 23:04 go.mod 23:04:55 -rw-r--r-- 1 root root 18983 Oct 13 23:04 go.sum 23:04:55 drwxrwxr-x 8 1001 1001 127 Oct 13 23:02 internal 23:04:55 drwxrwxr-x 4 1001 1001 26 Oct 13 23:02 openapi 23:04:55 drwxrwxr-x 4 1001 1001 71 Oct 13 23:02 snap 23:04:55 -rw-rw-r-- 1 1001 1001 168 Oct 13 23:02 version.go [Pipeline] sh 23:04:56 + '[' -e coverage.out ] 23:04:56 + chown 1001:1001 coverage.out [Pipeline] stash 23:04:56 Stashed 1 file(s) [Pipeline] sh 23:04:56 + make build 23:04:56 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 23:05:04 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 23:05:08 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 23:05:09 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 23:05:10 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 23:05:11 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 23:05:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:05:13 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 23:05:14 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 23:05:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:05:16 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 23:05:17 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 23:05:18 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] } 23:05:19 $ docker stop --time=1 a30e0bbdcfe91216bc0ff59da7a3496b238f5ebacc085ab5760696751aea0652 23:05:20 $ docker rm -f a30e0bbdcfe91216bc0ff59da7a3496b238f5ebacc085ab5760696751aea0652 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:22 23:05:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:05:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:22 latest: Pulling from edgex-devops/edgex-compose 23:05:22 cbdbe7a5bc2a: Pulling fs layer 23:05:22 ca9280d653b3: Pulling fs layer 23:05:22 7e9c9ca2126c: Pulling fs layer 23:05:23 cbdbe7a5bc2a: Verifying Checksum 23:05:23 cbdbe7a5bc2a: Download complete 23:05:23 cbdbe7a5bc2a: Pull complete 23:05:23 ca9280d653b3: Verifying Checksum 23:05:23 ca9280d653b3: Download complete 23:05:24 7e9c9ca2126c: Verifying Checksum 23:05:24 7e9c9ca2126c: Download complete 23:05:24 ca9280d653b3: Pull complete 23:05:30 7e9c9ca2126c: Pull complete 23:05:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:05:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:05:30 prd-centos7-docker-4c-2g-5224 does not seem to be running inside a container 23:05:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:05:33 $ docker top ffafbfa4aa85959d0d3bb80ede696ace357f79cc10ae09df90880e4f49ae0b1f -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:33 + docker-compose build --help 23:05:33 + grep parallel 23:05:34 --parallel Build images in parallel. [Pipeline] } 23:05:34 $ docker stop --time=1 ffafbfa4aa85959d0d3bb80ede696ace357f79cc10ae09df90880e4f49ae0b1f 23:05:36 $ docker rm -f ffafbfa4aa85959d0d3bb80ede696ace357f79cc10ae09df90880e4f49ae0b1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:36 . [Pipeline] withDockerContainer 23:05:36 prd-centos7-docker-4c-2g-5224 does not seem to be running inside a container 23:05:37 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:05:37 $ docker top 07f4230d95a890859535c93c7db20a2eb7357a5e63288cb3508a9ed767eef1b3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:38 + docker-compose -f ./docker-compose-build.yml build --parallel 23:05:39 Building docker-core-command-go ... 23:05:39 Building docker-core-data-go ... 23:05:39 Building docker-core-metadata-go ... 23:05:39 Building docker-security-proxy-setup-go ... 23:05:39 Building docker-security-secrets-setup-go ... 23:05:39 Building docker-security-secretstore-setup-go ... 23:05:39 Building docker-support-logging-go ... 23:05:39 Building docker-support-notifications-go ... 23:05:39 Building docker-support-scheduler-go ... 23:05:39 Building docker-sys-mgmt-agent-go ... 23:05:39 Building docker-security-proxy-setup-go 23:05:39 Building docker-core-metadata-go 23:05:39 Building docker-security-secrets-setup-go 23:05:39 Building docker-support-notifications-go 23:05:39 Building docker-core-data-go 23:06:05 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:05 Step 2/20 : FROM ${BUILDER_BASE} AS builder 23:06:05 ---> 887a1440736e 23:06:05 Step 3/20 : WORKDIR /edgex-go 23:06:05 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:05 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 23:06:05 ---> 887a1440736e 23:06:05 Step 3/29 : WORKDIR /edgex-go 23:06:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:06:05 ---> 887a1440736e 23:06:05 Step 3/24 : WORKDIR /edgex-go 23:06:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:06:05 ---> 887a1440736e 23:06:05 Step 3/23 : WORKDIR /edgex-go 23:06:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:06:05 ---> 887a1440736e 23:06:05 Step 3/22 : WORKDIR /edgex-go 23:06:05 ---> Running in 291bf87d53f4 23:06:05 ---> Running in 4083406a5e0d 23:06:05 ---> Running in 9e03d139b7a6 23:06:05 ---> Running in 5e6610e83f10 23:06:05 ---> Running in 27e677f70ddc 23:06:05 Removing intermediate container 291bf87d53f4 23:06:05 ---> 8df3e1bc26d6 23:06:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:05 Removing intermediate container 27e677f70ddc 23:06:05 ---> f184034c8d04 23:06:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:05 Removing intermediate container 4083406a5e0d 23:06:05 ---> 4a8fca35266b 23:06:05 Step 4/29 : RUN apk update && apk add make git 23:06:05 Removing intermediate container 9e03d139b7a6 23:06:05 ---> 78e62692a01f 23:06:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:05 Removing intermediate container 5e6610e83f10 23:06:05 ---> f5d22d38b331 23:06:05 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:05 ---> Running in a9f204a0ac17 23:06:05 ---> Running in eca475cc1fd9 23:06:05 ---> Running in 1d62559daf29 23:06:05 ---> Running in fef1f9efc4d2 23:06:05 ---> Running in 4629cd201a6c 23:06:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:06 Removing intermediate container a9f204a0ac17 23:06:06 ---> 6b4e21f9aae5 23:06:06 Step 5/22 : RUN apk update && apk add make git 23:06:06 Removing intermediate container eca475cc1fd9 23:06:06 ---> 6072cb3969e0 23:06:06 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:06:06 ---> Running in 4b255e9ed94f 23:06:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:06 ---> Running in 181fbdbad9ee 23:06:06 Removing intermediate container 4629cd201a6c 23:06:06 ---> 28717bbf6d79 23:06:06 Step 5/20 : RUN apk update && apk add make git 23:06:06 ---> Running in 388ced8fd6ae 23:06:06 Removing intermediate container fef1f9efc4d2 23:06:06 ---> 8d8afc3282e2 23:06:06 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:06:07 ---> Running in a99642608e03 23:06:07 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:07 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:07 OK: 12752 distinct packages available 23:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:07 OK: 233 MiB in 51 packages 23:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:07 Removing intermediate container 1d62559daf29 23:06:07 ---> b676b2ed4041 23:06:07 Step 5/29 : COPY go.mod . 23:06:08 ---> 39a2450fef57 23:06:08 Step 6/29 : RUN go mod download 23:06:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:08 ---> Running in 11bff2e1f899 23:06:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:09 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:09 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:09 OK: 12752 distinct packages available 23:06:09 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:09 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:09 OK: 12752 distinct packages available 23:06:09 OK: 233 MiB in 51 packages 23:06:09 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:09 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:09 OK: 12752 distinct packages available 23:06:09 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:09 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:09 OK: 12752 distinct packages available 23:06:09 OK: 233 MiB in 51 packages 23:06:09 OK: 233 MiB in 51 packages 23:06:09 OK: 233 MiB in 51 packages 23:06:09 Removing intermediate container 4b255e9ed94f 23:06:09 ---> fd813c8f51d7 23:06:09 Step 6/22 : COPY go.mod . 23:06:10 ---> 784858af2e8d 23:06:10 Step 7/22 : RUN go mod download 23:06:10 Removing intermediate container 388ced8fd6ae 23:06:10 ---> 3a0f16de7ed8 23:06:10 Step 6/20 : COPY go.mod . 23:06:10 Removing intermediate container 11bff2e1f899 23:06:10 ---> ebfc8725ff46 23:06:10 Step 7/29 : COPY . . 23:06:10 ---> Running in 76bac7ed78cf 23:06:10 Removing intermediate container a99642608e03 23:06:10 ---> 765ad59367b9 23:06:10 Step 6/24 : COPY go.mod . 23:06:11 Removing intermediate container 181fbdbad9ee 23:06:11 ---> e9bd87e2c101 23:06:11 Step 6/23 : COPY go.mod . 23:06:12 ---> e9b91b1b3a15 23:06:12 Step 7/20 : RUN go mod download 23:06:12 ---> f411c46510be 23:06:12 Step 7/24 : RUN go mod download 23:06:13 ---> d09068d182d3 23:06:13 Step 7/23 : RUN go mod download 23:06:13 ---> Running in a609a43a4ec6 23:06:13 ---> Running in d1fc513da97f 23:06:13 ---> Running in cf8045dc4fae 23:06:18 Removing intermediate container 76bac7ed78cf 23:06:18 ---> 46de84da02b4 23:06:18 Step 8/22 : COPY . . 23:06:18 Removing intermediate container a609a43a4ec6 23:06:18 ---> ffe73de3e61d 23:06:18 Step 8/24 : COPY . . 23:06:31 Removing intermediate container d1fc513da97f 23:06:31 ---> 6f23c031bb14 23:06:31 Step 8/20 : COPY . . 23:06:31 Removing intermediate container cf8045dc4fae 23:06:31 ---> a2fb6fcfac26 23:06:31 Step 8/23 : COPY . . 23:06:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5227 in /w/workspace/edgexfoundry_edgex-go_PR-2785 [Pipeline] { [Pipeline] ws 23:06:40 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 23:06:43 ---> af7481385ee6 23:06:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 23:06:45 using credential edgex-jenkins-ssh 23:06:45 Cloning the remote Git repository 23:06:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:06:46 > git init /w/workspace/edgex-go/10 # timeout=10 23:06:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:06:46 > git --version # timeout=10 23:06:46 > git --version # 'git version 2.17.1' 23:06:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:48 ---> Running in 0279a99ef6a2 23:06:54 ---> 2e1ddcfcbfcd 23:06:54 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:06:54 ---> dc9d53de0a2f 23:06:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:06:54 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 23:06:57 ---> Running in 4a59d21585e5 23:06:57 ---> Running in c843d5afbf01 23:06:58 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 23:06:58 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 23:06:59 ---> fcf352b05a52 23:06:59 Step 9/23 : RUN make cmd/core-data/core-data 23:06:59 ---> a0bb11776d5b 23:06:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 23:06:59 ---> Running in 9078c06aa218 23:06:59 ---> Running in a525b6c8d89b 23:07:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:07:01 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 23:07:03 Merging remotes/origin/master commit 4e5e0ef0d9fa5106502bfdf000d2c5c90d1b82c2 into PR head commit f0d76360efdc46cb76f59e8e0979500606efc519 23:07:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:07:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:07:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:07:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2785/head:refs/remotes/origin/PR-2785 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:07:03 > git config core.sparsecheckout # timeout=10 23:07:03 > git checkout -f f0d76360efdc46cb76f59e8e0979500606efc519 # timeout=10 23:07:03 Merge succeeded, producing f0d76360efdc46cb76f59e8e0979500606efc519 23:07:03 Checking out Revision f0d76360efdc46cb76f59e8e0979500606efc519 (PR-2785) 23:07:03 > git remote # timeout=10 23:07:03 > git config --get remote.origin.url # timeout=10 23:07:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:03 > git merge 4e5e0ef0d9fa5106502bfdf000d2c5c90d1b82c2 # timeout=10 23:07:03 > git rev-parse HEAD^{commit} # timeout=10 23:07:03 > git config core.sparsecheckout # timeout=10 23:07:03 > git checkout -f f0d76360efdc46cb76f59e8e0979500606efc519 # timeout=10 23:07:08 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging-0.1.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:07:21 ========================================================= 23:07:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:07:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:07:21 + 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 . 23:07:23 Removing intermediate container 0279a99ef6a2 23:07:23 ---> e0566a9e777b 23:07:23 23:07:23 Step 9/29 : FROM alpine:latest 23:07:23 latest: Pulling from library/alpine 23:07:23 Building docker-security-secretstore-setup-go 23:07:26 Sending build context to Docker daemon 325.1MB 23:07:26 Step 1/7 : ARG BASE=golang:1.15-alpine 23:07:26 Step 2/7 : FROM ${BASE} 23:07:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:07:26 b538f80385f9: Pulling fs layer 23:07:26 74f711af9a0d: Pulling fs layer 23:07:26 99f96fe45779: Pulling fs layer 23:07:26 8529a6b9a6be: Pulling fs layer 23:07:26 45590311c82a: Pulling fs layer 23:07:26 69ca0ff8b7b3: Pulling fs layer 23:07:26 209524e5b208: Pulling fs layer 23:07:26 8529a6b9a6be: Waiting 23:07:26 45590311c82a: Waiting 23:07:26 69ca0ff8b7b3: Waiting 23:07:26 209524e5b208: Waiting 23:07:26 99f96fe45779: Verifying Checksum 23:07:26 99f96fe45779: Download complete 23:07:26 74f711af9a0d: Download complete 23:07:26 69ca0ff8b7b3: Verifying Checksum 23:07:26 69ca0ff8b7b3: Download complete 23:07:26 b538f80385f9: Verifying Checksum 23:07:26 b538f80385f9: Download complete 23:07:27 b538f80385f9: Pull complete 23:07:27 74f711af9a0d: Pull complete 23:07:28 99f96fe45779: Pull complete 23:07:29 209524e5b208: Verifying Checksum 23:07:29 209524e5b208: Download complete 23:07:30 8529a6b9a6be: Verifying Checksum 23:07:30 8529a6b9a6be: Download complete 23:07:38 Removing intermediate container a525b6c8d89b 23:07:38 ---> aefed9054bbe 23:07:38 23:07:38 Step 10/20 : FROM alpine 23:07:39 latest: Pulling from library/alpine 23:07:40 8529a6b9a6be: Pull complete 23:07:40 45590311c82a: Pull complete 23:07:41 69ca0ff8b7b3: Pull complete 23:07:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:07:42 Status: Downloaded newer image for alpine:latest 23:07:42 ---> a24bb4013296 23:07:42 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:07:43 ---> Running in cdce2e297b11 23:07:43 Removing intermediate container c843d5afbf01 23:07:43 ---> bdd5b6158cf0 23:07:43 23:07:43 Step 10/24 : FROM scratch 23:07:43 ---> 23:07:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:07:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 23:07:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:07:44 ---> 887a1440736e 23:07:44 Step 3/26 : WORKDIR /edgex-go 23:07:44 ---> Using cache 23:07:44 ---> f5d22d38b331 23:07:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:44 ---> Using cache 23:07:44 ---> 28717bbf6d79 23:07:44 Step 5/26 : RUN apk update && apk add make git 23:07:44 ---> Using cache 23:07:44 ---> 3a0f16de7ed8 23:07:44 Step 6/26 : COPY go.mod . 23:07:44 ---> Using cache 23:07:44 ---> e9b91b1b3a15 23:07:44 Step 7/26 : RUN go mod download 23:07:44 ---> Using cache 23:07:44 ---> 6f23c031bb14 23:07:44 Step 8/26 : COPY . . 23:07:44 ---> Using cache 23:07:44 ---> a0bb11776d5b 23:07:44 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 23:07:45 209524e5b208: Pull complete 23:07:45 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:07:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:07:45 ---> 5bddaf1c2fca 23:07:45 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 23:07:45 ---> Running in 8eb946b6f2ec 23:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:46 v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:07:46 v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:07:46 OK: 12750 distinct packages available 23:07:46 ---> Running in baf3a57f8224 23:07:46 (1/4) Installing ca-certificates (20191127-r4) 23:07:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:07:46 (3/4) Installing libcurl (7.69.1-r1) 23:07:46 (4/4) Installing curl (7.69.1-r1) 23:07:46 Executing busybox-1.31.1-r16.trigger 23:07:46 Executing ca-certificates-20191127-r4.trigger 23:07:46 OK: 7 MiB in 18 packages 23:07:47 Removing intermediate container 8eb946b6f2ec 23:07:47 ---> f2d3b446e8cc 23:07:47 Step 12/24 : ENV APP_PORT=48060 23:07:47 Removing intermediate container 4a59d21585e5 23:07:47 ---> b2b255e261bf 23:07:47 23:07:47 Step 10/22 : FROM scratch 23:07:47 ---> 23:07:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:07:48 ---> Running in dd24aca954d0 23:07:48 ---> Running in a0db6a2479e2 23:07:48 Removing intermediate container 9078c06aa218 23:07:48 ---> 7d689b215231 23:07:48 23:07:48 Step 10/23 : FROM alpine 23:07:48 ---> a24bb4013296 23:07:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:07:48 ---> Running in 6a5fb619b37f 23:07:48 ---> Running in 3957acb7aac4 23:07:49 Removing intermediate container a0db6a2479e2 23:07:49 ---> d3f0ed66999d 23:07:49 Step 12/22 : ENV APP_PORT=48081 23:07:49 Removing intermediate container dd24aca954d0 23:07:49 ---> 90cfda6d2a1f 23:07:49 Step 13/24 : EXPOSE $APP_PORT 23:07:49 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 23:07:49 ---> Running in b47f2872d494 23:07:49 ---> Running in f003f82992ac 23:07:49 Removing intermediate container 6a5fb619b37f 23:07:49 ---> df76f86f6c75 23:07:49 Step 12/23 : ENV APP_PORT=48080 23:07:49 Removing intermediate container cdce2e297b11 23:07:49 ---> 696970cbfed7 23:07:49 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:07:49 ---> Running in 7e3f25a4e613 23:07:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:51 ---> Running in 31eff1ecf974 23:07:51 Removing intermediate container b47f2872d494 23:07:51 ---> 83501e2d0cfe 23:07:51 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:07:51 Removing intermediate container f003f82992ac 23:07:51 ---> ee21cf2d40a2 23:07:51 Step 13/22 : EXPOSE $APP_PORT 23:07:51 Removing intermediate container 7e3f25a4e613 23:07:51 ---> d3d5f0007e61 23:07:51 Step 13/23 : EXPOSE $APP_PORT 23:07:51 ---> Running in 83716c9f7124 23:07:51 ---> Running in 8b2cde0107ba 23:07:51 Removing intermediate container 31eff1ecf974 23:07:51 ---> c3df8f93b591 23:07:51 Step 13/20 : WORKDIR /edgex 23:07:51 ---> Running in 95f134a0a717 23:07:51 Removing intermediate container 83716c9f7124 23:07:51 ---> 5cb40675a1d0 23:07:51 Step 14/22 : WORKDIR / 23:07:51 ---> a219b9c349c3 23:07:51 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:07:51 Removing intermediate container 8b2cde0107ba 23:07:51 ---> a45393ef0d34 23:07:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:51 ---> Running in 186b39a552af 23:07:51 ---> Running in 6dd04ad0781d 23:07:51 Removing intermediate container 95f134a0a717 23:07:51 ---> ecb5f2e9c597 23:07:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:07:51 (1/12) Installing libmagic (5.38-r0) 23:07:51 (2/12) Installing file (5.38-r0) 23:07:52 Removing intermediate container 186b39a552af 23:07:52 ---> 3b8cd246a6c6 23:07:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:07:52 (3/12) Installing libc-dev (0.7.2-r3) 23:07:52 (4/12) Installing g++ (9.3.0-r2) 23:07:53 ---> 471bea40a41c 23:07:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:07:53 ---> 90eac7736e2a 23:07:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:07:54 ---> 25813422047d 23:07:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:07:54 ---> f613452b2403 23:07:54 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:07:54 ---> 06282e60a296 23:07:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:07:54 ---> Running in 35af16cc5781 23:07:54 ---> 58b03ee4ac7b 23:07:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:07:54 Removing intermediate container 6dd04ad0781d 23:07:54 ---> fdbf8dbac67c 23:07:54 Step 15/23 : RUN apk --no-cache add zeromq 23:07:55 ---> Running in 8731fba2b0e8 23:07:55 ---> b55c32fb0801 23:07:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:07:55 Removing intermediate container 35af16cc5781 23:07:55 ---> bd0f701328c2 23:07:55 Step 17/20 : CMD ["--init=true"] 23:07:55 ---> Running in 0a6b965edbe1 23:07:55 ---> 10771c6eff50 23:07:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:07:55 ---> Running in bcc77653d27c 23:07:55 (5/12) Installing fortify-headers (1.1-r0) 23:07:55 (6/12) Installing patch (2.7.6-r6) 23:07:55 (7/12) Installing build-base (0.5-r2) 23:07:55 (8/12) Installing libsodium (1.0.18-r0) 23:07:55 (9/12) Installing pkgconf (1.7.2-r0) 23:07:55 (10/12) Installing libsodium-dev (1.0.18-r0) 23:07:55 (11/12) Installing libzmq (4.3.3-r0) 23:07:55 (12/12) Installing zeromq-dev (4.3.3-r0) 23:07:55 Removing intermediate container 0a6b965edbe1 23:07:55 ---> d45510aec124 23:07:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:55 ---> Running in f50eee4b0ec4 23:07:55 Removing intermediate container bcc77653d27c 23:07:55 ---> 6a8cbbd29233 23:07:55 Step 18/20 : LABEL arch=x86_64 23:07:55 Executing busybox-1.31.1-r16.trigger 23:07:55 OK: 217 MiB in 51 packages 23:07:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:56 ---> Running in a201cb99d34f 23:07:56 Removing intermediate container f50eee4b0ec4 23:07:56 ---> fb8216a2ff29 23:07:56 Step 20/22 : LABEL arch=x86_64 23:07:56 ---> 068ff9e454f6 23:07:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:07:56 ---> Running in 0f64277cb9dd 23:07:56 Removing intermediate container a201cb99d34f 23:07:56 ---> 129225fe8f7f 23:07:56 Step 19/20 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:07:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:56 ---> Running in 0e8603e5afb7 23:07:57 ---> 1a7cc4044d40 23:07:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:07:57 Removing intermediate container 0f64277cb9dd 23:07:57 ---> 6d04364c1636 23:07:57 Step 21/22 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:07:57 (1/5) Installing libgcc (9.3.0-r2) 23:07:57 ---> Running in dccbff342f1c 23:07:57 (2/5) Installing libsodium (1.0.18-r0) 23:07:57 ---> Running in b05695e1fd70 23:07:57 (3/5) Installing libstdc++ (9.3.0-r2) 23:07:57 Removing intermediate container 0e8603e5afb7 23:07:57 ---> 3809fb91082c 23:07:57 Step 20/20 : LABEL version=0.0.0 23:07:57 (4/5) Installing libzmq (4.3.3-r0) 23:07:57 ---> Running in 14fc9d1cb43f 23:07:57 (5/5) Installing zeromq (4.3.3-r0) 23:07:57 Executing busybox-1.31.1-r16.trigger 23:07:57 OK: 8 MiB in 19 packages 23:07:58 Removing intermediate container dccbff342f1c 23:07:58 ---> 3f5c7d0d1d79 23:07:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:58 Removing intermediate container b05695e1fd70 23:07:58 ---> 4d87c7c1923f 23:07:58 Step 22/22 : LABEL version=0.0.0 23:07:58 ---> Running in dfd4f7f27d30 23:07:58 ---> Running in 85de9af68466 23:07:58 Removing intermediate container 14fc9d1cb43f 23:07:58 ---> a0a1ba03f399 23:07:58 23:07:58 Successfully built a0a1ba03f399 23:07:58 Successfully tagged docker-security-proxy-setup-go:latest 23:07:58 Removing intermediate container 85de9af68466 23:07:58 ---> 186194924f63 23:07:58 23:07:58  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 23:07:58 Removing intermediate container dfd4f7f27d30 23:07:58 ---> 8b1cdc5eb270 23:07:58 Step 22/24 : LABEL arch=x86_64 23:07:58 Removing intermediate container 8731fba2b0e8 23:07:58 ---> f1c693ccea4f 23:07:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:07:58 ---> Running in a0414ef94428 23:07:58 Successfully built 186194924f63 23:07:58 Successfully tagged docker-core-metadata-go:latest 23:07:58  Building docker-core-metadata-go ... done Building docker-core-command-go 23:07:59 Removing intermediate container a0414ef94428 23:07:59 ---> 04f9c2d3be34 23:07:59 Step 23/24 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:07: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 23:07:59 ---> Running in 8cbefe86bd71 23:07:59 ---> 29398f7a5dc2 23:07:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:08:00 Removing intermediate container 3957acb7aac4 23:08:00 ---> 23d0e3552443 23:08:00 Step 4/7 : WORKDIR /edgex-go 23:08:00 ---> Running in 66cdd237d3e6 23:08:00 Removing intermediate container 66cdd237d3e6 23:08:00 ---> 2f3e65543534 23:08:00 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:08:01 latest: Pulling from library/docker 23:08:01 b538f80385f9: Already exists 23:08:01 259a493cd78d: Pulling fs layer 23:08:01 b8e66b5100f5: Pulling fs layer 23:08:01 7f8258a56ab6: Pulling fs layer 23:08:01 75a0a0ebb566: Pulling fs layer 23:08:01 4a2c62f0a2a3: Pulling fs layer 23:08:01 294320357d30: Pulling fs layer 23:08:01 75a0a0ebb566: Waiting 23:08:01 4a2c62f0a2a3: Waiting 23:08:01 294320357d30: Waiting 23:08:01 b8e66b5100f5: Verifying Checksum 23:08:01 b8e66b5100f5: Download complete 23:08:01 259a493cd78d: Verifying Checksum 23:08:01 259a493cd78d: Download complete 23:08:01 75a0a0ebb566: Verifying Checksum 23:08:01 75a0a0ebb566: Download complete 23:08:01 4a2c62f0a2a3: Verifying Checksum 23:08:01 4a2c62f0a2a3: Download complete 23:08:01 294320357d30: Verifying Checksum 23:08:01 294320357d30: Download complete 23:08:02 259a493cd78d: Pull complete 23:08:02 b8e66b5100f5: Pull complete 23:08:02 7f8258a56ab6: Verifying Checksum 23:08:02 7f8258a56ab6: Download complete 23:08:05 Removing intermediate container 8cbefe86bd71 23:08:05 ---> 2898b0ae508a 23:08:05 Step 24/24 : LABEL version=0.0.0 23:08:06 7f8258a56ab6: Pull complete 23:08:06 75a0a0ebb566: Pull complete 23:08:06 4a2c62f0a2a3: Pull complete 23:08:06 ---> Running in 324f3ab094e8 23:08:06 ---> 73bb53eac615 23:08:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:08:07 294320357d30: Pull complete 23:08:07 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 23:08:07 Status: Downloaded newer image for docker:latest 23:08:10 ---> 0448093407d0 23:08:10 Step 6/7 : COPY go.mod . 23:08:10 ---> 4b11b67d41ed 23:08:10 Step 7/7 : RUN go mod download 23:08:10 ---> Running in cd29d1fccdca 23:08:11 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 23:08:13 ---> 394eb10794c0 23:08:13 Step 19/23 : ENTRYPOINT ["/core-data"] 23:08:13 Removing intermediate container 324f3ab094e8 23:08:13 ---> 3e9333d584b5 23:08:13 23:08:13 Successfully built 3e9333d584b5 23:08:13 ---> Running in 51a96f22b539 23:08:13 Successfully tagged docker-support-notifications-go:latest 23:08:13 Building docker-support-scheduler-go 23:08:20  Building docker-support-notifications-go ... done Removing intermediate container 51a96f22b539 23:08:20 ---> 44c7c50747b5 23:08:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:20 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:08:20 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:08:20 ---> 887a1440736e 23:08:20 Step 3/27 : WORKDIR /edgex-go 23:08:20 ---> Using cache 23:08:20 ---> f5d22d38b331 23:08:20 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:20 ---> Using cache 23:08:20 ---> 28717bbf6d79 23:08:20 Step 5/27 : RUN apk update && apk add make bash git 23:08:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:08:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:08:20 ---> 887a1440736e 23:08:20 Step 3/22 : WORKDIR /edgex-go 23:08:20 ---> Using cache 23:08:20 ---> f5d22d38b331 23:08:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:20 ---> Using cache 23:08:20 ---> 28717bbf6d79 23:08:20 Step 5/22 : RUN apk update && apk add make git 23:08:20 ---> Using cache 23:08:20 ---> 3a0f16de7ed8 23:08:20 Step 6/22 : COPY go.mod . 23:08:20 ---> Using cache 23:08:20 ---> e9b91b1b3a15 23:08:20 Step 7/22 : RUN go mod download 23:08:20 ---> Using cache 23:08:20 ---> 6f23c031bb14 23:08:20 Step 8/22 : COPY . . 23:08:21 ---> Using cache 23:08:21 ---> a0bb11776d5b 23:08:21 Step 9/22 : RUN make cmd/core-command/core-command 23:08:22 ---> Running in 4db1aacdd852 23:08:22 ---> Running in 256efd2392da 23:08:22 ---> Running in 6733cda0691e 23:08:22 Removing intermediate container 256efd2392da 23:08:22 ---> b30569ddd254 23:08:22 Step 21/23 : LABEL arch=x86_64 23:08:23 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 23:08:23 ---> Running in cb8e40a85702 23:08:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:25 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:08:25 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:08:25 OK: 12752 distinct packages available 23:08:25 OK: 233 MiB in 51 packages 23:08:25 Removing intermediate container cb8e40a85702 23:08:25 ---> f3615d838c6b 23:08:25 Step 22/23 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:08:28 ---> Running in 8b5d8a3d583b 23:08:28 Removing intermediate container baf3a57f8224 23:08:28 ---> a5f412bcf0c9 23:08:28 23:08:28 Step 10/26 : FROM alpine:3.10 23:08:28 3.10: Pulling from library/alpine 23:08:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:08:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:08:30 ---> 887a1440736e 23:08:30 Step 3/21 : WORKDIR /edgex-go 23:08:30 ---> Using cache 23:08:30 ---> f5d22d38b331 23:08:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:30 ---> Using cache 23:08:30 ---> 28717bbf6d79 23:08:30 Step 5/21 : RUN apk update && apk add make git 23:08:30 ---> Using cache 23:08:30 ---> 3a0f16de7ed8 23:08:30 Step 6/21 : COPY go.mod . 23:08:30 ---> Using cache 23:08:30 ---> e9b91b1b3a15 23:08:30 Step 7/21 : RUN go mod download 23:08:30 ---> Using cache 23:08:30 ---> 6f23c031bb14 23:08:30 Step 8/21 : COPY . . 23:08:30 ---> Using cache 23:08:30 ---> a0bb11776d5b 23:08:30 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:08:31 Removing intermediate container 6733cda0691e 23:08:31 ---> 1c4adc3e26b7 23:08:31 Step 6/27 : COPY go.mod . 23:08:31 Removing intermediate container 8b5d8a3d583b 23:08:31 ---> 77364af33f27 23:08:31 Step 23/23 : LABEL version=0.0.0 23:08:31 ---> Running in a5de6b944771 23:08:31 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:08:31 Status: Downloaded newer image for alpine:3.10 23:08:31 ---> be4e4bea2c2e 23:08:31 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:08:31 ---> Running in 92998552dc4c 23:08:31 ---> Running in 6b2ec341a198 23:08:32 ---> 1b7356f65a81 23:08:32 Step 7/27 : RUN go mod download 23:08:32 Removing intermediate container 92998552dc4c 23:08:32 ---> bc539dca302e 23:08:32 23:08:32 ---> Running in 53bf08b060fe 23:08:32 Successfully built bc539dca302e 23:08:32 Successfully tagged docker-core-data-go:latest 23:08:32 Building docker-support-logging-go 23:08:32  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:08:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 23:08:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 23:08:33 v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:08:33 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:08:33 OK: 10346 distinct packages available 23:08:33 (1/5) Installing ca-certificates (20191127-r2) 23:08:34 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:08:34 (3/5) Installing libcurl (7.66.0-r1) 23:08:34 (4/5) Installing curl (7.66.0-r1) 23:08:34 (5/5) Installing dumb-init (1.2.2-r1) 23:08:34 Executing busybox-1.30.1-r3.trigger 23:08:34 Executing ca-certificates-20191127-r2.trigger 23:08:35 OK: 7 MiB in 19 packages 23:08:37 Removing intermediate container cd29d1fccdca 23:08:37 ---> b7bc661c4e41 23:08:37 Successfully built b7bc661c4e41 23:08:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:08:38 + docker inspect -f . ci-base-image-arm64 23:08:38 . [Pipeline] withDockerContainer 23:08:38 prd-ubuntu18.04-docker-arm64-4c-16g-5227 does not seem to be running inside a container 23:08:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:08:40 Removing intermediate container 53bf08b060fe 23:08:40 ---> 28a4facc2dcf 23:08:40 Step 8/27 : COPY . . 23:08:40 Removing intermediate container 6b2ec341a198 23:08:40 ---> 6556d2cc465c 23:08:40 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:08:40 $ docker top 0914c26803eb6922b92da7b8eef61ebfcef000628916a7219c5717941762807d -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:41 + go version 23:08:41 go version go1.15.2 linux/arm64 [Pipeline] } 23:08:41 $ docker stop --time=1 0914c26803eb6922b92da7b8eef61ebfcef000628916a7219c5717941762807d 23:08:43 ---> Running in 0a879b488605 23:08:43 $ docker rm -f 0914c26803eb6922b92da7b8eef61ebfcef000628916a7219c5717941762807d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:08:45 + docker inspect -f . ci-base-image-arm64 23:08:45 . [Pipeline] withDockerContainer 23:08:45 prd-ubuntu18.04-docker-arm64-4c-16g-5227 does not seem to be running inside a container 23:08:45 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:08:46 $ docker top 32e0058c7d83ee65649ef79d017dfbd41e5bb2881a68e6f3ef6dcd7e5eaa4056 -eo pid,comm [Pipeline] { [Pipeline] echo 23:08:47 ========================================================= 23:08:47 [edgeXBuildGoParallel] Running Tests and Build... 23:08:47 ========================================================= [Pipeline] sh 23:08:47 + make test 23:08:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:08:48 Removing intermediate container 0a879b488605 23:08:48 ---> ecd6835edbf6 23:08:48 Step 13/26 : WORKDIR / 23:08:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:08:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:08:50 ---> 887a1440736e 23:08:50 Step 3/22 : WORKDIR /edgex-go 23:08:50 ---> Using cache 23:08:50 ---> f5d22d38b331 23:08:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:50 ---> Using cache 23:08:50 ---> 28717bbf6d79 23:08:50 Step 5/22 : RUN apk update && apk add make && apk add bash git 23:08:50 ? github.com/edgexfoundry/edgex-go [no test files] 23:08:51 ---> Running in b6492c90f825 23:08:52 ---> Running in dc2e2319b214 23:08:53 Removing intermediate container b6492c90f825 23:08:53 ---> 391e891a0c66 23:08:53 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:08:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:55 ---> a0b71ee5cdee 23:08:55 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:08:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:56 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:08:56 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:08:56 OK: 12752 distinct packages available 23:08:56 OK: 233 MiB in 51 packages 23:08:57 OK: 233 MiB in 51 packages 23:08:57 ---> 03a7e3d2ca45 23:08:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:09:02 ---> c12bcf99a325 23:09:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 23:09:02 Removing intermediate container 4db1aacdd852 23:09:02 ---> d9ecb7969aa6 23:09:02 23:09:02 Step 10/22 : FROM scratch 23:09:02 ---> 23:09:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:09:02 ---> Using cache 23:09:02 ---> d3f0ed66999d 23:09:02 Step 12/22 : ENV APP_PORT=48082 23:09:02 Removing intermediate container dc2e2319b214 23:09:02 ---> c41850c1abf1 23:09:02 Step 6/22 : COPY go.mod . 23:09:02 ---> 7dd051f78d2f 23:09:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:09:02 ---> Running in 401e20b1b86f 23:09:02 ---> 430a64ee66b9 23:09:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:09:03 ---> Running in 8e3dd705099c 23:09:04 ---> cc07a31942d1 23:09:04 Step 7/22 : RUN go mod download 23:09:04 Removing intermediate container 401e20b1b86f 23:09:04 ---> f9556fbe9d1c 23:09:04 Step 13/22 : EXPOSE $APP_PORT 23:09:04 ---> 0aaebc66ce7d 23:09:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:09:04 ---> Running in 47d92c8c88ad 23:09:04 ---> Running in d3092c4c2df2 23:09:04 Removing intermediate container a5de6b944771 23:09:04 ---> b5b687e144f3 23:09:04 23:09:04 Step 10/21 : FROM scratch 23:09:04 ---> 23:09:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:09:04 ---> Using cache 23:09:04 ---> d3f0ed66999d 23:09:04 Step 12/21 : ENV APP_PORT=48085 23:09:04 ---> Running in e127d540e932 23:09:04 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 23:09:04 Removing intermediate container 47d92c8c88ad 23:09:04 ---> 340dd20c79fe 23:09:04 Step 14/22 : WORKDIR / 23:09:05 ---> Running in 0f554c764fbc 23:09:05 ---> 8b2cc7e9224a 23:09:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 23:09:05 Removing intermediate container e127d540e932 23:09:05 ---> d5c11856bf52 23:09:05 Step 13/21 : EXPOSE $APP_PORT 23:09:05 ---> Running in e439f313b2fa 23:09:05 Removing intermediate container 0f554c764fbc 23:09:05 ---> d8f423cf589c 23:09:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:09:05 Removing intermediate container e439f313b2fa 23:09:05 ---> 7868041811f5 23:09:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:09:05 ---> 97d485f3d796 23:09:05 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:09:05 ---> e5ff9a3df084 23:09:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:09:05 ---> a2a5ac7de4b3 23:09:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:09:05 ---> 1f2121c65547 23:09:05 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:09:07 ---> Running in fa4f4325c5bb 23:09:07 ---> f387a0d2fae2 23:09:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:09:07 ---> 192e57db5dfe 23:09:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:09:07 Removing intermediate container d3092c4c2df2 23:09:07 ---> 711cb5318d07 23:09:07 Step 8/22 : COPY . . 23:09:08 ---> e328ab70b836 23:09:08 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:09:12 ---> cd5c27b125cc 23:09:12 Step 18/22 : ENTRYPOINT ["/core-command"] 23:09:13 ---> Running in 7bf2d1296c72 23:09:14 ---> Running in 8045f6a8f064 23:09:16 Removing intermediate container 7bf2d1296c72 23:09:16 ---> c9d2910f430a 23:09:16 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:16 Removing intermediate container fa4f4325c5bb 23:09:16 ---> 9b5f93186eb4 23:09:16 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 23:09:18 Removing intermediate container 8045f6a8f064 23:09:18 ---> 645f0e039f0c 23:09:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:18 ---> Running in 25024a4e5260 23:09:19 ---> Running in 46cc6021491b 23:09:21 ---> Running in 16f93d2b23f3 23:09:21 Removing intermediate container 46cc6021491b 23:09:21 ---> 0b8477dbfd7d 23:09:21 Step 24/26 : LABEL arch=x86_64 23:09:22 Removing intermediate container 25024a4e5260 23:09:22 ---> 7ef4bf8e6b8c 23:09:22 Step 19/21 : LABEL arch=x86_64 23:09:22 ---> Running in 834ab6cfe712 23:09:23 Removing intermediate container 16f93d2b23f3 23:09:23 ---> 8706e4caa6b2 23:09:23 Step 20/22 : LABEL arch=x86_64 23:09:23 ---> Running in 937c5357ab78 23:09:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:09:24 Removing intermediate container 834ab6cfe712 23:09:24 ---> f066ab492f69 23:09:24 Step 25/26 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:09:24 ---> Running in 451183339a9e 23:09:25 Removing intermediate container 937c5357ab78 23:09:25 ---> 5ac1a47ed4e7 23:09:25 Step 20/21 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:09:26 ---> Running in 57520fc4d440 23:09:26 Removing intermediate container 451183339a9e 23:09:26 ---> ea53fc0cb5f9 23:09:26 Step 21/22 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:09:26 ---> Running in 88e996277bd9 23:09:26 ---> Running in b89d4e729307 23:09:26 ---> d714985e8c8c 23:09:26 Step 9/22 : RUN make cmd/support-logging/support-logging 23:09:26 Removing intermediate container 57520fc4d440 23:09:26 ---> e46dfd2c1adc 23:09:26 Step 26/26 : LABEL version=0.0.0 23:09:27 ---> Running in 6450f65f3bb7 23:09:27 Removing intermediate container 88e996277bd9 23:09:27 ---> f797d4bf429c 23:09:27 Step 21/21 : LABEL version=0.0.0 23:09:27 ---> Running in bf2b9296f94d 23:09:27 Removing intermediate container b89d4e729307 23:09:27 ---> 386da2ade4a6 23:09:27 Step 22/22 : LABEL version=0.0.0 23:09:28 ---> Running in 74b373af53fc 23:09:28 ---> Running in fe3e2ee760e3 23:09:28 Removing intermediate container bf2b9296f94d 23:09:28 ---> 0c6cf7dad8ac 23:09:28 23:09:28 Removing intermediate container 8e3dd705099c 23:09:28 ---> d08e5c2388c6 23:09:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:09:28 ---> Running in 6b062f4a7d68 23:09:28 Successfully built 0c6cf7dad8ac 23:09: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 23:09:28 Removing intermediate container 74b373af53fc 23:09:28 ---> 0728908c77c5 23:09:28 23:09:28 Successfully tagged docker-security-secretstore-setup-go:latest 23:09:28  Building docker-security-secretstore-setup-go ... done Successfully built 0728908c77c5 23:09:28 Removing intermediate container fe3e2ee760e3 23:09:28 ---> 6e86f1330005 23:09:28 23:09:29 Successfully tagged docker-support-scheduler-go:latest 23:09:29  Building docker-support-scheduler-go ... done Successfully built 6e86f1330005 23:09:29 Successfully tagged docker-core-command-go:latest 23:09:29  Building docker-core-command-go ... done 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 23:09:31 Removing intermediate container 6b062f4a7d68 23:09:31 ---> b747b8514821 23:09:31 23:09:31 Step 11/27 : FROM docker:latest 23:09:31 ---> 809cc4dba987 23:09:31 Step 12/27 : RUN apk add --no-cache bash 23:09:31 ---> Running in 1e8fb3587f94 23:09:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:32 (1/2) Installing readline (8.0.4-r0) 23:09:32 (2/2) Installing bash (5.0.17-r0) 23:09:32 Executing bash-5.0.17-r0.post-install 23:09:32 Executing busybox-1.31.1-r16.trigger 23:09:32 OK: 12 MiB in 22 packages 23:09:33 Removing intermediate container 1e8fb3587f94 23:09:33 ---> 8b0edd39d116 23:09:33 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:09:33 ---> Running in 76ea928c8457 23:09:35 Removing intermediate container 76ea928c8457 23:09:35 ---> 42418ed0016d 23:09:35 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:09:35 ---> Running in dcd6e64135ae 23:09:35 Removing intermediate container dcd6e64135ae 23:09:35 ---> 9cd70a31c88a 23:09:35 Step 15/27 : ENV APP_PORT=48090 23:09:35 ---> Running in 4a20168fd902 23:09:35 Removing intermediate container 4a20168fd902 23:09:35 ---> 122d9fd576a4 23:09:35 Step 16/27 : EXPOSE $APP_PORT 23:09:36 ---> Running in 7f1f0f216621 23:09:36 Removing intermediate container 7f1f0f216621 23:09:36 ---> d7d218e5d124 23:09:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:09:36 ---> b4c5fc3cf210 23:09:36 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:09:37 ---> 1ce5b0004ceb 23:09:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:09:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:09:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:09:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:09:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:09:38 ---> e49855bf49fd 23:09:38 Step 20/27 : RUN apk --no-cache add py3-pip 23:09:38 ---> Running in ebb35e6212ab 23:09:38 Removing intermediate container 6450f65f3bb7 23:09:38 ---> 97612af0562d 23:09:38 23:09:38 Step 10/22 : FROM scratch 23:09:38 ---> 23:09:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:09:38 ---> Using cache 23:09:38 ---> f2d3b446e8cc 23:09:38 Step 12/22 : ENV APP_PORT=48061 23:09:38 ---> Running in 98e5d33eff51 23:09:39 Removing intermediate container 98e5d33eff51 23:09:39 ---> c226c1e59eee 23:09:39 Step 13/22 : EXPOSE $APP_PORT 23:09:39 ---> Running in c1d9778239c5 23:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:39 Removing intermediate container c1d9778239c5 23:09:39 ---> f435eb469a7d 23:09:39 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 23:09:39 (1/33) Installing libbz2 (1.0.8-r1) 23:09:39 (2/33) Installing expat (2.2.9-r1) 23:09:39 (3/33) Installing libffi (3.3-r2) 23:09:39 (4/33) Installing gdbm (1.13-r1) 23:09:39 (5/33) Installing xz-libs (5.2.5-r0) 23:09:39 (6/33) Installing sqlite-libs (3.32.1-r0) 23:09:39 (7/33) Installing python3 (3.8.5-r0) 23:09:39 ---> 9ec2ffabbe55 23:09:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 23:09:39 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.067s 23:09:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 23:09:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:09:39 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 23:09:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:09:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:09:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:09:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:09:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:09:44 ---> 3ee238ed0d9a 23:09:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 23:09:44 (8/33) Installing py3-appdirs (1.4.4-r1) 23:09:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:09:44 (10/33) Installing py3-parsing (2.4.7-r0) 23:09:44 (11/33) Installing py3-six (1.15.0-r0) 23:09:44 (12/33) Installing py3-packaging (20.4-r0) 23:09:44 (13/33) Installing py3-setuptools (47.0.0-r0) 23:09:44 (14/33) Installing py3-chardet (3.0.4-r4) 23:09:44 (15/33) Installing py3-idna (2.9-r0) 23:09:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:09:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:09:44 (18/33) Installing py3-requests (2.23.0-r0) 23:09:44 (19/33) Installing py3-msgpack (1.0.0-r0) 23:09:44 (20/33) Installing py3-lockfile (0.12.2-r3) 23:09:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:09:44 (22/33) Installing py3-colorama (0.4.3-r0) 23:09:44 (23/33) Installing py3-distlib (0.3.0-r0) 23:09:45 (24/33) Installing py3-distro (1.5.0-r1) 23:09:45 (25/33) Installing py3-webencodings (0.5.1-r3) 23:09:45 (26/33) Installing py3-html5lib (1.0.1-r4) 23:09:45 ---> f4b1f1b28a00 23:09:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 23:09:45 (27/33) Installing py3-pytoml (0.1.21-r0) 23:09:45 (28/33) Installing py3-pep517 (0.8.2-r0) 23:09:45 (29/33) Installing py3-progress (1.5-r0) 23:09:45 (30/33) Installing py3-toml (0.10.1-r0) 23:09:45 (31/33) Installing py3-retrying (1.3.3-r0) 23:09:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:09:45 (33/33) Installing py3-pip (20.1.1-r0) 23:09:45 Executing busybox-1.31.1-r16.trigger 23:09:45 OK: 71 MiB in 55 packages 23:09:46 ---> ddbf11d48499 23:09:46 Step 18/22 : ENTRYPOINT ["/support-logging"] 23:09:46 ---> Running in 03ab54c8e072 23:09:46 Removing intermediate container 03ab54c8e072 23:09:46 ---> b0bdc0b4853b 23:09:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:47 ---> Running in d41eddafdde5 23:09:49 Removing intermediate container d41eddafdde5 23:09:49 ---> 429ba37d3b91 23:09:49 Step 20/22 : LABEL arch=x86_64 23:09:50 ---> Running in f1ca8443a757 23:09:50 Removing intermediate container ebb35e6212ab 23:09:50 ---> 36e714ce9e3b 23:09:50 Step 21/27 : RUN pip install docker-compose==1.23.2 23:09:51 Removing intermediate container f1ca8443a757 23:09:51 ---> 7bf554fb1e7b 23:09:51 Step 21/22 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:09:51 ---> Running in de86660c36a4 23:09:51 ---> Running in ff09d1639970 23:09:51 Removing intermediate container ff09d1639970 23:09:51 ---> cfdc566d52ec 23:09:51 Step 22/22 : LABEL version=0.0.0 23:09:51 ---> Running in eb6ff056c357 23:09:51 Removing intermediate container eb6ff056c357 23:09:51 ---> db231e495664 23:09:51 23:09:51 Successfully built db231e495664 23:09:51 Successfully tagged docker-support-logging-go:latest 23:09:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.052s coverage: 46.6% of statements 23:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:09:52  Building docker-support-logging-go ... done Collecting docker-compose==1.23.2 23:09:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:09:52 Collecting texttable<0.10,>=0.9.0 23:09:52 Downloading texttable-0.9.1.tar.gz (11 kB) 23:09:53 Collecting PyYAML<4,>=3.10 23:09:53 Downloading PyYAML-3.13.tar.gz (270 kB) 23:09:54 Collecting dockerpty<0.5,>=0.4.1 23:09:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:09:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:09:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:09:54 Collecting docker<4.0,>=3.6.0 23:09:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:09:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:09:55 Collecting websocket-client<1.0,>=0.32.0 23:09:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:09:55 Collecting cached-property<2,>=1.2.0 23:09:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:09:55 Collecting docopt<0.7,>=0.6.1 23:09:55 Downloading docopt-0.6.2.tar.gz (25 kB) 23:09:55 Collecting jsonschema<3,>=2.5.1 23:09:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:09:55 Collecting urllib3<1.25,>=1.21.1 23:09:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:09:55 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) 23:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.1% of statements 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.013s coverage: 100.0% of statements 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.071s coverage: 83.6% of statements 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:09:56 Collecting idna<2.8,>=2.5 23:09:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:09:56 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) 23:09:56 Collecting docker-pycreds>=0.4.0 23:09:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:09:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:09:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:09:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:09:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:09:56 Installing collected packages: texttable, PyYAML, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, docopt, jsonschema, docker-compose 23:09:56 Running setup.py install for texttable: started 23:09:56 Running setup.py install for texttable: finished with status 'done' 23:09:56 Running setup.py install for PyYAML: started 23:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.386s coverage: 88.9% of statements 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:09:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:09:57 Running setup.py install for PyYAML: finished with status 'done' 23:09:57 Running setup.py install for dockerpty: started 23:09:57 Running setup.py install for dockerpty: finished with status 'done' 23:09:57 Attempting uninstall: urllib3 23:09:57 Found existing installation: urllib3 1.25.9 23:09:57 Uninstalling urllib3-1.25.9: 23:09:57 Successfully uninstalled urllib3-1.25.9 23:09:57 Attempting uninstall: idna 23:09:57 Found existing installation: idna 2.9 23:09:57 Uninstalling idna-2.9: 23:09:58 Successfully uninstalled idna-2.9 23:09:58 Attempting uninstall: requests 23:09:58 Found existing installation: requests 2.23.0 23:09:58 Uninstalling requests-2.23.0: 23:09:58 Successfully uninstalled requests-2.23.0 23:09:58 Running setup.py install for docopt: started 23:09:59 Running setup.py install for docopt: finished with status 'done' 23:09:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 23:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 23:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:10:03 Removing intermediate container de86660c36a4 23:10:03 ---> e47f2aff62e6 23:10:03 Step 22/27 : RUN apk --no-cache add curl 23:10:03 ---> Running in 2b3c1f49fb3b 23:10:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:10:04 (2/3) Installing libcurl (7.69.1-r1) 23:10:04 (3/3) Installing curl (7.69.1-r1) 23:10:04 Executing busybox-1.31.1-r16.trigger 23:10:04 OK: 72 MiB in 58 packages 23:10:04 Removing intermediate container 2b3c1f49fb3b 23:10:04 ---> 1043acd0def5 23:10:04 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:10:04 ---> Running in d30823f22308 23:10:04 Removing intermediate container d30823f22308 23:10:04 ---> a37be172519f 23:10:04 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:10:04 ---> Running in 846ea40d47a3 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:10:05 Removing intermediate container 846ea40d47a3 23:10:05 ---> f6975a4dcaee 23:10:05 Step 25/27 : LABEL arch=x86_64 23:10:05 ---> Running in 9fbe0550fb8e 23:10:05 Removing intermediate container 9fbe0550fb8e 23:10:05 ---> d12c184920f9 23:10:05 Step 26/27 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:10:05 ---> Running in a5c9687b7cc8 23:10:05 Removing intermediate container a5c9687b7cc8 23:10:05 ---> c96bcb0b0673 23:10:05 Step 27/27 : LABEL version=0.0.0 23:10:05 ---> Running in f515ba9a24b1 23:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.139s coverage: 98.6% of statements 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:10:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:10:05 Removing intermediate container f515ba9a24b1 23:10:05 ---> 1cd4a3b6a6d7 23:10:05 23:10:05 Successfully built 1cd4a3b6a6d7 23:10:05 Successfully tagged docker-sys-mgmt-agent-go:latest 23:10:05  Building docker-sys-mgmt-agent-go ... done  23:10:05 ERROR: for docker-security-secrets-setup-go (, 'error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a2/a24bb4013296f61e89ba57005a7b3e52274d8edd3ae2077d04395f806b63d83e/data?verify=1602633441-Bk9BFcv%2FE7oY%2BkfTP%2BKNMqgpZew%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving') 23:10:05 Service 'docker-security-secrets-setup-go' failed to build: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a2/a24bb4013296f61e89ba57005a7b3e52274d8edd3ae2077d04395f806b63d83e/data?verify=1602633441-Bk9BFcv%2FE7oY%2BkfTP%2BKNMqgpZew%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving 23:10:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.034s coverage: 0.0% of statements [no tests to run] 23:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:10:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [Pipeline] } 23:10:06 $ docker stop --time=1 07f4230d95a890859535c93c7db20a2eb7357a5e63288cb3508a9ed767eef1b3 23:10:07 $ docker rm -f 07f4230d95a890859535c93c7db20a2eb7357a5e63288cb3508a9ed767eef1b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:10:08 Failed in branch amd64 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements 23:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.025s coverage: 91.3% of statements 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.015s coverage: 100.0% of statements 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.022s coverage: 73.7% of statements 23:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 23:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 55.9% of statements 23:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 23:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.069s coverage: 86.3% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.211s coverage: 72.2% of statements 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 36.5% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.1% of statements 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 42.9% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.034s coverage: 83.8% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements 23:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:10:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements 23:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.191s coverage: 29.1% of statements 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.047s coverage: 99.0% of statements 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:10:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:10:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:10:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.022s coverage: 87.9% of statements 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:10:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 23:10:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements 23:10:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 23:10:37 GO111MODULE=on go vet ./... 23:10:59 gofmt -l . 23:10:59 [ "`gofmt -l .`" = "" ] 23:11:01 ./bin/test-go-mod-tidy.sh 23:11:02 ./bin/test-attribution-txt.sh [Pipeline] sh 23:11:07 + ls -al . 23:11:07 total 628 23:11:07 drwxrwxr-x 10 1001 1001 4096 Oct 13 23:11 . 23:11:07 drwxr-xr-x 4 root root 4096 Oct 13 23:08 .. 23:11:07 -rw-rw-r-- 1 1001 1001 11 Oct 13 23:07 .dockerignore 23:11:07 drwxrwxr-x 8 1001 1001 4096 Oct 13 23:07 .git 23:11:07 drwxrwxr-x 3 1001 1001 4096 Oct 13 23:07 .github 23:11:07 -rw-rw-r-- 1 1001 1001 932 Oct 13 23:07 .gitignore 23:11:07 drwxrwxr-x 3 1001 1001 4096 Oct 13 23:07 .semver 23:11:07 -rw-rw-r-- 1 1001 1001 166 Oct 13 23:07 .sonarcloud.properties 23:11:07 -rw-rw-r-- 1 1001 1001 3804 Oct 13 23:07 CONTRIBUTING.md 23:11:07 -rw-rw-r-- 1 1001 1001 1035 Oct 13 23:07 Dockerfile.build 23:11:07 -rw-rw-r-- 1 1001 1001 863 Oct 13 23:07 Jenkinsfile 23:11:07 -rw-rw-r-- 1 1001 1001 10775 Oct 13 23:07 LICENSE 23:11:07 -rw-rw-r-- 1 1001 1001 6237 Oct 13 23:07 Makefile 23:11:07 -rw-rw-r-- 1 1001 1001 6447 Oct 13 23:07 README.md 23:11:07 -rw-rw-r-- 1 1001 1001 259 Oct 13 23:07 SECURITY.md 23:11:07 -rw-rw-r-- 1 1001 1001 5 Oct 13 23:02 VERSION 23:11:07 -rw-rw-r-- 1 1001 1001 4131 Oct 13 23:07 ZMQWindows.md 23:11:07 drwxrwxr-x 2 1001 1001 4096 Oct 13 23:07 bin 23:11:07 drwxrwxr-x 15 1001 1001 4096 Oct 13 23:07 cmd 23:11:07 -rw-r--r-- 1 root root 501857 Oct 13 23:10 coverage.out 23:11:07 -rw-r--r-- 1 root root 1040 Oct 13 23:11 go.mod 23:11:07 -rw-r--r-- 1 root root 18983 Oct 13 23:11 go.sum 23:11:07 drwxrwxr-x 8 1001 1001 4096 Oct 13 23:07 internal 23:11:07 drwxrwxr-x 4 1001 1001 4096 Oct 13 23:07 openapi 23:11:07 drwxrwxr-x 4 1001 1001 4096 Oct 13 23:07 snap 23:11:07 -rw-rw-r-- 1 1001 1001 168 Oct 13 23:07 version.go [Pipeline] sh 23:11:07 + '[' -e coverage.out ] 23:11:07 + chown 1001:1001 coverage.out [Pipeline] stash 23:11:07 Warning: overwriting stash ‘coverage-report’ 23:11:09 Stashed 1 file(s) [Pipeline] sh 23:11:09 + make build 23:11: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 23:11:36 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 23:11:44 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 23:11:49 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 23:11:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:11:57 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 23:11:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:12:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:12:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 23:12:13 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 23:12:17 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 23:12:22 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 23:12:25 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] } 23:12:28 $ docker stop --time=1 32e0058c7d83ee65649ef79d017dfbd41e5bb2881a68e6f3ef6dcd7e5eaa4056 23:12:30 $ docker rm -f 32e0058c7d83ee65649ef79d017dfbd41e5bb2881a68e6f3ef6dcd7e5eaa4056 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:12:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:12:32 23:12:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:12:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:12:33 latest: Pulling from edgex-devops/edgex-compose-arm64 23:12:33 29e5d40040c1: Pulling fs layer 23:12:33 1ce36da41761: Pulling fs layer 23:12:33 25b303627fd3: Pulling fs layer 23:12:33 29e5d40040c1: Download complete 23:12:33 29e5d40040c1: Pull complete 23:12:34 1ce36da41761: Download complete 23:12:35 1ce36da41761: Pull complete 23:12:35 25b303627fd3: Verifying Checksum 23:12:35 25b303627fd3: Download complete 23:12:45 25b303627fd3: Pull complete 23:12:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:12:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:12:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:12:45 prd-ubuntu18.04-docker-arm64-4c-16g-5227 does not seem to be running inside a container 23:12:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:12:49 $ docker top 8bf41dc039fef9b62a9f5c5a03cb27f5648d6a718cd7b8d29da28aff80c5f625 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:50 + grep parallel 23:12:50 + docker-compose build --help 23:12:54 --parallel Build images in parallel. [Pipeline] } 23:12:54 $ docker stop --time=1 8bf41dc039fef9b62a9f5c5a03cb27f5648d6a718cd7b8d29da28aff80c5f625 23:12:55 $ docker rm -f 8bf41dc039fef9b62a9f5c5a03cb27f5648d6a718cd7b8d29da28aff80c5f625 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:12:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:12:56 . [Pipeline] withDockerContainer 23:12:57 prd-ubuntu18.04-docker-arm64-4c-16g-5227 does not seem to be running inside a container 23:12:57 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:12:58 $ docker top 15ce54addec136c6267e5465208e45518f3d2a1206ea8c66e3b4861d654b5b2f -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:59 + docker-compose -f ./docker-compose-build.yml build --parallel 23:13:03 Building docker-core-command-go ... 23:13:03 Building docker-core-data-go ... 23:13:03 Building docker-core-metadata-go ... 23:13:03 Building docker-security-proxy-setup-go ... 23:13:03 Building docker-security-secrets-setup-go ... 23:13:03 Building docker-security-secretstore-setup-go ... 23:13:03 Building docker-support-logging-go ... 23:13:03 Building docker-support-notifications-go ... 23:13:03 Building docker-support-scheduler-go ... 23:13:03 Building docker-sys-mgmt-agent-go ... 23:13:03 Building docker-core-data-go 23:13:03 Building docker-security-secretstore-setup-go 23:13:03 Building docker-security-proxy-setup-go 23:13:03 Building docker-sys-mgmt-agent-go 23:13:03 Building docker-support-logging-go 23:14:55 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:14:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:14:55 ---> b7bc661c4e41 23:14:55 Step 3/27 : WORKDIR /edgex-go 23:14:55 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 23:14:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 23:14:55 ---> b7bc661c4e41 23:14:55 Step 3/20 : WORKDIR /edgex-go 23:14:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 23:14:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:14:55 ---> b7bc661c4e41 23:14:55 Step 3/26 : WORKDIR /edgex-go 23:14:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:14:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:14:55 ---> b7bc661c4e41 23:14:55 Step 3/22 : WORKDIR /edgex-go 23:14:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:14:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:14:55 ---> b7bc661c4e41 23:14:55 Step 3/23 : WORKDIR /edgex-go 23:14:55 ---> Running in bf5a6f8133a7 23:14:55 ---> Running in ffd9eb62f4c0 23:14:55 ---> Running in 7997bdcc37c3 23:14:55 ---> Running in 5b95b084c795 23:14:55 ---> Running in 2a8775d9d277 23:14:55 Removing intermediate container bf5a6f8133a7 23:14:55 ---> b0282fbb329e 23:14:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:55 Removing intermediate container ffd9eb62f4c0 23:14:55 ---> 632b0e19fe58 23:14:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:55 ---> Running in b55bca7ff187 23:14:55 ---> Running in 106d2bb4ab98 23:14:55 Removing intermediate container 7997bdcc37c3 23:14:55 ---> 3243cdb00d03 23:14:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:55 Removing intermediate container 2a8775d9d277 23:14:55 ---> 4befd668b9c3 23:14:55 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:55 Removing intermediate container 5b95b084c795 23:14:55 ---> 8c67f688bee7 23:14:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:55 ---> Running in 5b161bd9bb60 23:14:55 ---> Running in b4264f975f4c 23:14:55 ---> Running in 932b49760663 23:14:59 Removing intermediate container b55bca7ff187 23:14:59 ---> bf9660cda511 23:14:59 Step 5/20 : RUN apk update && apk add make git 23:14:59 ---> Running in bbce82ba1add 23:14:59 Removing intermediate container 106d2bb4ab98 23:14:59 ---> 80d1e1190cc6 23:14:59 Step 5/22 : RUN apk update && apk add make && apk add bash git 23:14:59 Removing intermediate container 5b161bd9bb60 23:14:59 ---> 6cb321458f52 23:14:59 Step 5/26 : RUN apk update && apk add make git 23:14:59 ---> Running in 646f4d291b5a 23:14:59 ---> Running in 7a09c0901387 23:14:59 Removing intermediate container b4264f975f4c 23:14:59 ---> 5c419b1035c4 23:14:59 Step 5/27 : RUN apk update && apk add make bash git 23:15:00 Removing intermediate container 932b49760663 23:15:00 ---> 3c7ae256cd05 23:15:00 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:15:00 ---> Running in 3fb2e5b2655b 23:15:00 ---> Running in 6236e5512349 23:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:03 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:15:03 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:15:03 OK: 12623 distinct packages available 23:15:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:03 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:15:03 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:15:03 OK: 12623 distinct packages available 23:15:03 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:15:03 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:15:03 OK: 12623 distinct packages available 23:15:04 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:15:04 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:15:04 OK: 12623 distinct packages available 23:15:04 OK: 217 MiB in 51 packages 23:15:04 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:15:04 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:15:04 OK: 12623 distinct packages available 23:15:04 OK: 217 MiB in 51 packages 23:15:04 OK: 217 MiB in 51 packages 23:15:05 OK: 217 MiB in 51 packages 23:15:05 OK: 217 MiB in 51 packages 23:15:05 OK: 217 MiB in 51 packages 23:15:06 Removing intermediate container bbce82ba1add 23:15:06 ---> 2c7ac9781238 23:15:06 Step 6/20 : COPY go.mod . 23:15:06 Removing intermediate container 7a09c0901387 23:15:06 ---> a7a92b3ec284 23:15:06 Step 6/26 : COPY go.mod . 23:15:06 Removing intermediate container 3fb2e5b2655b 23:15:06 ---> b5e2ffa9749c 23:15:06 Step 6/27 : COPY go.mod . 23:15:07 ---> c3e4b4979873 23:15:07 Step 7/20 : RUN go mod download 23:15:07 Removing intermediate container 646f4d291b5a 23:15:07 ---> 5c477d0e9974 23:15:07 Step 6/22 : COPY go.mod . 23:15:07 ---> 39bde4bf937c 23:15:07 Step 7/26 : RUN go mod download 23:15:07 ---> Running in e6f314a2b7e9 23:15:07 Removing intermediate container 6236e5512349 23:15:07 ---> 16fccaec580e 23:15:07 Step 6/23 : COPY go.mod . 23:15:08 ---> Running in 2bb1810edc8a 23:15:08 ---> 557c6c606d4a 23:15:08 Step 7/27 : RUN go mod download 23:15:08 ---> Running in 7b9f05284244 23:15:08 ---> 0b0061ea0d98 23:15:08 Step 7/22 : RUN go mod download 23:15:08 ---> 64dcdffcb34b 23:15:08 Step 7/23 : RUN go mod download 23:15:08 ---> Running in c8b6163e39d0 23:15:09 ---> Running in efdd46c46d20 23:15:12 Removing intermediate container e6f314a2b7e9 23:15:12 ---> 1a1ed02c4e96 23:15:12 Step 8/20 : COPY . . 23:15:13 Removing intermediate container 2bb1810edc8a 23:15:13 ---> f2626f98a642 23:15:13 Step 8/26 : COPY . . 23:15:13 Removing intermediate container 7b9f05284244 23:15:13 ---> 2a4623952cb1 23:15:13 Step 8/27 : COPY . . 23:15:13 Removing intermediate container c8b6163e39d0 23:15:13 ---> 0b9ae0af2730 23:15:13 Step 8/22 : COPY . . 23:15:14 Removing intermediate container efdd46c46d20 23:15:14 ---> 067e38d1f1b4 23:15:14 Step 8/23 : COPY . . 23:15:46 ---> 1067240b53a4 23:15:46 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 23:15:46 ---> d594eacd7ec1 23:15:46 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 23:15:46 ---> a920d8fd1657 23:15:46 Step 9/23 : RUN make cmd/core-data/core-data 23:15:46 ---> 464996689373 23:15:46 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:15:46 ---> 2f0c5f97a676 23:15:46 Step 9/22 : RUN make cmd/support-logging/support-logging 23:15:46 ---> Running in 6e7a92e1edd4 23:15:46 ---> Running in 94fc30c44dba 23:15:46 ---> Running in acb9561c31ca 23:15:46 ---> Running in ad413e2cb0d9 23:15:46 ---> Running in 33e3f893cf20 23:15:46 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 23:15:46 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 23:15:46 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 23:15:46 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 23:15:46 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 23:17: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 23:17:08 Removing intermediate container 6e7a92e1edd4 23:17:08 ---> 3ebaa55d32bb 23:17:08 23:17:08 Step 10/20 : FROM alpine 23:17:08 latest: Pulling from library/alpine 23:17:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:17:08 Status: Downloaded newer image for alpine:latest 23:17:08 ---> 62ee0e9f8440 23:17:08 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:17:08 ---> Running in d4ef3d658a51 23:17:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:11 v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:17:11 v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:17:11 OK: 12621 distinct packages available 23:17:12 (1/4) Installing ca-certificates (20191127-r4) 23:17:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:17:12 (3/4) Installing libcurl (7.69.1-r1) 23:17:12 (4/4) Installing curl (7.69.1-r1) 23:17:12 Executing busybox-1.31.1-r16.trigger 23:17:12 Executing ca-certificates-20191127-r4.trigger 23:17:12 OK: 7 MiB in 18 packages 23:17:14 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 23:17:16 Removing intermediate container d4ef3d658a51 23:17:16 ---> 3da659ede943 23:17:16 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:17:17 ---> Running in b1b00f637271 23:17:17 Removing intermediate container 33e3f893cf20 23:17:17 ---> bb2acb1d811d 23:17:17 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:17:18 ---> Running in c14e52de86c0 23:17:18 Removing intermediate container b1b00f637271 23:17:18 ---> 921468e74c6a 23:17:18 Step 13/20 : WORKDIR /edgex 23:17:18 ---> Running in 095477892bf8 23:17:20 Removing intermediate container 095477892bf8 23:17:20 ---> c1aa779cfb62 23:17:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:17:20 Removing intermediate container ad413e2cb0d9 23:17:20 ---> 8ac0a42c6d60 23:17:20 23:17:20 Step 10/22 : FROM scratch 23:17:20 ---> 23:17:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:17:21 ---> Running in 39af1e254bfe 23:17:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:17:21 ---> e7781d1ae6a3 23:17:21 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:17:22 Removing intermediate container 39af1e254bfe 23:17:22 ---> 5dfac78c19d9 23:17:22 Step 12/22 : ENV APP_PORT=48061 23:17:22 ---> Running in 727d4bd4476c 23:17:23 Removing intermediate container 727d4bd4476c 23:17:23 ---> 46f7e4a7e22f 23:17:23 Step 13/22 : EXPOSE $APP_PORT 23:17:23 ---> Running in 6c54d8d265c5 23:17:24 ---> a9e9754323f8 23:17:24 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:17:24 Removing intermediate container 6c54d8d265c5 23:17:24 ---> d2bcde497ca1 23:17:24 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 23:17:24 ---> Running in e9f10dc674a6 23:17:26 Removing intermediate container e9f10dc674a6 23:17:26 ---> eee236c50e04 23:17:26 Step 17/20 : CMD ["--init=true"] 23:17:26 ---> Running in 1713ee26a4ab 23:17:27 ---> 4684cfd48b39 23:17:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 23:17:27 Removing intermediate container c14e52de86c0 23:17:27 ---> 83de9ffd607d 23:17:27 23:17:27 Step 11/27 : FROM docker:latest 23:17:27 ---> 45884bde0078 23:17:27 Step 12/27 : RUN apk add --no-cache bash 23:17:27 Removing intermediate container 1713ee26a4ab 23:17:27 ---> ba1a4b57f373 23:17:27 Step 18/20 : LABEL arch=arm64 23:17:27 ---> Running in 1f8832fbdf93 23:17:28 ---> Running in 781feba1a233 23:17:28 Removing intermediate container 94fc30c44dba 23:17:28 ---> 715588650a09 23:17:28 23:17:28 Step 10/26 : FROM alpine:3.10 23:17:28 ---> 6ac484f03ee7 23:17:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 23:17:29 3.10: Pulling from library/alpine 23:17:29 Removing intermediate container 781feba1a233 23:17:29 ---> b14f18bc8dec 23:17:29 Step 19/20 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:17:29 ---> Running in e43da403e6f7 23:17:31 Removing intermediate container e43da403e6f7 23:17:31 ---> 7639a534ea24 23:17:31 Step 20/20 : LABEL version=0.0.0 23:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:31 ---> Running in b2f4936f637f 23:17:31 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:17:31 ---> f2671ecb20ce 23:17:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 23:17:31 Status: Downloaded newer image for alpine:3.10 23:17:31 ---> 536a684cf733 23:17:31 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:31 ---> Running in 3da6c95984a8 23:17:32 (1/2) Installing readline (8.0.4-r0) 23:17:32 (2/2) Installing bash (5.0.17-r0) 23:17:32 Removing intermediate container b2f4936f637f 23:17:32 ---> 75b8137539f3 23:17:32 23:17:32 Executing bash-5.0.17-r0.post-install 23:17:32 Executing busybox-1.31.1-r16.trigger 23:17:32 OK: 12 MiB in 22 packages 23:17:32 ---> 3236c2f8d3c1 23:17:32 Step 18/22 : ENTRYPOINT ["/support-logging"] 23:17:32 ---> Running in 7c7e258afaab 23:17:33 Successfully built 75b8137539f3 23:17:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:17:33 Building docker-support-scheduler-go 23:17:34  Building docker-security-proxy-setup-go ... done Removing intermediate container 7c7e258afaab 23:17:34 ---> 68128abecd77 23:17:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:17:34 ---> Running in 2cce6b6cf2c2 23:17:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 23:17:34 Removing intermediate container 1f8832fbdf93 23:17:34 ---> ffcf5db457c5 23:17:34 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:17:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 23:17:34 Removing intermediate container 2cce6b6cf2c2 23:17:34 ---> 2115647d0f7d 23:17:34 Step 20/22 : LABEL arch=arm64 23:17:35 v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:17:35 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:17:35 OK: 10167 distinct packages available 23:17:35 ---> Running in d198c8e7930a 23:17:35 ---> Running in 5432292d853f 23:17:35 (1/5) Installing ca-certificates (20191127-r2) 23:17:35 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:17:35 (3/5) Installing libcurl (7.66.0-r1) 23:17:36 (4/5) Installing curl (7.66.0-r1) 23:17:36 (5/5) Installing dumb-init (1.2.2-r1) 23:17:36 Executing busybox-1.30.1-r3.trigger 23:17:36 Executing ca-certificates-20191127-r2.trigger 23:17:36 OK: 7 MiB in 19 packages 23:17:36 Removing intermediate container 5432292d853f 23:17:36 ---> bd84b57fdad0 23:17:36 Step 21/22 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:17:37 ---> Running in fce77bac2f74 23:17:38 Removing intermediate container fce77bac2f74 23:17:38 ---> 6c0dfb9fd385 23:17:38 Step 22/22 : LABEL version=0.0.0 23:17:39 ---> Running in 712fd1982c0d 23:17:39 Removing intermediate container 3da6c95984a8 23:17:39 ---> 07017db8d8bf 23:17:39 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:17:40 ---> Running in d5899017c3b5 23:17:40 Removing intermediate container 712fd1982c0d 23:17:40 ---> 9aaffb74ede2 23:17:40 23:17:40 Removing intermediate container d198c8e7930a 23:17:40 ---> be4f3ba95f4d 23:17:40 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:17:41 Removing intermediate container d5899017c3b5 23:17:41 ---> 42c3ddd01637 23:17:41 Step 13/26 : WORKDIR / 23:17:41 Successfully built 9aaffb74ede2 23:17:41 Successfully tagged docker-support-logging-go-arm64:latest 23:17:41  Building docker-support-logging-go ... done Building docker-core-command-go 23:17:41 ---> Running in f33929a11d77 23:17:41 ---> Running in ee34114f0aba 23:17:42 Removing intermediate container f33929a11d77 23:17:42 ---> 2cfe864072e4 23:17:42 Step 15/27 : ENV APP_PORT=48090 23:17:42 ---> Running in edc70e484290 23:17:42 Removing intermediate container ee34114f0aba 23:17:42 ---> 9413dd57b0e7 23:17:42 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:17:43 Removing intermediate container edc70e484290 23:17:43 ---> c5111bddd1a8 23:17:43 Step 16/27 : EXPOSE $APP_PORT 23:17:43 ---> Running in a96985634e22 23:17:43 ---> 2a5037599351 23:17:43 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:17:44 Removing intermediate container a96985634e22 23:17:44 ---> 370d10f208a3 23:17:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:17:44 ---> 906c3d60642a 23:17:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:17:47 ---> 4b0f52fc1047 23:17:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 23:17:47 ---> b4f61db2f7cd 23:17:47 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:17:48 ---> e46044f2690f 23:17:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:17:49 ---> b34a8cdc2cdc 23:17:49 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:17:51 ---> 33c5906b4033 23:17:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:17:52 ---> aa78e75f87a6 23:17:52 Step 20/27 : RUN apk --no-cache add py3-pip 23:17:52 Removing intermediate container acb9561c31ca 23:17:52 ---> 92937a456598 23:17:52 23:17:52 Step 10/23 : FROM alpine 23:17:52 ---> 62ee0e9f8440 23:17:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:17:53 ---> Running in 160d9f82b122 23:17:53 ---> Running in 6041b38cb2c2 23:17:53 ---> a1278fcd0696 23:17:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 23:17:54 Removing intermediate container 160d9f82b122 23:17:54 ---> c7055868969d 23:17:54 Step 12/23 : ENV APP_PORT=48080 23:17:55 ---> Running in 49a9ff50078f 23:17:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:55 ---> fc42d308089c 23:17:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:17:56 Removing intermediate container 49a9ff50078f 23:17:56 ---> 9b4f36881eba 23:17:56 Step 13/23 : EXPOSE $APP_PORT 23:17:56 (1/33) Installing libbz2 (1.0.8-r1) 23:17:56 (2/33) Installing expat (2.2.9-r1) 23:17:56 (3/33) Installing libffi (3.3-r2) 23:17:56 (4/33) Installing gdbm (1.13-r1) 23:17:56 (5/33) Installing xz-libs (5.2.5-r0) 23:17:56 (6/33) Installing sqlite-libs (3.32.1-r0) 23:17:56 (7/33) Installing python3 (3.8.5-r0) 23:17:56 ---> Running in e969b8085435 23:17:57 ---> 327241a5c550 23:17:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:17:57 ---> Running in c2cf98a6e9f6 23:17:57 Removing intermediate container e969b8085435 23:17:57 ---> 9c260814856b 23:17:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:58 (8/33) Installing py3-appdirs (1.4.4-r1) 23:17:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:17:58 (10/33) Installing py3-parsing (2.4.7-r0) 23:17:58 (11/33) Installing py3-six (1.15.0-r0) 23:17:58 (12/33) Installing py3-packaging (20.4-r0) 23:17:58 (13/33) Installing py3-setuptools (47.0.0-r0) 23:17:58 (14/33) Installing py3-chardet (3.0.4-r4) 23:17:58 ---> Running in 81467a34d156 23:17:58 (15/33) Installing py3-idna (2.9-r0) 23:17:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:17:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:17:58 (18/33) Installing py3-requests (2.23.0-r0) 23:17:58 (19/33) Installing py3-msgpack (1.0.0-r0) 23:17:58 (20/33) Installing py3-lockfile (0.12.2-r3) 23:17:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:17:58 (22/33) Installing py3-colorama (0.4.3-r0) 23:17:58 (23/33) Installing py3-distlib (0.3.0-r0) 23:17:58 (24/33) Installing py3-distro (1.5.0-r1) 23:17:58 (25/33) Installing py3-webencodings (0.5.1-r3) 23:17:58 (26/33) Installing py3-html5lib (1.0.1-r4) 23:17:58 (27/33) Installing py3-pytoml (0.1.21-r0) 23:17:58 (28/33) Installing py3-pep517 (0.8.2-r0) 23:17:59 (29/33) Installing py3-progress (1.5-r0) 23:17:59 (30/33) Installing py3-toml (0.10.1-r0) 23:17:59 (31/33) Installing py3-retrying (1.3.3-r0) 23:17:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:17:59 (33/33) Installing py3-pip (20.1.1-r0) 23:17:59 Executing busybox-1.31.1-r16.trigger 23:17:59 OK: 71 MiB in 55 packages 23:18:02 Removing intermediate container c2cf98a6e9f6 23:18:02 ---> 98d53d392eb9 23:18:02 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 23:18:02 Removing intermediate container 81467a34d156 23:18:02 ---> 0cd3c4a7c6bf 23:18:02 Step 15/23 : RUN apk --no-cache add zeromq 23:18:03 ---> Running in 0ceaf8d60403 23:18:03 ---> Running in 05f179aa5a74 23:18:04 Removing intermediate container 0ceaf8d60403 23:18:04 ---> 6daa844cb676 23:18:04 Step 24/26 : LABEL arch=arm64 23:18:04 ---> Running in ed49d401d4de 23:18:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:06 Removing intermediate container ed49d401d4de 23:18:06 ---> bd8a25e652e2 23:18:06 Step 25/26 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:18:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:06 (1/5) Installing libgcc (9.3.0-r2) 23:18:06 ---> Running in b2776e3ff2ab 23:18:06 (2/5) Installing libsodium (1.0.18-r0) 23:18:07 (3/5) Installing libstdc++ (9.3.0-r2) 23:18:07 (4/5) Installing libzmq (4.3.3-r0) 23:18:07 (5/5) Installing zeromq (4.3.3-r0) 23:18:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpineExecuting busybox-1.31.1-r16.trigger 23:18:07 23:18:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:18:07 ---> b7bc661c4e41 23:18:07 Step 3/21 : WORKDIR /edgex-go 23:18:07 ---> Using cache 23:18:07 ---> 8c67f688bee7 23:18:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:18:07 ---> Using cache 23:18:07 ---> 3c7ae256cd05 23:18:07 Step 5/21 : RUN apk update && apk add make gitOK: 8 MiB in 19 packages 23:18:07 23:18:07 ---> Running in ec25e9949cb4 23:18:07 Removing intermediate container b2776e3ff2ab 23:18:07 ---> 79d9afc619b1 23:18:07 Step 26/26 : LABEL version=0.0.0 23:18:08 ---> Running in d5469cb4222b 23:18:09 Removing intermediate container d5469cb4222b 23:18:09 ---> fba657d2a6bb 23:18:09 23:18:10 Removing intermediate container 05f179aa5a74 23:18:10 ---> b77f3b2e409e 23:18:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:18:10 Removing intermediate container 6041b38cb2c2 23:18:10 ---> 589069b6721d 23:18:10 Step 21/27 : RUN pip install docker-compose==1.23.2 23:18:10 Successfully built fba657d2a6bb 23:18:10 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:18:10  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 23:18:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:10 ---> Running in 393bac83bbe7 23:18:10 ---> 6a149b87a455 23:18:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:12 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:18:12 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:18:12 OK: 12623 distinct packages available 23:18:13 OK: 217 MiB in 51 packages 23:18:14 ---> 23fd28dc0ed5 23:18:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:18:15 ---> 1729e2995bab 23:18:15 Step 19/23 : ENTRYPOINT ["/core-data"] 23:18:15 Removing intermediate container ec25e9949cb4 23:18:15 ---> 42ce7ac0df39 23:18:15 Step 6/21 : COPY go.mod . 23:18:16 ---> Running in b20759820510 23:18:17 Removing intermediate container b20759820510 23:18:17 ---> 3d9ba484bd31 23:18:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:17 ---> 0e782226295b 23:18:17 Step 7/21 : RUN go mod download 23:18:17 Collecting docker-compose==1.23.2 23:18:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:18:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:18:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:18:18 ---> b7bc661c4e41 23:18:18 Step 3/22 : WORKDIR /edgex-go 23:18:18 ---> Using cache 23:18:18 ---> 8c67f688bee7 23:18:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:18:18 ---> Using cache 23:18:18 ---> 3c7ae256cd05 23:18:18 Step 5/22 : RUN apk update && apk add make git 23:18:18 ---> Using cache 23:18:18 ---> 42ce7ac0df39 23:18:18 Step 6/22 : COPY go.mod . 23:18:18 ---> Using cache 23:18:18 ---> 0e782226295b 23:18:18 Step 7/22 : RUN go mod download 23:18:18 ---> Running in 0c04a7666d09 23:18:18 ---> Running in a16406de4b5d 23:18:18 Collecting dockerpty<0.5,>=0.4.1 23:18:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:18:18 ---> Running in 00f980d3182c 23:18:19 Removing intermediate container 0c04a7666d09 23:18:19 ---> c900a508ae3b 23:18:19 Step 21/23 : LABEL arch=arm64 23:18:19 ---> Running in a5bee3bd59d0 23:18:21 Removing intermediate container a5bee3bd59d0 23:18:21 ---> 047dc12cf72f 23:18:21 Step 22/23 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:18:21 Collecting jsonschema<3,>=2.5.1 23:18:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:18:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:18:21 ---> Running in 35261d3d6e7c 23:18:22 Collecting docker<4.0,>=3.6.0 23:18:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:18:22 Removing intermediate container 35261d3d6e7c 23:18:22 ---> b2ad885f01cf 23:18:22 Step 23/23 : LABEL version=0.0.0 23:18:22 Removing intermediate container 00f980d3182c 23:18:22 ---> a897cbd2940a 23:18:22 Step 8/22 : COPY . . 23:18:23 ---> Running in a359fa5f75fe 23:18:23 Removing intermediate container a16406de4b5d 23:18:23 ---> 8aec24abbefb 23:18:23 Step 8/21 : COPY . . 23:18:23 Collecting docopt<0.7,>=0.6.1 23:18:23 Downloading docopt-0.6.2.tar.gz (25 kB) 23:18:23 Removing intermediate container a359fa5f75fe 23:18:23 ---> af0ca2143bde 23:18:23 23:18:24 Successfully built af0ca2143bde 23:18:24 Successfully tagged docker-core-data-go-arm64:latest 23:18:24  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 23:18:25 Collecting texttable<0.10,>=0.9.0 23:18:25 Downloading texttable-0.9.1.tar.gz (11 kB) 23:18:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:18:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:18:29 Collecting cached-property<2,>=1.2.0 23:18:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:18:30 Collecting websocket-client<1.0,>=0.32.0 23:18:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:18:31 Collecting PyYAML<4,>=3.10 23:18:31 Downloading PyYAML-3.13.tar.gz (270 kB) 23:18:35 Collecting docker-pycreds>=0.4.0 23:18:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:18:35 Collecting idna<2.8,>=2.5 23:18:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:18:36 Collecting urllib3<1.25,>=1.21.1 23:18:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:18:36 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) 23:18:36 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) 23:18:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:18:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:18:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:18:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:18:37 Installing collected packages: dockerpty, jsonschema, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, texttable, cached-property, PyYAML, docker-compose 23:18:37 Running setup.py install for dockerpty: started 23:18:39 Running setup.py install for dockerpty: finished with status 'done' 23:18:41 Attempting uninstall: idna 23:18:41 Found existing installation: idna 2.9 23:18:41 Uninstalling idna-2.9: 23:18:41 Successfully uninstalled idna-2.9 23:18:43 Attempting uninstall: urllib3 23:18:43 Found existing installation: urllib3 1.25.9 23:18:43 Uninstalling urllib3-1.25.9: 23:18:43 Successfully uninstalled urllib3-1.25.9 23:18:44 Attempting uninstall: requests 23:18:44 Found existing installation: requests 2.23.0 23:18:44 Uninstalling requests-2.23.0: 23:18:44 Successfully uninstalled requests-2.23.0 23:18:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:18:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:18:44 ---> b7bc661c4e41 23:18:44 Step 3/24 : WORKDIR /edgex-go 23:18:44 ---> Using cache 23:18:44 ---> 8c67f688bee7 23:18:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:18:44 ---> Using cache 23:18:44 ---> 3c7ae256cd05 23:18:44 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:18:48 Running setup.py install for docopt: started 23:18:49 ---> Running in 63fb81dff3f4 23:18:50 ---> 6bd60df10381 23:18:50 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:18:50 ---> Running in 02fc7c7f9257 23:18:51 Running setup.py install for docopt: finished with status 'done' 23:18:51 Running setup.py install for texttable: started 23:18:51 ---> 418acf4d5c8d 23:18:51 Step 9/22 : RUN make cmd/core-command/core-command 23:18:51 ---> Running in 25dd657465ff 23:18:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:53 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 23:18:53 Running setup.py install for texttable: finished with status 'done' 23:18:53 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:18:53 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:18:53 OK: 12623 distinct packages available 23:18:53 Running setup.py install for PyYAML: started 23:18:54 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 23:18:54 OK: 217 MiB in 51 packages 23:18:55 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 23:18:55 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 23:18:55 ---> b7bc661c4e41 23:18:55 Step 3/29 : WORKDIR /edgex-go 23:18:55 ---> Using cache 23:18:55 ---> 8c67f688bee7 23:18:55 Step 4/29 : RUN apk update && apk add make git 23:18:55 ---> Running in 74727d183a8e 23:18:56 Removing intermediate container 63fb81dff3f4 23:18:56 ---> fbec0bb14a5e 23:18:56 Step 6/24 : COPY go.mod . 23:18:57 Running setup.py install for PyYAML: finished with status 'done' 23:18:57 ---> 8b20da8d1eed 23:18:57 Step 7/24 : RUN go mod download 23:18:58 ---> Running in e80aaf825774 23:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:58 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 23:18:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:00 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:19:00 v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] 23:19:00 OK: 12623 distinct packages available 23:19:02 OK: 217 MiB in 51 packages 23:19:04 Removing intermediate container e80aaf825774 23:19:04 ---> 746973f2cd8b 23:19:04 Step 8/24 : COPY . . 23:19:04 Removing intermediate container 74727d183a8e 23:19:04 ---> 41bb0a501520 23:19:04 Step 5/29 : COPY go.mod . 23:19:05 Removing intermediate container 393bac83bbe7 23:19:05 ---> 42d477ae8869 23:19:05 Step 22/27 : RUN apk --no-cache add curl 23:19:05 ---> Running in 413e17e370a9 23:19:06 ---> c46ddd4519a5 23:19:06 Step 6/29 : RUN go mod download 23:19:06 ---> Running in bfda98c9f656 23:19:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:19:10 (2/3) Installing libcurl (7.69.1-r1) 23:19:10 (3/3) Installing curl (7.69.1-r1) 23:19:10 Executing busybox-1.31.1-r16.trigger 23:19:10 OK: 71 MiB in 58 packages 23:19:14 Removing intermediate container 413e17e370a9 23:19:14 ---> 536fb5597648 23:19:14 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:19:14 Removing intermediate container bfda98c9f656 23:19:14 ---> 72c0bfda05d3 23:19:14 Step 7/29 : COPY . . 23:19:14 ---> Running in 7b27df44511f 23:19:15 Removing intermediate container 7b27df44511f 23:19:15 ---> 34d2cf484c0b 23:19:15 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:19:15 ---> Running in 3603996ae829 23:19:17 Removing intermediate container 3603996ae829 23:19:17 ---> 692e640f93ad 23:19:17 Step 25/27 : LABEL arch=arm64 23:19:17 ---> Running in 9d98020a4800 23:19:18 Removing intermediate container 9d98020a4800 23:19:18 ---> 9f98928d74a7 23:19:18 Step 26/27 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:19:18 ---> Running in 43460094b569 23:19:20 Removing intermediate container 43460094b569 23:19:20 ---> 868f3b6a2a2b 23:19:20 Step 27/27 : LABEL version=0.0.0 23:19:20 ---> Running in c18f13c1c11f 23:19:21 Removing intermediate container c18f13c1c11f 23:19:21 ---> 6a6dfe079bfd 23:19:21 23:19:23 Successfully built 6a6dfe079bfd 23:19:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:19:23 Building docker-core-metadata-go 23:19:45  Building docker-sys-mgmt-agent-go ... done  ---> d24e96cd2e0c 23:19:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:19:45 ---> Running in 3a0c5f6877dd 23:19:47 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 23:19:51 ---> 04629879d3f2 23:19:51 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 23:19:51 ---> Running in 71635633b958 23:19:54 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 23:19:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:19:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:19:54 ---> b7bc661c4e41 23:19:54 Step 3/22 : WORKDIR /edgex-go 23:19:54 ---> Using cache 23:19:54 ---> 8c67f688bee7 23:19:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:54 ---> Using cache 23:19:54 ---> 3c7ae256cd05 23:19:54 Step 5/22 : RUN apk update && apk add make git 23:19:54 ---> Using cache 23:19:54 ---> 42ce7ac0df39 23:19:54 Step 6/22 : COPY go.mod . 23:19:54 ---> Using cache 23:19:54 ---> 0e782226295b 23:19:54 Step 7/22 : RUN go mod download 23:19:54 ---> Using cache 23:19:54 ---> 8aec24abbefb 23:19:54 Step 8/22 : COPY . . 23:19:54 ---> Using cache 23:19:54 ---> 6bd60df10381 23:19:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:19:54 ---> Running in bb4cdffbf6c2 23:19:56 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 23:20:35 Removing intermediate container 02fc7c7f9257 23:20:35 ---> b272523185b6 23:20:35 23:20:35 Step 10/21 : FROM scratch 23:20:35 ---> 23:20:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:20:35 ---> Running in fa005b2c3167 23:20:35 Removing intermediate container fa005b2c3167 23:20:35 ---> 88164f5f6ee8 23:20:35 Step 12/21 : ENV APP_PORT=48085 23:20:35 ---> Running in 3743fa55ec69 23:20:35 Removing intermediate container 3743fa55ec69 23:20:35 ---> e2bcfd197351 23:20:35 Step 13/21 : EXPOSE $APP_PORT 23:20:35 ---> Running in 0c0eb55c85f2 23:20:36 Removing intermediate container 0c0eb55c85f2 23:20:36 ---> 4b17b35e780c 23:20:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:20:37 Removing intermediate container 25dd657465ff 23:20:37 ---> 54b6fce6c348 23:20:37 23:20:37 Step 10/22 : FROM scratch 23:20:37 ---> 23:20:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:20:37 ---> Using cache 23:20:37 ---> 88164f5f6ee8 23:20:37 Step 12/22 : ENV APP_PORT=48082 23:20:37 ---> Running in a8290d1ebd43 23:20:38 ---> 5b6345fb4e6a 23:20:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:20:38 Removing intermediate container a8290d1ebd43 23:20:38 ---> ee66b6aa23c4 23:20:38 Step 13/22 : EXPOSE $APP_PORT 23:20:38 ---> Running in ead7ea1cb685 23:20:39 Removing intermediate container ead7ea1cb685 23:20:39 ---> b9530474ffc9 23:20:39 Step 14/22 : WORKDIR / 23:20:39 ---> Running in cd8ada4d2542 23:20:40 ---> e657c681e25c 23:20:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:20:40 Removing intermediate container cd8ada4d2542 23:20:40 ---> 0aebf247e08f 23:20:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:20:41 ---> 02ee34aaf9c2 23:20:41 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:20:41 ---> fa2e00680937 23:20:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:20:41 ---> Running in 68931c0d77f2 23:20:42 Removing intermediate container 68931c0d77f2 23:20:42 ---> 81a66be1afda 23:20:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:20:42 ---> Running in 48f12725b3c8 23:20:43 Removing intermediate container 48f12725b3c8 23:20:43 ---> 56c7465db3f0 23:20:43 Step 19/21 : LABEL arch=arm64 23:20:43 ---> 61597f060cc9 23:20:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:20:43 ---> Running in fdf42cf800ef 23:20:44 Removing intermediate container fdf42cf800ef 23:20:44 ---> c46ed4caa06d 23:20:44 Step 20/21 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:20:44 ---> Running in 5c16377d9a98 23:20:44 ---> aafee6226de3 23:20:44 Step 18/22 : ENTRYPOINT ["/core-command"] 23:20:44 ---> Running in bd38ad7bb6ca 23:20:45 Removing intermediate container 5c16377d9a98 23:20:45 ---> b488b680a410 23:20:45 Step 21/21 : LABEL version=0.0.0 23:20:45 ---> Running in 479424876bb4 23:20:45 Removing intermediate container bd38ad7bb6ca 23:20:45 ---> 16db9671cf24 23:20:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:20:46 ---> Running in 409b46bcb577 23:20:46 Removing intermediate container 479424876bb4 23:20:46 ---> 71430e3e4508 23:20:46 23:20:46 Removing intermediate container 409b46bcb577 23:20:46 ---> cdb30d5d9695 23:20:46 Step 20/22 : LABEL arch=arm64 23:20:46 ---> Running in d5f2bfb30623 23:20:47 Successfully built 71430e3e4508 23:20:47 Successfully tagged docker-support-scheduler-go-arm64:latest 23:20:47  Building docker-support-scheduler-go ... done Removing intermediate container d5f2bfb30623 23:20:47 ---> 6d6b890cae52 23:20:47 Step 21/22 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:20:47 ---> Running in 66181e627594 23:20:48 Removing intermediate container 66181e627594 23:20:48 ---> 156050ce9780 23:20:48 Step 22/22 : LABEL version=0.0.0 23:20:48 ---> Running in 45cd8a7d3c15 23:20:49 Removing intermediate container 45cd8a7d3c15 23:20:49 ---> 5cd55318c7a6 23:20:49 23:20:49 Successfully built 5cd55318c7a6 23:20:49 Successfully tagged docker-core-command-go-arm64:latest 23:21:08  Building docker-core-command-go ... done Removing intermediate container 71635633b958 23:21:08 ---> ed5f9a3829dc 23:21:08 23:21:08 Step 9/29 : FROM alpine:latest 23:21:08 ---> 62ee0e9f8440 23:21:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 23:21:08 ---> Running in 88bf64c7631c 23:21:08 Removing intermediate container 88bf64c7631c 23:21:08 ---> 267123a214e5 23:21:08 Step 11/29 : USER root 23:21:08 ---> Running in fcc641efefb4 23:21:08 Removing intermediate container fcc641efefb4 23:21:08 ---> 03c1fd460871 23:21:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 23:21:08 ---> Running in 25c58598edd7 23:21:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:11 v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:21:11 v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:21:11 OK: 12621 distinct packages available 23:21:11 (1/2) Installing ca-certificates (20191127-r4) 23:21:12 (2/2) Installing dumb-init (1.2.2-r1) 23:21:12 Executing busybox-1.31.1-r16.trigger 23:21:12 Executing ca-certificates-20191127-r4.trigger 23:21:12 OK: 6 MiB in 16 packages 23:21:15 Removing intermediate container 25c58598edd7 23:21:15 ---> 17b2ae3eb179 23:21:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 23:21:15 ---> Running in 278bc13cf395 23:21:15 Removing intermediate container 278bc13cf395 23:21:15 ---> f71f4496248e 23:21:15 Step 14/29 : WORKDIR $BASE_DIR 23:21:16 ---> Running in 15fe039cc014 23:21:17 Removing intermediate container 15fe039cc014 23:21:17 ---> aa3915eef2eb 23:21:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 23:21:17 ---> Running in 91066e384d2c 23:21:19 Removing intermediate container 3a0c5f6877dd 23:21:19 ---> 387288a6a856 23:21:19 23:21:19 Step 10/24 : FROM scratch 23:21:19 ---> 23:21:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:21:19 ---> Using cache 23:21:19 ---> 5dfac78c19d9 23:21:19 Step 12/24 : ENV APP_PORT=48060 23:21:19 ---> Running in 837a61613cc7 23:21:20 Removing intermediate container 837a61613cc7 23:21:20 ---> 347fd2d9b88c 23:21:20 Step 13/24 : EXPOSE $APP_PORT 23:21:20 ---> Running in 8ee1d9f8cedd 23:21:20 Removing intermediate container 91066e384d2c 23:21:20 ---> d1c36a0d0ba1 23:21:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 23:21:21 Removing intermediate container 8ee1d9f8cedd 23:21:21 ---> dd4bb37d68b3 23:21:21 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:21:22 ---> 80066f973cbe 23:21:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 23:21:22 ---> f7938d8517e6 23:21:22 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:21:23 ---> 27c8208a1e4b 23:21:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 23:21:23 ---> 95bc20968eca 23:21:23 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:21:24 ---> 6c1696ee8f9e 23:21:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 23:21:25 ---> 272eee450d5a 23:21:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:21:25 ---> 5bdf4f7e6171 23:21:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 23:21:25 ---> b3a33a7ba738 23:21:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:21:26 ---> a1227322fa48 23:21:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 23:21:26 ---> Running in d5d73212706f 23:21:27 ---> 181ecbe786a5 23:21:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:21:28 ---> 89065536871f 23:21:28 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:21:28 ---> Running in e1ba5742283e 23:21:29 Removing intermediate container e1ba5742283e 23:21:29 ---> 81e08ad9e419 23:21:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:29 Removing intermediate container d5d73212706f 23:21:29 ---> c0370616b265 23:21:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 23:21:29 Removing intermediate container bb4cdffbf6c2 23:21:29 ---> b227cf44816f 23:21:29 23:21:29 Step 10/22 : FROM scratch 23:21:29 ---> 23:21:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:21:29 ---> Running in 791f31cbf571 23:21:30 ---> Using cache 23:21:30 ---> 88164f5f6ee8 23:21:30 Step 12/22 : ENV APP_PORT=48081 23:21:30 ---> Running in 2567726e36fb 23:21:30 Removing intermediate container 791f31cbf571 23:21:30 ---> 9da55ce5bc48 23:21:30 Step 22/24 : LABEL arch=arm64 23:21:30 ---> Running in 570d0579afec 23:21:31 Removing intermediate container 2567726e36fb 23:21:31 ---> 10a37f0ebe7d 23:21:31 Step 13/22 : EXPOSE $APP_PORT 23:21:31 ---> 3d176ecbf2ef 23:21:31 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:21:31 ---> Running in 88c018cec874 23:21:31 ---> Running in f90a6ef1ffa1 23:21:31 Removing intermediate container 570d0579afec 23:21:31 ---> 2a9e53f1e8b2 23:21:31 Step 23/24 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:21:31 ---> Running in 9b68c2896c0a 23:21:31 Removing intermediate container 88c018cec874 23:21:31 ---> 59745861b500 23:21:31 Step 14/22 : WORKDIR / 23:21:32 ---> Running in e18a15f52811 23:21:32 Removing intermediate container 9b68c2896c0a 23:21:32 ---> 54be24fa587e 23:21:32 Step 24/24 : LABEL version=0.0.0 23:21:32 ---> Running in 6eb410b579f3 23:21:32 Removing intermediate container e18a15f52811 23:21:32 ---> c947080945c1 23:21:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:21:33 Removing intermediate container 6eb410b579f3 23:21:33 ---> c0dc5c73b577 23:21:33 23:21:33 ---> 211b3763ff11 23:21:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:21:33 Successfully built c0dc5c73b577 23:21:33 Successfully tagged docker-support-notifications-go-arm64:latest 23:21:34  Building docker-support-notifications-go ... done Removing intermediate container f90a6ef1ffa1 23:21:34 ---> 89ba26a7dbaa 23:21:34 Step 24/29 : RUN chmod 755 security-secrets-setup 23:21:34 ---> Running in 81c136f10526 23:21:35 ---> 3b00f9a47365 23:21:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:21:36 ---> 16713ce2e453 23:21:36 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:21:36 ---> Running in 628f9b7ec657 23:21:36 Removing intermediate container 628f9b7ec657 23:21:36 ---> 52ebd25db28b 23:21:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:36 ---> Running in 27ea09ac138e 23:21:37 Removing intermediate container 27ea09ac138e 23:21:37 ---> 8e8684a3808a 23:21:37 Step 20/22 : LABEL arch=arm64 23:21:37 ---> Running in 06e0e86478a9 23:21:38 Removing intermediate container 06e0e86478a9 23:21:38 ---> 716287d8e4b1 23:21:38 Step 21/22 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:21:38 Removing intermediate container 81c136f10526 23:21:38 ---> f91c5d2b83c6 23:21:38 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 23:21:38 ---> Running in 329b435e9c0c 23:21:38 ---> Running in 91e37ff5c02c 23:21:39 Removing intermediate container 91e37ff5c02c 23:21:39 ---> 27f5494b910a 23:21:39 Step 26/29 : CMD [ "generate" ] 23:21:39 Removing intermediate container 329b435e9c0c 23:21:39 ---> 2b140aa6a5c5 23:21:39 Step 22/22 : LABEL version=0.0.0 23:21:39 ---> Running in ff34ed6b6fac 23:21:39 ---> Running in 4f13c8a8e62f 23:21:39 Removing intermediate container 4f13c8a8e62f 23:21:39 ---> a862be6ebc8d 23:21:39 23:21:39 Removing intermediate container ff34ed6b6fac 23:21:39 ---> 5f58ae2f954b 23:21:39 Step 27/29 : LABEL arch=arm64 23:21:40 ---> Running in 5d6515d09c2e 23:21:40 Successfully built a862be6ebc8d 23:21:40 Successfully tagged docker-core-metadata-go-arm64:latest 23:21:40  Building docker-core-metadata-go ... done Removing intermediate container 5d6515d09c2e 23:21:40 ---> b5373b4e05e3 23:21:40 Step 28/29 : LABEL git_sha=f0d76360efdc46cb76f59e8e0979500606efc519 23:21:40 ---> Running in 53235f07c3a2 23:21:41 Removing intermediate container 53235f07c3a2 23:21:41 ---> f48e4dda7824 23:21:41 Step 29/29 : LABEL version=0.0.0 23:21:41 ---> Running in 0c973f137973 23:21:41 Removing intermediate container 0c973f137973 23:21:41 ---> 7e3bd6dc5c8d 23:21:41 23:21:42 Successfully built 7e3bd6dc5c8d 23:21:42 Successfully tagged docker-security-secrets-setup-go-arm64:latest 23:21:42  Building docker-security-secrets-setup-go ... done  [Pipeline] } 23:21:42 $ docker stop --time=1 15ce54addec136c6267e5465208e45518f3d2a1206ea8c66e3b4861d654b5b2f 23:21:44 $ docker rm -f 15ce54addec136c6267e5465208e45518f3d2a1206ea8c66e3b4861d654b5b2f [Pipeline] // withDockerContainer [Pipeline] sh 23:21:45 + + grepdocker docker images 23:21:45 23:21:45 docker-security-secrets-setup-go-arm64 latest 7e3bd6dc5c8d 4 seconds ago 22.7MB 23:21:45 docker-core-metadata-go-arm64 latest a862be6ebc8d 6 seconds ago 13.3MB 23:21:45 docker-support-notifications-go-arm64 latest c0dc5c73b577 13 seconds ago 12.9MB 23:21:45 docker-core-command-go-arm64 latest 5cd55318c7a6 57 seconds ago 11.4MB 23:21:45 docker-support-scheduler-go-arm64 latest 71430e3e4508 About a minute ago 11.5MB 23:21:45 docker-sys-mgmt-agent-go-arm64 latest 6a6dfe079bfd 2 minutes ago 270MB 23:21:45 docker-core-data-go-arm64 latest af0ca2143bde 3 minutes ago 22.2MB 23:21:45 docker-security-secretstore-setup-go-arm64 latest fba657d2a6bb 3 minutes ago 30.8MB 23:21:45 docker-support-logging-go-arm64 latest 9aaffb74ede2 4 minutes ago 10.6MB 23:21:45 docker-security-proxy-setup-go-arm64 latest 75b8137539f3 4 minutes ago 15.1MB 23:21:45 docker latest 45884bde0078 3 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 23:21:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:21:49 ---> package-listing.sh 23:21:49 ++ facter osfamily 23:21:49 ++ tr '[:upper:]' '[:lower:]' 23:21:49 + OS_FAMILY=redhat 23:21:49 + workspace=/w/workspace/edgex-go/10 23:21:49 + START_PACKAGES=/tmp/packages_start.txt 23:21:49 + END_PACKAGES=/tmp/packages_end.txt 23:21:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:21:49 + PACKAGES=/tmp/packages_start.txt 23:21:49 + '[' /w/workspace/edgex-go/10 ']' 23:21:49 + PACKAGES=/tmp/packages_end.txt 23:21:49 + case "${OS_FAMILY}" in 23:21:49 + rpm -qa 23:21:49 + sort 23:21:53 + '[' -f /tmp/packages_start.txt ']' 23:21:53 + '[' -f /tmp/packages_end.txt ']' 23:21:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:21:53 + '[' /w/workspace/edgex-go/10 ']' 23:21:53 + mkdir -p /w/workspace/edgex-go/10/archives/ 23:21:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:21:54 provisioning config files... 23:21:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2292741923812907348tmp [Pipeline] { [Pipeline] echo 23:21:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:21:54 ---> create-netrc.sh [Pipeline] } 23:21:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:21:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:21:54 ---> python-tools-install.sh 23:21:54 Generating Requirements File 23:23:16 Python 3.6.8 23:23:16 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 23:23:16 appdirs==1.4.3 23:23:16 argcomplete==1.12.1 23:23:16 aspy.yaml==1.3.0 23:23:16 attrs==19.3.0 23:23:16 Babel==2.8.0 23:23:16 beautifulsoup4==4.8.2 23:23:16 boto3==1.11.6 23:23:16 botocore==1.14.6 23:23:16 bs4==0.0.1 23:23:16 cachetools==4.1.1 23:23:16 certifi==2019.11.28 23:23:16 cffi==1.14.3 23:23:16 cfgv==2.0.1 23:23:16 chardet==3.0.4 23:23:16 click==7.1 23:23:16 cliff==3.4.0 23:23:16 cmd2==1.3.11 23:23:16 colorama==0.4.4 23:23:16 cryptography==3.1.1 23:23:16 debtcollector==2.2.0 23:23:16 decorator==4.4.2 23:23:16 defusedxml==0.6.0 23:23:16 Deprecated==1.2.7 23:23:16 distlib==0.3.1 23:23:16 distro==1.2.0 23:23:16 dnspython==1.16.0 23:23:16 docker==4.2.0 23:23:16 docutils==0.15.2 23:23:16 dogpile.cache==1.0.2 23:23:16 email-validator==1.0.5 23:23:16 filelock==3.0.12 23:23:16 future==0.18.2 23:23:16 google-auth==1.22.1 23:23:16 httplib2==0.17.0 23:23:16 identify==1.4.11 23:23:16 idna==2.9 23:23:16 importlib-metadata==2.0.0 23:23:16 importlib-resources==1.5.0 23:23:16 iso8601==0.1.13 23:23:16 Jinja2==2.11.1 23:23:16 jmespath==0.10.0 23:23:16 jsonpatch==1.26 23:23:16 jsonpointer==2.0 23:23:16 jsonschema==3.2.0 23:23:16 keystoneauth1==4.2.1 23:23:16 kubernetes==11.0.0 23:23:16 lftools==0.34.2 23:23:16 lxml==4.5.0 23:23:16 MarkupSafe==0.23 23:23:16 msgpack==1.0.0 23:23:16 multi-key-dict==2.0.3 23:23:16 munch==2.5.0 23:23:16 netaddr==0.8.0 23:23:16 netifaces==0.10.9 23:23:16 niet==1.4.2 23:23:16 nodeenv==1.3.5 23:23:16 oauth2client==4.1.3 23:23:16 oauthlib==3.1.0 23:23:16 openstacksdk==0.50.0 23:23:16 os-client-config==2.1.0 23:23:16 os-service-types==1.7.0 23:23:16 osc-lib==2.2.1 23:23:16 oslo.config==8.3.2 23:23:16 oslo.context==3.1.1 23:23:16 oslo.i18n==5.0.1 23:23:16 oslo.log==4.4.0 23:23:16 oslo.serialization==4.0.1 23:23:16 oslo.utils==4.6.0 23:23:16 packaging==20.4 23:23:16 pbr==5.4.4 23:23:16 pluggy==0.13.1 23:23:16 prettytable==0.7.2 23:23:16 py==1.9.0 23:23:16 pyasn1==0.4.8 23:23:16 pyasn1-modules==0.2.8 23:23:16 pycparser==2.20 23:23:16 pygerrit2==2.0.10 23:23:16 PyGithub==1.46 23:23:16 pyinotify==0.9.6 23:23:16 PyJWT==1.7.1 23:23:16 pyparsing==2.4.7 23:23:16 pyperclip==1.8.1 23:23:16 pyroute2==0.4.13 23:23:16 pyrsistent==0.15.7 23:23:16 PySocks==1.6.8 23:23:16 python-cinderclient==7.2.0 23:23:16 python-dateutil==2.8.1 23:23:16 python-heatclient==2.2.1 23:23:16 python-jenkins==1.7.0 23:23:16 python-keystoneclient==4.1.1 23:23:16 python-magnumclient==3.2.1 23:23:16 python-novaclient==17.2.1 23:23:16 python-openstackclient==5.4.0 23:23:16 python-swiftclient==3.10.1 23:23:16 pytz==2020.1 23:23:16 PyYAML==5.3 23:23:16 requests==2.23.0 23:23:16 requests-oauthlib==1.3.0 23:23:16 requestsexceptions==1.4.0 23:23:16 rfc3986==1.4.0 23:23:16 rpm==4.11.3 23:23:16 rsa==4.0 23:23:16 ruamel.yaml==0.16.10 23:23:16 ruamel.yaml.clib==0.2.0 23:23:16 s3transfer==0.3.3 23:23:16 shade==1.27.2 23:23:16 simplejson==3.17.2 23:23:16 six==1.14.0 23:23:16 soupsieve==2.0 23:23:16 stevedore==3.2.2 23:23:16 tabulate==0.8.6 23:23:16 toml==0.10.0 23:23:16 tox==3.20.1 23:23:16 tqdm==4.43.0 23:23:16 urllib3==1.25.8 23:23:16 virtualenv==20.0.34 23:23:16 wcwidth==0.2.5 23:23:16 websocket-client==0.57.0 23:23:16 wrapt==1.12.1 23:23:16 xdg==3.0.2 23:23:16 xmltodict==0.12.0 23:23:16 yq==2.11.1 23:23:16 zipp==3.3.0 23:23:16 Cache entry deserialization failed, entry ignored 23:23:16 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. 23:23:16 Python 2.7.5 23:23:16 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 23:23:16 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. 23:23:16 ansible==2.9.7 23:23:16 Babel==0.9.6 23:23:16 backports.ssl-match-hostname==3.5.0.1 23:23:16 beautifulsoup4==4.4.1 23:23:16 bodhi==2.11.0 23:23:16 bodhi-client==2.11.0 23:23:16 CCColUtils==1.4 23:23:16 cffi==1.6.0 23:23:16 chardet==2.2.1 23:23:16 click==6.7 23:23:16 cloud-init==18.5 23:23:16 configobj==4.7.2 23:23:16 cryptography==1.7.2 23:23:16 decorator==3.4.0 23:23:16 distro==1.2.0 23:23:16 enum34==1.0.4 23:23:16 fedpkg==1.38 23:23:16 futures==3.1.1 23:23:16 gitdb==0.6.4 23:23:16 GitPython==1.0.1 23:23:16 html5lib==0.999 23:23:16 httplib2==0.9.2 23:23:16 idna==2.4 23:23:16 iniparse==0.4 23:23:16 ipaddress==1.0.16 23:23:16 IPy==0.75 23:23:16 javapackages==1.0.0 23:23:16 Jinja2==2.7.2 23:23:16 jmespath==0.9.4 23:23:16 jsonpatch==1.2 23:23:16 jsonpointer==1.9 23:23:16 kerberos==1.1 23:23:16 kitchen==1.1.1 23:23:16 langtable==0.0.31 23:23:16 lockfile==0.9.1 23:23:16 lxml==3.2.1 23:23:16 MarkupSafe==0.11 23:23:16 munch==2.0.2 23:23:16 offtrac==0.1.0 23:23:16 openidc-client==0.6.0 23:23:16 packagedb-cli==2.14.1 23:23:16 paramiko==2.1.1 23:23:16 perf==0.1 23:23:16 ply==3.4 23:23:16 policycoreutils-default-encoding==0.1 23:23:16 prettytable==0.7.2 23:23:16 pyasn1==0.1.9 23:23:16 pycparser==2.14 23:23:16 pycurl==7.19.0 23:23:16 pygobject==3.22.0 23:23:16 pygpgme==0.3 23:23:16 pyliblzma==0.5.3 23:23:16 pyOpenSSL==0.13.1 23:23:16 pyparsing==1.5.6 23:23:16 pyserial==2.6 23:23:16 python-augeas==0.5.0 23:23:16 python-bugzilla==2.3.0 23:23:16 python-dateutil==1.5 23:23:16 python-fedora==0.10.0 23:23:16 python-linux-procfs==0.4.9 23:23:16 python-yubico==1.2.3 23:23:16 pyudev==0.15 23:23:16 pyusb==1.0.0b1 23:23:16 pyxattr==0.5.1 23:23:16 PyYAML==3.10 23:23:16 requests==2.6.0 23:23:16 requests-kerberos==0.7.0 23:23:16 rpkg==1.60 23:23:16 schedutils==0.4 23:23:16 seobject==0.1 23:23:16 sepolicy==1.1 23:23:16 six==1.9.0 23:23:16 smmap==0.9.0 23:23:16 urlgrabber==3.10 23:23:16 urllib3==1.10.2 23:23:16 virtualenv==15.1.0 23:23:16 yum-langpacks==0.4.2 23:23:16 yum-metadata-parser==1.1.4 [Pipeline] echo 23:23:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:23:16 ---> sudo-logs.sh 23:23:16 Archiving 'sudo' log.. [Pipeline] echo 23:23:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:23:17 ---> job-cost.sh 23:23:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BDI0 23:23:25 Cache entry deserialization failed, entry ignored 23:23:25 Cache entry deserialization failed, entry ignored 23:23:26 Cache entry deserialization failed, entry ignored 23:23:26 Cache entry deserialization failed, entry ignored 23:23:26 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:27 Cache entry deserialization failed, entry ignored 23:23:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:24:03 lf-activate-venv(): INFO: Adding /tmp/venv-BDI0/bin to PATH 23:24:03 INFO: No Stack... 23:24:03 INFO: Retrieving Pricing Info for: v1-standard-2 23:24:03 INFO: Archiving Costs [Pipeline] echo 23:24:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:24:03 ---> logs-deploy.sh 23:24:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2785/10 23:24:03 INFO: archiving workspace using pattern(s): 23:24:04 Archives upload complete. 23:24:05 INFO: archiving logs to Nexus