Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b15589ad757bd96941d0737b641a3301667c5cfd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 78d567e8c35819a45e10bd2b75e1138b16507148 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 78d567e8c35819a45e10bd2b75e1138b16507148 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 78d567e8c35819a45e10bd2b75e1138b16507148 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 78d567e8c35819a45e10bd2b75e1138b16507148 # timeout=10 Commit message: "Merge pull request #213 from ernestojeda/edgex-build-parallel" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs: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 raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-601’ is offline Running on prd-centos7-docker-4c-2g-603 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/110 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/110 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision b15589ad757bd96941d0737b641a3301667c5cfd (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 Commit message: "Merge pull request #2634 from ernestojeda/parallel-docker" > git rev-list --no-walk 98f202b9c718295929a9c333e58cdf53ea3a53cb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:28:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:28:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:28:49 ========================================================= 17:28:49 EdgeX Global Pipelines Version Info 17:28:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:28:51 ------------------- 17:28:51 stable info: 17:28:51 ------------------- 17:28:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:28:51 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 17:28:51 Message: update stable to v1.0.101 17:28:52 ------------------- 17:28:52 experimental info: 17:28:52 ------------------- 17:28:52 Commited By: **** collab-it+edgex@linuxfoundation.org 17:28:52 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 17:28:52 Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 17:28:53 ++ 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 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/core-command/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo core-command,cmd/core-command/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/core-data/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo core-data,cmd/core-data/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/core-metadata/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo core-metadata,cmd/core-metadata/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/security-proxy-setup/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/security-secrets-setup/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/support-logging/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo support-logging,cmd/support-logging/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/support-notifications/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo support-notifications,cmd/support-notifications/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/support-scheduler/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:28:53 + for file in '`ls cmd/**/Dockerfile`' 17:28:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:28:53 ++ cut -d/ -f2 17:28:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:28:53 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 17:28:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:55 17:28:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:28:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:55 latest: Pulling from edgex-devops/git-semver 17:28:55 31603596830f: Pulling fs layer 17:28:55 2a8b12db71e7: Pulling fs layer 17:28:55 6ca5941a6612: Pulling fs layer 17:28:55 ecc8261a40a4: Pulling fs layer 17:28:55 ecc8261a40a4: Waiting 17:28:55 2a8b12db71e7: Verifying Checksum 17:28:55 2a8b12db71e7: Download complete 17:28:55 31603596830f: Verifying Checksum 17:28:55 31603596830f: Download complete 17:28:55 ecc8261a40a4: Verifying Checksum 17:28:55 ecc8261a40a4: Download complete 17:28:55 6ca5941a6612: Verifying Checksum 17:28:55 6ca5941a6612: Download complete 17:28:55 31603596830f: Pull complete 17:28:55 2a8b12db71e7: Pull complete 17:28:56 6ca5941a6612: Pull complete 17:28:57 ecc8261a40a4: Pull complete 17:28:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:28:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:28:57 prd-centos7-docker-4c-2g-603 does not seem to be running inside a container 17:28:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:28:59 $ docker top 5a69ca7460f2d289b2a5e475ca57650fd4af9f74f6df014733da777203e6b0e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:00 [ssh-agent] Looking for ssh-agent implementation... 17:29:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:00 $ docker exec 5a69ca7460f2d289b2a5e475ca57650fd4af9f74f6df014733da777203e6b0e0 ssh-agent 17:29:00 SSH_AUTH_SOCK=/tmp/ssh-qrCodE9d3Db5/agent.12 17:29:00 SSH_AGENT_PID=17 17:29:00 Running ssh-add (command line suppressed) 17:29:00 Identity added: /w/workspace/edgex-go/110@tmp/private_key_9123212482390812280.key (/w/workspace/edgex-go/110@tmp/private_key_9123212482390812280.key) 17:29:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:00 + git describe --exact-match --tags HEAD 17:29:00 fatal: No names found, cannot describe anything. [Pipeline] } 17:29:00 $ docker exec --env ******** --env ******** 5a69ca7460f2d289b2a5e475ca57650fd4af9f74f6df014733da777203e6b0e0 ssh-agent -k 17:29:01 unset SSH_AUTH_SOCK; 17:29:01 unset SSH_AGENT_PID; 17:29:01 echo Agent pid 17 killed; 17:29:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:29:01 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:29:01 This usually means this commit has not been tagged. [Pipeline] sshagent 17:29:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:01 [ssh-agent] Looking for ssh-agent implementation... 17:29:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:01 $ docker exec 5a69ca7460f2d289b2a5e475ca57650fd4af9f74f6df014733da777203e6b0e0 ssh-agent 17:29:01 SSH_AUTH_SOCK=/tmp/ssh-E7P6o9uxLyuU/agent.45 17:29:01 SSH_AGENT_PID=50 17:29:01 Running ssh-add (command line suppressed) 17:29:01 Identity added: /w/workspace/edgex-go/110@tmp/private_key_3607377392155110246.key (/w/workspace/edgex-go/110@tmp/private_key_3607377392155110246.key) 17:29:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:02 + git semver init 17:29:02 # -> Open(): unable to determine branch for HEAD 17:29:02 # $GIT_DIR = /w/workspace/edgex-go/110/.git 17:29:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/110 17:29:02 # $SEMVER_REMOTE_NAME = origin 17:29:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:02 # $SEMVER_USER_NAME = edgex-jenkins 17:29:02 # $SEMVER_BRANCH = master 17:29:02 # $SEMVER_TEMP = /tmp/semver-646813509 17:29:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:29:20 # '/tmp/semver-646813509' -> '/w/workspace/edgex-go/110/.semver' 17:29:20 # -> Force: false 17:29:20 # $SEMVER_DIR = /w/workspace/edgex-go/110/.semver [Pipeline] } 17:29:20 $ docker exec --env ******** --env ******** 5a69ca7460f2d289b2a5e475ca57650fd4af9f74f6df014733da777203e6b0e0 ssh-agent -k 17:29:20 unset SSH_AUTH_SOCK; 17:29:20 unset SSH_AGENT_PID; 17:29:20 echo Agent pid 50 killed; 17:29:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:21 + git semver [Pipeline] } 17:29:21 $ docker stop --time=1 5a69ca7460f2d289b2a5e475ca57650fd4af9f74f6df014733da777203e6b0e0 17:29:22 $ docker rm -f 5a69ca7460f2d289b2a5e475ca57650fd4af9f74f6df014733da777203e6b0e0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:29:35 Stashed 18 file(s) [Pipeline] echo 17:29:35 [edgeXSemver] initialized semver on version 1.2.2-dev.1 [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 17:29:36 ========================================================= 17:29:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:29:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:29:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 17:29:40 Sending build context to Docker daemon 323.1MB 17:29:40 Step 1/7 : ARG BASE=golang:1.13-alpine 17:29:40 Step 2/7 : FROM ${BASE} 17:29:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:29:40 df20fa9351a1: Pulling fs layer 17:29:40 ed8968b2872e: Pulling fs layer 17:29:40 a92cc7c5fd73: Pulling fs layer 17:29:40 2dd03ba5bac4: Pulling fs layer 17:29:40 1e091d79d1de: Pulling fs layer 17:29:40 481702a1767f: Pulling fs layer 17:29:40 f64a6f60c768: Pulling fs layer 17:29:40 e78d2573fc39: Pulling fs layer 17:29:40 e876d2f968b6: Pulling fs layer 17:29:40 ce8a83651883: Pulling fs layer 17:29:40 07967f4d0e4b: Pulling fs layer 17:29:40 2dd03ba5bac4: Waiting 17:29:40 1e091d79d1de: Waiting 17:29:40 e78d2573fc39: Waiting 17:29:40 e876d2f968b6: Waiting 17:29:40 ce8a83651883: Waiting 17:29:40 481702a1767f: Waiting 17:29:40 f64a6f60c768: Waiting 17:29:40 07967f4d0e4b: Waiting 17:29:40 a92cc7c5fd73: Verifying Checksum 17:29:40 a92cc7c5fd73: Download complete 17:29:40 ed8968b2872e: Download complete 17:29:40 1e091d79d1de: Verifying Checksum 17:29:40 1e091d79d1de: Download complete 17:29:40 481702a1767f: Download complete 17:29:40 df20fa9351a1: Verifying Checksum 17:29:40 df20fa9351a1: Download complete 17:29:40 df20fa9351a1: Pull complete 17:29:41 ed8968b2872e: Pull complete 17:29:41 f64a6f60c768: Verifying Checksum 17:29:41 f64a6f60c768: Download complete 17:29:41 e876d2f968b6: Verifying Checksum 17:29:41 e876d2f968b6: Download complete 17:29:41 a92cc7c5fd73: Pull complete 17:29:41 2dd03ba5bac4: Download complete 17:29:42 07967f4d0e4b: Verifying Checksum 17:29:42 07967f4d0e4b: Download complete 17:29:42 ce8a83651883: Verifying Checksum 17:29:42 ce8a83651883: Download complete 17:29:42 e78d2573fc39: Verifying Checksum 17:29:42 e78d2573fc39: Download complete 17:29:47 2dd03ba5bac4: Pull complete 17:29:47 1e091d79d1de: Pull complete 17:29:47 481702a1767f: Pull complete 17:29:50 Still waiting to schedule task 17:29:50 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-602’ 17:29:54 f64a6f60c768: Pull complete 17:29:56 e78d2573fc39: Pull complete 17:29:56 e876d2f968b6: Pull complete 17:29:58 ce8a83651883: Pull complete 17:29:58 07967f4d0e4b: Pull complete 17:29:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 17:29:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:29:58 ---> 5d7c900382c6 17:29:58 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 17:29:59 ---> Running in f92e14ec6783 17:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:01 (1/12) Installing libmagic (5.38-r0) 17:30:01 (2/12) Installing file (5.38-r0) 17:30:01 (3/12) Installing libc-dev (0.7.2-r3) 17:30:01 (4/12) Installing g++ (9.3.0-r2) 17:30:02 (5/12) Installing fortify-headers (1.1-r0) 17:30:03 (6/12) Installing patch (2.7.6-r6) 17:30:03 (7/12) Installing build-base (0.5-r2) 17:30:03 (8/12) Installing libsodium (1.0.18-r0) 17:30:03 (9/12) Installing pkgconf (1.7.2-r0) 17:30:03 (10/12) Installing libsodium-dev (1.0.18-r0) 17:30:03 (11/12) Installing libzmq (4.3.2-r0) 17:30:03 (12/12) Installing zeromq-dev (4.3.2-r0) 17:30:03 Executing busybox-1.31.1-r16.trigger 17:30:03 OK: 233 MiB in 51 packages 17:30:07 Removing intermediate container f92e14ec6783 17:30:07 ---> df53eb320676 17:30:07 Step 4/7 : WORKDIR /edgex-go 17:30:07 ---> Running in 9e21e3b4321b 17:30:07 Removing intermediate container 9e21e3b4321b 17:30:07 ---> f1a89e93d8d5 17:30:07 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:30:07 latest: Pulling from library/docker 17:30:07 df20fa9351a1: Already exists 17:30:07 25ad7478873d: Pulling fs layer 17:30:07 4684f6177b5d: Pulling fs layer 17:30:07 46e300cec669: Pulling fs layer 17:30:07 63038576ad94: Pulling fs layer 17:30:07 0fdb76c4706c: Pulling fs layer 17:30:07 cb7edeffdfd5: Pulling fs layer 17:30:07 63038576ad94: Waiting 17:30:07 0fdb76c4706c: Waiting 17:30:07 cb7edeffdfd5: Waiting 17:30:08 4684f6177b5d: Verifying Checksum 17:30:08 4684f6177b5d: Download complete 17:30:08 63038576ad94: Verifying Checksum 17:30:08 63038576ad94: Download complete 17:30:08 25ad7478873d: Verifying Checksum 17:30:08 25ad7478873d: Download complete 17:30:08 0fdb76c4706c: Verifying Checksum 17:30:08 0fdb76c4706c: Download complete 17:30:08 25ad7478873d: Pull complete 17:30:08 4684f6177b5d: Pull complete 17:30:08 cb7edeffdfd5: Verifying Checksum 17:30:08 cb7edeffdfd5: Download complete 17:30:08 46e300cec669: Verifying Checksum 17:30:08 46e300cec669: Download complete 17:30:10 46e300cec669: Pull complete 17:30:11 63038576ad94: Pull complete 17:30:11 0fdb76c4706c: Pull complete 17:30:11 cb7edeffdfd5: Pull complete 17:30:11 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 17:30:11 Status: Downloaded newer image for docker:latest 17:30:12 ---> ef8672019568 17:30:12 Step 6/7 : COPY go.mod . 17:30:13 ---> 58f820d09c0b 17:30:13 Step 7/7 : RUN go mod download 17:30:13 ---> Running in de4573ef1915 17:30:15 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:30:15 go: finding github.com/BurntSushi/toml v0.3.1 17:30:15 go: finding github.com/OneOfOne/xxhash v1.2.5 17:30:15 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:30:15 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:30:15 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:30:15 go: finding github.com/bgentry/speakeasy v0.1.0 17:30:15 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:30:15 go: finding github.com/cloudflare/gokey v0.1.0 17:30:15 go: finding github.com/davecgh/go-spew v1.1.1 17:30:15 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:30:15 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:30:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 17:30:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:30:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:30:15 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:30:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:30:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:30:15 go: finding github.com/fatih/color v1.7.0 17:30:15 go: finding github.com/fsnotify/fsnotify v1.4.7 17:30:15 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:30:15 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:30:15 go: finding github.com/go-kit/kit v0.8.0 17:30:15 go: finding github.com/go-logfmt/logfmt v0.4.0 17:30:15 go: finding github.com/go-redis/redis/v7 v7.2.0 17:30:15 go: finding github.com/go-stack/stack v1.8.0 17:30:15 go: finding github.com/golang/protobuf v1.3.2 17:30:15 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:30:15 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:30:15 go: finding github.com/google/uuid v1.1.0 17:30:15 go: finding github.com/gorilla/mux v1.7.1 17:30:15 go: finding github.com/hashicorp/consul/api v1.1.0 17:30:15 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:30:15 go: finding github.com/hashicorp/errwrap v1.0.0 17:30:15 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:30:15 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:30:16 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:30:16 go: finding github.com/hashicorp/go-multierror v1.0.0 17:30:16 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:30:16 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:30:16 go: finding github.com/hashicorp/go-syslog v1.0.0 17:30:16 go: finding github.com/hashicorp/go-uuid v1.0.1 17:30:16 go: finding github.com/hashicorp/go.net v0.0.1 17:30:16 go: finding github.com/hashicorp/golang-lru v0.5.0 17:30:16 go: finding github.com/hashicorp/logutils v1.0.0 17:30:16 go: finding github.com/hashicorp/mdns v1.0.0 17:30:16 go: finding github.com/hashicorp/memberlist v0.1.3 17:30:16 go: finding github.com/hashicorp/serf v0.8.2 17:30:16 go: finding github.com/hpcloud/tail v1.0.0 17:30:16 go: finding github.com/imdario/mergo v0.3.6 17:30:16 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:30:16 go: finding github.com/kr/pretty v0.1.0 17:30:16 go: finding github.com/kr/pty v1.1.1 17:30:16 go: finding github.com/kr/text v0.1.0 17:30:16 go: finding github.com/mattn/go-colorable v0.0.9 17:30:16 go: finding github.com/mattn/go-isatty v0.0.3 17:30:16 go: finding github.com/miekg/dns v1.0.14 17:30:16 go: finding github.com/mitchellh/cli v1.0.0 17:30:16 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:30:16 go: finding github.com/mitchellh/copystructure v1.0.0 17:30:16 go: finding github.com/mitchellh/go-homedir v1.0.0 17:30:16 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:30:16 go: finding github.com/mitchellh/gox v0.4.0 17:30:16 go: finding github.com/mitchellh/iochan v1.0.0 17:30:16 go: finding github.com/mitchellh/mapstructure v1.1.2 17:30:16 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:30:16 go: finding github.com/onsi/ginkgo v1.10.1 17:30:16 go: finding github.com/onsi/gomega v1.7.0 17:30:16 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:30:16 go: finding github.com/pebbe/zmq4 v1.0.0 17:30:16 go: finding github.com/pelletier/go-toml v1.2.0 17:30:16 go: finding github.com/pkg/errors v0.8.1 17:30:16 go: finding github.com/pmezard/go-difflib v1.0.0 17:30:16 go: finding github.com/posener/complete v1.1.1 17:30:16 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:30:16 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:30:16 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:30:16 go: finding github.com/stretchr/objx v0.1.0 17:30:16 go: finding github.com/stretchr/testify v1.5.1 17:30:16 go: finding github.com/ugorji/go v1.1.4 17:30:16 go: finding github.com/x448/float16 v0.8.4 17:30:16 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 17:30:16 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:30:16 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:30:16 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:30:16 go: finding golang.org/x/text v0.3.2 17:30:17 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:30:17 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:30:17 go: finding gopkg.in/eapache/queue.v1 v1.1.0 17:30:17 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:30:17 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:30:17 go: finding gopkg.in/yaml.v2 v2.2.8 17:30:32 Removing intermediate container de4573ef1915 17:30:32 ---> 890c347db5c9 17:30:32 Successfully built 890c347db5c9 17:30:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:32 + docker inspect -f . ci-base-image-x86_64 17:30:32 . [Pipeline] withDockerContainer 17:30:32 prd-centos7-docker-4c-2g-603 does not seem to be running inside a container 17:30:32 $ 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/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:30:33 $ docker top 1fdf19f5eef8354dab1a74320059e8c76accd701392e8a6fd4902ec3d8c6efc3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:34 + go version 17:30:34 go version go1.13.13 linux/amd64 [Pipeline] echo 17:30:34 ========================================================= 17:30:34 [edgeXBuildGoParallel] Running Tests and Build... 17:30:34 ========================================================= [Pipeline] sh 17:30:34 + make test raml_verify 17:30:34 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:30:37 ? github.com/edgexfoundry/edgex-go [no test files] 17:30:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:30:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:30:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:30:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:30:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:30:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s 17:30:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 17:30:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:30:51 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:30:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:30:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:30:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:30:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:30:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:30:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 17:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:31:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.091s coverage: 27.4% of statements 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:31:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:31:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 17:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:31:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.094s coverage: 29.3% of statements 17:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:31:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.022s coverage: 100.0% of statements 17:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:31:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements 17:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:31:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 89.8% of statements 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:31:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.054s coverage: 97.5% of statements 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:31:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:31:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:31:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 17:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.071s coverage: 63.5% of statements 17:31:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:31:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements 17:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.085s coverage: 55.9% of statements 17:31:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:31:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:31:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 17:31:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.300s coverage: 86.3% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.308s coverage: 72.2% of statements 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.127s coverage: 72.1% of statements 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.016s coverage: 82.4% of statements 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.014s coverage: 96.8% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.033s coverage: 26.9% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.075s coverage: 84.1% of statements 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.028s coverage: 43.1% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 46.1% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.006s coverage: 100.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.021s coverage: 100.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.014s coverage: 100.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.058s coverage: 29.1% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 17:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 17:31:19 GO111MODULE=on go vet ./... 17:31:23 gofmt -l . 17:31:23 [ "`gofmt -l .`" = "" ] 17:31:24 ./bin/test-go-mod-tidy.sh 17:31:24 ./bin/test-attribution-txt.sh 17:31:27 docker run --rm --privileged \ 17:31:27 -v /w/workspace/edgex-go/110:/raml-verification -w /raml-verification \ 17:31:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 17:31:27 /scripts/raml-verify.sh 17:31:27 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 17:31:27 x86_64: Pulling from edgex-devops/edgex-docs-builder 17:31:27 cbdbe7a5bc2a: Pulling fs layer 17:31:27 bd07af9ed1a4: Pulling fs layer 17:31:27 3556ccf180b2: Pulling fs layer 17:31:27 089d4748da74: Pulling fs layer 17:31:27 c6eb57c77bc5: Pulling fs layer 17:31:27 0364d5097239: Pulling fs layer 17:31:27 c6eb57c77bc5: Waiting 17:31:27 0364d5097239: Waiting 17:31:27 089d4748da74: Waiting 17:31:27 3556ccf180b2: Verifying Checksum 17:31:27 3556ccf180b2: Download complete 17:31:27 089d4748da74: Verifying Checksum 17:31:27 089d4748da74: Download complete 17:31:27 cbdbe7a5bc2a: Download complete 17:31:27 0364d5097239: Verifying Checksum 17:31:27 0364d5097239: Download complete 17:31:27 c6eb57c77bc5: Verifying Checksum 17:31:27 c6eb57c77bc5: Download complete 17:31:27 bd07af9ed1a4: Verifying Checksum 17:31:27 bd07af9ed1a4: Download complete 17:31:27 cbdbe7a5bc2a: Pull complete 17:31:29 bd07af9ed1a4: Pull complete 17:31:29 3556ccf180b2: Pull complete 17:31:29 089d4748da74: Pull complete 17:31:31 c6eb57c77bc5: Pull complete 17:31:31 0364d5097239: Pull complete 17:31:31 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 17:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 17:31:41 Verifying ./api/raml/core-command.raml... 17:31:41 OK 17:31:41 Verifying ./api/raml/core-data.raml... 17:31:42 OK 17:31:42 Verifying ./api/raml/core-metadata.raml... 17:31:43 OK 17:31:43 Verifying ./api/raml/support-logging.raml... 17:31:44 OK 17:31:44 Verifying ./api/raml/support-notifications.raml... 17:31:45 OK 17:31:45 Verifying ./api/raml/support-scheduler.raml... 17:31:46 OK 17:31:46 Verifying ./api/raml/system-agent.raml... 17:31:46 OK [Pipeline] sh 17:31:47 + ls -al . 17:31:47 total 556 17:31:47 drwxrwxr-x 10 1001 1001 4096 Jul 22 17:31 . 17:31:47 drwxr-xr-x 4 root root 32 Jul 22 17:30 .. 17:31:47 -rw-rw-r-- 1 1001 1001 11 Jul 22 17:28 .dockerignore 17:31:47 drwxrwxr-x 8 1001 1001 162 Jul 22 17:28 .git 17:31:47 drwxrwxr-x 3 1001 1001 60 Jul 22 17:28 .github 17:31:47 -rw-rw-r-- 1 1001 1001 924 Jul 22 17:28 .gitignore 17:31:47 drwx------ 3 1001 1001 32 Jul 22 17:29 .semver 17:31:47 -rw-rw-r-- 1 1001 1001 178 Jul 22 17:28 .sonarcloud.properties 17:31:47 -rw-rw-r-- 1 1001 1001 3804 Jul 22 17:28 CONTRIBUTING.md 17:31:47 -rw-rw-r-- 1 1001 1001 1035 Jul 22 17:28 Dockerfile.build 17:31:47 -rw-rw-r-- 1 1001 1001 824 Jul 22 17:28 Jenkinsfile 17:31:47 -rw-rw-r-- 1 1001 1001 10775 Jul 22 17:28 LICENSE 17:31:47 -rw-rw-r-- 1 1001 1001 6417 Jul 22 17:28 Makefile 17:31:47 -rw-rw-r-- 1 1001 1001 5652 Jul 22 17:28 README.md 17:31:47 -rw-rw-r-- 1 1001 1001 7111 Jul 22 17:28 SECURITY.md 17:31:47 -rw-rw-r-- 1 1001 1001 11 Jul 22 17:29 VERSION 17:31:47 -rw-rw-r-- 1 1001 1001 4131 Jul 22 17:28 ZMQWindows.md 17:31:47 drwxrwxr-x 4 1001 1001 33 Jul 22 17:28 api 17:31:47 drwxrwxr-x 2 1001 1001 117 Jul 22 17:28 bin 17:31:47 drwxrwxr-x 15 1001 1001 4096 Jul 22 17:28 cmd 17:31:47 -rw-r--r-- 1 root root 456067 Jul 22 17:31 coverage.out 17:31:47 -rw-r--r-- 1 root root 1019 Jul 22 17:31 go.mod 17:31:47 -rw-r--r-- 1 root root 18146 Jul 22 17:31 go.sum 17:31:47 drwxrwxr-x 8 1001 1001 127 Jul 22 17:28 internal 17:31:47 drwxrwxr-x 4 1001 1001 71 Jul 22 17:28 snap 17:31:47 -rw-rw-r-- 1 1001 1001 168 Jul 22 17:28 version.go [Pipeline] sh 17:31:47 + '[' -e coverage.out ] 17:31:47 + chown 1001:1001 coverage.out [Pipeline] stash 17:31:47 Stashed 1 file(s) [Pipeline] sh 17:31:48 + make build 17:31:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:31:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data 17:31:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command 17:32:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging 17:32:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:32:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:32:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:32:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:32:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 17:32:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:32:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:32:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:32:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 17:32:13 $ docker stop --time=1 1fdf19f5eef8354dab1a74320059e8c76accd701392e8a6fd4902ec3d8c6efc3 17:32:14 $ docker rm -f 1fdf19f5eef8354dab1a74320059e8c76accd701392e8a6fd4902ec3d8c6efc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:18 17:32:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:32:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:18 latest: Pulling from edgex-devops/edgex-compose 17:32:18 cbdbe7a5bc2a: Already exists 17:32:18 ca9280d653b3: Pulling fs layer 17:32:18 7e9c9ca2126c: Pulling fs layer 17:32:18 ca9280d653b3: Verifying Checksum 17:32:18 ca9280d653b3: Download complete 17:32:19 7e9c9ca2126c: Download complete 17:32:19 ca9280d653b3: Pull complete 17:32:28 7e9c9ca2126c: Pull complete 17:32:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:32:28 prd-centos7-docker-4c-2g-603 does not seem to be running inside a container 17:32:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:32:31 $ docker top 837bd11a279062e4defae7e6a681b4832ec9a0dc41512cb8f2b6caea6bfebe7e -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:31 + docker-compose build --help 17:32:31 + grep parallel 17:32:32 --parallel Build images in parallel. [Pipeline] } 17:32:32 $ docker stop --time=1 837bd11a279062e4defae7e6a681b4832ec9a0dc41512cb8f2b6caea6bfebe7e 17:32:34 $ docker rm -f 837bd11a279062e4defae7e6a681b4832ec9a0dc41512cb8f2b6caea6bfebe7e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:34 . [Pipeline] withDockerContainer 17:32:34 prd-centos7-docker-4c-2g-603 does not seem to be running inside a container 17:32:34 $ 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/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:32:35 $ docker top b4becb6705ea0c2e29f239fdc2588d603d2be2bea93c4c76fd0358566a41160b -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:35 + docker-compose -f ./docker-compose-build.yml build --parallel 17:32:36 Building docker-core-command-go ... 17:32:36 Building docker-core-data-go ... 17:32:36 Building docker-core-metadata-go ... 17:32:36 Building docker-security-proxy-setup-go ... 17:32:36 Building docker-security-secrets-setup-go ... 17:32:36 Building docker-security-secretstore-setup-go ... 17:32:36 Building docker-support-logging-go ... 17:32:36 Building docker-support-notifications-go ... 17:32:36 Building docker-support-scheduler-go ... 17:32:36 Building docker-sys-mgmt-agent-go ... 17:32:36 Building docker-core-metadata-go 17:32:36 Building docker-core-command-go 17:32:36 Building docker-sys-mgmt-agent-go 17:32:36 Building docker-security-secrets-setup-go 17:32:36 Building docker-security-secretstore-setup-go 17:33:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:33:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:33:09 ---> 890c347db5c9 17:33:09 Step 3/21 : WORKDIR /edgex-go 17:33:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:33:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:33:09 ---> 890c347db5c9 17:33:09 Step 3/26 : WORKDIR /edgex-go 17:33:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:33:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:33:09 ---> 890c347db5c9 17:33:09 Step 3/26 : WORKDIR /edgex-go 17:33:09 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 17:33:09 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:33:09 ---> 890c347db5c9 17:33:09 Step 3/29 : WORKDIR /edgex-go 17:33:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:33:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:33:09 ---> 890c347db5c9 17:33:09 Step 3/21 : WORKDIR /edgex-go 17:33:09 ---> Running in 0306b89ce435 17:33:09 ---> Running in d3afcd0219c0 17:33:09 ---> Running in ace3c1575639 17:33:09 ---> Running in 8edb98c4ae8e 17:33:09 ---> Running in 36c2220596f0 17:33:09 Removing intermediate container ace3c1575639 17:33:09 ---> fee950640661 17:33:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:09 Removing intermediate container 36c2220596f0 17:33:09 ---> bb7a75266b92 17:33:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:09 Removing intermediate container d3afcd0219c0 17:33:09 ---> 52afeca2454e 17:33:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:09 Removing intermediate container 8edb98c4ae8e 17:33:09 ---> b82f3a8d0441 17:33:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:09 Removing intermediate container 0306b89ce435 17:33:09 ---> 62d939d1af16 17:33:09 Step 4/29 : RUN apk update && apk add make git 17:33:09 ---> Running in a0dade072aa3 17:33:09 ---> Running in 671ac3f24b9e 17:33:09 ---> Running in 9fc8c84226eb 17:33:09 ---> Running in 1a16142993b5 17:33:09 ---> Running in e1bb3980f1ef 17:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:10 Removing intermediate container 671ac3f24b9e 17:33:10 ---> e2c221b8ec6a 17:33:10 Step 5/21 : RUN apk update && apk add make git 17:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:10 ---> Running in ae2eb491001f 17:33:11 Removing intermediate container 9fc8c84226eb 17:33:11 ---> e2ddd234d662 17:33:11 Step 5/26 : RUN apk update && apk add make bash git 17:33:11 ---> Running in 363dba09bd85 17:33:11 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:33:11 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:33:11 OK: 12749 distinct packages available 17:33:11 Removing intermediate container a0dade072aa3 17:33:11 ---> 1fa8d375ed3f 17:33:11 Step 5/26 : RUN apk update && apk add make git 17:33:11 Removing intermediate container 1a16142993b5 17:33:11 ---> 0518ba5987bf 17:33:11 Step 5/21 : RUN apk update && apk add make git 17:33:11 OK: 233 MiB in 51 packages 17:33:11 ---> Running in 26115718f46a 17:33:11 ---> Running in bb6bffd8259e 17:33:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:12 Removing intermediate container e1bb3980f1ef 17:33:12 ---> cdae677f70b6 17:33:12 Step 5/29 : COPY go.mod . 17:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:12 ---> 4f30529229c9 17:33:12 Step 6/29 : RUN go mod download 17:33:12 ---> Running in 586ae87b2572 17:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:12 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:33:12 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:33:12 OK: 12749 distinct packages available 17:33:13 OK: 233 MiB in 51 packages 17:33:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:13 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:33:13 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:33:13 OK: 12749 distinct packages available 17:33:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:13 OK: 233 MiB in 51 packages 17:33:13 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:33:13 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:33:13 OK: 12749 distinct packages available 17:33:13 Removing intermediate container ae2eb491001f 17:33:13 ---> b209f4ec5bd4 17:33:13 Step 6/21 : COPY go.mod . 17:33:13 OK: 233 MiB in 51 packages 17:33:13 Removing intermediate container 363dba09bd85 17:33:13 ---> 82ce778bb2f4 17:33:13 Step 6/26 : COPY go.mod . 17:33:14 ---> a117e26b93c2 17:33:14 Step 7/21 : RUN go mod download 17:33:14 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:33:14 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:33:14 OK: 12749 distinct packages available 17:33:14 ---> Running in 78506912f38f 17:33:14 ---> 1d7ebc6ce5a9 17:33:14 Step 7/26 : RUN go mod download 17:33:14 OK: 233 MiB in 51 packages 17:33:14 ---> Running in 926fefb58fcd 17:33:14 Removing intermediate container 26115718f46a 17:33:14 ---> f4d1e277abed 17:33:14 Step 6/26 : COPY go.mod . 17:33:14 Removing intermediate container 586ae87b2572 17:33:14 ---> f4bbf7115262 17:33:14 Step 7/29 : COPY . . 17:33:15 ---> b8787c7f6738 17:33:15 Step 7/26 : RUN go mod download 17:33:16 ---> Running in ff1e04834bf1 17:33:17 Removing intermediate container bb6bffd8259e 17:33:17 ---> 170e0d9b5965 17:33:17 Step 6/21 : COPY go.mod . 17:33:19 ---> 271bba38ae34 17:33:19 Step 7/21 : RUN go mod download 17:33:20 ---> Running in 6a0bc0a0dcd2 17:33:20 Removing intermediate container 78506912f38f 17:33:20 ---> 18099e5a027a 17:33:20 Step 8/21 : COPY . . 17:33:23 Removing intermediate container 926fefb58fcd 17:33:23 ---> 3728e0514cf4 17:33:23 Step 8/26 : COPY . . 17:33:31 Removing intermediate container ff1e04834bf1 17:33:31 ---> 8fbfa30fc14f 17:33:31 Step 8/26 : COPY . . 17:33:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-604 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 17:33:35 Running in /w/workspace/edgex-go/110 [Pipeline] { [Pipeline] checkout 17:33:36 Removing intermediate container 6a0bc0a0dcd2 17:33:36 ---> 79b9387fd7a4 17:33:36 Step 8/21 : COPY . . 17:33:40 using credential edgex-jenkins-ssh 17:33:40 Cloning the remote Git repository 17:33:40 Cloning with configured refspecs honoured and without tags 17:33:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:33:40 > git init /w/workspace/edgex-go/110 # timeout=10 17:33:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:40 > git --version # timeout=10 17:33:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:54 Fetching without tags 17:33:55 ---> 21deab3e1f12 17:33:55 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:33:55 Checking out Revision b15589ad757bd96941d0737b641a3301667c5cfd (master) 17:33:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:55 > git config core.sparsecheckout # timeout=10 17:33:55 > git checkout -f b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 17:33:55 ---> Running in 0d13cb259dd2 17:33:56 ---> 063c82cc59e7 17:33:56 Step 9/21 : RUN make cmd/core-metadata/core-metadata 17:33:58 ---> Running in 51d3a99d9045 17:33:58 ---> b66b2c696810 17:33:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:34:00 Commit message: "Merge pull request #2634 from ernestojeda/parallel-docker" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 17:34:01 ---> Running in 41af03f5ab81 17:34:01 ---> 5bbe6916b7e4 17:34:01 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 17:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 17:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:34:01 ---> Running in a712b4689224 17:34:01 ---> 7f6ec4cc732b 17:34:01 Step 9/21 : RUN make cmd/core-command/core-command 17:34:01 ---> Running in f85ad2c9a201 17:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] echo 17:34:12 ========================================================= 17:34:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:34:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:34:13 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 17:34:18 Sending build context to Docker daemon 323.1MB 17:34:18 Step 1/7 : ARG BASE=golang:1.13-alpine 17:34:18 Step 2/7 : FROM ${BASE} 17:34:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:34:18 b538f80385f9: Pulling fs layer 17:34:18 74f711af9a0d: Pulling fs layer 17:34:18 99f96fe45779: Pulling fs layer 17:34:18 fd7a069fd194: Pulling fs layer 17:34:18 66aa3694b03b: Pulling fs layer 17:34:18 170f70906a0f: Pulling fs layer 17:34:18 ad7c5574e4b9: Pulling fs layer 17:34:18 e772456be8f7: Pulling fs layer 17:34:18 c890913d741a: Pulling fs layer 17:34:18 2480fcc9aa5a: Pulling fs layer 17:34:18 09adf4765672: Pulling fs layer 17:34:18 66aa3694b03b: Waiting 17:34:18 170f70906a0f: Waiting 17:34:18 fd7a069fd194: Waiting 17:34:18 ad7c5574e4b9: Waiting 17:34:18 e772456be8f7: Waiting 17:34:18 c890913d741a: Waiting 17:34:18 2480fcc9aa5a: Waiting 17:34:18 09adf4765672: Waiting 17:34:18 99f96fe45779: Verifying Checksum 17:34:18 99f96fe45779: Download complete 17:34:18 74f711af9a0d: Download complete 17:34:18 66aa3694b03b: Verifying Checksum 17:34:18 66aa3694b03b: Download complete 17:34:18 170f70906a0f: Download complete 17:34:18 b538f80385f9: Verifying Checksum 17:34:19 b538f80385f9: Pull complete 17:34:19 74f711af9a0d: Pull complete 17:34:20 99f96fe45779: Pull complete 17:34:21 ad7c5574e4b9: Verifying Checksum 17:34:21 ad7c5574e4b9: Download complete 17:34:21 c890913d741a: Verifying Checksum 17:34:21 c890913d741a: Download complete 17:34:23 2480fcc9aa5a: Verifying Checksum 17:34:23 2480fcc9aa5a: Download complete 17:34:23 09adf4765672: Verifying Checksum 17:34:23 09adf4765672: Download complete 17:34:23 e772456be8f7: Verifying Checksum 17:34:23 e772456be8f7: Download complete 17:34:23 fd7a069fd194: Verifying Checksum 17:34:23 fd7a069fd194: Download complete 17:34:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:34:30 Removing intermediate container 0d13cb259dd2 17:34:30 ---> 774b1580d20f 17:34:30 17:34:30 Step 9/29 : FROM alpine:latest 17:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 17:34:31 latest: Pulling from library/alpine 17:34:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:34:31 Status: Downloaded newer image for alpine:latest 17:34:31 ---> a24bb4013296 17:34:31 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:34:34 ---> Running in 3d1a697c0273 17:34:35 Removing intermediate container 41af03f5ab81 17:34:35 ---> 24c85480ce27 17:34:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:34:35 Removing intermediate container 3d1a697c0273 17:34:35 ---> 45f02b6fa30d 17:34:35 Step 11/29 : USER root 17:34:35 fd7a069fd194: Pull complete 17:34:35 66aa3694b03b: Pull complete 17:34:36 ---> Running in eedf79c74e2d 17:34:36 ---> Running in 1313d0491329 17:34:36 170f70906a0f: Pull complete 17:34:36 Removing intermediate container 1313d0491329 17:34:36 ---> 7ac59295cefc 17:34:36 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:34:36 ---> Running in 35e9c28af4f8 17:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:34:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:38 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:34:38 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:34:38 OK: 12749 distinct packages available 17:34:38 (1/2) Installing ca-certificates (20191127-r4) 17:34:38 (2/2) Installing dumb-init (1.2.2-r1) 17:34:38 Executing busybox-1.31.1-r16.trigger 17:34:38 Executing ca-certificates-20191127-r4.trigger 17:34:38 OK: 6 MiB in 16 packages 17:34:40 ad7c5574e4b9: Pull complete 17:34:42 Removing intermediate container f85ad2c9a201 17:34:42 ---> 0e4b090acf89 17:34:42 17:34:42 Step 10/21 : FROM scratch 17:34:42 ---> 17:34:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:34:42 ---> Running in 27b255e1c118 17:34:44 Removing intermediate container a712b4689224 17:34:44 ---> 5a60e24d8972 17:34:44 17:34:44 Step 10/26 : FROM alpine:3.10 17:34:44 Removing intermediate container 51d3a99d9045 17:34:44 ---> dfbc4b3720e9 17:34:44 17:34:44 Step 10/21 : FROM scratch 17:34:44 ---> 17:34:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:34:44 3.10: Pulling from library/alpine 17:34:44 e772456be8f7: Pull complete 17:34:44 c890913d741a: Pull complete 17:34:45 ---> Running in 024a0086e763 17:34:45 Removing intermediate container 27b255e1c118 17:34:45 ---> 9f225b1a2c14 17:34:45 Step 12/21 : ENV APP_PORT=48082 17:34:45 Removing intermediate container eedf79c74e2d 17:34:45 ---> 76efb1656dd3 17:34:45 17:34:45 Step 11/26 : FROM docker:latest 17:34:45 ---> 81f5749c9058 17:34:45 Step 12/26 : RUN apk add --no-cache bash 17:34:45 Removing intermediate container 35e9c28af4f8 17:34:45 ---> ec1419119752 17:34:45 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:34:45 ---> Running in b79d23e45c3d 17:34:45 ---> Running in 354444069d41 17:34:45 ---> Running in e901c22bd20f 17:34:45 Removing intermediate container 024a0086e763 17:34:45 ---> 6f9ee5a7430b 17:34:45 Step 12/21 : ENV APP_PORT=48081 17:34:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:34:45 Status: Downloaded newer image for alpine:3.10 17:34:45 ---> be4e4bea2c2e 17:34:45 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:34:45 Removing intermediate container b79d23e45c3d 17:34:45 ---> 88a97ed6a5d4 17:34:45 Step 13/21 : EXPOSE $APP_PORT 17:34:45 ---> Running in 79d39499e065 17:34:45 ---> Running in f5664d8eebef 17:34:46 ---> Running in 0bdb7d202d90 17:34:46 Removing intermediate container e901c22bd20f 17:34:46 ---> f8996397153a 17:34:46 Step 14/29 : WORKDIR $BASE_DIR 17:34:46 ---> Running in 53a6b6008946 17:34:46 Removing intermediate container 79d39499e065 17:34:46 ---> a0d4d922a38f 17:34:46 Step 13/21 : EXPOSE $APP_PORT 17:34:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:46 Removing intermediate container f5664d8eebef 17:34:46 ---> a023f67ac14e 17:34:46 Step 14/21 : WORKDIR / 17:34:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:46 ---> Running in 8c64d74a44de 17:34:46 ---> Running in d4264529b34d 17:34:46 Removing intermediate container 53a6b6008946 17:34:46 ---> 3875163f61f9 17:34:46 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:34:46 (1/2) Installing readline (8.0.4-r0) 17:34:46 (2/2) Installing bash (5.0.17-r0) 17:34:46 Executing bash-5.0.17-r0.post-install 17:34:46 Executing busybox-1.31.1-r16.trigger 17:34:46 OK: 12 MiB in 22 packages 17:34:47 ---> Running in 8160881463cd 17:34:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 17:34:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 17:34:47 Removing intermediate container 8c64d74a44de 17:34:47 ---> e7e3ba9bb620 17:34:47 Step 14/21 : WORKDIR / 17:34:47 2480fcc9aa5a: Pull complete 17:34:47 Removing intermediate container d4264529b34d 17:34:47 ---> fd71da2f4ff8 17:34:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:34:47 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:34:47 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:34:47 OK: 10346 distinct packages available 17:34:47 ---> Running in fa542000d965 17:34:47 (1/5) Installing ca-certificates (20191127-r2) 17:34:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:34:47 (3/5) Installing libcurl (7.66.0-r0) 17:34:47 09adf4765672: Pull complete 17:34:47 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 17:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:34:47 ---> 2248a725d1cf 17:34:47 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 17:34:48 (4/5) Installing curl (7.66.0-r0) 17:34:48 (5/5) Installing dumb-init (1.2.2-r1) 17:34:48 Executing busybox-1.30.1-r3.trigger 17:34:48 Executing ca-certificates-20191127-r2.trigger 17:34:48 OK: 7 MiB in 19 packages 17:34:48 ---> 61ccb8941f6e 17:34:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:34:48 Removing intermediate container fa542000d965 17:34:48 ---> 266563e96126 17:34:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:34:48 Removing intermediate container 354444069d41 17:34:48 ---> b5645aee2ccd 17:34:48 Step 13/26 : RUN rm -rf /var/cache/apk/* 17:34:49 ---> Running in 3704d0df557a 17:34:49 ---> 2fcfa13fcd12 17:34:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:34:49 ---> f574be6adc44 17:34:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:34:50 Removing intermediate container 0bdb7d202d90 17:34:50 ---> 0b2c81c625c5 17:34:50 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:34:50 ---> e5433aaaba9f 17:34:50 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:34:50 ---> Running in 7e27f593e75e 17:34:50 Removing intermediate container 8160881463cd 17:34:50 ---> 1324c4c69131 17:34:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:34:50 ---> ae3f6d9f5c34 17:34:50 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:34:50 ---> Running in 710e05eddbed 17:34:51 Removing intermediate container 7e27f593e75e 17:34:51 ---> 5840b4b89d49 17:34:51 Step 13/26 : WORKDIR / 17:34:51 ---> Running in 503a626815d8 17:34:51 Removing intermediate container 3704d0df557a 17:34:51 ---> bd4481d1f1bf 17:34:51 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:34:51 Removing intermediate container 710e05eddbed 17:34:51 ---> 0e093841e0e5 17:34:51 Step 19/21 : LABEL arch=x86_64 17:34:51 ---> 5944201d51a7 17:34:51 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:34:51 ---> 6c79c5a10338 17:34:51 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:34:51 ---> Running in 30376de600bc 17:34:51 ---> Running in 35fef82efe0d 17:34:51 ---> Running in 7170f960da79 17:34:51 Removing intermediate container 503a626815d8 17:34:51 ---> 01117d82d194 17:34:51 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:34:51 ---> f40cffd9a870 17:34:51 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:34:52 Removing intermediate container 7170f960da79 17:34:52 ---> b3998ee58c93 17:34:52 Step 19/21 : LABEL arch=x86_64 17:34:52 Removing intermediate container 30376de600bc 17:34:52 ---> e60362eba183 17:34:52 Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:34:52 Removing intermediate container 35fef82efe0d 17:34:52 ---> a1f48d08dfc4 17:34:52 Step 15/26 : ENV APP_PORT=48090 17:34:52 ---> 36f372220a99 17:34:52 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:34:52 ---> Running in 07389ea6a70c 17:34:52 ---> Running in 252f92b80331 17:34:52 ---> 6ab5bcf0dc89 17:34:52 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:34:52 ---> Running in 630841cea249 17:34:52 Removing intermediate container 07389ea6a70c 17:34:52 ---> 7c15e7e13376 17:34:52 Step 21/21 : LABEL version=1.2.2-dev.1 17:34:52 ---> b524f572d091 17:34:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:34:52 Removing intermediate container 252f92b80331 17:34:52 ---> 067ad8b80452 17:34:52 Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:34:53 ---> Running in 2d9ef7e42a17 17:34:53 Removing intermediate container 630841cea249 17:34:53 ---> 335d15a53f2b 17:34:53 Step 16/26 : EXPOSE $APP_PORT 17:34:53 ---> Running in 3f113806bbff 17:34:53 ---> 4ef435d62561 17:34:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:34:53 ---> Running in 8edc71f05e32 17:34:53 ---> 014aa980cd71 17:34:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 17:34:53 Removing intermediate container 2d9ef7e42a17 17:34:53 ---> 25b7c2e61b28 17:34:53 17:34:53 Removing intermediate container 3f113806bbff 17:34:53 ---> 77036d2cc872 17:34:53 Step 21/21 : LABEL version=1.2.2-dev.1 17:34:53 ---> e68777f85533 17:34:53 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:34:53 Successfully built 25b7c2e61b28 17:34:53 Removing intermediate container 8edc71f05e32 17:34:53 ---> b3edd3e42f41 17:34:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:34:53 Successfully tagged docker-core-command-go:latest 17:34:53  Building docker-core-command-go ... done Building docker-support-notifications-go 17:34:53 ---> Running in cda91461c01b 17:34:53 ---> Running in c5c937c7d9c3 17:34:53 ---> cdb6bb91c234 17:34:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:34:54 Removing intermediate container cda91461c01b 17:34:54 ---> 19eda39202f0 17:34:54 17:34:54 Successfully built 19eda39202f0 17:34:54 Successfully tagged docker-core-metadata-go:latest 17:34:54  Building docker-core-metadata-go ... done Building docker-core-data-go 17:34:54 ---> Running in f91dd8244b8d 17:34:54 ---> 9029f58a3b52 17:34:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:34:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:34:55 ---> e2e44985cef0 17:34:55 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:34:56 (1/12) Installing libmagic (5.38-r0) 17:34:56 (2/12) Installing file (5.38-r0) 17:34:56 (3/12) Installing libc-dev (0.7.2-r3) 17:34:56 (4/12) Installing g++ (9.3.0-r2) 17:34:59 (5/12) Installing fortify-headers (1.1-r0) 17:34:59 (6/12) Installing patch (2.7.6-r6) 17:34:59 (7/12) Installing build-base (0.5-r2) 17:34:59 (8/12) Installing libsodium (1.0.18-r0) 17:34:59 (9/12) Installing pkgconf (1.7.2-r0) 17:34:59 (10/12) Installing libsodium-dev (1.0.18-r0) 17:34:59 (11/12) Installing libzmq (4.3.2-r0) 17:34:59 (12/12) Installing zeromq-dev (4.3.2-r0) 17:35:00 Executing busybox-1.31.1-r16.trigger 17:35:00 OK: 217 MiB in 51 packages 17:35:01 ---> 57eec9ea7dd6 17:35:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:35:01 ---> 12b268a6e982 17:35:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 17:35:04 Removing intermediate container f91dd8244b8d 17:35:04 ---> 068539a026ed 17:35:04 Step 4/7 : WORKDIR /edgex-go 17:35:04 ---> Running in 45d24e29720b 17:35:05 Removing intermediate container 45d24e29720b 17:35:05 ---> 5be54158031d 17:35:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:35:05 latest: Pulling from library/docker 17:35:05 b538f80385f9: Already exists 17:35:05 259a493cd78d: Pulling fs layer 17:35:05 b8e66b5100f5: Pulling fs layer 17:35:05 39dc9c94d07c: Pulling fs layer 17:35:05 551b823b3b82: Pulling fs layer 17:35:05 3c52a74df98c: Pulling fs layer 17:35:05 6c9b121b6998: Pulling fs layer 17:35:05 551b823b3b82: Waiting 17:35:05 3c52a74df98c: Waiting 17:35:05 6c9b121b6998: Waiting 17:35:05 b8e66b5100f5: Verifying Checksum 17:35:05 b8e66b5100f5: Download complete 17:35:05 259a493cd78d: Download complete 17:35:05 551b823b3b82: Verifying Checksum 17:35:05 551b823b3b82: Download complete 17:35:06 3c52a74df98c: Verifying Checksum 17:35:06 3c52a74df98c: Download complete 17:35:06 6c9b121b6998: Verifying Checksum 17:35:06 6c9b121b6998: Download complete 17:35:06 259a493cd78d: Pull complete 17:35:07 b8e66b5100f5: Pull complete 17:35:07 ---> bcc981d8bdb0 17:35:07 Step 20/26 : RUN apk --no-cache add py-pip 17:35:07 39dc9c94d07c: Verifying Checksum 17:35:07 39dc9c94d07c: Download complete 17:35:07 Removing intermediate container c5c937c7d9c3 17:35:07 ---> 8a6d1ac43bb4 17:35:07 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:35:08 ---> af119bae3469 17:35:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:35:08 ---> Running in 5d22c63191a5 17:35:09 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 17:35:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:35:09 ---> 890c347db5c9 17:35:09 Step 3/23 : WORKDIR /edgex-go 17:35:09 ---> Using cache 17:35:09 ---> 62d939d1af16 17:35:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:09 39dc9c94d07c: Pull complete 17:35:10 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 17:35:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:35:10 551b823b3b82: Pull complete 17:35:10 3c52a74df98c: Pull complete 17:35:10 ---> 890c347db5c9 17:35:10 Step 3/22 : WORKDIR /edgex-go 17:35:10 ---> Using cache 17:35:10 ---> 62d939d1af16 17:35:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:10 ---> Running in adffce0d8834 17:35:10 ---> ae2fcc27bab9 17:35:10 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:35:10 ---> 44980b215dd0 17:35:10 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:35:11 ---> Running in 7064dc970cfe 17:35:11 ---> Running in 427a034cecbc 17:35:11 6c9b121b6998: Pull complete 17:35:11 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 17:35:11 Status: Downloaded newer image for docker:latest 17:35:11 ---> Running in eafb9b29f605 17:35:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:11 (1/33) Installing libbz2 (1.0.8-r1) 17:35:11 (2/33) Installing expat (2.2.9-r1) 17:35:11 (3/33) Installing libffi (3.3-r2) 17:35:11 (4/33) Installing gdbm (1.13-r1) 17:35:11 (5/33) Installing xz-libs (5.2.5-r0) 17:35:11 (6/33) Installing sqlite-libs (3.32.1-r0) 17:35:11 (7/33) Installing python3 (3.8.5-r0) 17:35:15 ---> d312cef218d0 17:35:15 Step 6/7 : COPY go.mod . 17:35:15 ---> 6599a0e1f6bd 17:35:15 Step 7/7 : RUN go mod download 17:35:15 (8/33) Installing py3-appdirs (1.4.4-r1) 17:35:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:35:15 (10/33) Installing py3-parsing (2.4.7-r0) 17:35:15 (11/33) Installing py3-six (1.15.0-r0) 17:35:15 (12/33) Installing py3-packaging (20.4-r0) 17:35:15 (13/33) Installing py3-setuptools (47.0.0-r0) 17:35:15 (14/33) Installing py3-chardet (3.0.4-r4) 17:35:15 ---> Running in 28793afca3ee 17:35:16 (15/33) Installing py3-idna (2.9-r0) 17:35:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:35:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:35:16 (18/33) Installing py3-requests (2.23.0-r0) 17:35:16 (19/33) Installing py3-msgpack (1.0.0-r0) 17:35:17 (20/33) Installing py3-lockfile (0.12.2-r3) 17:35:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:35:17 (22/33) Installing py3-colorama (0.4.3-r0) 17:35:17 (23/33) Installing py3-distlib (0.3.0-r0) 17:35:17 Removing intermediate container adffce0d8834 17:35:17 ---> f961d1cda0d1 17:35:17 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 17:35:17 (24/33) Installing py3-distro (1.5.0-r1) 17:35:17 (25/33) Installing py3-webencodings (0.5.1-r3) 17:35:17 (26/33) Installing py3-html5lib (1.0.1-r4) 17:35:17 (27/33) Installing py3-pytoml (0.1.21-r0) 17:35:17 (28/33) Installing py3-pep517 (0.8.2-r0) 17:35:18 (29/33) Installing py3-progress (1.5-r0) 17:35:18 (30/33) Installing py3-toml (0.10.1-r0) 17:35:18 Removing intermediate container eafb9b29f605 17:35:18 ---> 284472b15625 17:35:18 Step 24/29 : RUN chmod 755 security-secrets-setup 17:35:18 ---> Running in 60e9a9408491 17:35:18 (31/33) Installing py3-retrying (1.3.3-r0) 17:35:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:35:18 (33/33) Installing py3-pip (20.1.1-r0) 17:35:18 Removing intermediate container 7064dc970cfe 17:35:18 ---> 54934e183a62 17:35:18 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:35:18 Executing busybox-1.31.1-r16.trigger 17:35:18 ---> Running in 3ae80df338d6 17:35:18 Removing intermediate container 427a034cecbc 17:35:18 ---> 4cc90503160f 17:35:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 17:35:18 OK: 71 MiB in 55 packages 17:35:19 ---> Running in 684ca9532682 17:35:19 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:35:19 go: finding github.com/BurntSushi/toml v0.3.1 17:35:19 go: finding github.com/OneOfOne/xxhash v1.2.5 17:35:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:35:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:35:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:35:19 go: finding github.com/bgentry/speakeasy v0.1.0 17:35:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:35:19 go: finding github.com/cloudflare/gokey v0.1.0 17:35:19 go: finding github.com/davecgh/go-spew v1.1.1 17:35:19 ---> Running in e416aef52465 17:35:19 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:35:19 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:35:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 17:35:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:35:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:35:19 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:35:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:35:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:35:19 go: finding github.com/fatih/color v1.7.0 17:35:19 go: finding github.com/fsnotify/fsnotify v1.4.7 17:35:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:35:19 Removing intermediate container e416aef52465 17:35:19 ---> 7ee8579c654d 17:35:19 Step 24/26 : LABEL arch=x86_64 17:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:19 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:35:19 go: finding github.com/go-kit/kit v0.8.0 17:35:19 go: finding github.com/go-logfmt/logfmt v0.4.0 17:35:19 go: finding github.com/go-redis/redis/v7 v7.2.0 17:35:19 go: finding github.com/go-stack/stack v1.8.0 17:35:19 go: finding github.com/golang/protobuf v1.3.2 17:35:19 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:35:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:35:19 ---> Running in ee598ef5323a 17:35:20 go: finding github.com/google/uuid v1.1.0 17:35:20 go: finding github.com/gorilla/mux v1.7.1 17:35:20 go: finding github.com/hashicorp/consul/api v1.1.0 17:35:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:35:20 go: finding github.com/hashicorp/errwrap v1.0.0 17:35:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:35:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:35:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:35:20 go: finding github.com/hashicorp/go-multierror v1.0.0 17:35:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:35:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:35:20 go: finding github.com/hashicorp/go-syslog v1.0.0 17:35:20 go: finding github.com/hashicorp/go-uuid v1.0.1 17:35:20 go: finding github.com/hashicorp/go.net v0.0.1 17:35:20 go: finding github.com/hashicorp/golang-lru v0.5.0 17:35:20 go: finding github.com/hashicorp/logutils v1.0.0 17:35:20 go: finding github.com/hashicorp/mdns v1.0.0 17:35:20 go: finding github.com/hashicorp/memberlist v0.1.3 17:35:20 go: finding github.com/hashicorp/serf v0.8.2 17:35:20 go: finding github.com/hpcloud/tail v1.0.0 17:35:20 go: finding github.com/imdario/mergo v0.3.6 17:35:20 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:35:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:20 go: finding github.com/kr/pretty v0.1.0 17:35:20 go: finding github.com/kr/pty v1.1.1 17:35:20 go: finding github.com/kr/text v0.1.0 17:35:20 go: finding github.com/mattn/go-colorable v0.0.9 17:35:20 go: finding github.com/mattn/go-isatty v0.0.3 17:35:20 go: finding github.com/miekg/dns v1.0.14 17:35:20 go: finding github.com/mitchellh/cli v1.0.0 17:35:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:35:20 go: finding github.com/mitchellh/copystructure v1.0.0 17:35:20 go: finding github.com/mitchellh/go-homedir v1.0.0 17:35:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:35:20 go: finding github.com/mitchellh/gox v0.4.0 17:35:20 go: finding github.com/mitchellh/iochan v1.0.0 17:35:20 go: finding github.com/mitchellh/mapstructure v1.1.2 17:35:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:35:20 go: finding github.com/onsi/ginkgo v1.10.1 17:35:20 go: finding github.com/onsi/gomega v1.7.0 17:35:20 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:35:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:20 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:35:20 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:35:20 OK: 12749 distinct packages available 17:35:20 Removing intermediate container ee598ef5323a 17:35:20 ---> ac652b2696b7 17:35:20 Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:35:21 go: finding github.com/pebbe/zmq4 v1.0.0 17:35:21 go: finding github.com/pelletier/go-toml v1.2.0 17:35:21 go: finding github.com/pkg/errors v0.8.1 17:35:21 go: finding github.com/pmezard/go-difflib v1.0.0 17:35:21 go: finding github.com/posener/complete v1.1.1 17:35:21 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:35:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:35:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:35:21 go: finding github.com/stretchr/objx v0.1.0 17:35:21 go: finding github.com/stretchr/testify v1.5.1 17:35:21 go: finding github.com/ugorji/go v1.1.4 17:35:21 go: finding github.com/x448/float16 v0.8.4 17:35:21 OK: 233 MiB in 51 packages 17:35:21 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 17:35:21 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:35:21 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:35:21 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:35:21 go: finding golang.org/x/text v0.3.2 17:35:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:35:21 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:35:21 go: finding gopkg.in/eapache/queue.v1 v1.1.0 17:35:21 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:35:21 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:35:21 go: finding gopkg.in/yaml.v2 v2.2.8 17:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:22 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:35:22 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:35:22 OK: 12749 distinct packages available 17:35:22 OK: 233 MiB in 51 packages 17:35:24 ---> Running in 5af60bf52ea2 17:35:24 Removing intermediate container 5af60bf52ea2 17:35:24 ---> cd6ee6a539b5 17:35:24 Step 26/26 : LABEL version=1.2.2-dev.1 17:35:24 Removing intermediate container 5d22c63191a5 17:35:24 ---> 7d1062ca4405 17:35:24 Step 21/26 : RUN pip install docker-compose==1.23.2 17:35:24 ---> Running in df24746469fd 17:35:24 ---> Running in e9cb3bb22e44 17:35:25 Removing intermediate container 3ae80df338d6 17:35:25 ---> 2e89afe8d37a 17:35:25 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:35:25 ---> Running in 5ca5296c0319 17:35:25 Removing intermediate container 60e9a9408491 17:35:25 ---> 1a344f68ad93 17:35:25 Step 6/23 : COPY go.mod . 17:35:25 Removing intermediate container e9cb3bb22e44 17:35:25 ---> 4e29b6d3bbab 17:35:25 17:35:25 Removing intermediate container 684ca9532682 17:35:25 ---> ebfe1108582f 17:35:25 Step 6/22 : COPY go.mod . 17:35:25 Removing intermediate container 5ca5296c0319 17:35:25 ---> f7ca9a17263a 17:35:25 Step 26/29 : CMD [ "generate" ] 17:35:25 Successfully built 4e29b6d3bbab 17:35:25 Successfully tagged docker-security-secretstore-setup-go:latest 17:35:25  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 17:35:25 ---> Running in 844f7c2d31a6 17:35:25 ---> 760addb78e39 17:35:25 Step 7/23 : RUN go mod download 17:35:25 ---> a61e812dea25 17:35:25 Step 7/22 : RUN go mod download 17:35:29 Collecting docker-compose==1.23.2 17:35:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:35:29 ---> Running in 26cff1fb3a73 17:35:30 Collecting cached-property<2,>=1.2.0 17:35:30 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 17:35:30 Removing intermediate container 844f7c2d31a6 17:35:30 ---> 2b8d19c15c7e 17:35:30 Step 27/29 : LABEL arch=x86_64 17:35:30 ---> Running in a40f72b13c5c 17:35:30 Collecting texttable<0.10,>=0.9.0 17:35:30 Downloading texttable-0.9.1.tar.gz (11 kB) 17:35:31 ---> Running in 55e00e05c793 17:35:31 Collecting dockerpty<0.5,>=0.4.1 17:35:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:35:32 Removing intermediate container 55e00e05c793 17:35:32 ---> 750c36c48bc6 17:35:32 Step 28/29 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:35:32 Collecting jsonschema<3,>=2.5.1 17:35:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:35:32 ---> Running in a1e649b5cc0a 17:35:32 Collecting docopt<0.7,>=0.6.1 17:35:32 Downloading docopt-0.6.2.tar.gz (25 kB) 17:35:33 Removing intermediate container a1e649b5cc0a 17:35:33 ---> cffa653037a7 17:35:33 Step 29/29 : LABEL version=1.2.2-dev.1 17:35:34 ---> Running in 146266e53ccc 17:35:34 Collecting docker<4.0,>=3.6.0 17:35:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:35:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:35:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:35:34 Collecting websocket-client<1.0,>=0.32.0 17:35:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:35:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:35:35 Removing intermediate container 146266e53ccc 17:35:35 ---> 6df7d1939999 17:35:35 17:35:35 Collecting PyYAML<4,>=3.10 17:35:35 Downloading PyYAML-3.13.tar.gz (270 kB) 17:35:35 Successfully built 6df7d1939999 17:35:36 Successfully tagged docker-security-secrets-setup-go:latest 17:35:36  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 17:35:38 Collecting docker-pycreds>=0.4.0 17:35:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:35:39 Removing intermediate container 26cff1fb3a73 17:35:39 ---> 104dc00c62b5 17:35:39 Step 8/23 : COPY . . 17:35:39 Removing intermediate container a40f72b13c5c 17:35:39 ---> c60d022a272b 17:35:39 Step 8/22 : COPY . . 17:35:39 Removing intermediate container 28793afca3ee 17:35:39 ---> 7a39d106326c 17:35:39 Successfully built 7a39d106326c 17:35:39 Successfully tagged ci-base-image-arm64:latest 17:35:39 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) 17:35:39 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) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:35:40 + docker inspect -f . ci-base-image-arm64 17:35:40 . [Pipeline] withDockerContainer 17:35:40 prd-ubuntu18.04-docker-arm64-4c-16g-604 does not seem to be running inside a container 17:35:40 $ 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/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@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 ******** ci-base-image-arm64 cat 17:35:41 Collecting urllib3<1.25,>=1.21.1 17:35:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:35:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:35:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:35:42 $ docker top 9c68353a95053cf2e0225cab4bb711d6e4da9defc276c29e90548969a2e0bd08 -eo pid,comm 17:35:42 ---> 890c347db5c9 17:35:42 Step 3/21 : WORKDIR /edgex-go [Pipeline] { [Pipeline] sh 17:35:43 + go version 17:35:43 go version go1.13.13 linux/arm64 [Pipeline] echo 17:35:43 ========================================================= 17:35:43 [edgeXBuildGoParallel] Running Tests and Build... 17:35:43 ========================================================= [Pipeline] sh 17:35:43 ---> Using cache 17:35:43 ---> 62d939d1af16 17:35:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:43 ---> Using cache 17:35:43 ---> 54934e183a62 17:35:43 Step 5/21 : RUN apk update && apk add make && apk add bash git 17:35:43 Collecting idna<2.8,>=2.5 17:35:44 + make test raml_verify 17:35:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:35:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:35:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:35:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:35:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:35:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:35:46 ? github.com/edgexfoundry/edgex-go [no test files] 17:35:46 Installing collected packages: cached-property, texttable, dockerpty, jsonschema, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose 17:35:46 Running setup.py install for texttable: started 17:35:49 ---> Running in b11859532d39 17:35:51 Running setup.py install for texttable: finished with status 'done' 17:35:51 Running setup.py install for dockerpty: started 17:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:53 Running setup.py install for dockerpty: finished with status 'done' 17:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:54 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:35:54 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:35:54 OK: 12749 distinct packages available 17:35:54 OK: 233 MiB in 51 packages 17:35:55 OK: 233 MiB in 51 packages 17:35:56 Running setup.py install for docopt: started 17:35:57 Running setup.py install for docopt: finished with status 'done' 17:36:00 Attempting uninstall: urllib3 17:36:00 Found existing installation: urllib3 1.25.9 17:36:00 Uninstalling urllib3-1.25.9: 17:36:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:36:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:36:00 ---> 890c347db5c9 17:36:00 Step 3/20 : WORKDIR /edgex-go 17:36:00 ---> Using cache 17:36:00 ---> 62d939d1af16 17:36:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:36:00 ---> Using cache 17:36:00 ---> 54934e183a62 17:36:00 Step 5/20 : RUN apk update && apk add make git 17:36:01 Successfully uninstalled urllib3-1.25.9 17:36:03 Attempting uninstall: idna 17:36:03 Found existing installation: idna 2.9 17:36:03 Uninstalling idna-2.9: 17:36:03 Removing intermediate container b11859532d39 17:36:03 ---> 2473da48c9fe 17:36:03 Step 6/21 : COPY go.mod . 17:36:03 Successfully uninstalled idna-2.9 17:36:04 ---> Running in 86ca9e17b91b 17:36:04 Attempting uninstall: requests 17:36:04 Found existing installation: requests 2.23.0 17:36:04 Uninstalling requests-2.23.0: 17:36:04 Successfully uninstalled requests-2.23.0 17:36:05 ---> 105222722834 17:36:05 Step 7/21 : RUN go mod download 17:36:07 Running setup.py install for PyYAML: started 17:36:07 ---> Running in 5ddac6b1f1c8 17:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:07 ---> 4471ae405806 17:36:07 Step 9/22 : RUN make cmd/core-data/core-data 17:36:07 ---> 59c335ad7e79 17:36:07 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:36:07 ---> Running in e38add300825 17:36:07 ---> Running in 784329d43e97 17:36:08 Running setup.py install for PyYAML: finished with status 'done' 17:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data 17:36:08 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:36:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:36:08 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:36:08 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:36:08 OK: 12749 distinct packages available 17:36:08 OK: 233 MiB in 51 packages 17:36:10 Removing intermediate container 5ddac6b1f1c8 17:36:10 ---> a5987d7dcbc1 17:36:10 Step 8/21 : COPY . . 17:36:10 Removing intermediate container 86ca9e17b91b 17:36:10 ---> 213d885d5fee 17:36:10 Step 6/20 : COPY go.mod . 17:36:15 ---> e9ccbc7ecf03 17:36:15 Step 7/20 : RUN go mod download 17:36:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:36:20 ---> Running in ff3de727d665 17:36:20 Removing intermediate container df24746469fd 17:36:20 ---> 24e81e85ea80 17:36:20 Step 22/26 : RUN apk --no-cache add curl 17:36:24 ---> Running in ca1a246cd745 17:36:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:36:28 (2/3) Installing libcurl (7.69.1-r0) 17:36:28 (3/3) Installing curl (7.69.1-r0) 17:36:28 Executing busybox-1.31.1-r16.trigger 17:36:28 OK: 72 MiB in 58 packages 17:36:31 Removing intermediate container ff3de727d665 17:36:31 ---> 6b54b5b1df2e 17:36:31 Step 8/20 : COPY . . 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:36:33 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.040s 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:36:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:36:34 Removing intermediate container ca1a246cd745 17:36:34 ---> 98aa4689739f 17:36:34 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:36:38 ---> Running in 051b3c4d75d4 17:36:38 ---> 678c0d383a07 17:36:38 Step 9/21 : RUN make cmd/support-logging/support-logging 17:36:42 ---> Running in bb751dfa0e3a 17:36:42 Removing intermediate container 051b3c4d75d4 17:36:42 ---> 81f9c96ef7f0 17:36:42 Step 24/26 : LABEL arch=x86_64 17:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.065s coverage: 46.6% of statements 17:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:36:45 ---> Running in cf391d9b2002 17:36:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging 17:36:48 Removing intermediate container cf391d9b2002 17:36:48 ---> 273207bdddb0 17:36:48 Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:36:48 ---> Running in 31a21c5118bb 17:36:48 Removing intermediate container 31a21c5118bb 17:36:48 ---> 1f08c55558dd 17:36:48 Step 26/26 : LABEL version=1.2.2-dev.1 17:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.4% of statements 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 17:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:36:51 ---> Running in 20ccb96980aa 17:36:51 ---> fbeeb6cd421a 17:36:51 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:36:51 Removing intermediate container 20ccb96980aa 17:36:51 ---> 5732042e1422 17:36:51 17:36:51 Removing intermediate container 784329d43e97 17:36:51 ---> 3a28d693b264 17:36:51 17:36:51 Step 10/23 : FROM scratch 17:36:51 ---> 17:36:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:36:51 ---> Running in 0f46fb060d1d 17:36:51 Successfully built 5732042e1422 17:36:51 Successfully tagged docker-sys-mgmt-agent-go:latest 17:36:51  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go 17:36:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:36:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.274s coverage: 29.3% of statements 17:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:36:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 17:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:36:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 17:36:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.073s coverage: 89.8% of statements 17:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:36:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:36:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 100.0% of statements 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:36:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:36:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements 17:36:58 ---> Running in 2e594610fcf6 17:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.5% of statements 17:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 17:37:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.369s coverage: 55.9% of statements 17:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 17:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:37:01 Removing intermediate container 2e594610fcf6 17:37:01 ---> 026f78e97331 17:37:01 Step 12/23 : ENV APP_PORT=48060 17:37:02 ---> Running in 1bd275140101 17:37:03 Removing intermediate container e38add300825 17:37:03 ---> d1aca8315207 17:37:03 17:37:03 Step 10/22 : FROM alpine 17:37:03 ---> a24bb4013296 17:37:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:37:05 ---> Running in 731e819c15cb 17:37:06 Removing intermediate container 1bd275140101 17:37:06 ---> c3456901f460 17:37:06 Step 13/23 : EXPOSE $APP_PORT 17:37:06 ---> Running in cb82f6a391fe 17:37:06 Removing intermediate container 731e819c15cb 17:37:06 ---> 900161893fa9 17:37:06 Step 12/22 : ENV APP_PORT=48080 17:37:07 ---> Running in f47f48511389 17:37:07 Removing intermediate container cb82f6a391fe 17:37:07 ---> 7ab830b34e26 17:37:07 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 17:37:08 ---> dc96f3a2efbb 17:37:08 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:37:08 Removing intermediate container f47f48511389 17:37:08 ---> bf8149d036b7 17:37:08 Step 13/22 : EXPOSE $APP_PORT 17:37:09 ---> Running in 9b4aaff37319 17:37:12 ---> ea5397db72d4 17:37:12 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 17:37:13 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:37:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:37:13 ---> 890c347db5c9 17:37:13 Step 3/20 : WORKDIR /edgex-go 17:37:13 ---> Using cache 17:37:13 ---> 62d939d1af16 17:37:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:13 ---> Using cache 17:37:13 ---> 54934e183a62 17:37:13 Step 5/20 : RUN apk update && apk add make git 17:37:13 ---> Using cache 17:37:13 ---> 213d885d5fee 17:37:13 Step 6/20 : COPY go.mod . 17:37:13 ---> Using cache 17:37:13 ---> e9ccbc7ecf03 17:37:13 Step 7/20 : RUN go mod download 17:37:13 ---> Using cache 17:37:13 ---> 6b54b5b1df2e 17:37:13 Step 8/20 : COPY . . 17:37:13 ---> Using cache 17:37:13 ---> fbeeb6cd421a 17:37:13 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 17:37:14 Removing intermediate container 9b4aaff37319 17:37:14 ---> 077163699545 17:37:14 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:14 ---> Running in aabdd99fc23f 17:37:14 ---> 2c078a81df7f 17:37:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:37:14 ---> Running in cef1c54fec51 17:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:37:15 ---> e030c6f519e7 17:37:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:37:16 Removing intermediate container bb751dfa0e3a 17:37:16 ---> fca944dffd33 17:37:16 17:37:16 Step 10/21 : FROM scratch 17:37:16 ---> 17:37:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:37:16 ---> Using cache 17:37:16 ---> 026f78e97331 17:37:16 Step 12/21 : ENV APP_PORT=48061 17:37:17 ---> Running in eb63fcf7f61c 17:37:18 Removing intermediate container cef1c54fec51 17:37:18 ---> 38e079831d68 17:37:18 Step 15/22 : RUN apk --no-cache add zeromq 17:37:18 ---> d2171ca05039 17:37:18 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:37:18 Removing intermediate container eb63fcf7f61c 17:37:18 ---> 9641abc3ac38 17:37:18 Step 13/21 : EXPOSE $APP_PORT 17:37:18 ---> Running in 10d77bd8511a 17:37:18 Removing intermediate container 0f46fb060d1d 17:37:18 ---> 4d3247002074 17:37:18 17:37:18 Step 10/20 : FROM alpine 17:37:18 ---> a24bb4013296 17:37:18 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:37:18 ---> Running in f5fdd6126c52 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.658s coverage: 86.3% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.206s coverage: 72.2% of statements 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.481s coverage: 72.1% of statements 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.050s coverage: 82.4% of statements 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.140s coverage: 26.9% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.285s coverage: 84.1% of statements 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 43.1% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:37:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.038s coverage: 83.8% of statements 17:37:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:37:18 ---> Running in 79de1beacfcc 17:37:20 ---> ef20f0ea5620 17:37:20 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:37:20 Removing intermediate container f5fdd6126c52 17:37:20 ---> e443118b253b 17:37:20 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 17:37:20 ---> Running in 47f00d7eecac 17:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:37:20 Removing intermediate container 47f00d7eecac 17:37:20 ---> 2f95fc61901f 17:37:20 Step 21/23 : LABEL arch=x86_64 17:37:20 ---> ab68a121ccd4 17:37:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:37:20 ---> Running in 3eecde1f359d 17:37:20 Removing intermediate container 3eecde1f359d 17:37:20 ---> 319e473e545a 17:37:20 Step 22/23 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:37:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:37:21 ---> Running in a50f19eae4df 17:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:37:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:37:21 ---> dfd25a0719ea 17:37:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:37:21 Removing intermediate container a50f19eae4df 17:37:21 ---> 73e132db5c78 17:37:21 Step 23/23 : LABEL version=1.2.2-dev.1 17:37:21 ---> Running in b80d8de7bf15 17:37:21 (1/5) Installing libgcc (9.3.0-r2) 17:37:21 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:37:21 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:37:21 OK: 12749 distinct packages available 17:37:21 (2/5) Installing libsodium (1.0.18-r0) 17:37:21 (3/5) Installing libstdc++ (9.3.0-r2) 17:37:21 Removing intermediate container b80d8de7bf15 17:37:21 ---> 884087ff9aa6 17:37:21 17:37:21 (4/5) Installing libzmq (4.3.2-r0) 17:37:21 (1/4) Installing ca-certificates (20191127-r4) 17:37:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:37:22 (3/4) Installing libcurl (7.69.1-r0) 17:37:22 (4/4) Installing curl (7.69.1-r0) 17:37:22 Executing busybox-1.31.1-r16.trigger 17:37:22 Executing ca-certificates-20191127-r4.trigger 17:37:22 OK: 7 MiB in 18 packages 17:37:22 (5/5) Installing zeromq (4.3.2-r0) 17:37:22 Successfully built 884087ff9aa6 17:37:22 Executing busybox-1.31.1-r16.trigger 17:37:22 OK: 8 MiB in 19 packages 17:37:23 Successfully tagged docker-support-notifications-go:latest 17:37:23  Building docker-support-notifications-go ... done  ---> 6e8f7a6bae15 17:37:23 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:37:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 46.1% of statements 17:37:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:37:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:37:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 17:37:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:37:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:37:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:37:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 17:37:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:37:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements 17:37:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:37:24 ---> d36fb36ee04a 17:37:24 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:37:24 ---> Running in 4a2397707bc1 17:37:24 Removing intermediate container 79de1beacfcc 17:37:24 ---> 7073fb4a2810 17:37:24 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:37:24 Removing intermediate container 10d77bd8511a 17:37:24 ---> 39ea701bfc25 17:37:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:37:25 ---> Running in 4b02d858d438 17:37:25 Removing intermediate container 4a2397707bc1 17:37:25 ---> cb7c16270717 17:37:25 Step 19/21 : LABEL arch=x86_64 17:37:25 ---> Running in f5aa9caf563e 17:37:25 Removing intermediate container 4b02d858d438 17:37:25 ---> 35dad1f9c11a 17:37:25 Step 13/20 : WORKDIR /edgex 17:37:25 ---> 5530823ef730 17:37:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:37:26 ---> Running in 599938f66a84 17:37:26 Removing intermediate container f5aa9caf563e 17:37:26 ---> 4abbe6327dd1 17:37:26 Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:37:26 ---> Running in 46a2d41cb007 17:37:26 Removing intermediate container 599938f66a84 17:37:26 ---> 80b52e2f8d1e 17:37:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:37:26 Removing intermediate container 46a2d41cb007 17:37:26 ---> 70ecfe9a9977 17:37:26 Step 21/21 : LABEL version=1.2.2-dev.1 17:37:26 ---> Running in 5a14a5f3111a 17:37:26 ---> b149a21d459f 17:37:26 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:37:26 ---> 603484e80081 17:37:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:37:26 Removing intermediate container 5a14a5f3111a 17:37:26 ---> 691c7f8f0a8a 17:37:26 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.186s coverage: 29.1% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:37:28 ---> ba1a50ec95f8 17:37:28 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:37:28 Successfully built 691c7f8f0a8a 17:37:28 Successfully tagged docker-support-logging-go:latest 17:37:28  Building docker-support-logging-go ... done  ---> Running in b08a6b22c518 17:37:28 ---> 4193b6b555a4 17:37:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:37:28 Removing intermediate container b08a6b22c518 17:37:28 ---> 975e960c408d 17:37:28 Step 20/22 : LABEL arch=x86_64 17:37:28 ---> Running in 1867c50dc9ae 17:37:28 ---> Running in d634d89a3c10 17:37:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 17:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:37:28 Removing intermediate container 1867c50dc9ae 17:37:28 ---> 1c1aa8906bb6 17:37:28 Step 17/20 : CMD ["--init=true"] 17:37:29 Removing intermediate container d634d89a3c10 17:37:29 ---> 83088e6e77e6 17:37:29 Step 21/22 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:37:29 ---> Running in a45446bd9ddf 17:37:29 ---> Running in 8409c5d4c77d 17:37:29 Removing intermediate container a45446bd9ddf 17:37:29 ---> 6f802f42cad3 17:37:29 Step 18/20 : LABEL arch=x86_64 17:37:29 ---> Running in e6f5b247227b 17:37:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 17:37:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:37:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:37:30 Removing intermediate container 8409c5d4c77d 17:37:30 ---> 31f2264bcafb 17:37:30 Step 22/22 : LABEL version=1.2.2-dev.1 17:37:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 17:37:31 ---> Running in f12a280d9269 17:37:31 Removing intermediate container e6f5b247227b 17:37:31 ---> 284d598dc1bf 17:37:31 Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:37:31 Removing intermediate container aabdd99fc23f 17:37:31 ---> 3f1ee6d0f1d3 17:37:31 17:37:31 Step 10/20 : FROM scratch 17:37:31 ---> 17:37:31 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:37:31 ---> Running in 5d544116d06b 17:37:31 ---> Using cache 17:37:31 ---> 6f9ee5a7430b 17:37:31 Step 12/20 : ENV APP_PORT=48085 17:37:31 ---> Running in 40f8e41132ad 17:37:31 Removing intermediate container f12a280d9269 17:37:31 ---> 40837b87bd1b 17:37:31 17:37:31 Removing intermediate container 5d544116d06b 17:37:31 ---> 8e32474736ea 17:37:31 Step 20/20 : LABEL version=1.2.2-dev.1 17:37:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 17:37:31 Successfully built 40837b87bd1b 17:37:31 Successfully tagged docker-core-data-go:latest 17:37:31  Building docker-core-data-go ... done Removing intermediate container 40f8e41132ad 17:37:31 ---> ba889fa07ba3 17:37:31 Step 13/20 : EXPOSE $APP_PORT 17:37:31 ---> Running in 57a6e36933b9 17:37:31 ---> Running in 49f3bd8ed5c4 17:37:31 Removing intermediate container 57a6e36933b9 17:37:31 ---> e6a380320c88 17:37:31 17:37:31 Removing intermediate container 49f3bd8ed5c4 17:37:31 ---> 840b017ccd6a 17:37:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:37:32 Successfully built e6a380320c88 17:37:32 Successfully tagged docker-security-proxy-setup-go:latest 17:37:32  Building docker-security-proxy-setup-go ... done  ---> cff2d7dbf7bf 17:37:32 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:37:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 17:37:32 ---> 9db15a19e560 17:37:32 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:37:32 GO111MODULE=on go vet ./... 17:37:32 ---> df1c7d9025e1 17:37:32 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:37:32 ---> Running in cdf66c0e69f5 17:37:33 Removing intermediate container cdf66c0e69f5 17:37:33 ---> 5d02d6ccc756 17:37:33 Step 18/20 : LABEL arch=x86_64 17:37:33 ---> Running in 985396a709df 17:37:33 Removing intermediate container 985396a709df 17:37:33 ---> 9707bdaab4d2 17:37:33 Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:37:33 ---> Running in 95481d17a7d7 17:37:33 Removing intermediate container 95481d17a7d7 17:37:33 ---> af534e4f76ea 17:37:33 Step 20/20 : LABEL version=1.2.2-dev.1 17:37:33 ---> Running in de6f5dac2879 17:37:33 Removing intermediate container de6f5dac2879 17:37:33 ---> cc11bddca87e 17:37:33 17:37:33 Successfully built cc11bddca87e 17:37:33 Successfully tagged docker-support-scheduler-go:latest 17:37:34  Building docker-support-scheduler-go ... done  [Pipeline] } 17:37:34 $ docker stop --time=1 b4becb6705ea0c2e29f239fdc2588d603d2be2bea93c4c76fd0358566a41160b 17:37:36 $ docker rm -f b4becb6705ea0c2e29f239fdc2588d603d2be2bea93c4c76fd0358566a41160b [Pipeline] // withDockerContainer [Pipeline] sh 17:37:36 + docker images 17:37:36 + grep docker 17:37:36 docker-support-scheduler-go latest cc11bddca87e 3 seconds ago 13.1MB 17:37:36 docker-security-proxy-setup-go latest e6a380320c88 5 seconds ago 16.4MB 17:37:36 docker-core-data-go latest 40837b87bd1b 5 seconds ago 23.8MB 17:37:36 docker-support-logging-go latest 691c7f8f0a8a 10 seconds ago 11.8MB 17:37:36 docker-support-notifications-go latest 884087ff9aa6 15 seconds ago 14.4MB 17:37:36 docker-sys-mgmt-agent-go latest 5732042e1422 45 seconds ago 284MB 17:37:36 docker-security-secrets-setup-go latest 6df7d1939999 2 minutes ago 25.1MB 17:37:36 docker-security-secretstore-setup-go latest 4e29b6d3bbab 2 minutes ago 33.9MB 17:37:36 docker-core-metadata-go latest 19eda39202f0 2 minutes ago 14.4MB 17:37:36 docker-core-command-go latest 25b7c2e61b28 2 minutes ago 13MB 17:37:36 docker latest 81f5749c9058 3 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:37:37 provisioning config files... 17:37:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/110@tmp/config7884004774992751415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:37:37 nexus3.edgexfoundry.org:10001 17:37:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:37 Configure a credential helper to remove this warning. See 17:37:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:37 17:37:37 Login Succeeded 17:37:37 nexus3.edgexfoundry.org:10002 17:37:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:37 Configure a credential helper to remove this warning. See 17:37:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:37 17:37:37 Login Succeeded 17:37:37 nexus3.edgexfoundry.org:10003 17:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:38 Configure a credential helper to remove this warning. See 17:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:38 17:37:38 Login Succeeded 17:37:38 nexus3.edgexfoundry.org:10004 17:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:38 Configure a credential helper to remove this warning. See 17:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:38 17:37:38 Login Succeeded 17:37:38 docker.io 17:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:39 Configure a credential helper to remove this warning. See 17:37:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:39 17:37:39 Login Succeeded [Pipeline] } 17:37:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:37:39 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 17:37:39 b15589ad757bd96941d0737b641a3301667c5cfd 17:37:39 1.2.2-dev.1 17:37:39 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:39 master 17:37:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:39 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:37:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:37:39 a2c9b3dbab29: Preparing 17:37:39 82e6f388deef: Preparing 17:37:39 d1b65398cf2c: Preparing 17:37:39 d1b65398cf2c: Pushed 17:37:39 a2c9b3dbab29: Pushed 17:37:41 82e6f388deef: Pushed 17:37:41 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:bec941a129011134d32c6c1bee5bfdf313b3a05ce5176fe272ad3fb465f654cd size: 943 [Pipeline] isUnix [Pipeline] sh 17:37:41 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.1 17:37:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:37:41 a2c9b3dbab29: Preparing 17:37:41 82e6f388deef: Preparing 17:37:41 d1b65398cf2c: Preparing 17:37:41 82e6f388deef: Layer already exists 17:37:41 d1b65398cf2c: Layer already exists 17:37:41 a2c9b3dbab29: Layer already exists 17:37:41 1.2.2-dev.1: digest: sha256:bec941a129011134d32c6c1bee5bfdf313b3a05ce5176fe272ad3fb465f654cd size: 943 [Pipeline] isUnix [Pipeline] sh 17:37:42 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:37:42 a2c9b3dbab29: Preparing 17:37:42 82e6f388deef: Preparing 17:37:42 d1b65398cf2c: Preparing 17:37:42 d1b65398cf2c: Layer already exists 17:37:42 a2c9b3dbab29: Layer already exists 17:37:42 82e6f388deef: Layer already exists 17:37:42 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:bec941a129011134d32c6c1bee5bfdf313b3a05ce5176fe272ad3fb465f654cd size: 943 [Pipeline] isUnix [Pipeline] sh 17:37:42 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 17:37:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 17:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:37:43 a2c9b3dbab29: Preparing 17:37:43 82e6f388deef: Preparing 17:37:43 d1b65398cf2c: Preparing 17:37:43 82e6f388deef: Layer already exists 17:37:43 a2c9b3dbab29: Layer already exists 17:37:43 d1b65398cf2c: Layer already exists 17:37:43 master: digest: sha256:bec941a129011134d32c6c1bee5bfdf313b3a05ce5176fe272ad3fb465f654cd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:37:43 ===================================================== [Pipeline] echo 17:37:43 taggedImages: 17:37:43 - nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:43 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.1 17:37:43 - nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:43 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 17:37:43 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 17:37:43 b15589ad757bd96941d0737b641a3301667c5cfd 17:37:43 1.2.2-dev.1 17:37:43 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:43 master 17:37:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:43 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:37:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:37:44 53b1a2d30948: Preparing 17:37:44 54ed5d9dcf8b: Preparing 17:37:44 de42965164d6: Preparing 17:37:44 d271db5db992: Preparing 17:37:44 9a384acfebad: Preparing 17:37:44 50644c29ef5a: Preparing 17:37:44 50644c29ef5a: Waiting 17:37:44 9a384acfebad: Pushed 17:37:44 53b1a2d30948: Pushed 17:37:44 de42965164d6: Pushed 17:37:44 50644c29ef5a: Layer already exists 17:37:44 d271db5db992: Pushed 17:37:45 54ed5d9dcf8b: Pushed 17:37:46 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:933371291d716521a4e416230e2ba578cb785f3abe0b2cad1c9af3e9faad2bb2 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:37:46 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.1 17:37:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:37:46 53b1a2d30948: Preparing 17:37:46 54ed5d9dcf8b: Preparing 17:37:46 de42965164d6: Preparing 17:37:46 d271db5db992: Preparing 17:37:46 9a384acfebad: Preparing 17:37:46 50644c29ef5a: Preparing 17:37:46 50644c29ef5a: Waiting 17:37:46 54ed5d9dcf8b: Layer already exists 17:37:46 53b1a2d30948: Layer already exists 17:37:46 9a384acfebad: Layer already exists 17:37:46 d271db5db992: Layer already exists 17:37:46 de42965164d6: Layer already exists 17:37:46 50644c29ef5a: Layer already exists 17:37:46 1.2.2-dev.1: digest: sha256:933371291d716521a4e416230e2ba578cb785f3abe0b2cad1c9af3e9faad2bb2 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:37:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:37:47 53b1a2d30948: Preparing 17:37:47 54ed5d9dcf8b: Preparing 17:37:47 de42965164d6: Preparing 17:37:47 d271db5db992: Preparing 17:37:47 9a384acfebad: Preparing 17:37:47 50644c29ef5a: Preparing 17:37:47 50644c29ef5a: Waiting 17:37:47 d271db5db992: Layer already exists 17:37:47 de42965164d6: Layer already exists 17:37:47 53b1a2d30948: Layer already exists 17:37:47 9a384acfebad: Layer already exists 17:37:47 54ed5d9dcf8b: Layer already exists 17:37:47 50644c29ef5a: Layer already exists 17:37:47 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:933371291d716521a4e416230e2ba578cb785f3abe0b2cad1c9af3e9faad2bb2 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:37:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 17:37:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 17:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:37:47 53b1a2d30948: Preparing 17:37:47 54ed5d9dcf8b: Preparing 17:37:47 de42965164d6: Preparing 17:37:47 d271db5db992: Preparing 17:37:47 9a384acfebad: Preparing 17:37:47 50644c29ef5a: Preparing 17:37:47 50644c29ef5a: Waiting 17:37:47 de42965164d6: Layer already exists 17:37:47 d271db5db992: Layer already exists 17:37:47 54ed5d9dcf8b: Layer already exists 17:37:47 53b1a2d30948: Layer already exists 17:37:47 9a384acfebad: Layer already exists 17:37:47 50644c29ef5a: Layer already exists 17:37:47 master: digest: sha256:933371291d716521a4e416230e2ba578cb785f3abe0b2cad1c9af3e9faad2bb2 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:37:48 ===================================================== [Pipeline] echo 17:37:48 taggedImages: 17:37:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.1 17:37:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 17:37:48 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 17:37:48 b15589ad757bd96941d0737b641a3301667c5cfd 17:37:48 1.2.2-dev.1 17:37:48 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:48 master 17:37:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:48 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:37:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:37:49 9c2a5d75c658: Preparing 17:37:49 4a397315825e: Preparing 17:37:49 af8518088cf3: Preparing 17:37:49 af8518088cf3: Pushed 17:37:49 9c2a5d75c658: Pushed 17:37:50 4a397315825e: Pushed 17:37:50 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:db76f65efee263d71b6342d8da27eb614d0d6bf95c729243df23929721126bdf size: 943 [Pipeline] isUnix [Pipeline] sh 17:37:51 gofmt -l . 17:37:51 [ "`gofmt -l .`" = "" ] 17:37:51 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.1 17:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:37:51 9c2a5d75c658: Preparing 17:37:51 4a397315825e: Preparing 17:37:51 af8518088cf3: Preparing 17:37:51 af8518088cf3: Layer already exists 17:37:51 4a397315825e: Layer already exists 17:37:51 9c2a5d75c658: Layer already exists 17:37:51 1.2.2-dev.1: digest: sha256:db76f65efee263d71b6342d8da27eb614d0d6bf95c729243df23929721126bdf size: 943 [Pipeline] isUnix [Pipeline] sh 17:37:51 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:37:51 9c2a5d75c658: Preparing 17:37:51 4a397315825e: Preparing 17:37:51 af8518088cf3: Preparing 17:37:51 9c2a5d75c658: Layer already exists 17:37:51 4a397315825e: Layer already exists 17:37:51 af8518088cf3: Layer already exists 17:37:51 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:db76f65efee263d71b6342d8da27eb614d0d6bf95c729243df23929721126bdf size: 943 [Pipeline] isUnix [Pipeline] sh 17:37:52 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 17:37:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 17:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:37:52 9c2a5d75c658: Preparing 17:37:52 4a397315825e: Preparing 17:37:52 af8518088cf3: Preparing 17:37:52 9c2a5d75c658: Layer already exists 17:37:52 af8518088cf3: Layer already exists 17:37:52 4a397315825e: Layer already exists 17:37:52 master: digest: sha256:db76f65efee263d71b6342d8da27eb614d0d6bf95c729243df23929721126bdf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:37:52 ===================================================== [Pipeline] echo 17:37:52 taggedImages: 17:37:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.1 17:37:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 17:37:52 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 17:37:52 b15589ad757bd96941d0737b641a3301667c5cfd 17:37:52 1.2.2-dev.1 17:37:52 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:52 master 17:37:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:52 ./bin/test-go-mod-tidy.sh 17:37:53 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:37:53 ./bin/test-attribution-txt.sh 17:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:37:53 42cbdff7f77e: Preparing 17:37:53 45b1947219b2: Preparing 17:37:53 b481c58bf17f: Preparing 17:37:53 e56c988197c1: Preparing 17:37:53 50644c29ef5a: Preparing 17:37:53 50644c29ef5a: Layer already exists 17:37:53 45b1947219b2: Pushed 17:37:53 b481c58bf17f: Pushed 17:37:53 e56c988197c1: Pushed 17:37:54 42cbdff7f77e: Pushed 17:37:54 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:c4a7c95a146f1838f12ca09332bf039aa44c23722b8637cfb5b9166b98aa8569 size: 1364 [Pipeline] isUnix [Pipeline] sh 17:37:55 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.1 17:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:37:55 42cbdff7f77e: Preparing 17:37:55 45b1947219b2: Preparing 17:37:55 b481c58bf17f: Preparing 17:37:55 e56c988197c1: Preparing 17:37:55 50644c29ef5a: Preparing 17:37:55 45b1947219b2: Layer already exists 17:37:55 50644c29ef5a: Layer already exists 17:37:55 b481c58bf17f: Layer already exists 17:37:55 42cbdff7f77e: Layer already exists 17:37:55 e56c988197c1: Layer already exists 17:37:55 1.2.2-dev.1: digest: sha256:c4a7c95a146f1838f12ca09332bf039aa44c23722b8637cfb5b9166b98aa8569 size: 1364 [Pipeline] isUnix [Pipeline] sh 17:37:56 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:37:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:37:56 42cbdff7f77e: Preparing 17:37:56 45b1947219b2: Preparing 17:37:56 b481c58bf17f: Preparing 17:37:56 e56c988197c1: Preparing 17:37:56 50644c29ef5a: Preparing 17:37:56 45b1947219b2: Layer already exists 17:37:56 b481c58bf17f: Layer already exists 17:37:56 e56c988197c1: Layer already exists 17:37:56 50644c29ef5a: Layer already exists 17:37:56 42cbdff7f77e: Layer already exists 17:37:56 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:c4a7c95a146f1838f12ca09332bf039aa44c23722b8637cfb5b9166b98aa8569 size: 1364 [Pipeline] isUnix [Pipeline] sh 17:37:56 docker run --rm --privileged \ 17:37:56 -v /w/workspace/edgex-go/110:/raml-verification -w /raml-verification \ 17:37:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 17:37:56 /scripts/raml-verify.sh 17:37:56 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 17:37:56 aarch64: Pulling from edgex-devops/edgex-docs-builder 17:37:56 29e5d40040c1: Pulling fs layer 17:37:56 8c46fbeab2c7: Pulling fs layer 17:37:56 8ba552a4e5fe: Pulling fs layer 17:37:56 1fb62381901b: Pulling fs layer 17:37:56 147fb30a95d9: Pulling fs layer 17:37:56 3ccc99ad11dc: Pulling fs layer 17:37:56 1fb62381901b: Waiting 17:37:56 147fb30a95d9: Waiting 17:37:56 3ccc99ad11dc: Waiting 17:37:56 8ba552a4e5fe: Verifying Checksum 17:37:56 8ba552a4e5fe: Download complete 17:37:56 1fb62381901b: Verifying Checksum 17:37:56 1fb62381901b: Download complete 17:37:56 29e5d40040c1: Download complete 17:37:56 3ccc99ad11dc: Verifying Checksum 17:37:56 3ccc99ad11dc: Download complete 17:37:56 147fb30a95d9: Verifying Checksum 17:37:56 147fb30a95d9: Download complete 17:37:56 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 17:37:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 17:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:37:57 42cbdff7f77e: Preparing 17:37:57 45b1947219b2: Preparing 17:37:57 b481c58bf17f: Preparing 17:37:57 e56c988197c1: Preparing 17:37:57 50644c29ef5a: Preparing 17:37:57 b481c58bf17f: Layer already exists 17:37:57 45b1947219b2: Layer already exists 17:37:57 42cbdff7f77e: Layer already exists 17:37:57 50644c29ef5a: Layer already exists 17:37:57 e56c988197c1: Layer already exists 17:37:57 master: digest: sha256:c4a7c95a146f1838f12ca09332bf039aa44c23722b8637cfb5b9166b98aa8569 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:37:57 ===================================================== 17:37:57 29e5d40040c1: Pull complete 17:37:57 8c46fbeab2c7: Verifying Checksum 17:37:57 8c46fbeab2c7: Download complete [Pipeline] echo 17:37:57 taggedImages: 17:37:57 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:57 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.1 17:37:57 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:57 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 17:37:57 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 17:37:57 b15589ad757bd96941d0737b641a3301667c5cfd 17:37:57 1.2.2-dev.1 17:37:57 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:37:57 master 17:37:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:57 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:37:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:37:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 17:37:58 d4061266433f: Preparing 17:37:58 0bd566bed136: Preparing 17:37:58 3070dcd8e186: Preparing 17:37:58 d001ba903f12: Preparing 17:37:58 d001ba903f12: Preparing 17:37:58 ce4f4cd68432: Preparing 17:37:58 9462d2509630: Preparing 17:37:58 cd0f9efe3f2c: Preparing 17:37:58 d4061266433f: Preparing 17:37:58 2b7d9237b461: Preparing 17:37:58 0c14e5859c8d: Preparing 17:37:58 139ddd6e696a: Preparing 17:37:58 50644c29ef5a: Preparing 17:37:58 9462d2509630: Waiting 17:37:58 cd0f9efe3f2c: Waiting 17:37:58 0c14e5859c8d: Waiting 17:37:58 2b7d9237b461: Waiting 17:37:58 139ddd6e696a: Waiting 17:37:58 50644c29ef5a: Waiting 17:37:58 0bd566bed136: Pushed 17:37:58 3070dcd8e186: Pushed 17:37:59 ce4f4cd68432: Pushed 17:37:59 d001ba903f12: Pushed 17:37:59 9462d2509630: Pushed 17:37:59 cd0f9efe3f2c: Pushed 17:37:59 2b7d9237b461: Pushed 17:37:59 0c14e5859c8d: Pushed 17:37:59 50644c29ef5a: Layer already exists 17:37:59 139ddd6e696a: Pushed 17:37:59 d4061266433f: Pushed 17:38:00 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:2349625f1e4140ce35db8c9a8f57bc507cca99300a51c0d4c7d9ad0fe7e35f9b size: 3027 [Pipeline] isUnix [Pipeline] sh 17:38:00 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.1 17:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 17:38:00 d4061266433f: Preparing 17:38:00 0bd566bed136: Preparing 17:38:00 3070dcd8e186: Preparing 17:38:00 d001ba903f12: Preparing 17:38:00 d001ba903f12: Preparing 17:38:00 ce4f4cd68432: Preparing 17:38:00 9462d2509630: Preparing 17:38:00 cd0f9efe3f2c: Preparing 17:38:00 d4061266433f: Preparing 17:38:00 2b7d9237b461: Preparing 17:38:00 0c14e5859c8d: Preparing 17:38:00 139ddd6e696a: Preparing 17:38:00 50644c29ef5a: Preparing 17:38:00 cd0f9efe3f2c: Waiting 17:38:00 9462d2509630: Waiting 17:38:00 139ddd6e696a: Waiting 17:38:00 2b7d9237b461: Waiting 17:38:00 50644c29ef5a: Waiting 17:38:00 0c14e5859c8d: Waiting 17:38:00 d4061266433f: Layer already exists 17:38:00 ce4f4cd68432: Layer already exists 17:38:00 0bd566bed136: Layer already exists 17:38:00 d001ba903f12: Layer already exists 17:38:00 3070dcd8e186: Layer already exists 17:38:00 9462d2509630: Layer already exists 17:38:00 cd0f9efe3f2c: Layer already exists 17:38:00 0c14e5859c8d: Layer already exists 17:38:00 139ddd6e696a: Layer already exists 17:38:00 2b7d9237b461: Layer already exists 17:38:00 50644c29ef5a: Layer already exists 17:38:00 1.2.2-dev.1: digest: sha256:2349625f1e4140ce35db8c9a8f57bc507cca99300a51c0d4c7d9ad0fe7e35f9b size: 3027 [Pipeline] isUnix [Pipeline] sh 17:38:01 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 17:38:01 d4061266433f: Preparing 17:38:01 0bd566bed136: Preparing 17:38:01 3070dcd8e186: Preparing 17:38:01 d001ba903f12: Preparing 17:38:01 d001ba903f12: Preparing 17:38:01 ce4f4cd68432: Preparing 17:38:01 9462d2509630: Preparing 17:38:01 cd0f9efe3f2c: Preparing 17:38:01 d4061266433f: Preparing 17:38:01 2b7d9237b461: Preparing 17:38:01 0c14e5859c8d: Preparing 17:38:01 139ddd6e696a: Preparing 17:38:01 50644c29ef5a: Preparing 17:38:01 9462d2509630: Waiting 17:38:01 cd0f9efe3f2c: Waiting 17:38:01 2b7d9237b461: Waiting 17:38:01 0c14e5859c8d: Waiting 17:38:01 139ddd6e696a: Waiting 17:38:01 50644c29ef5a: Waiting 17:38:01 3070dcd8e186: Layer already exists 17:38:01 0bd566bed136: Layer already exists 17:38:01 d4061266433f: Layer already exists 17:38:01 ce4f4cd68432: Layer already exists 17:38:01 d001ba903f12: Layer already exists 17:38:01 2b7d9237b461: Layer already exists 17:38:01 cd0f9efe3f2c: Layer already exists 17:38:01 139ddd6e696a: Layer already exists 17:38:01 9462d2509630: Layer already exists 17:38:01 0c14e5859c8d: Layer already exists 17:38:01 50644c29ef5a: Layer already exists 17:38:01 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:2349625f1e4140ce35db8c9a8f57bc507cca99300a51c0d4c7d9ad0fe7e35f9b size: 3027 [Pipeline] isUnix [Pipeline] sh 17:38:01 8c46fbeab2c7: Pull complete 17:38:01 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 17:38:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 17:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 17:38:01 d4061266433f: Preparing 17:38:01 0bd566bed136: Preparing 17:38:01 3070dcd8e186: Preparing 17:38:01 d001ba903f12: Preparing 17:38:01 d001ba903f12: Preparing 17:38:01 ce4f4cd68432: Preparing 17:38:01 9462d2509630: Preparing 17:38:01 cd0f9efe3f2c: Preparing 17:38:01 d4061266433f: Preparing 17:38:01 2b7d9237b461: Preparing 17:38:01 0c14e5859c8d: Preparing 17:38:01 139ddd6e696a: Preparing 17:38:01 50644c29ef5a: Preparing 17:38:01 cd0f9efe3f2c: Waiting 17:38:01 2b7d9237b461: Waiting 17:38:01 0c14e5859c8d: Waiting 17:38:01 139ddd6e696a: Waiting 17:38:01 50644c29ef5a: Waiting 17:38:01 9462d2509630: Waiting 17:38:01 3070dcd8e186: Layer already exists 17:38:01 ce4f4cd68432: Layer already exists 17:38:01 0bd566bed136: Layer already exists 17:38:01 d001ba903f12: Layer already exists 17:38:01 d4061266433f: Layer already exists 17:38:01 9462d2509630: Layer already exists 17:38:01 cd0f9efe3f2c: Layer already exists 17:38:01 2b7d9237b461: Layer already exists 17:38:01 0c14e5859c8d: Layer already exists 17:38:01 139ddd6e696a: Layer already exists 17:38:01 50644c29ef5a: Layer already exists 17:38:02 8ba552a4e5fe: Pull complete 17:38:02 master: digest: sha256:2349625f1e4140ce35db8c9a8f57bc507cca99300a51c0d4c7d9ad0fe7e35f9b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:38:02 ===================================================== 17:38:02 1fb62381901b: Pull complete [Pipeline] echo 17:38:02 taggedImages: 17:38:02 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:02 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.1 17:38:02 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:02 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 17:38:02 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 17:38:02 b15589ad757bd96941d0737b641a3301667c5cfd 17:38:02 1.2.2-dev.1 17:38:02 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:02 master 17:38:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:03 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:38:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:38:03 eb6d59d7f62e: Preparing 17:38:03 ad14f946ee52: Preparing 17:38:03 4d5e9eded181: Preparing 17:38:03 6a83c5934177: Preparing 17:38:03 4a1db1ab3e1b: Preparing 17:38:03 1e86640a75e4: Preparing 17:38:03 dd84258c0328: Preparing 17:38:03 6a3b978f233a: Preparing 17:38:03 f6d53e1060b1: Preparing 17:38:03 60b4517e33e0: Preparing 17:38:03 1b3ee35aacca: Preparing 17:38:03 1e86640a75e4: Waiting 17:38:03 dd84258c0328: Waiting 17:38:03 6a3b978f233a: Waiting 17:38:03 f6d53e1060b1: Waiting 17:38:03 60b4517e33e0: Waiting 17:38:03 1b3ee35aacca: Waiting 17:38:03 eb6d59d7f62e: Pushed 17:38:03 ad14f946ee52: Pushed 17:38:03 dd84258c0328: Pushed 17:38:03 1e86640a75e4: Pushed 17:38:03 f6d53e1060b1: Pushed 17:38:03 6a3b978f233a: Pushed 17:38:03 1b3ee35aacca: Layer already exists 17:38:04 4d5e9eded181: Pushed 17:38:04 4a1db1ab3e1b: Pushed 17:38:04 60b4517e33e0: Pushed 17:38:04 6a83c5934177: Pushed 17:38:04 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:177d632dfbc584b21ed8c24e30da118d998b75f8b8e950f1641d969152f60123 size: 2616 [Pipeline] isUnix [Pipeline] sh 17:38:04 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.1 17:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:38:05 eb6d59d7f62e: Preparing 17:38:05 ad14f946ee52: Preparing 17:38:05 4d5e9eded181: Preparing 17:38:05 6a83c5934177: Preparing 17:38:05 4a1db1ab3e1b: Preparing 17:38:05 1e86640a75e4: Preparing 17:38:05 dd84258c0328: Preparing 17:38:05 6a3b978f233a: Preparing 17:38:05 f6d53e1060b1: Preparing 17:38:05 60b4517e33e0: Preparing 17:38:05 1b3ee35aacca: Preparing 17:38:05 6a3b978f233a: Waiting 17:38:05 f6d53e1060b1: Waiting 17:38:05 1e86640a75e4: Waiting 17:38:05 dd84258c0328: Waiting 17:38:05 1b3ee35aacca: Waiting 17:38:05 4a1db1ab3e1b: Layer already exists 17:38:05 eb6d59d7f62e: Layer already exists 17:38:05 4d5e9eded181: Layer already exists 17:38:05 6a83c5934177: Layer already exists 17:38:05 ad14f946ee52: Layer already exists 17:38:05 1e86640a75e4: Layer already exists 17:38:05 f6d53e1060b1: Layer already exists 17:38:05 6a3b978f233a: Layer already exists 17:38:05 60b4517e33e0: Layer already exists 17:38:05 dd84258c0328: Layer already exists 17:38:05 1b3ee35aacca: Layer already exists 17:38:05 1.2.2-dev.1: digest: sha256:177d632dfbc584b21ed8c24e30da118d998b75f8b8e950f1641d969152f60123 size: 2616 [Pipeline] isUnix [Pipeline] sh 17:38:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:38:05 eb6d59d7f62e: Preparing 17:38:05 ad14f946ee52: Preparing 17:38:05 4d5e9eded181: Preparing 17:38:05 6a83c5934177: Preparing 17:38:05 4a1db1ab3e1b: Preparing 17:38:05 1e86640a75e4: Preparing 17:38:05 dd84258c0328: Preparing 17:38:05 6a3b978f233a: Preparing 17:38:05 f6d53e1060b1: Preparing 17:38:05 60b4517e33e0: Preparing 17:38:05 1b3ee35aacca: Preparing 17:38:05 1e86640a75e4: Waiting 17:38:05 dd84258c0328: Waiting 17:38:05 6a3b978f233a: Waiting 17:38:05 f6d53e1060b1: Waiting 17:38:05 60b4517e33e0: Waiting 17:38:05 1b3ee35aacca: Waiting 17:38:05 ad14f946ee52: Layer already exists 17:38:05 4a1db1ab3e1b: Layer already exists 17:38:05 eb6d59d7f62e: Layer already exists 17:38:05 6a83c5934177: Layer already exists 17:38:05 4d5e9eded181: Layer already exists 17:38:05 6a3b978f233a: Layer already exists 17:38:05 f6d53e1060b1: Layer already exists 17:38:05 1e86640a75e4: Layer already exists 17:38:05 dd84258c0328: Layer already exists 17:38:05 60b4517e33e0: Layer already exists 17:38:05 1b3ee35aacca: Layer already exists 17:38:05 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:177d632dfbc584b21ed8c24e30da118d998b75f8b8e950f1641d969152f60123 size: 2616 [Pipeline] isUnix [Pipeline] sh 17:38:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 17:38:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 17:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:38:06 eb6d59d7f62e: Preparing 17:38:06 ad14f946ee52: Preparing 17:38:06 4d5e9eded181: Preparing 17:38:06 6a83c5934177: Preparing 17:38:06 4a1db1ab3e1b: Preparing 17:38:06 1e86640a75e4: Preparing 17:38:06 dd84258c0328: Preparing 17:38:06 6a3b978f233a: Preparing 17:38:06 f6d53e1060b1: Preparing 17:38:06 60b4517e33e0: Preparing 17:38:06 1b3ee35aacca: Preparing 17:38:06 1e86640a75e4: Waiting 17:38:06 dd84258c0328: Waiting 17:38:06 6a3b978f233a: Waiting 17:38:06 f6d53e1060b1: Waiting 17:38:06 60b4517e33e0: Waiting 17:38:06 1b3ee35aacca: Waiting 17:38:06 ad14f946ee52: Layer already exists 17:38:06 eb6d59d7f62e: Layer already exists 17:38:06 4d5e9eded181: Layer already exists 17:38:06 6a83c5934177: Layer already exists 17:38:06 4a1db1ab3e1b: Layer already exists 17:38:06 dd84258c0328: Layer already exists 17:38:06 6a3b978f233a: Layer already exists 17:38:06 60b4517e33e0: Layer already exists 17:38:06 f6d53e1060b1: Layer already exists 17:38:06 1e86640a75e4: Layer already exists 17:38:06 1b3ee35aacca: Layer already exists 17:38:06 master: digest: sha256:177d632dfbc584b21ed8c24e30da118d998b75f8b8e950f1641d969152f60123 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:38:06 ===================================================== [Pipeline] echo 17:38:06 taggedImages: 17:38:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.1 17:38:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 17:38:06 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 17:38:06 b15589ad757bd96941d0737b641a3301667c5cfd 17:38:06 1.2.2-dev.1 17:38:06 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:06 master 17:38:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:06 147fb30a95d9: Pull complete 17:38:06 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:06 3ccc99ad11dc: Pull complete 17:38:06 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 17:38:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [Pipeline] isUnix [Pipeline] sh 17:38:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 17:38:07 741924a87f6c: Preparing 17:38:07 ca923a703fa9: Preparing 17:38:07 c511aefd4eb6: Preparing 17:38:07 79ea1f05d5e4: Preparing 17:38:07 741924a87f6c: Pushed 17:38:07 c511aefd4eb6: Pushed 17:38:07 79ea1f05d5e4: Pushed 17:38:08 ca923a703fa9: Pushed 17:38:08 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:f8e8e0e7145ec26ce34da7e4e2d7c81f70cde7ccd39edded927d0b597731d95b size: 1153 [Pipeline] isUnix [Pipeline] sh 17:38:09 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.1 17:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 17:38:09 741924a87f6c: Preparing 17:38:09 ca923a703fa9: Preparing 17:38:09 c511aefd4eb6: Preparing 17:38:09 79ea1f05d5e4: Preparing 17:38:09 c511aefd4eb6: Layer already exists 17:38:09 741924a87f6c: Layer already exists 17:38:09 ca923a703fa9: Layer already exists 17:38:09 79ea1f05d5e4: Layer already exists 17:38:09 1.2.2-dev.1: digest: sha256:f8e8e0e7145ec26ce34da7e4e2d7c81f70cde7ccd39edded927d0b597731d95b size: 1153 [Pipeline] isUnix [Pipeline] sh 17:38:09 Verifying ./api/raml/core-command.raml... 17:38:09 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 17:38:09 741924a87f6c: Preparing 17:38:09 ca923a703fa9: Preparing 17:38:09 c511aefd4eb6: Preparing 17:38:09 79ea1f05d5e4: Preparing 17:38:09 79ea1f05d5e4: Layer already exists 17:38:09 c511aefd4eb6: Layer already exists 17:38:09 741924a87f6c: Layer already exists 17:38:09 ca923a703fa9: Layer already exists 17:38:09 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:f8e8e0e7145ec26ce34da7e4e2d7c81f70cde7ccd39edded927d0b597731d95b size: 1153 [Pipeline] isUnix [Pipeline] sh 17:38:10 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 17:38:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 17:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 17:38:10 741924a87f6c: Preparing 17:38:10 ca923a703fa9: Preparing 17:38:10 c511aefd4eb6: Preparing 17:38:10 79ea1f05d5e4: Preparing 17:38:10 741924a87f6c: Layer already exists 17:38:10 79ea1f05d5e4: Layer already exists 17:38:10 c511aefd4eb6: Layer already exists 17:38:10 ca923a703fa9: Layer already exists 17:38:10 master: digest: sha256:f8e8e0e7145ec26ce34da7e4e2d7c81f70cde7ccd39edded927d0b597731d95b size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:38:10 ===================================================== [Pipeline] echo 17:38:10 taggedImages: 17:38:10 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:10 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.1 17:38:10 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:10 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 17:38:10 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 17:38:10 b15589ad757bd96941d0737b641a3301667c5cfd 17:38:10 1.2.2-dev.1 17:38:10 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:10 master 17:38:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:11 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:38:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:38:11 3f0aeefd7fa0: Preparing 17:38:11 3d45533b513c: Preparing 17:38:11 1a9c0d8f0e37: Preparing 17:38:11 b261c767b159: Preparing 17:38:11 deb77cdfa7c6: Preparing 17:38:11 ffedd9af0bf7: Preparing 17:38:11 ffedd9af0bf7: Waiting 17:38:11 3f0aeefd7fa0: Pushed 17:38:11 1a9c0d8f0e37: Pushed 17:38:11 deb77cdfa7c6: Pushed 17:38:11 b261c767b159: Pushed 17:38:11 ffedd9af0bf7: Pushed 17:38:12 OK 17:38:12 Verifying ./api/raml/core-metadata.raml... 17:38:12 3d45533b513c: Pushed 17:38:13 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:77d9b9bdf07978450eedded3e5c028206bc8da3f6b24f610178755e2623c70d8 size: 1573 [Pipeline] isUnix [Pipeline] sh 17:38:13 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.1 17:38:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:38:13 3f0aeefd7fa0: Preparing 17:38:13 3d45533b513c: Preparing 17:38:13 1a9c0d8f0e37: Preparing 17:38:13 b261c767b159: Preparing 17:38:13 deb77cdfa7c6: Preparing 17:38:13 ffedd9af0bf7: Preparing 17:38:13 ffedd9af0bf7: Waiting 17:38:13 b261c767b159: Layer already exists 17:38:13 deb77cdfa7c6: Layer already exists 17:38:13 1a9c0d8f0e37: Layer already exists 17:38:13 3d45533b513c: Layer already exists 17:38:13 3f0aeefd7fa0: Layer already exists 17:38:13 ffedd9af0bf7: Layer already exists 17:38:13 1.2.2-dev.1: digest: sha256:77d9b9bdf07978450eedded3e5c028206bc8da3f6b24f610178755e2623c70d8 size: 1573 [Pipeline] isUnix [Pipeline] sh 17:38:13 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:38:14 3f0aeefd7fa0: Preparing 17:38:14 3d45533b513c: Preparing 17:38:14 1a9c0d8f0e37: Preparing 17:38:14 b261c767b159: Preparing 17:38:14 deb77cdfa7c6: Preparing 17:38:14 ffedd9af0bf7: Preparing 17:38:14 ffedd9af0bf7: Waiting 17:38:14 1a9c0d8f0e37: Layer already exists 17:38:14 3d45533b513c: Layer already exists 17:38:14 3f0aeefd7fa0: Layer already exists 17:38:14 deb77cdfa7c6: Layer already exists 17:38:14 b261c767b159: Layer already exists 17:38:14 ffedd9af0bf7: Layer already exists 17:38:14 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:77d9b9bdf07978450eedded3e5c028206bc8da3f6b24f610178755e2623c70d8 size: 1573 [Pipeline] isUnix [Pipeline] sh 17:38:14 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 17:38:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 17:38:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:38:14 3f0aeefd7fa0: Preparing 17:38:14 3d45533b513c: Preparing 17:38:14 1a9c0d8f0e37: Preparing 17:38:14 b261c767b159: Preparing 17:38:14 deb77cdfa7c6: Preparing 17:38:14 ffedd9af0bf7: Preparing 17:38:14 ffedd9af0bf7: Waiting 17:38:14 1a9c0d8f0e37: Layer already exists 17:38:14 deb77cdfa7c6: Layer already exists 17:38:14 3f0aeefd7fa0: Layer already exists 17:38:14 3d45533b513c: Layer already exists 17:38:14 b261c767b159: Layer already exists 17:38:14 ffedd9af0bf7: Layer already exists 17:38:14 master: digest: sha256:77d9b9bdf07978450eedded3e5c028206bc8da3f6b24f610178755e2623c70d8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:38:15 ===================================================== [Pipeline] echo 17:38:15 taggedImages: 17:38:15 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:15 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.1 17:38:15 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:15 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 17:38:15 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 17:38:15 b15589ad757bd96941d0737b641a3301667c5cfd 17:38:15 1.2.2-dev.1 17:38:15 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:15 master 17:38:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:15 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:38:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:38:15 d756d5836403: Preparing 17:38:15 1e88c46060f3: Preparing 17:38:15 ff8c47faa977: Preparing 17:38:15 ff8c47faa977: Pushed 17:38:15 d756d5836403: Pushed 17:38:17 1e88c46060f3: Pushed 17:38:17 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:58fa5cbcca579614f8bb96d960244b8a2a029df27159dcca56fcdda3e7614dfa size: 944 [Pipeline] isUnix [Pipeline] sh 17:38:17 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.1 17:38:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:38:17 d756d5836403: Preparing 17:38:17 1e88c46060f3: Preparing 17:38:17 ff8c47faa977: Preparing 17:38:17 ff8c47faa977: Layer already exists 17:38:17 d756d5836403: Layer already exists 17:38:17 1e88c46060f3: Layer already exists 17:38:17 1.2.2-dev.1: digest: sha256:58fa5cbcca579614f8bb96d960244b8a2a029df27159dcca56fcdda3e7614dfa size: 944 [Pipeline] isUnix [Pipeline] sh 17:38:18 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:38:18 d756d5836403: Preparing 17:38:18 1e88c46060f3: Preparing 17:38:18 ff8c47faa977: Preparing 17:38:18 1e88c46060f3: Layer already exists 17:38:18 ff8c47faa977: Layer already exists 17:38:18 d756d5836403: Layer already exists 17:38:18 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:58fa5cbcca579614f8bb96d960244b8a2a029df27159dcca56fcdda3e7614dfa size: 944 [Pipeline] isUnix [Pipeline] sh 17:38:18 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 17:38:18 OK 17:38:18 Verifying ./api/raml/support-logging.raml... 17:38:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 17:38:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:38:19 d756d5836403: Preparing 17:38:19 1e88c46060f3: Preparing 17:38:19 ff8c47faa977: Preparing 17:38:19 d756d5836403: Layer already exists 17:38:19 ff8c47faa977: Layer already exists 17:38:19 1e88c46060f3: Layer already exists 17:38:19 master: digest: sha256:58fa5cbcca579614f8bb96d960244b8a2a029df27159dcca56fcdda3e7614dfa size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:38:19 ===================================================== [Pipeline] echo 17:38:19 taggedImages: 17:38:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.1 17:38:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:19 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 17:38:19 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 17:38:19 b15589ad757bd96941d0737b641a3301667c5cfd 17:38:19 1.2.2-dev.1 17:38:19 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:19 master 17:38:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:19 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd [Pipeline] isUnix [Pipeline] sh 17:38:20 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:38:20 d892d5f5efd7: Preparing 17:38:20 506da809e2d2: Preparing 17:38:20 6381dff6f792: Preparing 17:38:20 f1fabee45fa3: Preparing 17:38:20 eb50588532dc: Preparing 17:38:20 0e12e9199a8d: Preparing 17:38:20 ea5e0f2c5662: Preparing 17:38:20 8890c171a12b: Preparing 17:38:20 4ae5bd84d450: Preparing 17:38:20 723a561964c8: Preparing 17:38:20 78764725b56c: Preparing 17:38:20 51d6d3d09136: Preparing 17:38:20 1507bc794612: Preparing 17:38:20 50644c29ef5a: Preparing 17:38:20 1507bc794612: Waiting 17:38:20 723a561964c8: Waiting 17:38:20 78764725b56c: Waiting 17:38:20 0e12e9199a8d: Waiting 17:38:20 51d6d3d09136: Waiting 17:38:20 ea5e0f2c5662: Waiting 17:38:20 50644c29ef5a: Waiting 17:38:20 4ae5bd84d450: Waiting 17:38:20 8890c171a12b: Waiting 17:38:20 eb50588532dc: Pushed 17:38:20 d892d5f5efd7: Pushed 17:38:20 f1fabee45fa3: Pushed 17:38:20 8890c171a12b: Layer already exists 17:38:20 4ae5bd84d450: Layer already exists 17:38:20 ea5e0f2c5662: Pushed 17:38:20 723a561964c8: Layer already exists 17:38:20 78764725b56c: Layer already exists 17:38:20 51d6d3d09136: Layer already exists 17:38:20 50644c29ef5a: Layer already exists 17:38:20 1507bc794612: Layer already exists 17:38:21 0e12e9199a8d: Pushed 17:38:21 OK 17:38:21 Verifying ./api/raml/support-scheduler.raml... 17:38:21 506da809e2d2: Pushed 17:38:24 OK 17:38:24 Verifying ./api/raml/core-data.raml... 17:38:29 OK 17:38:29 Verifying ./api/raml/support-notifications.raml... 17:38:29 6381dff6f792: Pushed 17:38:29 b15589ad757bd96941d0737b641a3301667c5cfd: digest: sha256:413b76399abd69e73fe11c1ce7bcee6bced65142a8fcd4feba1f331e24a9e7a6 size: 3253 [Pipeline] isUnix [Pipeline] sh 17:38:30 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.1 17:38:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:38:30 d892d5f5efd7: Preparing 17:38:30 506da809e2d2: Preparing 17:38:30 6381dff6f792: Preparing 17:38:30 f1fabee45fa3: Preparing 17:38:30 eb50588532dc: Preparing 17:38:30 0e12e9199a8d: Preparing 17:38:30 ea5e0f2c5662: Preparing 17:38:30 8890c171a12b: Preparing 17:38:30 4ae5bd84d450: Preparing 17:38:30 723a561964c8: Preparing 17:38:30 78764725b56c: Preparing 17:38:30 51d6d3d09136: Preparing 17:38:30 1507bc794612: Preparing 17:38:30 50644c29ef5a: Preparing 17:38:30 0e12e9199a8d: Waiting 17:38:30 ea5e0f2c5662: Waiting 17:38:30 8890c171a12b: Waiting 17:38:30 4ae5bd84d450: Waiting 17:38:30 78764725b56c: Waiting 17:38:30 51d6d3d09136: Waiting 17:38:30 1507bc794612: Waiting 17:38:30 50644c29ef5a: Waiting 17:38:30 723a561964c8: Waiting 17:38:30 f1fabee45fa3: Layer already exists 17:38:30 6381dff6f792: Layer already exists 17:38:30 d892d5f5efd7: Layer already exists 17:38:30 eb50588532dc: Layer already exists 17:38:30 506da809e2d2: Layer already exists 17:38:30 ea5e0f2c5662: Layer already exists 17:38:30 0e12e9199a8d: Layer already exists 17:38:30 4ae5bd84d450: Layer already exists 17:38:30 8890c171a12b: Layer already exists 17:38:30 723a561964c8: Layer already exists 17:38:30 78764725b56c: Layer already exists 17:38:30 50644c29ef5a: Layer already exists 17:38:30 51d6d3d09136: Layer already exists 17:38:30 1507bc794612: Layer already exists 17:38:30 1.2.2-dev.1: digest: sha256:413b76399abd69e73fe11c1ce7bcee6bced65142a8fcd4feba1f331e24a9e7a6 size: 3253 [Pipeline] isUnix [Pipeline] sh 17:38:30 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 17:38:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:38:31 d892d5f5efd7: Preparing 17:38:31 506da809e2d2: Preparing 17:38:31 6381dff6f792: Preparing 17:38:31 f1fabee45fa3: Preparing 17:38:31 eb50588532dc: Preparing 17:38:31 0e12e9199a8d: Preparing 17:38:31 ea5e0f2c5662: Preparing 17:38:31 8890c171a12b: Preparing 17:38:31 4ae5bd84d450: Preparing 17:38:31 723a561964c8: Preparing 17:38:31 78764725b56c: Preparing 17:38:31 51d6d3d09136: Preparing 17:38:31 1507bc794612: Preparing 17:38:31 50644c29ef5a: Preparing 17:38:31 0e12e9199a8d: Waiting 17:38:31 ea5e0f2c5662: Waiting 17:38:31 8890c171a12b: Waiting 17:38:31 4ae5bd84d450: Waiting 17:38:31 723a561964c8: Waiting 17:38:31 78764725b56c: Waiting 17:38:31 51d6d3d09136: Waiting 17:38:31 1507bc794612: Waiting 17:38:31 50644c29ef5a: Waiting 17:38:31 eb50588532dc: Layer already exists 17:38:31 f1fabee45fa3: Layer already exists 17:38:31 6381dff6f792: Layer already exists 17:38:31 d892d5f5efd7: Layer already exists 17:38:31 506da809e2d2: Layer already exists 17:38:31 0e12e9199a8d: Layer already exists 17:38:31 723a561964c8: Layer already exists 17:38:31 ea5e0f2c5662: Layer already exists 17:38:31 8890c171a12b: Layer already exists 17:38:31 4ae5bd84d450: Layer already exists 17:38:31 50644c29ef5a: Layer already exists 17:38:31 78764725b56c: Layer already exists 17:38:31 51d6d3d09136: Layer already exists 17:38:31 1507bc794612: Layer already exists 17:38:31 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1: digest: sha256:413b76399abd69e73fe11c1ce7bcee6bced65142a8fcd4feba1f331e24a9e7a6 size: 3253 [Pipeline] isUnix [Pipeline] sh 17:38:31 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 17:38:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 17:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:38:31 d892d5f5efd7: Preparing 17:38:31 506da809e2d2: Preparing 17:38:31 6381dff6f792: Preparing 17:38:31 f1fabee45fa3: Preparing 17:38:31 eb50588532dc: Preparing 17:38:31 0e12e9199a8d: Preparing 17:38:31 ea5e0f2c5662: Preparing 17:38:31 8890c171a12b: Preparing 17:38:31 4ae5bd84d450: Preparing 17:38:31 723a561964c8: Preparing 17:38:31 78764725b56c: Preparing 17:38:31 51d6d3d09136: Preparing 17:38:31 1507bc794612: Preparing 17:38:31 50644c29ef5a: Preparing 17:38:31 0e12e9199a8d: Waiting 17:38:31 ea5e0f2c5662: Waiting 17:38:31 8890c171a12b: Waiting 17:38:31 4ae5bd84d450: Waiting 17:38:31 723a561964c8: Waiting 17:38:31 78764725b56c: Waiting 17:38:31 51d6d3d09136: Waiting 17:38:31 1507bc794612: Waiting 17:38:31 50644c29ef5a: Waiting 17:38:31 eb50588532dc: Layer already exists 17:38:31 f1fabee45fa3: Layer already exists 17:38:31 d892d5f5efd7: Layer already exists 17:38:31 506da809e2d2: Layer already exists 17:38:31 6381dff6f792: Layer already exists 17:38:31 8890c171a12b: Layer already exists 17:38:31 0e12e9199a8d: Layer already exists 17:38:31 ea5e0f2c5662: Layer already exists 17:38:31 4ae5bd84d450: Layer already exists 17:38:31 723a561964c8: Layer already exists 17:38:31 51d6d3d09136: Layer already exists 17:38:31 78764725b56c: Layer already exists 17:38:31 1507bc794612: Layer already exists 17:38:31 50644c29ef5a: Layer already exists 17:38:31 master: digest: sha256:413b76399abd69e73fe11c1ce7bcee6bced65142a8fcd4feba1f331e24a9e7a6 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:38:31 ===================================================== [Pipeline] echo 17:38:31 taggedImages: 17:38:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:38:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.1 17:38:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:38:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:38:32 OK 17:38:32 Verifying ./api/raml/system-agent.raml... 17:38:34 OK [Pipeline] sh 17:38:35 + ls -al . 17:38:35 total 588 17:38:35 drwxrwxr-x 10 1001 1001 4096 Jul 22 17:37 . 17:38:35 drwxr-xr-x 4 root root 4096 Jul 22 17:35 .. 17:38:35 -rw-rw-r-- 1 1001 1001 11 Jul 22 17:33 .dockerignore 17:38:35 drwxrwxr-x 8 1001 1001 4096 Jul 22 17:33 .git 17:38:35 drwxrwxr-x 3 1001 1001 4096 Jul 22 17:33 .github 17:38:35 -rw-rw-r-- 1 1001 1001 924 Jul 22 17:33 .gitignore 17:38:35 drwxrwxr-x 3 1001 1001 4096 Jul 22 17:34 .semver 17:38:35 -rw-rw-r-- 1 1001 1001 178 Jul 22 17:33 .sonarcloud.properties 17:38:35 -rw-rw-r-- 1 1001 1001 3804 Jul 22 17:33 CONTRIBUTING.md 17:38:35 -rw-rw-r-- 1 1001 1001 1035 Jul 22 17:33 Dockerfile.build 17:38:35 -rw-rw-r-- 1 1001 1001 824 Jul 22 17:33 Jenkinsfile 17:38:35 -rw-rw-r-- 1 1001 1001 10775 Jul 22 17:33 LICENSE 17:38:35 -rw-rw-r-- 1 1001 1001 6417 Jul 22 17:33 Makefile 17:38:35 -rw-rw-r-- 1 1001 1001 5652 Jul 22 17:33 README.md 17:38:35 -rw-rw-r-- 1 1001 1001 7111 Jul 22 17:33 SECURITY.md 17:38:35 -rw-rw-r-- 1 1001 1001 11 Jul 22 17:29 VERSION 17:38:35 -rw-rw-r-- 1 1001 1001 4131 Jul 22 17:33 ZMQWindows.md 17:38:35 drwxrwxr-x 4 1001 1001 4096 Jul 22 17:33 api 17:38:35 drwxrwxr-x 2 1001 1001 4096 Jul 22 17:33 bin 17:38:35 drwxrwxr-x 15 1001 1001 4096 Jul 22 17:33 cmd 17:38:35 -rw-r--r-- 1 root root 456067 Jul 22 17:37 coverage.out 17:38:35 -rw-r--r-- 1 root root 1019 Jul 22 17:37 go.mod 17:38:35 -rw-r--r-- 1 root root 18146 Jul 22 17:37 go.sum 17:38:35 drwxrwxr-x 8 1001 1001 4096 Jul 22 17:33 internal 17:38:35 drwxrwxr-x 4 1001 1001 4096 Jul 22 17:33 snap 17:38:35 -rw-rw-r-- 1 1001 1001 168 Jul 22 17:33 version.go [Pipeline] sh 17:38:36 + '[' -e coverage.out ] 17:38:36 + chown 1001:1001 coverage.out [Pipeline] stash 17:38:36 Warning: overwriting stash ‘coverage-report’ 17:38:37 Stashed 1 file(s) [Pipeline] sh 17:38:37 + make build 17:38:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:38:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data 17:39:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command 17:39:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging 17:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:39:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:39:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:39:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:39:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 17:39:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:39:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:39:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 17:39:55 $ docker stop --time=1 9c68353a95053cf2e0225cab4bb711d6e4da9defc276c29e90548969a2e0bd08 17:39:57 $ docker rm -f 9c68353a95053cf2e0225cab4bb711d6e4da9defc276c29e90548969a2e0bd08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:39:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:39:58 17:39:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:39:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:39:59 latest: Pulling from edgex-devops/edgex-compose-arm64 17:39:59 29e5d40040c1: Already exists 17:39:59 1ce36da41761: Pulling fs layer 17:39:59 25b303627fd3: Pulling fs layer 17:40:00 1ce36da41761: Verifying Checksum 17:40:00 1ce36da41761: Download complete 17:40:01 1ce36da41761: Pull complete 17:40:01 25b303627fd3: Verifying Checksum 17:40:01 25b303627fd3: Download complete 17:40:11 25b303627fd3: Pull complete 17:40:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:40:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:40:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:40:12 prd-ubuntu18.04-docker-arm64-4c-16g-604 does not seem to be running inside a container 17:40:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:40:16 $ docker top 15ea563f0542f8f9acb4210da312d0f927d7d9a713196f1ea9319915c02f6c49 -eo pid,comm [Pipeline] { [Pipeline] sh 17:40:17 + grep parallel 17:40:17 + docker-compose build --help 17:40:21 --parallel Build images in parallel. [Pipeline] } 17:40:21 $ docker stop --time=1 15ea563f0542f8f9acb4210da312d0f927d7d9a713196f1ea9319915c02f6c49 17:40:23 $ docker rm -f 15ea563f0542f8f9acb4210da312d0f927d7d9a713196f1ea9319915c02f6c49 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:40:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:40:24 . [Pipeline] withDockerContainer 17:40:24 prd-ubuntu18.04-docker-arm64-4c-16g-604 does not seem to be running inside a container 17:40:24 $ 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/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:40:26 $ docker top 40bb603b46554edb4f913c8837593974faa217cb0e1dc3d3f9594bca48e42b36 -eo pid,comm [Pipeline] { [Pipeline] sh 17:40:27 + docker-compose -f ./docker-compose-build.yml build --parallel 17:40:30 Building docker-core-command-go ... 17:40:30 Building docker-core-data-go ... 17:40:30 Building docker-core-metadata-go ... 17:40:30 Building docker-security-proxy-setup-go ... 17:40:30 Building docker-security-secrets-setup-go ... 17:40:30 Building docker-security-secretstore-setup-go ... 17:40:30 Building docker-support-logging-go ... 17:40:30 Building docker-support-notifications-go ... 17:40:30 Building docker-support-scheduler-go ... 17:40:30 Building docker-sys-mgmt-agent-go ... 17:40:30 Building docker-support-scheduler-go 17:40:30 Building docker-support-logging-go 17:40:30 Building docker-sys-mgmt-agent-go 17:40:30 Building docker-core-command-go 17:40:30 Building docker-support-notifications-go 17:42:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:42:22 ---> 7a39d106326c 17:42:22 Step 3/21 : WORKDIR /edgex-go 17:42:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:42:22 ---> 7a39d106326c 17:42:22 Step 3/26 : WORKDIR /edgex-go 17:42:22 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:42:22 ---> 7a39d106326c 17:42:22 Step 3/23 : WORKDIR /edgex-go 17:42:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:42:22 ---> 7a39d106326c 17:42:22 Step 3/20 : WORKDIR /edgex-go 17:42:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:42:22 ---> 7a39d106326c 17:42:22 Step 3/21 : WORKDIR /edgex-go 17:42:25 ---> Running in 43910ca25af8 17:42:25 ---> Running in 07032a17dcae 17:42:25 ---> Running in 8106b646edbd 17:42:25 ---> Running in f462452127b0 17:42:25 ---> Running in e68c6fe88465 17:42:25 Removing intermediate container 07032a17dcae 17:42:25 ---> 4fc2fcb4b986 17:42:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:25 Removing intermediate container 8106b646edbd 17:42:25 ---> 5a9e44688592 17:42:25 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:26 Removing intermediate container e68c6fe88465 17:42:26 ---> f54db1a43223 17:42:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:26 Removing intermediate container f462452127b0 17:42:26 ---> 6dbd0016b36d 17:42:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:26 ---> Running in b8aa5cee3958 17:42:26 ---> Running in 749371e34778 17:42:26 Removing intermediate container 43910ca25af8 17:42:26 ---> 724411343522 17:42:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:26 ---> Running in fcd7774f05fb 17:42:26 ---> Running in 84f06a087135 17:42:26 ---> Running in b325bef543dd 17:42:30 Removing intermediate container b8aa5cee3958 17:42:30 ---> 9cfd646ef440 17:42:30 Step 5/26 : RUN apk update && apk add make bash git 17:42:30 ---> Running in 80b0ca389a12 17:42:30 Removing intermediate container 749371e34778 17:42:30 ---> 3b6cc69b9b0d 17:42:30 Step 5/20 : RUN apk update && apk add make git 17:42:30 Removing intermediate container 84f06a087135 17:42:30 ---> e7be2459f6ab 17:42:30 Step 5/21 : RUN apk update && apk add make git 17:42:30 ---> Running in 7002b8e9398e 17:42:31 ---> Running in 702922414b73 17:42:31 Removing intermediate container b325bef543dd 17:42:31 ---> 6b69e3d64782 17:42:31 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 17:42:31 Removing intermediate container fcd7774f05fb 17:42:31 ---> 60506ff4e703 17:42:31 Step 5/21 : RUN apk update && apk add make && apk add bash git 17:42:31 ---> Running in c74fe4ea59e5 17:42:31 ---> Running in 02269e88352d 17:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:34 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:42:34 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:42:34 OK: 12620 distinct packages available 17:42:34 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:42:34 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:42:34 OK: 12620 distinct packages available 17:42:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:34 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:42:34 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:42:34 OK: 12620 distinct packages available 17:42:35 OK: 217 MiB in 51 packages 17:42:35 OK: 217 MiB in 51 packages 17:42:35 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:42:35 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:42:35 OK: 12620 distinct packages available 17:42:35 OK: 217 MiB in 51 packages 17:42:36 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:42:36 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:42:36 OK: 12620 distinct packages available 17:42:36 OK: 217 MiB in 51 packages 17:42:36 OK: 217 MiB in 51 packages 17:42:37 Removing intermediate container 702922414b73 17:42:37 ---> 1443864cd302 17:42:37 Step 6/21 : COPY go.mod . 17:42:37 OK: 217 MiB in 51 packages 17:42:38 Removing intermediate container 7002b8e9398e 17:42:38 ---> 5c0ae36ead8c 17:42:38 Step 6/20 : COPY go.mod . 17:42:38 Removing intermediate container 80b0ca389a12 17:42:38 ---> e03aa492d6c1 17:42:38 Step 6/26 : COPY go.mod . 17:42:38 Removing intermediate container c74fe4ea59e5 17:42:38 ---> ba8075dc6a20 17:42:38 Step 6/23 : COPY go.mod . 17:42:38 ---> 92974b1ef6ce 17:42:38 Step 7/21 : RUN go mod download 17:42:38 ---> Running in 7ac4755b618e 17:42:39 Removing intermediate container 02269e88352d 17:42:39 ---> 3767d45ca053 17:42:39 Step 6/21 : COPY go.mod . 17:42:39 ---> b4f94c10267e 17:42:39 ---> f229cb3807a4 17:42:39 Step 7/23 : RUN go mod download 17:42:39 ---> a53f204801c9 17:42:39 Step 7/26 : RUN go mod download 17:42:39 Step 7/20 : RUN go mod download 17:42:39 ---> Running in ff1f406998bf 17:42:39 ---> Running in 206772fe2943 17:42:39 ---> Running in 71cbb16e816d 17:42:40 ---> 6679db15cd0d 17:42:40 Step 7/21 : RUN go mod download 17:42:40 ---> Running in 876259d83275 17:42:43 Removing intermediate container 7ac4755b618e 17:42:43 ---> a22396a08b08 17:42:43 Step 8/21 : COPY . . 17:42:46 Removing intermediate container 71cbb16e816d 17:42:46 ---> 3f9c04adcfd4 17:42:46 Step 8/23 : COPY . . 17:42:46 Removing intermediate container ff1f406998bf 17:42:46 ---> 7fdc6fe43fa7 17:42:46 Step 8/20 : COPY . . 17:42:46 Removing intermediate container 206772fe2943 17:42:46 ---> 7d6746fc9344 17:42:46 Step 8/26 : COPY . . 17:42:46 Removing intermediate container 876259d83275 17:42:46 ---> 55d11a2891b6 17:42:46 Step 8/21 : COPY . . 17:43:19 ---> cf65c7e72a1b 17:43:19 Step 9/21 : RUN make cmd/core-command/core-command 17:43:19 ---> e9c4be92e074 17:43:19 Step 9/21 : RUN make cmd/support-logging/support-logging 17:43:19 ---> 8fd4a001fc77 17:43:19 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 17:43:19 ---> ebc7bb49b8f8 17:43:19 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:43:19 ---> ff98deab8db5 17:43:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:43:19 ---> Running in fb3fd73c2142 17:43:19 ---> Running in ca7c334c049e 17:43:19 ---> Running in d517e86677bb 17:43:19 ---> Running in 8cb13fc21fe1 17:43:19 ---> Running in c33befc8ce55 17:43:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging 17:43:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-command/core-command ./cmd/core-command 17:43:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:43:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:43:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:44:56 Removing intermediate container c33befc8ce55 17:44:56 ---> a0093fd36f51 17:44:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:44:56 ---> Running in 417611eb97f2 17:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:44:56 Removing intermediate container fb3fd73c2142 17:44:56 ---> 84ea611b8dea 17:44:56 17:44:56 Step 10/21 : FROM scratch 17:44:56 ---> 17:44:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:44:56 ---> Running in 52236cc9fb2b 17:44:56 Removing intermediate container 52236cc9fb2b 17:44:56 ---> c9e6c06381e7 17:44:56 Step 12/21 : ENV APP_PORT=48061 17:44:56 ---> Running in da8b68a64c31 17:44:57 Removing intermediate container da8b68a64c31 17:44:57 ---> c0d856974e80 17:44:57 Step 13/21 : EXPOSE $APP_PORT 17:44:57 ---> Running in 0bde23b0b7b6 17:44:58 Removing intermediate container 0bde23b0b7b6 17:44:58 ---> 7e5f0b0c9ca0 17:44:58 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 17:44:59 ---> a741016641b2 17:44:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:45:00 Removing intermediate container 417611eb97f2 17:45:00 ---> 145097426f1c 17:45:00 17:45:00 Step 11/26 : FROM docker:latest 17:45:00 ---> ce9d55ae87f1 17:45:00 Step 12/26 : RUN apk add --no-cache bash 17:45:00 ---> Running in ca4435ffa2f1 17:45:00 ---> bbde564dff69 17:45:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:45:02 ---> 8afce66af484 17:45:02 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:45:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:04 ---> 1889fe95c253 17:45:04 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:45:04 (1/2) Installing readline (8.0.4-r0) 17:45:04 (2/2) Installing bash (5.0.17-r0) 17:45:04 Executing bash-5.0.17-r0.post-install 17:45:04 Executing busybox-1.31.1-r16.trigger 17:45:04 OK: 12 MiB in 22 packages 17:45:04 ---> Running in 0414762c7893 17:45:05 Removing intermediate container 0414762c7893 17:45:05 ---> 36ec9bb319b6 17:45:05 Step 19/21 : LABEL arch=arm64 17:45:05 ---> Running in 14b59cc8822c 17:45:06 Removing intermediate container ca4435ffa2f1 17:45:06 ---> 00a87695facd 17:45:06 Step 13/26 : RUN rm -rf /var/cache/apk/* 17:45:07 ---> Running in a7ebc96a2e74 17:45:07 Removing intermediate container 14b59cc8822c 17:45:07 ---> 6bfbb70032a1 17:45:07 Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:45:08 ---> Running in 61f66d89584e 17:45:08 Removing intermediate container d517e86677bb 17:45:08 ---> 3c032269e66d 17:45:08 17:45:08 Step 10/23 : FROM scratch 17:45:08 ---> 17:45:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:45:08 ---> Using cache 17:45:08 ---> c9e6c06381e7 17:45:08 Step 12/23 : ENV APP_PORT=48060 17:45:08 Removing intermediate container ca7c334c049e 17:45:08 ---> 2440e8ab0c49 17:45:08 17:45:08 Step 10/21 : FROM scratch 17:45:08 ---> 17:45:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:45:08 Removing intermediate container 61f66d89584e 17:45:08 ---> 420a6c36e70e 17:45:08 Step 21/21 : LABEL version=1.2.2-dev.1 17:45:09 ---> Running in 1a4f7f37913b 17:45:09 Removing intermediate container 8cb13fc21fe1 17:45:09 ---> 2094d504db4f 17:45:09 17:45:09 Step 10/20 : FROM scratch 17:45:09 ---> 17:45:09 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:45:09 ---> Running in 831f8d7f036c 17:45:09 ---> Running in b04442abfaf6 17:45:09 ---> Running in 918b47ae5d24 17:45:09 Removing intermediate container 1a4f7f37913b 17:45:09 ---> 50e376110d53 17:45:09 Step 13/23 : EXPOSE $APP_PORT 17:45:09 ---> Running in 722e324cd04c 17:45:09 Removing intermediate container 831f8d7f036c 17:45:09 ---> 2f6f3b7bd5b4 17:45:09 Step 12/21 : ENV APP_PORT=48082 17:45:10 Removing intermediate container b04442abfaf6 17:45:10 ---> fe30563d9b7a 17:45:10 17:45:10 ---> Running in 36a64616dc80 17:45:10 Removing intermediate container 918b47ae5d24 17:45:10 ---> bcd8d0a78670 17:45:10 Step 12/20 : ENV APP_PORT=48085 17:45:10 ---> Running in 78d865e619b1 17:45:10 Removing intermediate container a7ebc96a2e74 17:45:10 ---> 17cc4b4cf45d 17:45:10 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:45:10 Removing intermediate container 722e324cd04c 17:45:10 ---> b9895adaf4f8 17:45:10 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 17:45:10 Successfully built fe30563d9b7a 17:45:10 ---> Running in 03cd849434ec 17:45:10 Successfully tagged docker-support-logging-go-arm64:latest 17:45:10 Building docker-core-data-go 17:45:11  Building docker-support-logging-go ... done Removing intermediate container 78d865e619b1 17:45:11 ---> 1ab0cd9d7fd2 17:45:11 Step 13/20 : EXPOSE $APP_PORT 17:45:11 Removing intermediate container 36a64616dc80 17:45:11 ---> d2551762fcdb 17:45:11 Step 13/21 : EXPOSE $APP_PORT 17:45:11 ---> Running in 5cad2dd7f6e8 17:45:11 ---> Running in 17b37df85620 17:45:11 Removing intermediate container 03cd849434ec 17:45:11 ---> 935f82672ad2 17:45:11 Step 15/26 : ENV APP_PORT=48090 17:45:11 ---> Running in a7be6d184ad9 17:45:11 Removing intermediate container 5cad2dd7f6e8 17:45:11 ---> cdc9c9db1bbc 17:45:11 Step 14/21 : WORKDIR / 17:45:12 ---> 5454a2e157df 17:45:12 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:45:12 ---> Running in 21bf1b4462bb 17:45:12 Removing intermediate container 17b37df85620 17:45:12 ---> ba38ecbe88af 17:45:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:45:12 Removing intermediate container a7be6d184ad9 17:45:12 ---> c88fbbb5fafc 17:45:12 Step 16/26 : EXPOSE $APP_PORT 17:45:13 ---> Running in 9d7ccddf0b48 17:45:14 ---> 077e515af177 17:45:14 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:45:14 Removing intermediate container 21bf1b4462bb 17:45:14 ---> 4ef042592be8 17:45:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:45:14 ---> bf8142ca759c 17:45:14 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 17:45:15 Removing intermediate container 9d7ccddf0b48 17:45:15 ---> e5b6dc0f29ed 17:45:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:45:15 ---> ad8855921841 17:45:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:45:17 ---> 712442696455 17:45:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:45:17 ---> c534f23b0fae 17:45:17 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:45:18 ---> c9bb1cea633d 17:45:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:45:18 ---> 779d2225a528 17:45:18 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:45:18 ---> b56172af1f26 17:45:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:45:18 ---> b99d18084982 17:45:18 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:45:19 ---> Running in 3fc94d19f89f 17:45:19 ---> a15d7c5801ab 17:45:19 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:45:19 Removing intermediate container 3fc94d19f89f 17:45:19 ---> 340e2720eda7 17:45:19 Step 18/20 : LABEL arch=arm64 17:45:20 ---> 1e867c247579 17:45:20 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:45:20 ---> Running in 2d0c4386e8fb 17:45:20 ---> Running in 6e5a48e82910 17:45:20 ---> 837be398c3d6 17:45:20 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:45:20 ---> 70ba5b2e400b 17:45:20 Step 20/26 : RUN apk --no-cache add py-pip 17:45:21 Removing intermediate container 2d0c4386e8fb 17:45:21 ---> e3cda1571333 17:45:21 Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:45:21 ---> Running in d5815777615a 17:45:21 Removing intermediate container 6e5a48e82910 17:45:21 ---> dc6a6b39e589 17:45:21 Step 19/21 : LABEL arch=arm64 17:45:21 ---> Running in 2f3a1145f6c2 17:45:22 ---> 0cdcca6f6472 17:45:22 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:45:22 ---> Running in 864bfe5dad2f 17:45:22 ---> Running in 441ec97b92c8 17:45:23 Removing intermediate container 2f3a1145f6c2 17:45:23 ---> 58614cad060e 17:45:23 Step 20/20 : LABEL version=1.2.2-dev.1 17:45:23 Removing intermediate container 864bfe5dad2f 17:45:23 ---> 54206581c253 17:45:23 Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:45:23 ---> Running in 27c799b5bc5a 17:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:23 ---> Running in 769063cf509c 17:45:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:24 Removing intermediate container 441ec97b92c8 17:45:24 ---> b96f59b74fcc 17:45:24 Step 21/23 : LABEL arch=arm64 17:45:24 Removing intermediate container 27c799b5bc5a 17:45:24 ---> f92b8a6da307 17:45:24 17:45:24 (1/33) Installing libbz2 (1.0.8-r1) 17:45:24 (2/33) Installing expat (2.2.9-r1) 17:45:24 (3/33) Installing libffi (3.3-r2) 17:45:24 (4/33) Installing gdbm (1.13-r1) 17:45:24 (5/33) Installing xz-libs (5.2.5-r0) 17:45:24 (6/33) Installing sqlite-libs (3.32.1-r0) 17:45:24 (7/33) Installing python3 (3.8.5-r0) 17:45:24 ---> Running in 16551d7d4d4b 17:45:24 Removing intermediate container 769063cf509c 17:45:24 ---> 285f68157f4e 17:45:24 Step 21/21 : LABEL version=1.2.2-dev.1 17:45:25 Successfully built f92b8a6da307 17:45:25 Successfully tagged docker-support-scheduler-go-arm64:latest 17:45:25  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 17:45:26 ---> Running in b08d80bf34dc 17:45:26 Removing intermediate container 16551d7d4d4b 17:45:26 ---> 1fc06fda5bbd 17:45:26 Step 22/23 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:45:26 (8/33) Installing py3-appdirs (1.4.4-r1) 17:45:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:45:26 (10/33) Installing py3-parsing (2.4.7-r0) 17:45:26 (11/33) Installing py3-six (1.15.0-r0) 17:45:26 (12/33) Installing py3-packaging (20.4-r0) 17:45:26 (13/33) Installing py3-setuptools (47.0.0-r0) 17:45:26 (14/33) Installing py3-chardet (3.0.4-r4) 17:45:27 (15/33) Installing py3-idna (2.9-r0) 17:45:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:45:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:45:27 (18/33) Installing py3-requests (2.23.0-r0) 17:45:27 (19/33) Installing py3-msgpack (1.0.0-r0) 17:45:27 (20/33) Installing py3-lockfile (0.12.2-r3) 17:45:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:45:27 (22/33) Installing py3-colorama (0.4.3-r0) 17:45:27 (23/33) Installing py3-distlib (0.3.0-r0) 17:45:27 (24/33) Installing py3-distro (1.5.0-r1) 17:45:27 (25/33) Installing py3-webencodings (0.5.1-r3) 17:45:27 (26/33) Installing py3-html5lib (1.0.1-r4) 17:45:27 Removing intermediate container b08d80bf34dc 17:45:27 ---> ee26a64c0a68 17:45:27 17:45:27 (27/33) Installing py3-pytoml (0.1.21-r0) 17:45:27 (28/33) Installing py3-pep517 (0.8.2-r0) 17:45:27 (29/33) Installing py3-progress (1.5-r0) 17:45:27 (30/33) Installing py3-toml (0.10.1-r0) 17:45:27 (31/33) Installing py3-retrying (1.3.3-r0) 17:45:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:45:27 (33/33) Installing py3-pip (20.1.1-r0) 17:45:27 Executing busybox-1.31.1-r16.trigger 17:45:27 OK: 71 MiB in 55 packages 17:45:27 Successfully built ee26a64c0a68 17:45:27 Successfully tagged docker-core-command-go-arm64:latest 17:45:27 Building docker-security-proxy-setup-go 17:45:27 ---> Running in 7d1d79c60ed4 17:45:29  Building docker-core-command-go ... done Removing intermediate container 7d1d79c60ed4 17:45:29 ---> 7b45c4945777 17:45:29 Step 23/23 : LABEL version=1.2.2-dev.1 17:45:30 ---> Running in 5e490b5a663e 17:45:32 Removing intermediate container 5e490b5a663e 17:45:32 ---> 3ccf3fa14c6d 17:45:32 17:45:32 Successfully built 3ccf3fa14c6d 17:45:32 Successfully tagged docker-support-notifications-go-arm64:latest 17:45:32  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 17:45:36 Removing intermediate container d5815777615a 17:45:36 ---> ab38a727b544 17:45:36 Step 21/26 : RUN pip install docker-compose==1.23.2 17:45:37 ---> Running in 65994253a55f 17:45:43 Collecting docker-compose==1.23.2 17:45:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:45:44 Collecting jsonschema<3,>=2.5.1 17:45:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:45:44 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 17:45:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:45:44 ---> 7a39d106326c 17:45:44 Step 3/22 : WORKDIR /edgex-go 17:45:44 ---> Using cache 17:45:44 ---> 724411343522 17:45:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:45:44 ---> Using cache 17:45:44 ---> 6b69e3d64782 17:45:44 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:45:45 Collecting docopt<0.7,>=0.6.1 17:45:45 Downloading docopt-0.6.2.tar.gz (25 kB) 17:45:49 Collecting PyYAML<4,>=3.10 17:45:49 Downloading PyYAML-3.13.tar.gz (270 kB) 17:45:49 ---> Running in 94a33a18d348 17:45:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:52 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:45:52 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:45:52 OK: 12620 distinct packages available 17:45:53 Collecting websocket-client<1.0,>=0.32.0 17:45:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:45:53 OK: 217 MiB in 51 packages 17:45:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:45:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:45:56 Collecting texttable<0.10,>=0.9.0 17:45:56 Downloading texttable-0.9.1.tar.gz (11 kB) 17:45:57 Removing intermediate container 94a33a18d348 17:45:57 ---> df5f4c60a9bf 17:45:57 Step 6/22 : COPY go.mod . 17:45:58 ---> 2a0cf74ce735 17:45:58 Step 7/22 : RUN go mod download 17:45:58 ---> Running in a01da588ecc6 17:45:59 Collecting docker<4.0,>=3.6.0 17:45:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:45:59 Collecting dockerpty<0.5,>=0.4.1 17:45:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:46:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:46:03 Collecting cached-property<2,>=1.2.0 17:46:03 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 17:46:03 Collecting urllib3<1.25,>=1.21.1 17:46:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:46:04 Removing intermediate container a01da588ecc6 17:46:04 ---> 5884d250b0df 17:46:04 Step 8/22 : COPY . . 17:46:04 Collecting idna<2.8,>=2.5 17:46:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:46:04 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) 17:46:04 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) 17:46:04 Collecting docker-pycreds>=0.4.0 17:46:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:46:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:46:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:46:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:46:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:46:06 Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, urllib3, idna, requests, texttable, docker-pycreds, docker, dockerpty, cached-property, docker-compose 17:46:06 Running setup.py install for docopt: started 17:46:08 Running setup.py install for docopt: finished with status 'done' 17:46:08 Running setup.py install for PyYAML: started 17:46:11 Running setup.py install for PyYAML: finished with status 'done' 17:46:11 Attempting uninstall: urllib3 17:46:11 Found existing installation: urllib3 1.25.9 17:46:11 Uninstalling urllib3-1.25.9: 17:46:11 Successfully uninstalled urllib3-1.25.9 17:46:11 Attempting uninstall: idna 17:46:11 Found existing installation: idna 2.9 17:46:11 Uninstalling idna-2.9: 17:46:12 Successfully uninstalled idna-2.9 17:46:12 Attempting uninstall: requests 17:46:12 Found existing installation: requests 2.23.0 17:46:12 Uninstalling requests-2.23.0: 17:46:13 Successfully uninstalled requests-2.23.0 17:46:13 Running setup.py install for texttable: started 17:46:15 Running setup.py install for texttable: finished with status 'done' 17:46:16 Running setup.py install for dockerpty: started 17:46:17 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:46:17 ---> 7a39d106326c 17:46:17 Step 3/21 : WORKDIR /edgex-go 17:46:17 ---> Using cache 17:46:17 ---> 724411343522 17:46:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:17 ---> Using cache 17:46:17 ---> 6b69e3d64782 17:46:17 Step 5/21 : RUN apk update && apk add make git 17:46:18 Running setup.py install for dockerpty: finished with status 'done' 17:46:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:46:19 ---> 7a39d106326c 17:46:19 Step 3/20 : WORKDIR /edgex-go 17:46:19 ---> Using cache 17:46:19 ---> 724411343522 17:46:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:19 ---> Using cache 17:46:19 ---> 6b69e3d64782 17:46:19 Step 5/20 : RUN apk update && apk add make git 17:46:21 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:46:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:46:22 ---> 7a39d106326c 17:46:22 Step 3/26 : WORKDIR /edgex-go 17:46:22 ---> Using cache 17:46:22 ---> 724411343522 17:46:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:22 ---> Using cache 17:46:22 ---> 6b69e3d64782 17:46:22 Step 5/26 : RUN apk update && apk add make git 17:46:26 ---> Running in 320188094aa5 17:46:26 ---> Running in 5d53e9d8a575 17:46:26 ---> Running in c62ccc0c9b2b 17:46:27 ---> 48b44f997715 17:46:27 Step 9/22 : RUN make cmd/core-data/core-data 17:46:27 ---> Running in 9ddeb950600d 17:46:28 Removing intermediate container 65994253a55f 17:46:28 ---> e2d4b9c56eb7 17:46:28 Step 22/26 : RUN apk --no-cache add curl 17:46:29 ---> Running in 1661796a8623 17:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-data/core-data ./cmd/core-data 17:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:30 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:30 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:30 OK: 12620 distinct packages available 17:46:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:31 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:31 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:31 OK: 12620 distinct packages available 17:46:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:31 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:31 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:31 OK: 12620 distinct packages available 17:46:31 OK: 217 MiB in 51 packages 17:46:32 OK: 217 MiB in 51 packages 17:46:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:46:32 (2/3) Installing libcurl (7.69.1-r0) 17:46:32 (3/3) Installing curl (7.69.1-r0) 17:46:32 Executing busybox-1.31.1-r16.trigger 17:46:32 OK: 71 MiB in 58 packages 17:46:32 OK: 217 MiB in 51 packages 17:46:33 Removing intermediate container 5d53e9d8a575 17:46:33 ---> f58e6ca5b419 17:46:33 Step 6/26 : COPY go.mod . 17:46:34 Removing intermediate container 320188094aa5 17:46:34 ---> 628b4f801453 17:46:34 Step 6/21 : COPY go.mod . 17:46:34 Removing intermediate container 1661796a8623 17:46:34 ---> adb4a9a39ba1 17:46:34 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:46:35 ---> Running in e46b58fe00b2 17:46:35 Removing intermediate container c62ccc0c9b2b 17:46:35 ---> d74f870b3682 17:46:35 Step 6/20 : COPY go.mod . 17:46:35 ---> 53ce58196b96 17:46:35 Step 7/26 : RUN go mod download 17:46:35 ---> Running in 35d6f6e3c594 17:46:36 ---> 9c1ce27f417e 17:46:36 Step 7/21 : RUN go mod download 17:46:36 Removing intermediate container e46b58fe00b2 17:46:36 ---> b4c2642c8c3d 17:46:36 Step 24/26 : LABEL arch=arm64 17:46:36 ---> Running in 78d5025db76a 17:46:36 ---> Running in becc08f76c5b 17:46:37 ---> b905f5d674b4 17:46:37 Step 7/20 : RUN go mod download 17:46:37 ---> Running in 1209a9788d37 17:46:37 Removing intermediate container becc08f76c5b 17:46:37 ---> 74cd7388427e 17:46:37 Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:46:38 ---> Running in a1b0c072d2df 17:46:39 Removing intermediate container a1b0c072d2df 17:46:39 ---> 0c3b2ccbf7c7 17:46:39 Step 26/26 : LABEL version=1.2.2-dev.1 17:46:39 ---> Running in 420104f7b74d 17:46:40 Removing intermediate container 420104f7b74d 17:46:40 ---> 3051f2f8eb57 17:46:40 17:46:40 Successfully built 3051f2f8eb57 17:46:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:46:40  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 17:46:42 Removing intermediate container 35d6f6e3c594 17:46:42 ---> 919a79b5d413 17:46:42 Step 8/26 : COPY . . 17:46:43 Removing intermediate container 78d5025db76a 17:46:43 ---> 3d7697e336c3 17:46:43 Step 8/21 : COPY . . 17:46:43 Removing intermediate container 1209a9788d37 17:46:43 ---> 744d70c7157e 17:46:43 Step 8/20 : COPY . . 17:47:16 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 17:47:16 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:47:16 ---> 7a39d106326c 17:47:16 Step 3/29 : WORKDIR /edgex-go 17:47:16 ---> Using cache 17:47:16 ---> 724411343522 17:47:16 Step 4/29 : RUN apk update && apk add make git 17:47:17 ---> Running in b7ab416d390e 17:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:47:21 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:47:21 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:47:21 OK: 12620 distinct packages available 17:47:22 OK: 217 MiB in 51 packages 17:47:25 ---> af507a110a57 17:47:25 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 17:47:25 ---> f8f3a411fbac 17:47:25 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:47:25 Removing intermediate container b7ab416d390e 17:47:25 ---> b41d94f9ff7f 17:47:25 Step 5/29 : COPY go.mod . 17:47:25 ---> Running in 228935d11441 17:47:25 ---> fcea9cc174ad 17:47:25 Step 9/21 : RUN make cmd/core-metadata/core-metadata 17:47:26 ---> Running in 388e84a7570e 17:47:26 ---> Running in 033f816a76f4 17:47:27 ---> c032f4311304 17:47:27 Step 6/29 : RUN go mod download 17:47:27 ---> Running in cde8e263af27 17:47:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:47:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:47:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:47:32 Removing intermediate container cde8e263af27 17:47:32 ---> 7bb90ae29514 17:47:32 Step 7/29 : COPY . . 17:47:47 Removing intermediate container 9ddeb950600d 17:47:47 ---> ec1770dcf870 17:47:47 17:47:47 Step 10/22 : FROM alpine 17:47:47 latest: Pulling from library/alpine 17:47:47 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:47:47 Status: Downloaded newer image for alpine:latest 17:47:47 ---> 62ee0e9f8440 17:47:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:47:48 ---> Running in 5f54dac0c9ac 17:47:49 Removing intermediate container 5f54dac0c9ac 17:47:49 ---> 0d3263e1dcb0 17:47:49 Step 12/22 : ENV APP_PORT=48080 17:47:49 ---> Running in ac74db28cf18 17:47:50 Removing intermediate container ac74db28cf18 17:47:50 ---> dad80385299a 17:47:50 Step 13/22 : EXPOSE $APP_PORT 17:47:50 ---> Running in 7fa44d5b4825 17:47:52 Removing intermediate container 7fa44d5b4825 17:47:52 ---> bdb822c15d77 17:47:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:47:52 ---> Running in 9046fc055592 17:47:57 ---> f6f55c70aeac 17:47:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:47:57 Removing intermediate container 9046fc055592 17:47:57 ---> 262b1d590135 17:47:57 Step 15/22 : RUN apk --no-cache add zeromq 17:47:57 ---> Running in 02869fb276c3 17:47:57 ---> Running in e0b20a59912b 17:48:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 17:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:48:02 (1/5) Installing libgcc (9.3.0-r2) 17:48:02 (2/5) Installing libsodium (1.0.18-r0) 17:48:02 (3/5) Installing libstdc++ (9.3.0-r2) 17:48:02 (4/5) Installing libzmq (4.3.2-r0) 17:48:03 (5/5) Installing zeromq (4.3.2-r0) 17:48:03 Executing busybox-1.31.1-r16.trigger 17:48:03 OK: 8 MiB in 19 packages 17:48:05 Removing intermediate container e0b20a59912b 17:48:05 ---> 73930db4fdf6 17:48:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:48:06 ---> ca0f35e7ba9e 17:48:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:48:08 ---> aa6290548d6b 17:48:08 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:48:09 ---> fb590b7f0936 17:48:09 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:48:09 ---> Running in 4b4ca459a729 17:48:10 Removing intermediate container 4b4ca459a729 17:48:10 ---> 79ddf7b661d6 17:48:10 Step 20/22 : LABEL arch=arm64 17:48:10 ---> Running in eb1f9d7cf280 17:48:11 Removing intermediate container eb1f9d7cf280 17:48:11 ---> 26c810609516 17:48:11 Step 21/22 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:48:11 ---> Running in 0e5f5312c5bd 17:48:11 Removing intermediate container 0e5f5312c5bd 17:48:11 ---> 42f7760f7d7c 17:48:11 Step 22/22 : LABEL version=1.2.2-dev.1 17:48:12 ---> Running in 1fc7e540855d 17:48:12 Removing intermediate container 1fc7e540855d 17:48:12 ---> 30debf011fb1 17:48:12 17:48:13 Successfully built 30debf011fb1 17:48:13 Successfully tagged docker-core-data-go-arm64:latest 17:48:40  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:48:43 Removing intermediate container 388e84a7570e 17:48:43 ---> 73b0dddde854 17:48:43 17:48:43 Step 10/20 : FROM alpine 17:48:43 ---> 62ee0e9f8440 17:48:43 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:48:43 ---> Running in fd6dac2f4123 17:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:48:47 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:48:47 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:48:47 OK: 12620 distinct packages available 17:48:47 (1/4) Installing ca-certificates (20191127-r4) 17:48:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:48:47 (3/4) Installing libcurl (7.69.1-r0) 17:48:47 (4/4) Installing curl (7.69.1-r0) 17:48:47 Executing busybox-1.31.1-r16.trigger 17:48:47 Executing ca-certificates-20191127-r4.trigger 17:48:48 OK: 7 MiB in 18 packages 17:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.1" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 17:48:50 Removing intermediate container fd6dac2f4123 17:48:50 ---> b636e741911f 17:48:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:48:50 ---> Running in b5f867b36897 17:48:51 Removing intermediate container b5f867b36897 17:48:51 ---> df3ddc85e229 17:48:51 Step 13/20 : WORKDIR /edgex 17:48:51 ---> Running in 469646c47539 17:48:52 Removing intermediate container 469646c47539 17:48:52 ---> 31bdd94c7e9d 17:48:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:48:53 ---> b5d096fe8fbe 17:48:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:48:55 ---> 6a3e97cfe409 17:48:55 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:48:55 ---> Running in 6c6a0f6bbeba 17:48:56 Removing intermediate container 6c6a0f6bbeba 17:48:56 ---> 18541beaad9f 17:48:56 Step 17/20 : CMD ["--init=true"] 17:48:56 ---> Running in 5ac6c3b1121d 17:48:56 Removing intermediate container 5ac6c3b1121d 17:48:56 ---> dc28190f7885 17:48:56 Step 18/20 : LABEL arch=arm64 17:48:57 ---> Running in cf32a1c5d4c2 17:48:58 Removing intermediate container cf32a1c5d4c2 17:48:58 ---> ea33752fce52 17:48:58 Step 19/20 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:48:58 ---> Running in 4a5269fedf41 17:48:59 Removing intermediate container 4a5269fedf41 17:48:59 ---> 0024b67ddf79 17:48:59 Step 20/20 : LABEL version=1.2.2-dev.1 17:48:59 ---> Running in 6eace78b6551 17:48:59 Removing intermediate container 6eace78b6551 17:48:59 ---> 5211f64f608b 17:48:59 17:49:00 Removing intermediate container 228935d11441 17:49:00 ---> 950cd3b3f06c 17:49:00 17:49:00 Step 10/26 : FROM alpine:3.10 17:49:00 Successfully built 5211f64f608b 17:49:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:49:00  Building docker-security-proxy-setup-go ... done 3.10: Pulling from library/alpine 17:49:01 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:49:01 Status: Downloaded newer image for alpine:3.10 17:49:01 ---> 536a684cf733 17:49:01 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:49:02 ---> Running in 9a31edf953ad 17:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 17:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 17:49:04 Removing intermediate container 02869fb276c3 17:49:04 ---> 5ba508f9e3c1 17:49:04 17:49:04 Step 9/29 : FROM alpine:latest 17:49:04 ---> 62ee0e9f8440 17:49:04 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:49:04 ---> Running in 8910b79c0bc6 17:49:04 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:49:04 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:49:04 OK: 10167 distinct packages available 17:49:05 Removing intermediate container 8910b79c0bc6 17:49:05 ---> aab9cd448f80 17:49:05 Step 11/29 : USER root 17:49:05 ---> Running in faeb974a22ee 17:49:05 (1/5) Installing ca-certificates (20191127-r2) 17:49:05 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:49:05 (3/5) Installing libcurl (7.66.0-r0) 17:49:05 (4/5) Installing curl (7.66.0-r0) 17:49:05 (5/5) Installing dumb-init (1.2.2-r1) 17:49:05 Executing busybox-1.30.1-r3.trigger 17:49:05 Executing ca-certificates-20191127-r2.trigger 17:49:05 OK: 7 MiB in 19 packages 17:49:05 Removing intermediate container faeb974a22ee 17:49:05 ---> 8ed318f4357f 17:49:05 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:49:06 ---> Running in f7bc71d22709 17:49:07 Removing intermediate container 9a31edf953ad 17:49:07 ---> c616f2c0b659 17:49:07 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:49:07 ---> Running in 4241b6b6443a 17:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:49:08 Removing intermediate container 033f816a76f4 17:49:08 ---> 2c394b125daf 17:49:08 17:49:08 Step 10/21 : FROM scratch 17:49:08 ---> 17:49:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:49:08 ---> Using cache 17:49:08 ---> bcd8d0a78670 17:49:08 Step 12/21 : ENV APP_PORT=48081 17:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:49:08 ---> Running in b57de5b82432 17:49:08 Removing intermediate container 4241b6b6443a 17:49:08 ---> e21093769672 17:49:08 Step 13/26 : WORKDIR / 17:49:08 ---> Running in c9981c844943 17:49:09 Removing intermediate container b57de5b82432 17:49:09 ---> 5703fee348df 17:49:09 Step 13/21 : EXPOSE $APP_PORT 17:49:09 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:49:09 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:49:09 OK: 12620 distinct packages available 17:49:09 ---> Running in 360cb2ae855a 17:49:09 Removing intermediate container c9981c844943 17:49:09 ---> 9d33d066bef4 17:49:09 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:49:09 Removing intermediate container 360cb2ae855a 17:49:09 ---> 0fe3fbe0d9d1 17:49:09 Step 14/21 : WORKDIR / 17:49:09 ---> Running in 48ce032320e0 17:49:09 (1/2) Installing ca-certificates (20191127-r4) 17:49:09 (2/2) Installing dumb-init (1.2.2-r1) 17:49:09 Executing busybox-1.31.1-r16.trigger 17:49:09 Executing ca-certificates-20191127-r4.trigger 17:49:10 OK: 6 MiB in 16 packages 17:49:10 ---> d32370d1e759 17:49:10 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:49:10 Removing intermediate container 48ce032320e0 17:49:10 ---> d6c5c79fc7f6 17:49:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:49:11 ---> bc8d4ff5ef09 17:49:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:49:11 ---> 62278ab6d0c0 17:49:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:49:12 Removing intermediate container f7bc71d22709 17:49:12 ---> f4cf9fcba2dd 17:49:12 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:49:12 ---> a703e6ad6d11 17:49:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 17:49:12 ---> Running in 8c4963a2f580 17:49:12 ---> b47603ce43a7 17:49:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:49:12 Removing intermediate container 8c4963a2f580 17:49:12 ---> 2299301eaf7a 17:49:12 Step 14/29 : WORKDIR $BASE_DIR 17:49:12 ---> Running in 6985f1a85b5f 17:49:13 ---> d23f9531518f 17:49:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:49:13 ---> d029f9c3bc58 17:49:13 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:49:13 ---> Running in b88593d07b4b 17:49:13 Removing intermediate container 6985f1a85b5f 17:49:13 ---> 8e843f176647 17:49:13 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:49:13 ---> Running in e1e4d998febf 17:49:14 Removing intermediate container b88593d07b4b 17:49:14 ---> ecb0538f6d8f 17:49:14 Step 19/21 : LABEL arch=arm64 17:49:14 ---> Running in cdf339dd9eea 17:49:14 ---> 526ac6104a3c 17:49:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:49:14 Removing intermediate container cdf339dd9eea 17:49:14 ---> 79f6ed3343bc 17:49:14 Step 20/21 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:49:15 ---> Running in 1c1fe2446dd3 17:49:15 ---> d31de382a25a 17:49:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 17:49:15 Removing intermediate container 1c1fe2446dd3 17:49:15 ---> 6f868e2c3480 17:49:15 Step 21/21 : LABEL version=1.2.2-dev.1 17:49:15 ---> Running in 3bce15e74df6 17:49:16 Removing intermediate container 3bce15e74df6 17:49:16 ---> 6af743daf3f1 17:49:16 17:49:16 Successfully built 6af743daf3f1 17:49:16 Successfully tagged docker-core-metadata-go-arm64:latest 17:49:16  Building docker-core-metadata-go ... done Removing intermediate container e1e4d998febf 17:49:16 ---> 7643108798bc 17:49:16 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:49:16 ---> b02c3bf08379 17:49:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:49:17 ---> a88a48635f7a 17:49:17 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:49:17 ---> Running in 5950de72d874 17:49:17 ---> b10e4257d2e5 17:49:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:49:18 ---> a843a1dd9d78 17:49:18 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:49:19 ---> d2b89fc63c5c 17:49:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:49:20 ---> ad01da37930b 17:49:20 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:49:20 Removing intermediate container 5950de72d874 17:49:20 ---> 80fc025d7313 17:49:20 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 17:49:20 ---> Running in e4f79e2ff812 17:49:20 Removing intermediate container e4f79e2ff812 17:49:20 ---> c593e21c2ba0 17:49:20 Step 24/26 : LABEL arch=arm64 17:49:20 ---> 8dae76583bbe 17:49:20 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:49:21 ---> Running in 48a64d064d9e 17:49:21 ---> Running in f2d5daec7adb 17:49:21 Removing intermediate container 48a64d064d9e 17:49:21 ---> 5dd3770866da 17:49:21 Step 25/26 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:49:21 ---> Running in 5518b5a906e5 17:49:22 Removing intermediate container 5518b5a906e5 17:49:22 ---> 631adf47207f 17:49:22 Step 26/26 : LABEL version=1.2.2-dev.1 17:49:22 ---> Running in 1156813ef0dc 17:49:22 Removing intermediate container 1156813ef0dc 17:49:22 ---> b055cc752598 17:49:22 17:49:23 Successfully built b055cc752598 17:49:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:49:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container f2d5daec7adb 17:49:23 ---> 12d00c559131 17:49:23 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:49:24 ---> 6fbab6609872 17:49:24 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:49:24 ---> Running in 0cdc62fa69f3 17:49:27 Removing intermediate container 0cdc62fa69f3 17:49:27 ---> a4dfba1c7e14 17:49:27 Step 24/29 : RUN chmod 755 security-secrets-setup 17:49:27 ---> Running in 9eed88ea075c 17:49:29 Removing intermediate container 9eed88ea075c 17:49:29 ---> 3baeee6fa287 17:49:29 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:49:29 ---> Running in 5eac9143ad73 17:49:30 Removing intermediate container 5eac9143ad73 17:49:30 ---> c0d7d1a0ca36 17:49:30 Step 26/29 : CMD [ "generate" ] 17:49:30 ---> Running in dfb105a0c1a2 17:49:30 Removing intermediate container dfb105a0c1a2 17:49:30 ---> b647ebf4e0f4 17:49:30 Step 27/29 : LABEL arch=arm64 17:49:31 ---> Running in 2a8e3c05a01f 17:49:31 Removing intermediate container 2a8e3c05a01f 17:49:31 ---> f67e21c755ee 17:49:31 Step 28/29 : LABEL git_sha=b15589ad757bd96941d0737b641a3301667c5cfd 17:49:31 ---> Running in 6e1ccf4bb604 17:49:31 Removing intermediate container 6e1ccf4bb604 17:49:31 ---> 8f5b25914144 17:49:31 Step 29/29 : LABEL version=1.2.2-dev.1 17:49:32 ---> Running in c8d20d04f243 17:49:32 Removing intermediate container c8d20d04f243 17:49:32 ---> 34162cebcddc 17:49:32 17:49:33 Successfully built 34162cebcddc 17:49:33 Successfully tagged docker-security-secrets-setup-go-arm64:latest 17:49:33  Building docker-security-secrets-setup-go ... done  [Pipeline] } 17:49:32 $ docker stop --time=1 40bb603b46554edb4f913c8837593974faa217cb0e1dc3d3f9594bca48e42b36 17:49:34 $ docker rm -f 40bb603b46554edb4f913c8837593974faa217cb0e1dc3d3f9594bca48e42b36 [Pipeline] // withDockerContainer [Pipeline] sh 17:49:35 + docker images 17:49:35 + grep docker 17:49:35 docker-security-secrets-setup-go-arm64 latest 34162cebcddc 3 seconds ago 24.2MB 17:49:35 docker-security-secretstore-setup-go-arm64 latest b055cc752598 13 seconds ago 32.6MB 17:49:35 docker-core-metadata-go-arm64 latest 6af743daf3f1 19 seconds ago 13.8MB 17:49:35 docker-security-proxy-setup-go-arm64 latest 5211f64f608b 36 seconds ago 15.8MB 17:49:35 docker-core-data-go-arm64 latest 30debf011fb1 About a minute ago 22.6MB 17:49:35 docker-sys-mgmt-agent-go-arm64 latest 3051f2f8eb57 2 minutes ago 266MB 17:49:35 docker-support-notifications-go-arm64 latest 3ccf3fa14c6d 4 minutes ago 13.9MB 17:49:35 docker-core-command-go-arm64 latest ee26a64c0a68 4 minutes ago 12.4MB 17:49:35 docker-support-scheduler-go-arm64 latest f92b8a6da307 4 minutes ago 12.6MB 17:49:35 docker-support-logging-go-arm64 latest fe30563d9b7a 4 minutes ago 11.4MB 17:49:35 docker latest ce9d55ae87f1 3 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:49:36 provisioning config files... 17:49:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/110@tmp/config1975214172908887770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:49:36 nexus3.edgexfoundry.org:10001 17:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:37 Configure a credential helper to remove this warning. See 17:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:37 17:49:37 Login Succeeded 17:49:37 nexus3.edgexfoundry.org:10002 17:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:37 Configure a credential helper to remove this warning. See 17:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:37 17:49:37 Login Succeeded 17:49:37 nexus3.edgexfoundry.org:10003 17:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:38 Configure a credential helper to remove this warning. See 17:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:38 17:49:38 Login Succeeded 17:49:38 nexus3.edgexfoundry.org:10004 17:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:38 Configure a credential helper to remove this warning. See 17:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:38 17:49:38 Login Succeeded 17:49:38 docker.io 17:49:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:39 Configure a credential helper to remove this warning. See 17:49:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:39 17:49:39 Login Succeeded [Pipeline] } 17:49:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:49:39 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 17:49:39 b15589ad757bd96941d0737b641a3301667c5cfd 17:49:39 1.2.2-dev.1 17:49:39 b15589ad757bd96941d0737b641a3301667c5cfd-1.2.2-dev.1 17:49:39 master 17:49:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:49:40 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b15589ad757bd96941d0737b641a3301667c5cfd 17:49:40 Error response from daemon: No such image: docker-core-command-go:latest [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:49:41 Failed in branch arm64 [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 17:49:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:49:43 ---> package-listing.sh 17:49:43 ++ facter osfamily 17:49:43 ++ tr '[:upper:]' '[:lower:]' 17:49:43 + OS_FAMILY=redhat 17:49:43 + workspace=/w/workspace/edgex-go/110 17:49:43 + START_PACKAGES=/tmp/packages_start.txt 17:49:43 + END_PACKAGES=/tmp/packages_end.txt 17:49:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:49:43 + PACKAGES=/tmp/packages_start.txt 17:49:43 + '[' /w/workspace/edgex-go/110 ']' 17:49:43 + PACKAGES=/tmp/packages_end.txt 17:49:43 + case "${OS_FAMILY}" in 17:49:43 + rpm -qa 17:49:43 + sort 17:49:47 + '[' -f /tmp/packages_start.txt ']' 17:49:47 + '[' -f /tmp/packages_end.txt ']' 17:49:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:49:47 + '[' /w/workspace/edgex-go/110 ']' 17:49:47 + mkdir -p /w/workspace/edgex-go/110/archives/ 17:49:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/110/archives/ [Pipeline] isUnix [Pipeline] sh 17:49:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:49:48 17:49:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:49:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:49:48 alpine: Pulling from edgex-lftools-log-publisher 17:49:48 c9b1b535fdd9: Pulling fs layer 17:49:48 2cc5ad85d9ab: Pulling fs layer 17:49:48 756a868c4378: Pulling fs layer 17:49:48 444b2fc9a129: Pulling fs layer 17:49:48 ea15f1150254: Pulling fs layer 17:49:48 41b27a9f41bf: Pulling fs layer 17:49:48 28c525ee5125: Pulling fs layer 17:49:48 094b1ea09ed8: Pulling fs layer 17:49:48 138eaada9080: Pulling fs layer 17:49:48 0622d0fa9048: Pulling fs layer 17:49:48 444b2fc9a129: Waiting 17:49:48 ea15f1150254: Waiting 17:49:48 28c525ee5125: Waiting 17:49:48 41b27a9f41bf: Waiting 17:49:48 138eaada9080: Waiting 17:49:48 0622d0fa9048: Waiting 17:49:48 2cc5ad85d9ab: Verifying Checksum 17:49:48 444b2fc9a129: Verifying Checksum 17:49:48 444b2fc9a129: Download complete 17:49:48 c9b1b535fdd9: Verifying Checksum 17:49:48 c9b1b535fdd9: Download complete 17:49:48 ea15f1150254: Verifying Checksum 17:49:48 ea15f1150254: Download complete 17:49:49 28c525ee5125: Download complete 17:49:49 756a868c4378: Verifying Checksum 17:49:49 756a868c4378: Download complete 17:49:49 c9b1b535fdd9: Pull complete 17:49:49 138eaada9080: Verifying Checksum 17:49:49 138eaada9080: Download complete 17:49:49 0622d0fa9048: Verifying Checksum 17:49:49 0622d0fa9048: Download complete 17:49:49 094b1ea09ed8: Verifying Checksum 17:49:49 094b1ea09ed8: Download complete 17:49:49 2cc5ad85d9ab: Pull complete 17:49:50 41b27a9f41bf: Verifying Checksum 17:49:50 41b27a9f41bf: Download complete 17:49:51 756a868c4378: Pull complete 17:49:51 444b2fc9a129: Pull complete 17:49:52 ea15f1150254: Pull complete 17:49:57 41b27a9f41bf: Pull complete 17:49:57 28c525ee5125: Pull complete 17:50:00 094b1ea09ed8: Pull complete 17:50:00 138eaada9080: Pull complete 17:50:00 0622d0fa9048: Pull complete 17:50:00 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:50:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:50:01 prd-centos7-docker-4c-2g-603 does not seem to be running inside a container 17:50:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/110 -v /w/workspace/edgex-go/110:/w/workspace/edgex-go/110:rw,z -v /w/workspace/edgex-go/110@tmp:/w/workspace/edgex-go/110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:50:04 $ docker top dbc9861ce5f3ab16234349fecefaef12a51b35ca2fd00c5c68f64f37687d5929 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:50:05 provisioning config files... 17:50:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/110@tmp/config4049667867247865110tmp [Pipeline] { [Pipeline] echo 17:50:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:50:05 ---> create-netrc.sh [Pipeline] echo 17:50:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:50:05 ---> logs-deploy.sh 17:50:05 + ARCHIVE_ARTIFACTS= 17:50:05 + LOGS_SERVER=https://logs.edgexfoundry.org 17:50:05 + '[' https://logs.edgexfoundry.org == None ']' 17:50:05 + NEXUS_URL=https://nexus.edgexfoundry.org 17:50:05 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/110 17:50:05 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/110/ 17:50:05 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/110 /w/workspace/edgex-go/110 17:50:06 Archives upload complete. 17:50:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/110 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/110/