Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 083cc9ce61554893757b0b9e726a37ececd6a144 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1278 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/133 [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/133 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/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 Checking out Revision 083cc9ce61554893757b0b9e726a37ececd6a144 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 083cc9ce61554893757b0b9e726a37ececd6a144 # timeout=10 Commit message: "Merge pull request #2676 from lenny-intel/tags-swagger" > git rev-list --no-walk d9e5544168fa65d70e3b4e2a5a846c36277168af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:32:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:32:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:32:32 ========================================================= 15:32:32 EdgeX Global Pipelines Version Info 15:32:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:32:33 ------------------- 15:32:33 stable info: 15:32:33 ------------------- 15:32:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:33 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 15:32:33 Message: update stable to v1.0.117 15:32:34 ------------------- 15:32:34 experimental info: 15:32:34 ------------------- 15:32:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:34 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 15:32:34 Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:32:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:32:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] echo 15:32:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 083cc9c [Pipeline] echo 15:32:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 15:32:37 ++ 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 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/core-command/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo core-command,cmd/core-command/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/core-data/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo core-data,cmd/core-data/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/core-metadata/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo core-metadata,cmd/core-metadata/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/security-proxy-setup/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/security-secrets-setup/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/support-logging/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo support-logging,cmd/support-logging/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/support-notifications/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo support-notifications,cmd/support-notifications/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/support-scheduler/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:32:37 + for file in '`ls cmd/**/Dockerfile`' 15:32:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:32:37 ++ cut -d/ -f2 15:32:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:32:37 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 15:32:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:39 15:32:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:32:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:39 latest: Pulling from edgex-devops/git-semver 15:32:39 31603596830f: Pulling fs layer 15:32:39 2a8b12db71e7: Pulling fs layer 15:32:39 6ca5941a6612: Pulling fs layer 15:32:39 ecc8261a40a4: Pulling fs layer 15:32:39 ecc8261a40a4: Waiting 15:32:39 2a8b12db71e7: Verifying Checksum 15:32:39 2a8b12db71e7: Download complete 15:32:39 31603596830f: Download complete 15:32:39 ecc8261a40a4: Verifying Checksum 15:32:39 ecc8261a40a4: Download complete 15:32:39 6ca5941a6612: Verifying Checksum 15:32:39 6ca5941a6612: Download complete 15:32:39 31603596830f: Pull complete 15:32:39 2a8b12db71e7: Pull complete 15:32:40 6ca5941a6612: Pull complete 15:32:40 ecc8261a40a4: Pull complete 15:32:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:32:41 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:32:41 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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 15:32:43 $ docker top d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:32:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:44 [ssh-agent] Looking for ssh-agent implementation... 15:32:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:44 $ docker exec d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent 15:32:44 SSH_AUTH_SOCK=/tmp/ssh-0Fe1QmEejY0t/agent.12 15:32:44 SSH_AGENT_PID=17 15:32:44 Running ssh-add (command line suppressed) 15:32:44 Identity added: /w/workspace/edgex-go/133@tmp/private_key_4776015301663471541.key (/w/workspace/edgex-go/133@tmp/private_key_4776015301663471541.key) 15:32:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:44 + git describe --exact-match --tags HEAD 15:32:44 fatal: No names found, cannot describe anything. [Pipeline] } 15:32:44 $ docker exec --env ******** --env ******** d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent -k 15:32:45 unset SSH_AUTH_SOCK; 15:32:45 unset SSH_AGENT_PID; 15:32:45 echo Agent pid 17 killed; 15:32:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:32:45 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:32:45 This usually means this commit has not been tagged. [Pipeline] sshagent 15:32:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:45 [ssh-agent] Looking for ssh-agent implementation... 15:32:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:45 $ docker exec d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent 15:32:45 SSH_AUTH_SOCK=/tmp/ssh-Z9gb7DbVcPhX/agent.46 15:32:45 SSH_AGENT_PID=51 15:32:45 Running ssh-add (command line suppressed) 15:32:45 Identity added: /w/workspace/edgex-go/133@tmp/private_key_2738507832894888346.key (/w/workspace/edgex-go/133@tmp/private_key_2738507832894888346.key) 15:32:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:46 + git semver init 15:32:46 # -> Open(): unable to determine branch for HEAD 15:32:46 # $GIT_DIR = /w/workspace/edgex-go/133/.git 15:32:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/133 15:32:46 # $SEMVER_REMOTE_NAME = origin 15:32:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:32:46 # $SEMVER_USER_NAME = edgex-jenkins 15:32:46 # $SEMVER_BRANCH = master 15:32:46 # $SEMVER_TEMP = /tmp/semver-863076724 15:32:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:33:12 # '/tmp/semver-863076724' -> '/w/workspace/edgex-go/133/.semver' 15:33:12 # -> Force: false 15:33:12 # $SEMVER_DIR = /w/workspace/edgex-go/133/.semver [Pipeline] } 15:33:12 $ docker exec --env ******** --env ******** d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 ssh-agent -k 15:33:12 unset SSH_AUTH_SOCK; 15:33:12 unset SSH_AGENT_PID; 15:33:12 echo Agent pid 51 killed; 15:33:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:13 + git semver [Pipeline] } 15:33:13 $ docker stop --time=1 d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 15:33:15 $ docker rm -f d70488493a2b70d996fad267a40c95da32b836d7140d348ccfc2fa392cb39324 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:33:29 Stashed 38 file(s) [Pipeline] echo 15:33:29 [edgeXSemver]: initialized semver on version 1.2.2-dev.21 [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 15:33:29 ========================================================= 15:33:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:33:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:33:29 + 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 . 15:33:34 Sending build context to Docker daemon 323.2MB 15:33:34 Step 1/7 : ARG BASE=golang:1.13-alpine 15:33:34 Step 2/7 : FROM ${BASE} 15:33:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:33:34 df20fa9351a1: Pulling fs layer 15:33:34 ed8968b2872e: Pulling fs layer 15:33:34 a92cc7c5fd73: Pulling fs layer 15:33:34 2dd03ba5bac4: Pulling fs layer 15:33:34 1e091d79d1de: Pulling fs layer 15:33:34 481702a1767f: Pulling fs layer 15:33:34 f64a6f60c768: Pulling fs layer 15:33:34 e78d2573fc39: Pulling fs layer 15:33:34 e876d2f968b6: Pulling fs layer 15:33:34 ce8a83651883: Pulling fs layer 15:33:34 07967f4d0e4b: Pulling fs layer 15:33:34 f64a6f60c768: Waiting 15:33:34 e78d2573fc39: Waiting 15:33:34 e876d2f968b6: Waiting 15:33:34 ce8a83651883: Waiting 15:33:34 07967f4d0e4b: Waiting 15:33:34 2dd03ba5bac4: Waiting 15:33:34 1e091d79d1de: Waiting 15:33:34 481702a1767f: Waiting 15:33:34 a92cc7c5fd73: Verifying Checksum 15:33:34 a92cc7c5fd73: Download complete 15:33:34 ed8968b2872e: Download complete 15:33:34 1e091d79d1de: Verifying Checksum 15:33:34 1e091d79d1de: Download complete 15:33:34 481702a1767f: Verifying Checksum 15:33:34 481702a1767f: Download complete 15:33:34 df20fa9351a1: Download complete 15:33:34 f64a6f60c768: Verifying Checksum 15:33:34 f64a6f60c768: Download complete 15:33:34 e876d2f968b6: Verifying Checksum 15:33:34 e876d2f968b6: Download complete 15:33:35 2dd03ba5bac4: Verifying Checksum 15:33:35 2dd03ba5bac4: Download complete 15:33:35 e78d2573fc39: Verifying Checksum 15:33:35 e78d2573fc39: Download complete 15:33:35 07967f4d0e4b: Verifying Checksum 15:33:35 07967f4d0e4b: Download complete 15:33:35 df20fa9351a1: Pull complete 15:33:35 ce8a83651883: Verifying Checksum 15:33:35 ce8a83651883: Download complete 15:33:36 ed8968b2872e: Pull complete 15:33:36 a92cc7c5fd73: Pull complete 15:33:41 2dd03ba5bac4: Pull complete 15:33:41 1e091d79d1de: Pull complete 15:33:41 481702a1767f: Pull complete 15:33:44 Still waiting to schedule task 15:33:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:33:48 f64a6f60c768: Pull complete 15:33:51 e78d2573fc39: Pull complete 15:33:51 e876d2f968b6: Pull complete 15:33:52 ce8a83651883: Pull complete 15:33:52 07967f4d0e4b: Pull complete 15:33:52 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:33:52 ---> 5d7c900382c6 15:33:52 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 15:33:54 ---> Running in 46b25601e5f5 15:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:56 (1/12) Installing libmagic (5.38-r0) 15:33:56 (2/12) Installing file (5.38-r0) 15:33:56 (3/12) Installing libc-dev (0.7.2-r3) 15:33:56 (4/12) Installing g++ (9.3.0-r2) 15:33:59 (5/12) Installing fortify-headers (1.1-r0) 15:33:59 (6/12) Installing patch (2.7.6-r6) 15:33:59 (7/12) Installing build-base (0.5-r2) 15:33:59 (8/12) Installing libsodium (1.0.18-r0) 15:33:59 (9/12) Installing pkgconf (1.7.2-r0) 15:34:00 (10/12) Installing libsodium-dev (1.0.18-r0) 15:34:00 (11/12) Installing libzmq (4.3.2-r0) 15:34:00 (12/12) Installing zeromq-dev (4.3.2-r0) 15:34:00 Executing busybox-1.31.1-r16.trigger 15:34:00 OK: 233 MiB in 51 packages 15:34:03 Removing intermediate container 46b25601e5f5 15:34:03 ---> 6f09305c1e62 15:34:03 Step 4/7 : WORKDIR /edgex-go 15:34:03 ---> Running in 3346b92f5c3c 15:34:03 Removing intermediate container 3346b92f5c3c 15:34:03 ---> a01b29b676ca 15:34:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:34:04 latest: Pulling from library/docker 15:34:04 df20fa9351a1: Already exists 15:34:04 25ad7478873d: Pulling fs layer 15:34:04 4684f6177b5d: Pulling fs layer 15:34:04 46e300cec669: Pulling fs layer 15:34:04 63038576ad94: Pulling fs layer 15:34:04 0fdb76c4706c: Pulling fs layer 15:34:04 cb7edeffdfd5: Pulling fs layer 15:34:04 63038576ad94: Waiting 15:34:04 0fdb76c4706c: Waiting 15:34:04 cb7edeffdfd5: Waiting 15:34:04 4684f6177b5d: Download complete 15:34:04 25ad7478873d: Verifying Checksum 15:34:04 25ad7478873d: Download complete 15:34:04 63038576ad94: Verifying Checksum 15:34:04 63038576ad94: Download complete 15:34:04 0fdb76c4706c: Verifying Checksum 15:34:04 0fdb76c4706c: Download complete 15:34:04 cb7edeffdfd5: Verifying Checksum 15:34:04 cb7edeffdfd5: Download complete 15:34:04 25ad7478873d: Pull complete 15:34:05 4684f6177b5d: Pull complete 15:34:05 46e300cec669: Verifying Checksum 15:34:05 46e300cec669: Download complete 15:34:08 46e300cec669: Pull complete 15:34:08 63038576ad94: Pull complete 15:34:08 0fdb76c4706c: Pull complete 15:34:08 cb7edeffdfd5: Pull complete 15:34:08 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:34:08 Status: Downloaded newer image for docker:latest 15:34:10 ---> 590ec924f08d 15:34:10 Step 6/7 : COPY go.mod . 15:34:10 ---> 57ae75925aec 15:34:10 Step 7/7 : RUN go mod download 15:34:10 ---> Running in 4f54341115da 15:34:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:34:12 go: finding github.com/BurntSushi/toml v0.3.1 15:34:12 go: finding github.com/OneOfOne/xxhash v1.2.5 15:34:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:34:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:34:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:34:12 go: finding github.com/bgentry/speakeasy v0.1.0 15:34:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:34:12 go: finding github.com/cloudflare/gokey v0.1.0 15:34:12 go: finding github.com/davecgh/go-spew v1.1.1 15:34:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:34:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:34:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:34:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:34:22 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 15:34:22 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:34:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:34:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:34:22 go: finding github.com/fatih/color v1.7.0 15:34:22 go: finding github.com/fsnotify/fsnotify v1.4.7 15:34:22 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:34:22 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:34:22 go: finding github.com/go-kit/kit v0.8.0 15:34:22 go: finding github.com/go-logfmt/logfmt v0.4.0 15:34:22 go: finding github.com/go-playground/assert/v2 v2.0.1 15:34:22 go: finding github.com/go-playground/locales v0.13.0 15:34:22 go: finding github.com/go-playground/universal-translator v0.17.0 15:34:22 go: finding github.com/go-playground/validator/v10 v10.3.0 15:34:22 go: finding github.com/go-redis/redis/v7 v7.2.0 15:34:22 go: finding github.com/go-stack/stack v1.8.0 15:34:22 go: finding github.com/golang/protobuf v1.3.2 15:34:22 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:34:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:34:22 go: finding github.com/google/uuid v1.1.0 15:34:22 go: finding github.com/gorilla/mux v1.7.1 15:34:22 go: finding github.com/hashicorp/consul/api v1.1.0 15:34:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:34:22 go: finding github.com/hashicorp/errwrap v1.0.0 15:34:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:34:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:34:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:34:23 go: finding github.com/hashicorp/go-multierror v1.0.0 15:34:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:34:23 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:34:23 go: finding github.com/hashicorp/go-syslog v1.0.0 15:34:23 go: finding github.com/hashicorp/go-uuid v1.0.1 15:34:23 go: finding github.com/hashicorp/go.net v0.0.1 15:34:23 go: finding github.com/hashicorp/golang-lru v0.5.0 15:34:23 go: finding github.com/hashicorp/logutils v1.0.0 15:34:23 go: finding github.com/hashicorp/mdns v1.0.0 15:34:23 go: finding github.com/hashicorp/memberlist v0.1.3 15:34:23 go: finding github.com/hashicorp/serf v0.8.2 15:34:23 go: finding github.com/hpcloud/tail v1.0.0 15:34:23 go: finding github.com/imdario/mergo v0.3.6 15:34:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:34:23 go: finding github.com/kr/pretty v0.1.0 15:34:23 go: finding github.com/kr/pty v1.1.1 15:34:23 go: finding github.com/kr/text v0.1.0 15:34:23 go: finding github.com/leodido/go-urn v1.2.0 15:34:23 go: finding github.com/mattn/go-colorable v0.0.9 15:34:23 go: finding github.com/mattn/go-isatty v0.0.3 15:34:23 go: finding github.com/miekg/dns v1.0.14 15:34:23 go: finding github.com/mitchellh/cli v1.0.0 15:34:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:34:23 go: finding github.com/mitchellh/copystructure v1.0.0 15:34:23 go: finding github.com/mitchellh/go-homedir v1.0.0 15:34:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:34:23 go: finding github.com/mitchellh/gox v0.4.0 15:34:23 go: finding github.com/mitchellh/iochan v1.0.0 15:34:23 go: finding github.com/mitchellh/mapstructure v1.1.2 15:34:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:34:23 go: finding github.com/onsi/ginkgo v1.10.1 15:34:23 go: finding github.com/onsi/gomega v1.7.0 15:34:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:34:23 go: finding github.com/pebbe/zmq4 v1.0.0 15:34:23 go: finding github.com/pelletier/go-toml v1.2.0 15:34:24 go: finding github.com/pkg/errors v0.8.1 15:34:24 go: finding github.com/pmezard/go-difflib v1.0.0 15:34:24 go: finding github.com/posener/complete v1.1.1 15:34:24 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:34:24 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:34:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:34:24 go: finding github.com/stretchr/objx v0.1.0 15:34:24 go: finding github.com/stretchr/testify v1.5.1 15:34:24 go: finding github.com/ugorji/go v1.1.4 15:34:24 go: finding github.com/x448/float16 v0.8.4 15:34:24 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:34:24 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:34:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:34:24 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:34:24 go: finding golang.org/x/text v0.3.2 15:34:24 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:34:24 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:34:24 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:34:24 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:34:24 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:34:24 go: finding gopkg.in/yaml.v2 v2.2.8 15:34:42 Removing intermediate container 4f54341115da 15:34:42 ---> 2a2715a4d669 15:34:42 Successfully built 2a2715a4d669 15:34:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:34:46 15:34:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:34:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:34:46 latest: Pulling from edgex-devops/edgex-compose 15:34:46 cbdbe7a5bc2a: Pulling fs layer 15:34:46 ca9280d653b3: Pulling fs layer 15:34:46 7e9c9ca2126c: Pulling fs layer 15:34:46 cbdbe7a5bc2a: Download complete 15:34:46 ca9280d653b3: Verifying Checksum 15:34:46 ca9280d653b3: Download complete 15:34:46 cbdbe7a5bc2a: Pull complete 15:34:47 7e9c9ca2126c: Verifying Checksum 15:34:47 7e9c9ca2126c: Download complete 15:34:47 ca9280d653b3: Pull complete 15:34:56 7e9c9ca2126c: Pull complete 15:34:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:34:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:34:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:34:56 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:34:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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 15:34:58 $ docker top c0b2a881c0be97de2db7275e25fe6b17287b858efa3780c9f6808074730c59b7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:58 + docker-compose build --help 15:34:58 + grep parallel 15:34:59 --parallel Build images in parallel. [Pipeline] } 15:34:59 $ docker stop --time=1 c0b2a881c0be97de2db7275e25fe6b17287b858efa3780c9f6808074730c59b7 15:35:01 $ docker rm -f c0b2a881c0be97de2db7275e25fe6b17287b858efa3780c9f6808074730c59b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:35:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:35:01 . [Pipeline] withDockerContainer 15:35:01 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:35:01 $ 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/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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 15:35:02 $ docker top b8e42136a117b6ead08f7dd20860d195aa681de32a942dbd0827b5ee7567066a -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:03 + docker-compose -f ./docker-compose-build.yml build --parallel 15:35:03 Building docker-core-command-go ... 15:35:03 Building docker-core-data-go ... 15:35:03 Building docker-core-metadata-go ... 15:35:03 Building docker-security-proxy-setup-go ... 15:35:03 Building docker-security-secrets-setup-go ... 15:35:03 Building docker-security-secretstore-setup-go ... 15:35:03 Building docker-support-logging-go ... 15:35:03 Building docker-support-notifications-go ... 15:35:03 Building docker-support-scheduler-go ... 15:35:03 Building docker-sys-mgmt-agent-go ... 15:35:03 Building docker-support-scheduler-go 15:35:03 Building docker-support-logging-go 15:35:03 Building docker-sys-mgmt-agent-go 15:35:03 Building docker-core-command-go 15:35:03 Building docker-support-notifications-go 15:35:26 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:35:26 ---> 2a2715a4d669 15:35:26 Step 3/24 : WORKDIR /edgex-go 15:35:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:35:26 ---> 2a2715a4d669 15:35:26 Step 3/21 : WORKDIR /edgex-go 15:35:26 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:35:26 ---> 2a2715a4d669 15:35:26 Step 3/22 : WORKDIR /edgex-go 15:35:26 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:35:26 ---> 2a2715a4d669 15:35:26 Step 3/22 : WORKDIR /edgex-go 15:35:26 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:26 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:35:26 ---> 2a2715a4d669 15:35:26 Step 3/27 : WORKDIR /edgex-go 15:35:26 ---> Running in bd7f958dc72d 15:35:26 ---> Running in d8edf0ff95a1 15:35:26 ---> Running in a2940c54e013 15:35:26 ---> Running in 832843458a95 15:35:26 ---> Running in 11afcb69107f 15:35:26 Removing intermediate container 11afcb69107f 15:35:26 ---> b163c5b997bf 15:35:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:26 Removing intermediate container 832843458a95 15:35:26 ---> d025e51c3fef 15:35:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:26 Removing intermediate container a2940c54e013 15:35:26 ---> ad20a624cdce 15:35:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:26 Removing intermediate container bd7f958dc72d 15:35:26 ---> c3caa99840af 15:35:26 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:26 Removing intermediate container d8edf0ff95a1 15:35:26 ---> b20f6c107b9b 15:35:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:26 ---> Running in 0cdcc22f0b1d 15:35:26 ---> Running in d5fd2c48eafc 15:35:26 ---> Running in 9689d743ce67 15:35:26 ---> Running in 41fa488b3e36 15:35:26 ---> Running in 8bb0ae4e2f4e 15:35:27 Removing intermediate container d5fd2c48eafc 15:35:27 ---> eccbdc163b35 15:35:27 Step 5/22 : RUN apk update && apk add make git 15:35:27 Removing intermediate container 9689d743ce67 15:35:27 ---> 6072e91bd71f 15:35:27 Step 5/22 : RUN apk update && apk add make && apk add bash git 15:35:27 Removing intermediate container 0cdcc22f0b1d 15:35:27 ---> c29acfa25c95 15:35:27 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:35:27 ---> Running in 02ffd5abbfb4 15:35:27 Removing intermediate container 41fa488b3e36 15:35:27 ---> a07015fa3168 15:35:27 Step 5/27 : RUN apk update && apk add make bash git 15:35:27 ---> Running in d59e95950fa1 15:35:27 ---> Running in c34ed0ddbac6 15:35:27 Removing intermediate container 8bb0ae4e2f4e 15:35:27 ---> 346fee01ba9d 15:35:27 Step 5/21 : RUN apk update && apk add make git 15:35:27 ---> Running in 30de4b1de3aa 15:35:28 ---> Running in 53f5afa1f0ae 15:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:29 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:29 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:29 OK: 12746 distinct packages available 15:35:29 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:29 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:29 OK: 12746 distinct packages available 15:35:30 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:30 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:30 OK: 12746 distinct packages available 15:35:30 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:30 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:30 OK: 12746 distinct packages available 15:35:30 OK: 233 MiB in 51 packages 15:35:30 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:30 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:30 OK: 12746 distinct packages available 15:35:30 OK: 233 MiB in 51 packages 15:35:30 OK: 233 MiB in 51 packages 15:35:30 OK: 233 MiB in 51 packages 15:35:30 OK: 233 MiB in 51 packages 15:35:30 OK: 233 MiB in 51 packages 15:35:31 Removing intermediate container d59e95950fa1 15:35:31 ---> 6307d8300f18 15:35:31 Step 6/24 : COPY go.mod . 15:35:31 Removing intermediate container 53f5afa1f0ae 15:35:31 ---> e53bbec23c11 15:35:31 Step 6/21 : COPY go.mod . 15:35:31 Removing intermediate container 02ffd5abbfb4 15:35:31 ---> bb2b9ec63487 15:35:31 Step 6/22 : COPY go.mod . 15:35:31 Removing intermediate container 30de4b1de3aa 15:35:31 ---> 4739e2e687c2 15:35:31 Step 6/27 : COPY go.mod . 15:35:31 ---> 92cf5ba0868d 15:35:31 Step 7/24 : RUN go mod download 15:35:31 Removing intermediate container c34ed0ddbac6 15:35:31 ---> 2ba2c6546569 15:35:31 Step 6/22 : COPY go.mod . 15:35:31 ---> 3271c54543a0 15:35:31 Step 7/21 : RUN go mod download 15:35:31 ---> Running in fec5cfe6f289 15:35:31 ---> b2a1ef8cfea1 15:35:31 Step 7/22 : RUN go mod download 15:35:32 ---> bb0221e9db1b 15:35:32 Step 7/27 : RUN go mod download 15:35:32 ---> 337a8d8dda74 15:35:32 Step 7/22 : RUN go mod download 15:35:32 ---> Running in 038b74a34700 15:35:32 ---> Running in 5f869152d3eb 15:35:32 ---> Running in 239dfdc10a4e 15:35:32 ---> Running in 7b9314646afe 15:35:34 Removing intermediate container fec5cfe6f289 15:35:34 ---> da2b6b7443ed 15:35:34 Step 8/24 : COPY . . 15:35:34 Removing intermediate container 5f869152d3eb 15:35:34 ---> b405f6617c12 15:35:34 Step 8/22 : COPY . . 15:35:34 Removing intermediate container 038b74a34700 15:35:34 ---> 2e14641f6362 15:35:34 Step 8/21 : COPY . . 15:35:34 Removing intermediate container 7b9314646afe 15:35:34 ---> 4ec74f2b14d6 15:35:34 Step 8/22 : COPY . . 15:35:39 Removing intermediate container 239dfdc10a4e 15:35:39 ---> 3ec6d46d433e 15:35:39 Step 8/27 : COPY . . 15:35:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1279 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 15:35:42 Running in /w/workspace/edgex-go/133 [Pipeline] { [Pipeline] checkout 15:35:46 using credential edgex-jenkins-ssh 15:35:46 Cloning the remote Git repository 15:35:46 Cloning with configured refspecs honoured and without tags 15:35:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:35:47 > git init /w/workspace/edgex-go/133 # timeout=10 15:35:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:35:47 > git --version # timeout=10 15:35:47 > git --version # 'git version 2.17.1' 15:35:47 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:01 ---> a4080ee0b337 15:36:01 Step 9/22 : RUN make cmd/support-logging/support-logging 15:36:01 ---> dcd9416d0b49 15:36:01 Step 9/22 : RUN make cmd/core-command/core-command 15:36:01 ---> 968ede0683d5 15:36:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:36:01 ---> Running in 4a1268e0d320 15:36:01 ---> Running in 51ae5ecc5ceb 15:36:01 ---> Running in b75526ae8108 15:36:01 ---> 76e078fb81d2 15:36:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:36:01 ---> Running in c05f7eaaa41f 15:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-command/core-command ./cmd/core-command 15:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-logging/support-logging ./cmd/support-logging 15:36:01 Fetching without tags 15:36:02 ---> 8f41d33dbd17 15:36:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:36:02 ---> Running in f723256dfcf6 15:36:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:36:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:36:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:02 Checking out Revision 083cc9ce61554893757b0b9e726a37ececd6a144 (master) 15:36:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:36:02 > git config core.sparsecheckout # timeout=10 15:36:02 > git checkout -f 083cc9ce61554893757b0b9e726a37ececd6a144 # timeout=10 15:36:06 Commit message: "Merge pull request #2676 from lenny-intel/tags-swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:36:18 ========================================================= 15:36:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:36:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:19 + 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 . 15:36:24 Sending build context to Docker daemon 323.2MB 15:36:24 Step 1/7 : ARG BASE=golang:1.13-alpine 15:36:24 Step 2/7 : FROM ${BASE} 15:36:24 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:36:24 b538f80385f9: Pulling fs layer 15:36:24 74f711af9a0d: Pulling fs layer 15:36:24 99f96fe45779: Pulling fs layer 15:36:24 fd7a069fd194: Pulling fs layer 15:36:24 66aa3694b03b: Pulling fs layer 15:36:24 170f70906a0f: Pulling fs layer 15:36:24 ad7c5574e4b9: Pulling fs layer 15:36:24 e772456be8f7: Pulling fs layer 15:36:24 c890913d741a: Pulling fs layer 15:36:24 2480fcc9aa5a: Pulling fs layer 15:36:24 09adf4765672: Pulling fs layer 15:36:24 170f70906a0f: Waiting 15:36:24 ad7c5574e4b9: Waiting 15:36:24 e772456be8f7: Waiting 15:36:24 c890913d741a: Waiting 15:36:24 2480fcc9aa5a: Waiting 15:36:24 09adf4765672: Waiting 15:36:24 66aa3694b03b: Waiting 15:36:24 fd7a069fd194: Waiting 15:36:24 99f96fe45779: Verifying Checksum 15:36:24 99f96fe45779: Download complete 15:36:24 74f711af9a0d: Verifying Checksum 15:36:24 74f711af9a0d: Download complete 15:36:24 66aa3694b03b: Verifying Checksum 15:36:24 66aa3694b03b: Download complete 15:36:24 170f70906a0f: Verifying Checksum 15:36:24 170f70906a0f: Download complete 15:36:24 b538f80385f9: Verifying Checksum 15:36:24 b538f80385f9: Download complete 15:36:24 b538f80385f9: Pull complete 15:36:25 74f711af9a0d: Pull complete 15:36:25 99f96fe45779: Pull complete 15:36:26 ad7c5574e4b9: Verifying Checksum 15:36:26 ad7c5574e4b9: Download complete 15:36:26 c890913d741a: Verifying Checksum 15:36:26 c890913d741a: Download complete 15:36:28 e772456be8f7: Verifying Checksum 15:36:28 e772456be8f7: Download complete 15:36:28 09adf4765672: Verifying Checksum 15:36:28 09adf4765672: Download complete 15:36:28 2480fcc9aa5a: Verifying Checksum 15:36:28 2480fcc9aa5a: Download complete 15:36:29 fd7a069fd194: Verifying Checksum 15:36:29 fd7a069fd194: Download complete 15:36:41 Removing intermediate container f723256dfcf6 15:36:41 ---> 733162daf14f 15:36:41 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:36:41 Removing intermediate container 4a1268e0d320 15:36:41 ---> f0b78f299483 15:36:41 15:36:41 Step 10/22 : FROM scratch 15:36:41 ---> 15:36:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:36:41 ---> Running in af1f0f78551d 15:36:41 ---> Running in c1f6e1dd915d 15:36:41 Removing intermediate container 51ae5ecc5ceb 15:36:41 ---> 87a0b4e461cc 15:36:41 15:36:41 Step 10/22 : FROM scratch 15:36:41 ---> 15:36:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:36:41 Removing intermediate container c05f7eaaa41f 15:36:41 ---> fd13c5fa28c8 15:36:41 15:36:41 Step 10/21 : FROM scratch 15:36:41 ---> 15:36:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:36:41 Removing intermediate container af1f0f78551d 15:36:41 ---> 84f496081e23 15:36:41 Step 12/22 : ENV APP_PORT=48061 15:36:41 ---> Running in 694c5422a583 15:36:41 ---> Running in d09c2e3aa16a 15:36:41 ---> Running in 258568db6f6a 15:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:36:42 fd7a069fd194: Pull complete 15:36:42 66aa3694b03b: Pull complete 15:36:42 170f70906a0f: Pull complete 15:36:42 Removing intermediate container 694c5422a583 15:36:42 ---> 4363dc119f34 15:36:42 Step 12/22 : ENV APP_PORT=48082 15:36:42 Removing intermediate container d09c2e3aa16a 15:36:42 ---> 850dc872f9b8 15:36:42 Step 12/21 : ENV APP_PORT=48085 15:36:42 Removing intermediate container 258568db6f6a 15:36:42 ---> 1371a95d6962 15:36:42 Step 13/22 : EXPOSE $APP_PORT 15:36:42 ---> Running in da1ab9bdbdda 15:36:42 ---> Running in 0860f5bebf79 15:36:42 ---> Running in ad0944136012 15:36:42 Removing intermediate container b75526ae8108 15:36:42 ---> ad479ab79ef0 15:36:42 15:36:42 Step 10/24 : FROM scratch 15:36:42 ---> 15:36:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:36:43 ---> Using cache 15:36:43 ---> 84f496081e23 15:36:43 Step 12/24 : ENV APP_PORT=48060 15:36:43 Removing intermediate container da1ab9bdbdda 15:36:43 ---> 55a9c83da993 15:36:43 Step 13/22 : EXPOSE $APP_PORT 15:36:43 ---> Running in ef4f03f11c0b 15:36:43 Removing intermediate container 0860f5bebf79 15:36:43 ---> 677ef007037d 15:36:43 Step 13/21 : EXPOSE $APP_PORT 15:36:43 Removing intermediate container ad0944136012 15:36:43 ---> 35a903de9932 15:36:43 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 15:36:43 ---> Running in 3db545c67bae 15:36:43 ---> Running in 00234d86206a 15:36:43 Removing intermediate container ef4f03f11c0b 15:36:43 ---> 9dbc1724a64a 15:36:43 Step 13/24 : EXPOSE $APP_PORT 15:36:43 ---> 56730926f0be 15:36:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:36:43 Removing intermediate container 3db545c67bae 15:36:43 ---> b9e84069a7bc 15:36:43 Step 14/22 : WORKDIR / 15:36:43 Removing intermediate container 00234d86206a 15:36:43 ---> f8a166bc4df5 15:36:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:36:43 ---> Running in b59091ee42a1 15:36:43 ---> Running in 6ebfff13aa7b 15:36:44 Removing intermediate container c1f6e1dd915d 15:36:44 ---> 89cf1744106b 15:36:44 15:36:44 Step 11/27 : FROM docker:latest 15:36:44 ---> 81f5749c9058 15:36:44 Step 12/27 : RUN apk add --no-cache bash 15:36:44 ---> bfb4aeabecaa 15:36:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:36:44 ---> 62f03f6bbda3 15:36:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:36:44 ---> Running in 6b15b4bba4bc 15:36:44 Removing intermediate container b59091ee42a1 15:36:44 ---> b867bc8b8252 15:36:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:36:44 Removing intermediate container 6ebfff13aa7b 15:36:44 ---> 18db941cbbfd 15:36:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:36:44 ---> a9d1e007eb4f 15:36:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:36:44 ---> da9721ca8272 15:36:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:36:44 ---> c3e4a428aca8 15:36:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:36:44 ---> a33c94a25572 15:36:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:45 (1/2) Installing readline (8.0.4-r0) 15:36:45 (2/2) Installing bash (5.0.17-r0) 15:36:45 Executing bash-5.0.17-r0.post-install 15:36:45 Executing busybox-1.31.1-r16.trigger 15:36:45 OK: 12 MiB in 22 packages 15:36:45 ad7c5574e4b9: Pull complete 15:36:46 ---> baa6c6408bc9 15:36:46 Step 18/22 : ENTRYPOINT ["/support-logging"] 15:36:46 ---> a051f26660e2 15:36:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:36:46 ---> 7681d4f0d8ad 15:36:46 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:36:46 ---> 18210a660b13 15:36:46 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:36:46 ---> Running in b9241572fdc6 15:36:46 ---> Running in f3957b7d96d0 15:36:46 Removing intermediate container 6b15b4bba4bc 15:36:46 ---> 991552305b0b 15:36:46 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:36:46 Removing intermediate container b9241572fdc6 15:36:46 ---> 96c107a4f035 15:36:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:46 ---> bcac5ace95cc 15:36:46 Step 18/22 : ENTRYPOINT ["/core-command"] 15:36:47 ---> de20144fa027 15:36:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:36:47 ---> Running in 3fe112d3df75 15:36:47 Removing intermediate container f3957b7d96d0 15:36:47 ---> 21c1c1a8bbc7 15:36:47 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:47 ---> Running in 75ce9786f326 15:36:47 ---> Running in e6bc48fb8a91 15:36:48 ---> Running in e036ee461ce5 15:36:48 Removing intermediate container 75ce9786f326 15:36:48 ---> ac295701362f 15:36:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:48 Removing intermediate container e6bc48fb8a91 15:36:48 ---> 39ab201f9b30 15:36:48 Step 20/22 : LABEL arch=x86_64 15:36:48 ---> 5a97bba6a2d0 15:36:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:36:48 Removing intermediate container e036ee461ce5 15:36:48 ---> faaef623e70a 15:36:48 Step 19/21 : LABEL arch=x86_64 15:36:48 ---> Running in d6d00e5a66bb 15:36:48 ---> Running in f41934fdec6e 15:36:48 ---> Running in ba167a79d0fa 15:36:48 Removing intermediate container d6d00e5a66bb 15:36:48 ---> c2415a50e0af 15:36:48 Step 20/22 : LABEL arch=x86_64 15:36:48 ---> Running in 483baa2ae5eb 15:36:48 Removing intermediate container f41934fdec6e 15:36:48 ---> afd11dedc55c 15:36:48 Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:36:49 Removing intermediate container ba167a79d0fa 15:36:49 ---> 8348c7add2af 15:36:49 Step 20/21 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:36:49 ---> 37b040b9d04a 15:36:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:36:49 ---> Running in dbb7df1f01a5 15:36:49 ---> Running in 5bb6074d1361 15:36:49 Removing intermediate container 483baa2ae5eb 15:36:49 ---> 82c8f22caee6 15:36:49 Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:36:49 Removing intermediate container 3fe112d3df75 15:36:49 ---> 3ce646eaef5c 15:36:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:36:49 ---> Running in 04ef1f5279cb 15:36:49 ---> Running in 9de55a010e1e 15:36:49 ---> 5b36fbaca84e 15:36:49 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:36:49 Removing intermediate container dbb7df1f01a5 15:36:49 ---> fd44074f94bd 15:36:49 Step 22/22 : LABEL version=1.2.2-dev.21 15:36:49 e772456be8f7: Pull complete 15:36:49 Removing intermediate container 5bb6074d1361 15:36:49 ---> 09271f5960c2 15:36:49 Step 21/21 : LABEL version=1.2.2-dev.21 15:36:49 ---> Running in bfe7e3a1eff7 15:36:49 ---> Running in 34e6ff2de715 15:36:49 ---> Running in 0122cbe586e6 15:36:50 c890913d741a: Pull complete 15:36:50 Removing intermediate container 9de55a010e1e 15:36:50 ---> 79a5cbde0518 15:36:50 Step 15/27 : ENV APP_PORT=48090 15:36:50 Removing intermediate container 04ef1f5279cb 15:36:50 ---> a43e9bcdec6c 15:36:50 Step 22/22 : LABEL version=1.2.2-dev.21 15:36:50 ---> Running in d2a8a64117f7 15:36:50 Removing intermediate container bfe7e3a1eff7 15:36:50 ---> Running in 96af3e199eff 15:36:50 ---> 70b898f7896e 15:36:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:50 Removing intermediate container 0122cbe586e6 15:36:50 ---> 4837d08191ff 15:36:50 15:36:50 Removing intermediate container 34e6ff2de715 15:36:50 ---> 0ebf182f4f33 15:36:50 15:36:50 Successfully built 4837d08191ff 15:36:50 ---> Running in af778f8ea577 15:36:50 Successfully built 0ebf182f4f33 15:36:50 Successfully tagged docker-support-scheduler-go:latest 15:36:50  Building docker-support-scheduler-go ... done Building docker-core-data-go 15:36:50 Successfully tagged docker-support-logging-go:latest 15:36:50  Building docker-support-logging-go ... done Building docker-core-metadata-go 15:36:50 Removing intermediate container 96af3e199eff 15:36:50 ---> 9dd258907e9d 15:36:50 Step 16/27 : EXPOSE $APP_PORT 15:36:50 Removing intermediate container d2a8a64117f7 15:36:50 ---> 699e9d5eab4f 15:36:50 15:36:50 Successfully built 699e9d5eab4f 15:36:50 Successfully tagged docker-core-command-go:latest 15:36:50  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 15:36:50 ---> Running in 3c40a2378e02 15:36:50 Removing intermediate container af778f8ea577 15:36:50 ---> 4fdd45d6dccf 15:36:50 Step 22/24 : LABEL arch=x86_64 15:36:51 ---> Running in f53c5993d657 15:36:51 Removing intermediate container 3c40a2378e02 15:36:51 ---> 46553ea192cc 15:36:51 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:36:51 Removing intermediate container f53c5993d657 15:36:51 ---> fb0aa2112ce5 15:36:51 Step 23/24 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:36:51 ---> Running in ce3a10b5d353 15:36:52 2480fcc9aa5a: Pull complete 15:36:52 09adf4765672: Pull complete 15:36:53 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:36:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:36:53 ---> 2248a725d1cf 15:36:53 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 15:36:55 ---> fe0163393fd6 15:36:55 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:36:55 Removing intermediate container ce3a10b5d353 15:36:55 ---> 434ba7ff1fcd 15:36:55 Step 24/24 : LABEL version=1.2.2-dev.21 15:36:55 ---> Running in f24ebd79083f 15:36:56 ---> 03bdc534e15d 15:36:56 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:36:56 Removing intermediate container f24ebd79083f 15:36:56 ---> 25e77053c99a 15:36:56 15:36:56 Successfully built 25e77053c99a 15:36:56 Successfully tagged docker-support-notifications-go:latest 15:36:56 Building docker-security-secretstore-setup-go 15:36:56  Building docker-support-notifications-go ... done  ---> 0d0fa85ceab0 15:36:56 Step 20/27 : RUN apk --no-cache add py-pip 15:36:56 ---> Running in df2a84abfbb9 15:36:58 ---> Running in 4025ec210d19 15:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:01 (1/33) Installing libbz2 (1.0.8-r1) 15:37:01 (2/33) Installing expat (2.2.9-r1) 15:37:01 (3/33) Installing libffi (3.3-r2) 15:37:01 (4/33) Installing gdbm (1.13-r1) 15:37:01 (1/12) Installing libmagic (5.38-r0) 15:37:01 (2/12) Installing file (5.38-r0) 15:37:01 (3/12) Installing libc-dev (0.7.2-r3) 15:37:01 (4/12) Installing g++ (9.3.0-r2) 15:37:01 (5/33) Installing xz-libs (5.2.5-r0) 15:37:01 (6/33) Installing sqlite-libs (3.32.1-r0) 15:37:01 (7/33) Installing python3 (3.8.5-r0) 15:37:07 (5/12) Installing fortify-headers (1.1-r0) 15:37:07 (6/12) Installing patch (2.7.6-r6) 15:37:07 (7/12) Installing build-base (0.5-r2) 15:37:07 (8/12) Installing libsodium (1.0.18-r0) 15:37:07 (9/12) Installing pkgconf (1.7.2-r0) 15:37:07 (10/12) Installing libsodium-dev (1.0.18-r0) 15:37:07 (11/12) Installing libzmq (4.3.2-r0) 15:37:07 (12/12) Installing zeromq-dev (4.3.2-r0) 15:37:07 Executing busybox-1.31.1-r16.trigger 15:37:07 OK: 217 MiB in 51 packages 15:37:09 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:37:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:37:09 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:37:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:37:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:37:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:37:09 ---> 2a2715a4d669 15:37:09 ---> 2a2715a4d669 15:37:09 ---> 2a2715a4d669 15:37:09 Step 3/23 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 15:37:09 15:37:09 Step 3/20 : WORKDIR /edgex-go 15:37:09 ---> Using cache 15:37:09 ---> c3caa99840af 15:37:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:09 ---> Using cache 15:37:09 ---> c3caa99840af 15:37:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:09 ---> Using cache 15:37:09 ---> c3caa99840af 15:37:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:09 ---> Using cache 15:37:09 ---> a07015fa3168 15:37:09 Step 5/22 : RUN apk update && apk add make git 15:37:09 ---> Using cache 15:37:09 ---> Using cache 15:37:09 ---> a07015fa3168 15:37:09 ---> a07015fa3168 15:37:09 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base gitStep 5/20 : RUN apk update && apk add make git 15:37:09 15:37:11 (8/33) Installing py3-appdirs (1.4.4-r1) 15:37:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:37:11 (10/33) Installing py3-parsing (2.4.7-r0) 15:37:11 (11/33) Installing py3-six (1.15.0-r0) 15:37:11 (12/33) Installing py3-packaging (20.4-r0) 15:37:11 ---> Running in 64c60ab967fc 15:37:11 ---> Running in 7637fc84be91 15:37:11 ---> Running in 7d119ed96b2d 15:37:11 (13/33) Installing py3-setuptools (47.0.0-r0) 15:37:11 (14/33) Installing py3-chardet (3.0.4-r4) 15:37:11 (15/33) Installing py3-idna (2.9-r0) 15:37:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:37:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:37:11 (18/33) Installing py3-requests (2.23.0-r0) 15:37:11 (19/33) Installing py3-msgpack (1.0.0-r0) 15:37:11 Removing intermediate container 4025ec210d19 15:37:11 ---> 6bf50d56a85e 15:37:11 Step 4/7 : WORKDIR /edgex-go 15:37:11 ---> Running in 25b82be09b2c 15:37:11 (20/33) Installing py3-lockfile (0.12.2-r3) 15:37:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:37:11 (22/33) Installing py3-colorama (0.4.3-r0) 15:37:11 (23/33) Installing py3-distlib (0.3.0-r0) 15:37:11 Removing intermediate container 25b82be09b2c 15:37:11 ---> 8140d07d1d10 15:37:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:37:12 (24/33) Installing py3-distro (1.5.0-r1) 15:37:12 (25/33) Installing py3-webencodings (0.5.1-r3) 15:37:12 latest: Pulling from library/docker 15:37:12 b538f80385f9: Already exists 15:37:12 259a493cd78d: Pulling fs layer 15:37:12 b8e66b5100f5: Pulling fs layer 15:37:12 39dc9c94d07c: Pulling fs layer 15:37:12 551b823b3b82: Pulling fs layer 15:37:12 3c52a74df98c: Pulling fs layer 15:37:12 6c9b121b6998: Pulling fs layer 15:37:12 551b823b3b82: Waiting 15:37:12 3c52a74df98c: Waiting 15:37:12 6c9b121b6998: Waiting 15:37:12 b8e66b5100f5: Download complete 15:37:12 259a493cd78d: Verifying Checksum 15:37:12 259a493cd78d: Download complete 15:37:12 551b823b3b82: Verifying Checksum 15:37:12 551b823b3b82: Download complete 15:37:12 (26/33) Installing py3-html5lib (1.0.1-r4) 15:37:13 3c52a74df98c: Verifying Checksum 15:37:13 3c52a74df98c: Download complete 15:37:13 (27/33) Installing py3-pytoml (0.1.21-r0) 15:37:13 (28/33) Installing py3-pep517 (0.8.2-r0) 15:37:13 (29/33) Installing py3-progress (1.5-r0) 15:37:13 (30/33) Installing py3-toml (0.10.1-r0) 15:37:13 (31/33) Installing py3-retrying (1.3.3-r0) 15:37:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:37:13 (33/33) Installing py3-pip (20.1.1-r0) 15:37:13 6c9b121b6998: Download complete 15:37:13 259a493cd78d: Pull complete 15:37:13 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:37:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:37:13 ---> 2a2715a4d669 15:37:13 Step 3/26 : WORKDIR /edgex-go 15:37:13 ---> Using cache 15:37:13 ---> c3caa99840af 15:37:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:13 ---> Using cache 15:37:13 ---> a07015fa3168 15:37:13 Step 5/26 : RUN apk update && apk add make git 15:37:13 b8e66b5100f5: Pull complete 15:37:14 39dc9c94d07c: Verifying Checksum 15:37:14 39dc9c94d07c: Download complete 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:14 Executing busybox-1.31.1-r16.trigger 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:14 OK: 71 MiB in 55 packages 15:37:14 ---> Running in 2c2af8ad30c4 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:15 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:37:15 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:37:15 OK: 12746 distinct packages available 15:37:15 OK: 233 MiB in 51 packages 15:37:15 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:37:15 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:37:15 OK: 12746 distinct packages available 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:15 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:37:15 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:37:15 OK: 12746 distinct packages available 15:37:16 OK: 233 MiB in 51 packages 15:37:16 OK: 233 MiB in 51 packages 15:37:16 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:37:16 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:37:16 OK: 12746 distinct packages available 15:37:16 OK: 233 MiB in 51 packages 15:37:16 Removing intermediate container 7d119ed96b2d 15:37:16 ---> a82420ee128a 15:37:16 Step 6/20 : COPY go.mod . 15:37:17 39dc9c94d07c: Pull complete 15:37:17 551b823b3b82: Pull complete 15:37:18 3c52a74df98c: Pull complete 15:37:18 ---> 8b84e7f672cf 15:37:18 Step 7/20 : RUN go mod download 15:37:18 6c9b121b6998: Pull complete 15:37:18 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:37:18 Status: Downloaded newer image for docker:latest 15:37:20 ---> Running in 5f8ca8db5600 15:37:20 Removing intermediate container 64c60ab967fc 15:37:20 ---> 37aaa89347b6 15:37:20 Step 6/23 : COPY go.mod . 15:37:20 Removing intermediate container 7637fc84be91 15:37:20 ---> 2137fcb9c652 15:37:20 Step 6/22 : COPY go.mod . 15:37:20 Removing intermediate container 2c2af8ad30c4 15:37:20 ---> 65ffece7c83f 15:37:20 Step 6/26 : COPY go.mod . 15:37:21 ---> 651327d589e6 15:37:21 Step 7/23 : RUN go mod download 15:37:21 Removing intermediate container df2a84abfbb9 15:37:21 ---> 09ae0543392a 15:37:21 Step 21/27 : RUN pip install docker-compose==1.23.2 15:37:21 ---> Running in 8b4377ec1a23 15:37:21 ---> e297a2b99818 15:37:21 Step 7/22 : RUN go mod download 15:37:21 ---> Running in 933a3d3e8506 15:37:21 ---> 56af39df1fbc 15:37:21 Step 7/26 : RUN go mod download 15:37:21 ---> Running in 0b257662a611 15:37:21 ---> 0a7f87946e39 15:37:21 Step 6/7 : COPY go.mod . 15:37:21 ---> Running in 101563a21bb1 15:37:22 ---> b5c84912f4ba 15:37:22 Step 7/7 : RUN go mod download 15:37:22 ---> Running in e5cd1bedd0f3 15:37:22 Removing intermediate container 5f8ca8db5600 15:37:22 ---> 250f361cb8c4 15:37:22 Step 8/20 : COPY . . 15:37:25 Collecting docker-compose==1.23.2 15:37:25 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:37:25 go: finding github.com/BurntSushi/toml v0.3.1 15:37:25 go: finding github.com/OneOfOne/xxhash v1.2.5 15:37:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:37:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:37:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:37:25 go: finding github.com/bgentry/speakeasy v0.1.0 15:37:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:37:25 go: finding github.com/cloudflare/gokey v0.1.0 15:37:25 go: finding github.com/davecgh/go-spew v1.1.1 15:37:25 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:37:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:37:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:37:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:37:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 15:37:25 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:37:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:37:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:37:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:37:25 go: finding github.com/fatih/color v1.7.0 15:37:25 go: finding github.com/fsnotify/fsnotify v1.4.7 15:37:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:37:25 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:37:25 go: finding github.com/go-kit/kit v0.8.0 15:37:25 go: finding github.com/go-logfmt/logfmt v0.4.0 15:37:25 go: finding github.com/go-playground/assert/v2 v2.0.1 15:37:25 go: finding github.com/go-playground/locales v0.13.0 15:37:25 go: finding github.com/go-playground/universal-translator v0.17.0 15:37:25 go: finding github.com/go-playground/validator/v10 v10.3.0 15:37:25 go: finding github.com/go-redis/redis/v7 v7.2.0 15:37:25 go: finding github.com/go-stack/stack v1.8.0 15:37:26 go: finding github.com/golang/protobuf v1.3.2 15:37:26 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:37:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:37:26 go: finding github.com/google/uuid v1.1.0 15:37:26 go: finding github.com/gorilla/mux v1.7.1 15:37:26 go: finding github.com/hashicorp/consul/api v1.1.0 15:37:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:37:26 go: finding github.com/hashicorp/errwrap v1.0.0 15:37:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:37:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:37:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:37:26 go: finding github.com/hashicorp/go-multierror v1.0.0 15:37:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:37:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:37:26 go: finding github.com/hashicorp/go-syslog v1.0.0 15:37:26 go: finding github.com/hashicorp/go-uuid v1.0.1 15:37:26 go: finding github.com/hashicorp/go.net v0.0.1 15:37:26 go: finding github.com/hashicorp/golang-lru v0.5.0 15:37:26 go: finding github.com/hashicorp/logutils v1.0.0 15:37:26 go: finding github.com/hashicorp/mdns v1.0.0 15:37:26 go: finding github.com/hashicorp/memberlist v0.1.3 15:37:26 go: finding github.com/hashicorp/serf v0.8.2 15:37:26 go: finding github.com/hpcloud/tail v1.0.0 15:37:26 go: finding github.com/imdario/mergo v0.3.6 15:37:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:37:26 go: finding github.com/kr/pretty v0.1.0 15:37:26 go: finding github.com/kr/pty v1.1.1 15:37:26 go: finding github.com/kr/text v0.1.0 15:37:26 go: finding github.com/leodido/go-urn v1.2.0 15:37:26 go: finding github.com/mattn/go-colorable v0.0.9 15:37:26 go: finding github.com/mattn/go-isatty v0.0.3 15:37:26 go: finding github.com/miekg/dns v1.0.14 15:37:26 go: finding github.com/mitchellh/cli v1.0.0 15:37:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:37:27 go: finding github.com/mitchellh/copystructure v1.0.0 15:37:27 go: finding github.com/mitchellh/go-homedir v1.0.0 15:37:27 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:37:27 go: finding github.com/mitchellh/gox v0.4.0 15:37:27 go: finding github.com/mitchellh/iochan v1.0.0 15:37:27 go: finding github.com/mitchellh/mapstructure v1.1.2 15:37:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:37:27 go: finding github.com/onsi/ginkgo v1.10.1 15:37:27 go: finding github.com/onsi/gomega v1.7.0 15:37:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:37:27 go: finding github.com/pebbe/zmq4 v1.0.0 15:37:27 go: finding github.com/pelletier/go-toml v1.2.0 15:37:27 go: finding github.com/pkg/errors v0.8.1 15:37:27 go: finding github.com/pmezard/go-difflib v1.0.0 15:37:27 go: finding github.com/posener/complete v1.1.1 15:37:27 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:37:27 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:37:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:37:27 go: finding github.com/stretchr/objx v0.1.0 15:37:27 go: finding github.com/stretchr/testify v1.5.1 15:37:27 go: finding github.com/ugorji/go v1.1.4 15:37:27 go: finding github.com/x448/float16 v0.8.4 15:37:27 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:37:27 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:37:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:37:27 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:37:27 go: finding golang.org/x/text v0.3.2 15:37:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:37:27 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:37:27 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:37:27 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:37:27 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:37:27 go: finding gopkg.in/yaml.v2 v2.2.8 15:37:27 Removing intermediate container 8b4377ec1a23 15:37:27 ---> ecabcc4631cb 15:37:27 Step 8/23 : COPY . . 15:37:27 Collecting cached-property<2,>=1.2.0 15:37:27 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:37:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:37:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:37:30 Collecting jsonschema<3,>=2.5.1 15:37:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:37:31 Removing intermediate container 101563a21bb1 15:37:31 ---> 4780c892fa02 15:37:31 Step 8/26 : COPY . . 15:37:32 Collecting PyYAML<4,>=3.10 15:37:32 Downloading PyYAML-3.13.tar.gz (270 kB) 15:37:37 Removing intermediate container 0b257662a611 15:37:37 ---> 82747dfdd07b 15:37:37 Step 8/22 : COPY . . 15:37:38 Collecting websocket-client<1.0,>=0.32.0 15:37:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:37:41 Collecting docopt<0.7,>=0.6.1 15:37:41 Downloading docopt-0.6.2.tar.gz (25 kB) 15:37:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:37:47 Collecting docker<4.0,>=3.6.0 15:37:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:37:49 Removing intermediate container e5cd1bedd0f3 15:37:49 ---> 7bea1752e863 15:37:49 Successfully built 7bea1752e863 15:37:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:37:51 Collecting texttable<0.10,>=0.9.0 15:37:51 Downloading texttable-0.9.1.tar.gz (11 kB) 15:37:51 15:37:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:37:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:37:51 latest: Pulling from edgex-devops/edgex-compose-arm64 15:37:51 29e5d40040c1: Pulling fs layer 15:37:51 1ce36da41761: Pulling fs layer 15:37:51 25b303627fd3: Pulling fs layer 15:37:51 29e5d40040c1: Verifying Checksum 15:37:51 29e5d40040c1: Download complete 15:37:52 1ce36da41761: Verifying Checksum 15:37:52 1ce36da41761: Download complete 15:37:52 29e5d40040c1: Pull complete 15:37:53 1ce36da41761: Pull complete 15:37:53 25b303627fd3: Verifying Checksum 15:37:53 25b303627fd3: Download complete 15:37:54 Collecting dockerpty<0.5,>=0.4.1 15:37:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:37:55 Collecting idna<2.8,>=2.5 15:37:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:37:55 ---> db0903a90e60 15:37:55 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:37:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:37:56 ---> Running in eef2b3381ac5 15:37:56 Collecting urllib3<1.25,>=1.21.1 15:37:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:37:56 ---> 7098bd1a334d 15:37:56 Step 9/23 : RUN make cmd/core-data/core-data 15:37:56 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) 15:37:56 ---> 81ac222c3bdf 15:37:56 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 15:37:56 ---> 53e4c4fda915 15:37:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:37:56 Collecting docker-pycreds>=0.4.0 15:37:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:37:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:37:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:37:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:37:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:37:56 ---> Running in 4b236a46a001 15:37:56 ---> Running in ecc91add8a9d 15:37:56 ---> Running in 21c64a6eb4af 15:37:57 Installing collected packages: cached-property, idna, urllib3, requests, jsonschema, PyYAML, websocket-client, docopt, docker-pycreds, docker, texttable, dockerpty, docker-compose 15:37:57 Attempting uninstall: idna 15:37:57 Found existing installation: idna 2.9 15:37:57 Uninstalling idna-2.9: 15:37:57 Successfully uninstalled idna-2.9 15:37:57 Attempting uninstall: urllib3 15:37:57 Found existing installation: urllib3 1.25.9 15:37:57 Uninstalling urllib3-1.25.9: 15:37:57 Successfully uninstalled urllib3-1.25.9 15:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:37:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-data/core-data ./cmd/core-data 15:37:57 Attempting uninstall: requests 15:37:57 Found existing installation: requests 2.23.0 15:37:57 Uninstalling requests-2.23.0: 15:37:57 Successfully uninstalled requests-2.23.0 15:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:37:57 Running setup.py install for PyYAML: started 15:37:58 Running setup.py install for PyYAML: finished with status 'done' 15:37:58 Running setup.py install for docopt: started 15:37:59 Running setup.py install for docopt: finished with status 'done' 15:38:00 Running setup.py install for texttable: started 15:38:01 Running setup.py install for texttable: finished with status 'done' 15:38:01 Running setup.py install for dockerpty: started 15:38:02 Running setup.py install for dockerpty: finished with status 'done' 15:38:02 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 15:38:04 25b303627fd3: Pull complete 15:38:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:38:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:38:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:38:04 prd-ubuntu18.04-docker-arm64-4c-16g-1279 does not seem to be running inside a container 15:38:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-arm64:latest cat 15:38:07 Removing intermediate container 933a3d3e8506 15:38:07 ---> 2c613a0b8e5a 15:38:07 Step 22/27 : RUN apk --no-cache add curl 15:38:07 $ docker top 6bc150314cda46a9341c8e83ea6a8d34e80543ac5da55133d45bbe758ac751b1 -eo pid,comm 15:38:08 ---> Running in e0f8f8141d6f [Pipeline] { [Pipeline] sh 15:38:09 + docker-compose build --help 15:38:09 + grep parallel 15:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:38:10 (2/3) Installing libcurl (7.69.1-r0) 15:38:10 (3/3) Installing curl (7.69.1-r0) 15:38:10 Executing busybox-1.31.1-r16.trigger 15:38:10 OK: 72 MiB in 58 packages 15:38:12 Removing intermediate container e0f8f8141d6f 15:38:12 ---> ec3cfa3ee632 15:38:12 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:38:12 ---> Running in b11f067117e0 15:38:12 --parallel Build images in parallel. 15:38:12 Removing intermediate container b11f067117e0 15:38:12 ---> 59f7d3bb8fb7 15:38:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:12 ---> Running in f1ca08cc038e [Pipeline] } 15:38:13 $ docker stop --time=1 6bc150314cda46a9341c8e83ea6a8d34e80543ac5da55133d45bbe758ac751b1 15:38:13 Removing intermediate container f1ca08cc038e 15:38:13 ---> 2676154e2c1a 15:38:13 Step 25/27 : LABEL arch=x86_64 15:38:13 ---> Running in a058fa0084f4 15:38:13 Removing intermediate container a058fa0084f4 15:38:13 ---> b2bc3af8dfe5 15:38:13 Step 26/27 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:38:13 ---> Running in 45860f54c811 15:38:13 Removing intermediate container 45860f54c811 15:38:13 ---> 95c2f1d9d9d4 15:38:13 Step 27/27 : LABEL version=1.2.2-dev.21 15:38:13 ---> Running in 8c016ce4ce1b 15:38:14 Removing intermediate container 8c016ce4ce1b 15:38:14 ---> a1cda97a4105 15:38:14 15:38:14 $ docker rm -f 6bc150314cda46a9341c8e83ea6a8d34e80543ac5da55133d45bbe758ac751b1 15:38:15 Successfully built a1cda97a4105 15:38:15 Successfully tagged docker-sys-mgmt-agent-go:latest 15:38:15  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:38:15 . [Pipeline] withDockerContainer 15:38:16 prd-ubuntu18.04-docker-arm64-4c-16g-1279 does not seem to be running inside a container 15:38:16 $ 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/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:38:17 $ docker top a27b73f04d59ff6beb3f35277c93b16114ff0ec30122332c56ab02b79e8e51ae -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:18 + docker-compose -f ./docker-compose-build.yml build --parallel 15:38:21 Building docker-core-command-go ... 15:38:21 Building docker-core-data-go ... 15:38:21 Building docker-core-metadata-go ... 15:38:21 Building docker-security-proxy-setup-go ... 15:38:21 Building docker-security-secrets-setup-go ... 15:38:21 Building docker-security-secretstore-setup-go ... 15:38:21 Building docker-support-logging-go ... 15:38:21 Building docker-support-notifications-go ... 15:38:21 Building docker-support-scheduler-go ... 15:38:21 Building docker-sys-mgmt-agent-go ... 15:38:21 Building docker-security-proxy-setup-go 15:38:21 Building docker-sys-mgmt-agent-go 15:38:21 Building docker-core-metadata-go 15:38:21 Building docker-security-secrets-setup-go 15:38:21 Building docker-security-secretstore-setup-go 15:38:30 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:38:30 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:38:30 ---> 2a2715a4d669 15:38:30 Step 3/29 : WORKDIR /edgex-go 15:38:30 ---> Using cache 15:38:30 ---> c3caa99840af 15:38:30 Step 4/29 : RUN apk update && apk add make git 15:38:30 ---> Running in c4151e8d132b 15:38:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:32 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:38:32 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:38:32 OK: 12746 distinct packages available 15:38:32 OK: 233 MiB in 51 packages 15:38:33 Removing intermediate container eef2b3381ac5 15:38:33 ---> 615bbf52f2c1 15:38:33 15:38:33 Step 10/20 : FROM alpine 15:38:33 latest: Pulling from library/alpine 15:38:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:38:36 Status: Downloaded newer image for alpine:latest 15:38:36 ---> a24bb4013296 15:38:36 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:38:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 15:38:36 ---> Running in df1cd4704577 15:38:36 Removing intermediate container c4151e8d132b 15:38:36 ---> 2516fb56708a 15:38:36 Step 5/29 : COPY go.mod . 15:38:36 ---> edf8ea4cf01b 15:38:36 Step 6/29 : RUN go mod download 15:38:37 ---> Running in 708f559d9d7d 15:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:37 v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:38:37 v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:38:37 OK: 12746 distinct packages available 15:38:38 (1/4) Installing ca-certificates (20191127-r4) 15:38:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:38:38 (3/4) Installing libcurl (7.69.1-r0) 15:38:38 (4/4) Installing curl (7.69.1-r0) 15:38:38 Executing busybox-1.31.1-r16.trigger 15:38:38 Executing ca-certificates-20191127-r4.trigger 15:38:38 OK: 7 MiB in 18 packages 15:38:39 Removing intermediate container ecc91add8a9d 15:38:39 ---> bc7d06fb7485 15:38:39 15:38:39 Step 10/22 : FROM scratch 15:38:39 ---> 15:38:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:38:40 ---> Using cache 15:38:40 ---> 850dc872f9b8 15:38:40 Step 12/22 : ENV APP_PORT=48081 15:38:40 ---> Running in f56d0ffbafcf 15:38:43 Removing intermediate container f56d0ffbafcf 15:38:43 ---> 8485759a4dae 15:38:43 Step 13/22 : EXPOSE $APP_PORT 15:38:43 Removing intermediate container 4b236a46a001 15:38:43 ---> ddc474b441e8 15:38:43 15:38:43 Step 10/23 : FROM alpine 15:38:43 ---> a24bb4013296 15:38:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:38:43 ---> Running in cd4be23cd9b1 15:38:43 Removing intermediate container df1cd4704577 15:38:43 ---> a7bfe9927ab3 15:38:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:38:43 Removing intermediate container 708f559d9d7d 15:38:43 ---> ea4e64fba3f7 15:38:43 Step 7/29 : COPY . . 15:38:43 ---> Running in 95908468eb3f 15:38:43 ---> Running in 595eb2a79441 15:38:43 Removing intermediate container cd4be23cd9b1 15:38:43 ---> 8e93dc96c322 15:38:43 Step 14/22 : WORKDIR / 15:38:48 ---> Running in 92d36b4a16ed 15:38:50 Removing intermediate container 95908468eb3f 15:38:50 ---> b0c505dcb71a 15:38:50 Step 12/23 : ENV APP_PORT=48080 15:38:50 Removing intermediate container 595eb2a79441 15:38:50 ---> dbea973a05e1 15:38:50 Step 13/20 : WORKDIR /edgex 15:38:52 Removing intermediate container 21c64a6eb4af 15:38:52 ---> d6e510acc352 15:38:52 15:38:52 Step 10/26 : FROM alpine:3.10 15:38:52 3.10: Pulling from library/alpine 15:38:52 ---> Running in 4a26b56160eb 15:38:52 ---> Running in 740aa70abef8 15:38:52 Removing intermediate container 92d36b4a16ed 15:38:52 ---> 44743c50130f 15:38:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:38:57 Removing intermediate container 4a26b56160eb 15:38:57 ---> f4c529da02b4 15:38:57 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:38:57 Removing intermediate container 740aa70abef8 15:38:57 ---> c27fe5996250 15:38:57 Step 13/23 : EXPOSE $APP_PORT 15:38:57 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:38:57 ---> b31e45dca76e 15:38:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:38:57 Status: Downloaded newer image for alpine:3.10 15:38:57 ---> be4e4bea2c2e 15:38:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:38:57 ---> Running in 74f5bc1bead5 15:38:57 ---> Running in e570499e0285 15:38:57 ---> 8fd56e8dc7cd 15:38:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:38:57 Removing intermediate container 74f5bc1bead5 15:38:57 ---> 0c2a189abe9b 15:38:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:57 ---> Running in 7f937d8272de 15:38:57 ---> 92171f32bc99 15:38:57 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:38:57 ---> 20125b328d8a 15:38:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:38:57 ---> Running in 070a62a353ac 15:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:38:58 v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:38:58 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:38:58 OK: 10346 distinct packages available 15:38:58 ---> 3685665ee8c4 15:38:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:38:58 ---> Running in 5a003465ed59 15:38:58 ---> 00af207eeedd 15:38:58 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:38:58 (1/5) Installing ca-certificates (20191127-r2) 15:38:58 ---> Running in 7b377b22fa89 15:38:58 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:38:58 (3/5) Installing libcurl (7.66.0-r0) 15:38:58 (4/5) Installing curl (7.66.0-r0) 15:38:58 (5/5) Installing dumb-init (1.2.2-r1) 15:38:58 Executing busybox-1.30.1-r3.trigger 15:38:58 Executing ca-certificates-20191127-r2.trigger 15:38:58 OK: 7 MiB in 19 packages 15:38:59 Removing intermediate container 5a003465ed59 15:38:59 ---> aaaeb1e68e5c 15:38:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:59 Removing intermediate container 7b377b22fa89 15:38:59 ---> 762b7343b528 15:38:59 Step 17/20 : CMD ["--init=true"] 15:38:59 ---> Running in 07809dcff884 15:38:59 ---> Running in 10634601c0e0 15:39:00 Removing intermediate container 07809dcff884 15:39:00 ---> 95c2068132be 15:39:00 Step 20/22 : LABEL arch=x86_64 15:39:00 ---> Running in f50a525ba910 15:39:00 Removing intermediate container 10634601c0e0 15:39:00 ---> 29126419261f 15:39:00 Step 18/20 : LABEL arch=x86_64 15:39:00 Removing intermediate container 070a62a353ac 15:39:00 ---> f12e78b69d7d 15:39:00 Step 15/23 : RUN apk --no-cache add zeromq 15:39:00 Removing intermediate container e570499e0285 15:39:00 ---> 5419a5bc279a 15:39:00 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:39:00 ---> Running in 5d13577e99e7 15:39:00 ---> Running in 1fc4758c199a 15:39:00 ---> Running in f6eb396c7f7d 15:39:01 Removing intermediate container f50a525ba910 15:39:01 ---> f868fb6820ea 15:39:01 Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:39:01 Removing intermediate container 5d13577e99e7 15:39:01 ---> 6dab1af4f6ee 15:39:01 Step 19/20 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:39:01 ---> Running in 836b44f23df5 15:39:01 Removing intermediate container 1fc4758c199a 15:39:01 ---> Running in 4b8f7f27bfb1 15:39:01 ---> 309a7a14fb1c 15:39:01 Step 13/26 : WORKDIR / 15:39:01 ---> Running in 85ad21801719 15:39:02 Removing intermediate container 4b8f7f27bfb1 15:39:02 ---> 9be03f925dbe 15:39:02 Step 20/20 : LABEL version=1.2.2-dev.21 15:39:02 Removing intermediate container 836b44f23df5 15:39:02 ---> d5239574d1a3 15:39:02 Step 22/22 : LABEL version=1.2.2-dev.21 15:39:02 ---> Running in f3f562301b3a 15:39:02 ---> Running in b3f7df3781d9 15:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:02 Removing intermediate container 85ad21801719 15:39:02 ---> e427c6b5dd39 15:39:02 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:02 Removing intermediate container f3f562301b3a 15:39:02 ---> ed36cb7c31e4 15:39:02 15:39:03 Removing intermediate container b3f7df3781d9 15:39:03 ---> 381aebfc3e8d 15:39:03 15:39:03 ---> 6a332fe84f11 15:39:03 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:39:03 (1/5) Installing libgcc (9.3.0-r2) 15:39:03 Successfully built 381aebfc3e8d 15:39:03 Successfully tagged docker-core-metadata-go:latest 15:39:03  Building docker-core-metadata-go ... done (2/5) Installing libsodium (1.0.18-r0) 15:39:03 Successfully built ed36cb7c31e4 15:39:03 Successfully tagged docker-security-proxy-setup-go:latest 15:39:03  Building docker-security-proxy-setup-go ... done (3/5) Installing libstdc++ (9.3.0-r2) 15:39:03 ---> be3b0725455a 15:39:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:39:03 (4/5) Installing libzmq (4.3.2-r0) 15:39:03 (5/5) Installing zeromq (4.3.2-r0) 15:39:03 Executing busybox-1.31.1-r16.trigger 15:39:03 ---> a012c213599e 15:39:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:39:03 OK: 8 MiB in 19 packages 15:39:04 ---> 9f7192825278 15:39:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:39:05 Removing intermediate container f6eb396c7f7d 15:39:05 ---> 2ee3a910eef7 15:39:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:39:05 ---> f0e677491383 15:39:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:39:05 ---> 4f35efb102bd 15:39:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:39:06 ---> 4133f99a7b92 15:39:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:39:07 ---> 3ac7a240bcc7 15:39:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:39:07 ---> cf9d36f6e1e1 15:39:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:39:07 ---> 3a301e9b2ca0 15:39:07 Step 19/23 : ENTRYPOINT ["/core-data"] 15:39:07 ---> Running in 675d4c9cd95f 15:39:07 ---> 6492f14cf535 15:39:07 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:39:07 ---> Running in ca02b7e7ebbc 15:39:07 Removing intermediate container 675d4c9cd95f 15:39:07 ---> dc5cce5a87a5 15:39:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:08 ---> Running in 9b169005b04f 15:39:08 Removing intermediate container 9b169005b04f 15:39:08 ---> 5ab2b7fd1275 15:39:08 Step 21/23 : LABEL arch=x86_64 15:39:09 ---> Running in 8e70c2e968f7 15:39:09 Removing intermediate container 7f937d8272de 15:39:09 ---> db0d99398587 15:39:09 15:39:09 Step 9/29 : FROM alpine:latest 15:39:09 ---> a24bb4013296 15:39:09 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:39:09 ---> Running in ddd22b44c089 15:39:09 Removing intermediate container 8e70c2e968f7 15:39:09 ---> 5beb00d77353 15:39:09 Step 22/23 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:39:09 Removing intermediate container ca02b7e7ebbc 15:39:09 ---> c89d213c30d9 15:39:09 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:39:09 ---> Running in 73dd30321df5 15:39:09 ---> Running in a388ef6a4b38 15:39:09 Removing intermediate container ddd22b44c089 15:39:09 ---> b80773d96d3d 15:39:09 Step 11/29 : USER root 15:39:10 ---> Running in 086e8371597a 15:39:10 Removing intermediate container 73dd30321df5 15:39:10 ---> 0f70d7feda4b 15:39:10 Step 23/23 : LABEL version=1.2.2-dev.21 15:39:10 Removing intermediate container a388ef6a4b38 15:39:10 ---> 4007daa7e6bb 15:39:10 Step 24/26 : LABEL arch=x86_64 15:39:10 ---> Running in 38c5b182d90d 15:39:10 ---> Running in 0666fde01944 15:39:10 Removing intermediate container 086e8371597a 15:39:10 ---> bc34dbe9e51c 15:39:10 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:39:10 ---> Running in 3981b9a1c87d 15:39:10 Removing intermediate container 38c5b182d90d 15:39:10 ---> 6d66e80d933c 15:39:10 15:39:10 Removing intermediate container 0666fde01944 15:39:10 ---> 1b8379e9caf4 15:39:10 Step 25/26 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:39:10 Successfully built 6d66e80d933c 15:39:11 Successfully tagged docker-core-data-go:latest 15:39:11  Building docker-core-data-go ... done  ---> Running in 8b0b9f3cb1fe 15:39:11 Removing intermediate container 8b0b9f3cb1fe 15:39:11 ---> 5591a643030a 15:39:11 Step 26/26 : LABEL version=1.2.2-dev.21 15:39:11 ---> Running in 07fd0109f23d 15:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:11 Removing intermediate container 07fd0109f23d 15:39:11 ---> c334ef5f11b9 15:39:11 15:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:11 Successfully built c334ef5f11b9 15:39:11 Successfully tagged docker-security-secretstore-setup-go:latest 15:39:11  Building docker-security-secretstore-setup-go ... done v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:39:11 v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:39:11 OK: 12746 distinct packages available 15:39:11 (1/2) Installing ca-certificates (20191127-r4) 15:39:11 (2/2) Installing dumb-init (1.2.2-r1) 15:39:11 Executing busybox-1.31.1-r16.trigger 15:39:12 Executing ca-certificates-20191127-r4.trigger 15:39:12 OK: 6 MiB in 16 packages 15:39:13 Removing intermediate container 3981b9a1c87d 15:39:13 ---> a21977c4d04c 15:39:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:39:13 ---> Running in ff2748d6e265 15:39:13 Removing intermediate container ff2748d6e265 15:39:13 ---> a0e5b99a484c 15:39:13 Step 14/29 : WORKDIR $BASE_DIR 15:39:13 ---> Running in 329a75e3fcb2 15:39:14 Removing intermediate container 329a75e3fcb2 15:39:14 ---> 027f5ec7f6ab 15:39:14 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:39:14 ---> Running in 15de1fb97529 15:39:14 Removing intermediate container 15de1fb97529 15:39:14 ---> ce446cae3a9c 15:39:14 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:39:15 ---> 97a2d9d25254 15:39:15 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:39:15 ---> 47f35c568490 15:39:15 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:39:16 ---> fe1dfea6dcec 15:39:16 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:39:16 ---> fd094aedcd9d 15:39:16 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:39:16 ---> 59f6151b74a1 15:39:16 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:39:16 ---> Running in 825754dccae5 15:39:17 Removing intermediate container 825754dccae5 15:39:17 ---> ddd86349a939 15:39:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:39:17 ---> a7cb45823340 15:39:17 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:39:17 ---> Running in ccc3056e47b3 15:39:18 Removing intermediate container ccc3056e47b3 15:39:18 ---> da261c812432 15:39:18 Step 24/29 : RUN chmod 755 security-secrets-setup 15:39:18 ---> Running in 5bd606f3d429 15:39:19 Removing intermediate container 5bd606f3d429 15:39:19 ---> 2d4751681b82 15:39:19 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:39:19 ---> Running in 9d5d39b72e7c 15:39:19 Removing intermediate container 9d5d39b72e7c 15:39:19 ---> 0a161acf6f6c 15:39:19 Step 26/29 : CMD [ "generate" ] 15:39:19 ---> Running in eca949142742 15:39:19 Removing intermediate container eca949142742 15:39:19 ---> 6dd583b8ccd6 15:39:19 Step 27/29 : LABEL arch=x86_64 15:39:19 ---> Running in dac4d269178b 15:39:19 Removing intermediate container dac4d269178b 15:39:19 ---> 7840c4ceba35 15:39:19 Step 28/29 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:39:20 ---> Running in df8946276f91 15:39:20 Removing intermediate container df8946276f91 15:39:20 ---> 56f96b7351a1 15:39:20 Step 29/29 : LABEL version=1.2.2-dev.21 15:39:20 ---> Running in 04b9ba0e9c14 15:39:20 Removing intermediate container 04b9ba0e9c14 15:39:20 ---> 1f4ccbe29eae 15:39:20 15:39:20 Successfully built 1f4ccbe29eae 15:39:20 Successfully tagged docker-security-secrets-setup-go:latest 15:39:20  Building docker-security-secrets-setup-go ... done  [Pipeline] } 15:39:20 $ docker stop --time=1 b8e42136a117b6ead08f7dd20860d195aa681de32a942dbd0827b5ee7567066a 15:39:22 $ docker rm -f b8e42136a117b6ead08f7dd20860d195aa681de32a942dbd0827b5ee7567066a [Pipeline] // withDockerContainer [Pipeline] sh 15:39:23 + docker images 15:39:23 + grep docker 15:39:23 docker-security-secrets-setup-go latest 1f4ccbe29eae 2 seconds ago 25.1MB 15:39:23 docker-security-secretstore-setup-go latest c334ef5f11b9 11 seconds ago 33.9MB 15:39:23 docker-core-data-go latest 6d66e80d933c 12 seconds ago 24.5MB 15:39:23 docker-security-proxy-setup-go latest ed36cb7c31e4 20 seconds ago 16.4MB 15:39:23 docker-core-metadata-go latest 381aebfc3e8d 20 seconds ago 14.4MB 15:39:23 docker-sys-mgmt-agent-go latest a1cda97a4105 About a minute ago 284MB 15:39:23 docker-support-notifications-go latest 25e77053c99a 2 minutes ago 14.5MB 15:39:23 docker-support-logging-go latest 0ebf182f4f33 2 minutes ago 11.8MB 15:39:23 docker-support-scheduler-go latest 4837d08191ff 2 minutes ago 13.1MB 15:39:23 docker-core-command-go latest 699e9d5eab4f 2 minutes ago 13MB 15:39:23 docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:39:23 provisioning config files... 15:39:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/133@tmp/config391630355949153082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:39:24 ---> docker-login.sh 15:39:24 nexus3.edgexfoundry.org:10001 15:39:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:24 Configure a credential helper to remove this warning. See 15:39:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:24 15:39:24 Login Succeeded 15:39:24 nexus3.edgexfoundry.org:10002 15:39:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:24 Configure a credential helper to remove this warning. See 15:39:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:24 15:39:24 Login Succeeded 15:39:24 nexus3.edgexfoundry.org:10003 15:39:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:24 Configure a credential helper to remove this warning. See 15:39:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:24 15:39:24 Login Succeeded 15:39:24 nexus3.edgexfoundry.org:10004 15:39:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:24 Configure a credential helper to remove this warning. See 15:39:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:24 15:39:24 Login Succeeded 15:39:24 docker.io 15:39:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:25 Configure a credential helper to remove this warning. See 15:39:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:25 15:39:26 Login Succeeded 15:39:26 ---> docker-login.sh ends [Pipeline] } 15:39:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:26 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 15:39:26 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:26 1.2.2-dev.21 15:39:26 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:26 master 15:39:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:26 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:39:27 964df10dc858: Preparing 15:39:27 989ae335f18c: Preparing 15:39:27 766e5e5b821c: Preparing 15:39:27 766e5e5b821c: Pushed 15:39:27 964df10dc858: Pushed 15:39:28 989ae335f18c: Pushed 15:39:28 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] isUnix [Pipeline] sh 15:39:28 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 15:39:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:39:29 964df10dc858: Preparing 15:39:29 989ae335f18c: Preparing 15:39:29 766e5e5b821c: Preparing 15:39:29 989ae335f18c: Layer already exists 15:39:29 964df10dc858: Layer already exists 15:39:29 766e5e5b821c: Layer already exists 15:39:29 1.2.2-dev.21: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] isUnix [Pipeline] sh 15:39:29 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:39:29 964df10dc858: Preparing 15:39:29 989ae335f18c: Preparing 15:39:29 766e5e5b821c: Preparing 15:39:29 766e5e5b821c: Layer already exists 15:39:29 989ae335f18c: Layer already exists 15:39:29 964df10dc858: Layer already exists 15:39:29 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] isUnix [Pipeline] sh 15:39:30 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 15:39:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 15:39:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:39:30 964df10dc858: Preparing 15:39:30 989ae335f18c: Preparing 15:39:30 766e5e5b821c: Preparing 15:39:30 989ae335f18c: Layer already exists 15:39:30 766e5e5b821c: Layer already exists 15:39:30 964df10dc858: Layer already exists 15:39:30 master: digest: sha256:f161c2a6ec3192f84a1344c26f636bc892c3bb837d24f893b63a194c0473c9c5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:30 ===================================================== [Pipeline] echo 15:39:30 taggedImages: 15:39:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 15:39:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 15:39:30 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 15:39:30 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:30 1.2.2-dev.21 15:39:30 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:30 master 15:39:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:31 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:39:31 879ea0e84b08: Preparing 15:39:31 ed344e38ae2d: Preparing 15:39:31 4bd281bb8ab0: Preparing 15:39:31 8685799efc42: Preparing 15:39:31 084a00a5c8e5: Preparing 15:39:31 50644c29ef5a: Preparing 15:39:31 50644c29ef5a: Waiting 15:39:31 879ea0e84b08: Pushed 15:39:31 084a00a5c8e5: Pushed 15:39:31 4bd281bb8ab0: Pushed 15:39:31 50644c29ef5a: Layer already exists 15:39:31 8685799efc42: Pushed 15:39:33 ed344e38ae2d: Pushed 15:39:33 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:39:33 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 15:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:39:34 879ea0e84b08: Preparing 15:39:34 ed344e38ae2d: Preparing 15:39:34 4bd281bb8ab0: Preparing 15:39:34 8685799efc42: Preparing 15:39:34 084a00a5c8e5: Preparing 15:39:34 50644c29ef5a: Preparing 15:39:34 8685799efc42: Layer already exists 15:39:34 084a00a5c8e5: Layer already exists 15:39:34 879ea0e84b08: Layer already exists 15:39:34 4bd281bb8ab0: Layer already exists 15:39:34 ed344e38ae2d: Layer already exists 15:39:34 50644c29ef5a: Layer already exists 15:39:34 1.2.2-dev.21: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:39:34 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:39:34 879ea0e84b08: Preparing 15:39:34 ed344e38ae2d: Preparing 15:39:34 4bd281bb8ab0: Preparing 15:39:34 8685799efc42: Preparing 15:39:34 084a00a5c8e5: Preparing 15:39:34 50644c29ef5a: Preparing 15:39:34 50644c29ef5a: Waiting 15:39:34 4bd281bb8ab0: Layer already exists 15:39:34 879ea0e84b08: Layer already exists 15:39:34 084a00a5c8e5: Layer already exists 15:39:34 8685799efc42: Layer already exists 15:39:34 ed344e38ae2d: Layer already exists 15:39:34 50644c29ef5a: Layer already exists 15:39:34 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:39:35 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 15:39:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 15:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:39:35 879ea0e84b08: Preparing 15:39:35 ed344e38ae2d: Preparing 15:39:35 4bd281bb8ab0: Preparing 15:39:35 8685799efc42: Preparing 15:39:35 084a00a5c8e5: Preparing 15:39:35 50644c29ef5a: Preparing 15:39:35 50644c29ef5a: Waiting 15:39:35 084a00a5c8e5: Layer already exists 15:39:35 879ea0e84b08: Layer already exists 15:39:35 4bd281bb8ab0: Layer already exists 15:39:35 8685799efc42: Layer already exists 15:39:35 ed344e38ae2d: Layer already exists 15:39:35 50644c29ef5a: Layer already exists 15:39:35 master: digest: sha256:6fd0120b20de716bc12d93ca9db7e8a5f2d77662d9eb0ad3f11b7fa1a46b4bb3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:35 ===================================================== [Pipeline] echo 15:39:35 taggedImages: 15:39:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 15:39:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 15:39:35 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 15:39:35 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:35 1.2.2-dev.21 15:39:35 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:35 master 15:39:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:36 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:39:36 b1d3f6502587: Preparing 15:39:36 5581f59c10a4: Preparing 15:39:36 e532b81f2718: Preparing 15:39:36 b1d3f6502587: Pushed 15:39:36 e532b81f2718: Pushed 15:39:37 5581f59c10a4: Pushed 15:39:38 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] isUnix [Pipeline] sh 15:39:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 15:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:39:38 b1d3f6502587: Preparing 15:39:38 5581f59c10a4: Preparing 15:39:38 e532b81f2718: Preparing 15:39:38 b1d3f6502587: Layer already exists 15:39:38 5581f59c10a4: Layer already exists 15:39:38 e532b81f2718: Layer already exists 15:39:38 1.2.2-dev.21: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] isUnix [Pipeline] sh 15:39:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:39:39 b1d3f6502587: Preparing 15:39:39 5581f59c10a4: Preparing 15:39:39 e532b81f2718: Preparing 15:39:39 e532b81f2718: Layer already exists 15:39:39 5581f59c10a4: Layer already exists 15:39:39 b1d3f6502587: Layer already exists 15:39:39 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] isUnix [Pipeline] sh 15:39:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 15:39:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 15:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:39:39 b1d3f6502587: Preparing 15:39:39 5581f59c10a4: Preparing 15:39:39 e532b81f2718: Preparing 15:39:39 5581f59c10a4: Layer already exists 15:39:39 e532b81f2718: Layer already exists 15:39:39 b1d3f6502587: Layer already exists 15:39:39 master: digest: sha256:2a6b12b490087e08986f16e90858baaf57b35957ca64905e156e618b6877b097 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:40 ===================================================== [Pipeline] echo 15:39:40 taggedImages: 15:39:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 15:39:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 15:39:40 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 15:39:40 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:40 1.2.2-dev.21 15:39:40 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:40 master 15:39:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:40 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:39:41 b265dfad80d9: Preparing 15:39:41 a20d92661560: Preparing 15:39:41 14faac83f683: Preparing 15:39:41 3da30f2e6e2e: Preparing 15:39:41 50644c29ef5a: Preparing 15:39:41 50644c29ef5a: Layer already exists 15:39:41 14faac83f683: Pushed 15:39:41 a20d92661560: Pushed 15:39:41 3da30f2e6e2e: Pushed 15:39:41 b265dfad80d9: Pushed 15:39:42 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] isUnix [Pipeline] sh 15:39:42 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 15:39:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:39:42 b265dfad80d9: Preparing 15:39:42 a20d92661560: Preparing 15:39:42 14faac83f683: Preparing 15:39:42 3da30f2e6e2e: Preparing 15:39:42 50644c29ef5a: Preparing 15:39:42 14faac83f683: Layer already exists 15:39:42 b265dfad80d9: Layer already exists 15:39:42 50644c29ef5a: Layer already exists 15:39:42 a20d92661560: Layer already exists 15:39:42 3da30f2e6e2e: Layer already exists 15:39:42 1.2.2-dev.21: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] isUnix [Pipeline] sh 15:39:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:39:43 b265dfad80d9: Preparing 15:39:43 a20d92661560: Preparing 15:39:43 14faac83f683: Preparing 15:39:43 3da30f2e6e2e: Preparing 15:39:43 50644c29ef5a: Preparing 15:39:43 a20d92661560: Layer already exists 15:39:43 50644c29ef5a: Layer already exists 15:39:43 3da30f2e6e2e: Layer already exists 15:39:43 b265dfad80d9: Layer already exists 15:39:43 14faac83f683: Layer already exists 15:39:43 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] isUnix [Pipeline] sh 15:39:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:39:43 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:39:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:39:43 ---> 7bea1752e863 15:39:43 Step 3/26 : WORKDIR /edgex-go 15:39:43 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:39:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:39:43 ---> 7bea1752e863 15:39:43 Step 3/20 : WORKDIR /edgex-go 15:39:43 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:39:43 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:39:43 ---> 7bea1752e863 15:39:43 Step 3/29 : WORKDIR /edgex-go 15:39:43 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 15:39:43 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:39:43 ---> 7bea1752e863 15:39:43 Step 3/27 : WORKDIR /edgex-go 15:39:43 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:39:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:39:43 ---> 7bea1752e863 15:39:43 Step 3/22 : WORKDIR /edgex-go 15:39:43 ---> Running in c0f40ecdf479 15:39:43 ---> Running in 25acae3c6c73 15:39:43 ---> Running in a7f3b283a3f5 15:39:43 ---> Running in 41ca945337e8 15:39:43 ---> Running in 8b1d82ad7008 15:39:43 Removing intermediate container 25acae3c6c73 15:39:43 ---> 1170b0bbe254 15:39:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:43 Removing intermediate container a7f3b283a3f5 15:39:43 ---> df9c6c382298 15:39:43 Step 4/29 : RUN apk update && apk add make git 15:39:43 Removing intermediate container c0f40ecdf479 15:39:43 ---> d79151f14839 15:39:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:43 Removing intermediate container 41ca945337e8 15:39:43 Removing intermediate container 8b1d82ad7008 15:39:43 ---> 35e070476c29 15:39:43 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:43 ---> da73ff4d9626 15:39:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:43 ---> Running in c7a4589e7993 15:39:43 ---> Running in 78f105e32076 15:39:43 ---> Running in 6f3ebddfab86 15:39:43 ---> Running in e87af2c419f3 15:39:43 ---> Running in f347b291a3f5 15:39:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 15:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:39:44 b265dfad80d9: Preparing 15:39:44 a20d92661560: Preparing 15:39:44 14faac83f683: Preparing 15:39:44 3da30f2e6e2e: Preparing 15:39:44 50644c29ef5a: Preparing 15:39:44 14faac83f683: Layer already exists 15:39:44 a20d92661560: Layer already exists 15:39:44 b265dfad80d9: Layer already exists 15:39:44 50644c29ef5a: Layer already exists 15:39:44 3da30f2e6e2e: Layer already exists 15:39:44 master: digest: sha256:b0346608ed117aed9b26bf224edfa9da21141ad9e52011bd19e3c2511b8a4a8a size: 1364 [Pipeline] } 15:39:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:44 ===================================================== [Pipeline] echo 15:39:44 taggedImages: 15:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 15:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 15:39:44 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 15:39:44 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:44 1.2.2-dev.21 15:39:44 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:44 master 15:39:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:44 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 15:39:45 6ae29e703ce8: Preparing 15:39:45 78571d8664b1: Preparing 15:39:45 31854086c501: Preparing 15:39:45 76c9167fe731: Preparing 15:39:45 76c9167fe731: Preparing 15:39:45 531dbce0bb7d: Preparing 15:39:45 5bf0e691e1e9: Preparing 15:39:45 6f3402c65bee: Preparing 15:39:45 6ae29e703ce8: Preparing 15:39:45 b011b7d56ea0: Preparing 15:39:45 46fd974ee963: Preparing 15:39:45 51284de2876c: Preparing 15:39:45 50644c29ef5a: Preparing 15:39:45 6f3402c65bee: Waiting 15:39:45 b011b7d56ea0: Waiting 15:39:45 46fd974ee963: Waiting 15:39:45 51284de2876c: Waiting 15:39:45 50644c29ef5a: Waiting 15:39:45 5bf0e691e1e9: Waiting 15:39:45 78571d8664b1: Pushed 15:39:45 31854086c501: Pushed 15:39:45 76c9167fe731: Pushed 15:39:45 531dbce0bb7d: Pushed 15:39:45 5bf0e691e1e9: Pushed 15:39:45 6f3402c65bee: Pushed 15:39:45 46fd974ee963: Pushed 15:39:45 50644c29ef5a: Layer already exists 15:39:45 b011b7d56ea0: Pushed 15:39:45 51284de2876c: Pushed 15:39:45 Removing intermediate container 78f105e32076 15:39:45 ---> 91c94b2faa2e 15:39:45 Step 5/22 : RUN apk update && apk add make git 15:39:45 ---> Running in 41fdd530e38e 15:39:46 Removing intermediate container e87af2c419f3 15:39:46 ---> 7b3eac9921c8 15:39:46 Step 5/27 : RUN apk update && apk add make bash git 15:39:46 Removing intermediate container c7a4589e7993 15:39:46 ---> 37a022f70220 15:39:46 Step 5/20 : RUN apk update && apk add make git 15:39:46 6ae29e703ce8: Pushed 15:39:46 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] isUnix [Pipeline] sh 15:39:46 Removing intermediate container f347b291a3f5 15:39:46 ---> 206632ca53b4 15:39:46 Step 5/26 : RUN apk update && apk add make git 15:39:46 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:39:46 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:39:46 OK: 12617 distinct packages available 15:39:46 ---> Running in fbba0a51eef4 15:39:46 ---> Running in 2451de506c69 15:39:46 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:46 ---> Running in f62c44a1727d 15:39:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 15:39:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 15:39:46 6ae29e703ce8: Preparing 15:39:46 78571d8664b1: Preparing 15:39:46 31854086c501: Preparing 15:39:46 76c9167fe731: Preparing 15:39:46 76c9167fe731: Preparing 15:39:46 531dbce0bb7d: Preparing 15:39:46 5bf0e691e1e9: Preparing 15:39:46 6f3402c65bee: Preparing 15:39:46 6ae29e703ce8: Preparing 15:39:46 b011b7d56ea0: Preparing 15:39:46 46fd974ee963: Preparing 15:39:46 51284de2876c: Preparing 15:39:46 50644c29ef5a: Preparing 15:39:46 b011b7d56ea0: Waiting 15:39:46 46fd974ee963: Waiting 15:39:46 51284de2876c: Waiting 15:39:46 50644c29ef5a: Waiting 15:39:46 5bf0e691e1e9: Waiting 15:39:46 6f3402c65bee: Waiting 15:39:46 78571d8664b1: Layer already exists 15:39:46 531dbce0bb7d: Layer already exists 15:39:46 76c9167fe731: Layer already exists 15:39:46 6ae29e703ce8: Layer already exists 15:39:46 31854086c501: Layer already exists 15:39:46 5bf0e691e1e9: Layer already exists 15:39:46 b011b7d56ea0: Layer already exists 15:39:46 6f3402c65bee: Layer already exists 15:39:46 51284de2876c: Layer already exists 15:39:46 46fd974ee963: Layer already exists 15:39:46 50644c29ef5a: Layer already exists 15:39:46 1.2.2-dev.21: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] isUnix [Pipeline] sh 15:39:47 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 15:39:47 6ae29e703ce8: Preparing 15:39:47 78571d8664b1: Preparing 15:39:47 31854086c501: Preparing 15:39:47 76c9167fe731: Preparing 15:39:47 76c9167fe731: Preparing 15:39:47 531dbce0bb7d: Preparing 15:39:47 5bf0e691e1e9: Preparing 15:39:47 6f3402c65bee: Preparing 15:39:47 6ae29e703ce8: Preparing 15:39:47 b011b7d56ea0: Preparing 15:39:47 46fd974ee963: Preparing 15:39:47 51284de2876c: Preparing 15:39:47 50644c29ef5a: Preparing 15:39:47 b011b7d56ea0: Waiting 15:39:47 46fd974ee963: Waiting 15:39:47 51284de2876c: Waiting 15:39:47 50644c29ef5a: Waiting 15:39:47 5bf0e691e1e9: Waiting 15:39:47 6f3402c65bee: Waiting 15:39:47 531dbce0bb7d: Layer already exists 15:39:47 78571d8664b1: Layer already exists 15:39:47 31854086c501: Layer already exists 15:39:47 6ae29e703ce8: Layer already exists 15:39:47 76c9167fe731: Layer already exists 15:39:47 5bf0e691e1e9: Layer already exists 15:39:47 51284de2876c: Layer already exists 15:39:47 6f3402c65bee: Layer already exists 15:39:47 46fd974ee963: Layer already exists 15:39:47 b011b7d56ea0: Layer already exists 15:39:47 50644c29ef5a: Layer already exists 15:39:47 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] isUnix [Pipeline] sh 15:39:47 OK: 217 MiB in 51 packages 15:39:47 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:39:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 15:39:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 15:39:47 6ae29e703ce8: Preparing 15:39:47 78571d8664b1: Preparing 15:39:47 31854086c501: Preparing 15:39:47 76c9167fe731: Preparing 15:39:47 76c9167fe731: Preparing 15:39:47 531dbce0bb7d: Preparing 15:39:47 5bf0e691e1e9: Preparing 15:39:47 6f3402c65bee: Preparing 15:39:47 6ae29e703ce8: Preparing 15:39:47 b011b7d56ea0: Preparing 15:39:47 46fd974ee963: Preparing 15:39:47 51284de2876c: Preparing 15:39:47 50644c29ef5a: Preparing 15:39:47 6f3402c65bee: Waiting 15:39:47 5bf0e691e1e9: Waiting 15:39:47 b011b7d56ea0: Waiting 15:39:47 51284de2876c: Waiting 15:39:47 50644c29ef5a: Waiting 15:39:47 46fd974ee963: Waiting 15:39:47 531dbce0bb7d: Layer already exists 15:39:47 78571d8664b1: Layer already exists 15:39:47 76c9167fe731: Layer already exists 15:39:47 31854086c501: Layer already exists 15:39:47 6ae29e703ce8: Layer already exists 15:39:47 5bf0e691e1e9: Layer already exists 15:39:47 51284de2876c: Layer already exists 15:39:47 6f3402c65bee: Layer already exists 15:39:47 46fd974ee963: Layer already exists 15:39:47 b011b7d56ea0: Layer already exists 15:39:47 50644c29ef5a: Layer already exists 15:39:47 master: digest: sha256:dde9f8e5110cb96c27e99eb6e3b68670152754340be8fedbc551da6ec2fb65ab size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:48 ===================================================== [Pipeline] echo 15:39:48 taggedImages: 15:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 15:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 15:39:48 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 15:39:48 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:48 1.2.2-dev.21 15:39:48 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:48 master 15:39:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:48 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:39:49 2fbb42136499: Preparing 15:39:49 543554517cf8: Preparing 15:39:49 40bef5c78e9f: Preparing 15:39:49 e1675dc27320: Preparing 15:39:49 d7600ee5456a: Preparing 15:39:49 4b5fdcd49029: Preparing 15:39:49 11601a6715ef: Preparing 15:39:49 60af8fdb0e07: Preparing 15:39:49 ed00766a3c7c: Preparing 15:39:49 905c8a5923e3: Preparing 15:39:49 1b3ee35aacca: Preparing 15:39:49 60af8fdb0e07: Waiting 15:39:49 4b5fdcd49029: Waiting 15:39:49 11601a6715ef: Waiting 15:39:49 ed00766a3c7c: Waiting 15:39:49 1b3ee35aacca: Waiting 15:39:49 905c8a5923e3: Waiting 15:39:49 Removing intermediate container 6f3ebddfab86 15:39:49 ---> 6d4bcefd57bc 15:39:49 Step 5/29 : COPY go.mod . 15:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:49 2fbb42136499: Pushed 15:39:49 543554517cf8: Pushed 15:39:49 11601a6715ef: Pushed 15:39:49 4b5fdcd49029: Pushed 15:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:49 ed00766a3c7c: Pushed 15:39:49 60af8fdb0e07: Pushed 15:39:49 1b3ee35aacca: Layer already exists 15:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:49 905c8a5923e3: Pushed 15:39:49 40bef5c78e9f: Pushed 15:39:49 ---> e5ec2a0a34d2 15:39:49 Step 6/29 : RUN go mod download 15:39:50 d7600ee5456a: Pushed 15:39:50 e1675dc27320: Pushed 15:39:50 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 [Pipeline] isUnix [Pipeline] sh 15:39:50 ---> Running in a02b95556bac 15:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:50 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 15:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:39:50 2fbb42136499: Preparing 15:39:50 543554517cf8: Preparing 15:39:50 40bef5c78e9f: Preparing 15:39:50 e1675dc27320: Preparing 15:39:50 d7600ee5456a: Preparing 15:39:50 4b5fdcd49029: Preparing 15:39:50 11601a6715ef: Preparing 15:39:50 60af8fdb0e07: Preparing 15:39:50 ed00766a3c7c: Preparing 15:39:50 905c8a5923e3: Preparing 15:39:50 1b3ee35aacca: Preparing 15:39:50 11601a6715ef: Waiting 15:39:50 60af8fdb0e07: Waiting 15:39:50 ed00766a3c7c: Waiting 15:39:50 1b3ee35aacca: Waiting 15:39:50 905c8a5923e3: Waiting 15:39:50 4b5fdcd49029: Waiting 15:39:50 40bef5c78e9f: Layer already exists 15:39:50 d7600ee5456a: Layer already exists 15:39:50 e1675dc27320: Layer already exists 15:39:50 543554517cf8: Layer already exists 15:39:50 2fbb42136499: Layer already exists 15:39:50 11601a6715ef: Layer already exists 15:39:50 4b5fdcd49029: Layer already exists 15:39:50 ed00766a3c7c: Layer already exists 15:39:50 60af8fdb0e07: Layer already exists 15:39:50 905c8a5923e3: Layer already exists 15:39:50 1b3ee35aacca: Layer already exists 15:39:50 1.2.2-dev.21: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 [Pipeline] isUnix [Pipeline] sh 15:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:50 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:39:51 2fbb42136499: Preparing 15:39:51 543554517cf8: Preparing 15:39:51 40bef5c78e9f: Preparing 15:39:51 e1675dc27320: Preparing 15:39:51 d7600ee5456a: Preparing 15:39:51 4b5fdcd49029: Preparing 15:39:51 11601a6715ef: Preparing 15:39:51 60af8fdb0e07: Preparing 15:39:51 ed00766a3c7c: Preparing 15:39:51 905c8a5923e3: Preparing 15:39:51 1b3ee35aacca: Preparing 15:39:51 4b5fdcd49029: Waiting 15:39:51 11601a6715ef: Waiting 15:39:51 905c8a5923e3: Waiting 15:39:51 60af8fdb0e07: Waiting 15:39:51 1b3ee35aacca: Waiting 15:39:51 ed00766a3c7c: Waiting 15:39:51 d7600ee5456a: Layer already exists 15:39:51 2fbb42136499: Layer already exists 15:39:51 e1675dc27320: Layer already exists 15:39:51 40bef5c78e9f: Layer already exists 15:39:51 543554517cf8: Layer already exists 15:39:51 4b5fdcd49029: Layer already exists 15:39:51 11601a6715ef: Layer already exists 15:39:51 ed00766a3c7c: Layer already exists 15:39:51 60af8fdb0e07: Layer already exists 15:39:51 905c8a5923e3: Layer already exists 15:39:51 1b3ee35aacca: Layer already exists 15:39:51 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 [Pipeline] isUnix [Pipeline] sh 15:39:51 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:39:51 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:39:51 OK: 12617 distinct packages available 15:39:51 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:39:51 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:39:51 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:39:51 OK: 12617 distinct packages available 15:39:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 15:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:39:51 2fbb42136499: Preparing 15:39:51 543554517cf8: Preparing 15:39:51 40bef5c78e9f: Preparing 15:39:51 e1675dc27320: Preparing 15:39:51 d7600ee5456a: Preparing 15:39:51 4b5fdcd49029: Preparing 15:39:51 11601a6715ef: Preparing 15:39:51 60af8fdb0e07: Preparing 15:39:51 ed00766a3c7c: Preparing 15:39:51 905c8a5923e3: Preparing 15:39:51 1b3ee35aacca: Preparing 15:39:51 11601a6715ef: Waiting 15:39:51 60af8fdb0e07: Waiting 15:39:51 ed00766a3c7c: Waiting 15:39:51 905c8a5923e3: Waiting 15:39:51 1b3ee35aacca: Waiting 15:39:51 4b5fdcd49029: Waiting 15:39:51 40bef5c78e9f: Layer already exists 15:39:51 d7600ee5456a: Layer already exists 15:39:51 543554517cf8: Layer already exists 15:39:51 e1675dc27320: Layer already exists 15:39:51 2fbb42136499: Layer already exists 15:39:51 4b5fdcd49029: Layer already exists 15:39:51 11601a6715ef: Layer already exists 15:39:51 905c8a5923e3: Layer already exists 15:39:51 60af8fdb0e07: Layer already exists 15:39:51 ed00766a3c7c: Layer already exists 15:39:51 1b3ee35aacca: Layer already exists 15:39:51 master: digest: sha256:d76f2d1f214f7a644720586a28e158a8562098fbbaa216957e4b1d948714254f size: 2616 15:39:51 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:39:51 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:39:51 OK: 12617 distinct packages available 15:39:51 OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:52 ===================================================== [Pipeline] echo 15:39:52 taggedImages: 15:39:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 15:39:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 15:39:52 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:39:52 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:39:52 OK: 12617 distinct packages available [Pipeline] echo 15:39:52 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 15:39:52 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:52 1.2.2-dev.21 15:39:52 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:52 master 15:39:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:52 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:52 OK: 217 MiB in 51 packages 15:39:52 OK: 217 MiB in 51 packages 15:39:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 15:39:52 e83617f2d1b2: Preparing 15:39:52 ab012140cbe9: Preparing 15:39:52 a4310220a083: Preparing 15:39:52 8cb7adc4e179: Preparing 15:39:52 a4310220a083: Pushed 15:39:52 e83617f2d1b2: Pushed 15:39:53 OK: 217 MiB in 51 packages 15:39:53 8cb7adc4e179: Pushed 15:39:53 Removing intermediate container 41fdd530e38e 15:39:53 ---> 58b16c54ea7c 15:39:53 Step 6/22 : COPY go.mod . 15:39:54 ab012140cbe9: Pushed 15:39:54 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] isUnix [Pipeline] sh 15:39:54 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:54 Removing intermediate container a02b95556bac 15:39:54 ---> 94b0435cfe87 15:39:54 Step 7/29 : COPY . . 15:39:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 15:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 15:39:54 e83617f2d1b2: Preparing 15:39:54 ab012140cbe9: Preparing 15:39:54 a4310220a083: Preparing 15:39:54 8cb7adc4e179: Preparing 15:39:54 a4310220a083: Layer already exists 15:39:54 e83617f2d1b2: Layer already exists 15:39:54 ab012140cbe9: Layer already exists 15:39:54 8cb7adc4e179: Layer already exists 15:39:54 1.2.2-dev.21: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] isUnix [Pipeline] sh 15:39:54 Removing intermediate container 2451de506c69 15:39:54 ---> ed2c1f2a8dd2 15:39:54 Step 6/27 : COPY go.mod . 15:39:54 ---> 8c6a4019268f 15:39:54 Step 7/22 : RUN go mod download 15:39:55 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:55 Removing intermediate container fbba0a51eef4 15:39:55 ---> d0ee0238f6c5 15:39:55 Step 6/20 : COPY go.mod . 15:39:55 Removing intermediate container f62c44a1727d 15:39:55 ---> 8b139ae6e870 15:39:55 Step 6/26 : COPY go.mod . 15:39:55 ---> Running in 67c797a729e9 15:39:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 15:39:55 e83617f2d1b2: Preparing 15:39:55 ab012140cbe9: Preparing 15:39:55 a4310220a083: Preparing 15:39:55 8cb7adc4e179: Preparing 15:39:55 a4310220a083: Layer already exists 15:39:55 ab012140cbe9: Layer already exists 15:39:55 8cb7adc4e179: Layer already exists 15:39:55 e83617f2d1b2: Layer already exists 15:39:55 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] isUnix [Pipeline] sh 15:39:55 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 15:39:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 15:39:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 15:39:56 e83617f2d1b2: Preparing 15:39:56 ab012140cbe9: Preparing 15:39:56 a4310220a083: Preparing 15:39:56 8cb7adc4e179: Preparing 15:39:56 ab012140cbe9: Layer already exists 15:39:56 e83617f2d1b2: Layer already exists 15:39:56 8cb7adc4e179: Layer already exists 15:39:56 a4310220a083: Layer already exists 15:39:56 master: digest: sha256:6a8925473f65f80e6b7b9285890c5a46265cbd43a91abb2782a1dc44ac3aca18 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:56 ===================================================== [Pipeline] echo 15:39:56 taggedImages: 15:39:56 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:56 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 15:39:56 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:56 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 15:39:56 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 15:39:56 083cc9ce61554893757b0b9e726a37ececd6a144 15:39:56 1.2.2-dev.21 15:39:56 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:39:56 master 15:39:56 ===================================================== 15:39:56 ---> 13f75227ef7d 15:39:56 Step 7/27 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:57 ---> 7b9c931919f2 15:39:57 Step 7/20 : RUN go mod download ---> 4141e09fde55 15:39:57 Step 7/26 : RUN go mod download 15:39:57 15:39:57 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:39:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:39:57 c93c21adb4a0: Preparing 15:39:57 25c2a86e1f88: Preparing 15:39:57 6d24063dea7e: Preparing 15:39:57 85de9e774945: Preparing 15:39:57 7b3f6414dac7: Preparing 15:39:57 92a434d7c02e: Preparing 15:39:57 92a434d7c02e: Waiting 15:39:57 c93c21adb4a0: Pushed 15:39:57 6d24063dea7e: Pushed 15:39:57 85de9e774945: Pushed 15:39:57 7b3f6414dac7: Pushed 15:39:57 92a434d7c02e: Pushed 15:39:57 ---> Running in e66a791ad813 15:39:58 25c2a86e1f88: Pushed 15:39:58 ---> Running in ba36f90ecf46 15:39:58 ---> Running in 79b09ceee059 15:39:59 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:39:59 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:39:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 15:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:39:59 c93c21adb4a0: Preparing 15:39:59 25c2a86e1f88: Preparing 15:39:59 6d24063dea7e: Preparing 15:39:59 85de9e774945: Preparing 15:39:59 7b3f6414dac7: Preparing 15:39:59 92a434d7c02e: Preparing 15:39:59 92a434d7c02e: Waiting 15:39:59 c93c21adb4a0: Layer already exists 15:39:59 85de9e774945: Layer already exists 15:39:59 6d24063dea7e: Layer already exists 15:39:59 7b3f6414dac7: Layer already exists 15:39:59 25c2a86e1f88: Layer already exists 15:39:59 92a434d7c02e: Layer already exists 15:39:59 1.2.2-dev.21: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:39:59 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:40:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:40:00 c93c21adb4a0: Preparing 15:40:00 25c2a86e1f88: Preparing 15:40:00 6d24063dea7e: Preparing 15:40:00 85de9e774945: Preparing 15:40:00 7b3f6414dac7: Preparing 15:40:00 92a434d7c02e: Preparing 15:40:00 92a434d7c02e: Waiting 15:40:00 6d24063dea7e: Layer already exists 15:40:00 85de9e774945: Layer already exists 15:40:00 25c2a86e1f88: Layer already exists 15:40:00 c93c21adb4a0: Layer already exists 15:40:00 7b3f6414dac7: Layer already exists 15:40:00 92a434d7c02e: Layer already exists 15:40:00 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:40:00 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 15:40:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 15:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:40:00 c93c21adb4a0: Preparing 15:40:00 25c2a86e1f88: Preparing 15:40:00 6d24063dea7e: Preparing 15:40:00 85de9e774945: Preparing 15:40:00 7b3f6414dac7: Preparing 15:40:00 92a434d7c02e: Preparing 15:40:00 92a434d7c02e: Waiting 15:40:00 6d24063dea7e: Layer already exists 15:40:00 7b3f6414dac7: Layer already exists 15:40:00 25c2a86e1f88: Layer already exists 15:40:00 c93c21adb4a0: Layer already exists 15:40:00 85de9e774945: Layer already exists 15:40:00 92a434d7c02e: Layer already exists 15:40:00 master: digest: sha256:3846b5204e74125a7cad13e52c1cfb62caa97393dffea0dd02c02db6fdf49232 size: 1573 [Pipeline] } 15:40:00 Removing intermediate container 67c797a729e9 15:40:00 ---> 9c411d709a84 15:40:00 Step 8/22 : COPY . . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:40:00 ===================================================== [Pipeline] echo 15:40:01 taggedImages: 15:40:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:40:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 15:40:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 15:40:01 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 15:40:01 083cc9ce61554893757b0b9e726a37ececd6a144 15:40:01 1.2.2-dev.21 15:40:01 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:01 master 15:40:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:40:01 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:40:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:40:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:40:01 a76ea70301c6: Preparing 15:40:01 25ea639da747: Preparing 15:40:01 1cc1e63d7604: Preparing 15:40:01 a76ea70301c6: Pushed 15:40:01 1cc1e63d7604: Pushed 15:40:03 25ea639da747: Pushed 15:40:03 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] isUnix [Pipeline] sh 15:40:03 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:40:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 15:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:40:03 a76ea70301c6: Preparing 15:40:03 25ea639da747: Preparing 15:40:03 1cc1e63d7604: Preparing 15:40:03 25ea639da747: Layer already exists 15:40:03 a76ea70301c6: Layer already exists 15:40:03 1cc1e63d7604: Layer already exists 15:40:03 1.2.2-dev.21: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] isUnix [Pipeline] sh 15:40:04 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:40:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:40:04 a76ea70301c6: Preparing 15:40:04 25ea639da747: Preparing 15:40:04 1cc1e63d7604: Preparing 15:40:04 25ea639da747: Layer already exists 15:40:04 a76ea70301c6: Layer already exists 15:40:04 1cc1e63d7604: Layer already exists 15:40:04 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] isUnix [Pipeline] sh 15:40:04 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 15:40:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 15:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:40:04 a76ea70301c6: Preparing 15:40:04 25ea639da747: Preparing 15:40:04 1cc1e63d7604: Preparing 15:40:04 1cc1e63d7604: Layer already exists 15:40:04 a76ea70301c6: Layer already exists 15:40:04 25ea639da747: Layer already exists 15:40:04 master: digest: sha256:c45644fcca36a67e05ea821772df68e50445ac9cc2d619dd5ea29c3b0029cd0d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:40:05 ===================================================== [Pipeline] echo 15:40:05 taggedImages: 15:40:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:40:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 15:40:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 15:40:05 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 15:40:05 083cc9ce61554893757b0b9e726a37ececd6a144 15:40:05 1.2.2-dev.21 15:40:05 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:05 master 15:40:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:40:05 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:40:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:40:06 c74d73f6bd5a: Preparing 15:40:06 dbab0377dd55: Preparing 15:40:06 883ab802dcf0: Preparing 15:40:06 f4ca09ab06c7: Preparing 15:40:06 2311dea2285e: Preparing 15:40:06 55483426383b: Preparing 15:40:06 4603938833a3: Preparing 15:40:06 8890c171a12b: Preparing 15:40:06 4ae5bd84d450: Preparing 15:40:06 723a561964c8: Preparing 15:40:06 78764725b56c: Preparing 15:40:06 51d6d3d09136: Preparing 15:40:06 1507bc794612: Preparing 15:40:06 50644c29ef5a: Preparing 15:40:06 723a561964c8: Waiting 15:40:06 78764725b56c: Waiting 15:40:06 51d6d3d09136: Waiting 15:40:06 1507bc794612: Waiting 15:40:06 50644c29ef5a: Waiting 15:40:06 8890c171a12b: Waiting 15:40:06 55483426383b: Waiting 15:40:06 4ae5bd84d450: Waiting 15:40:06 4603938833a3: Waiting 15:40:06 Removing intermediate container e66a791ad813 15:40:06 ---> 6a23fade3bed 15:40:06 Step 8/27 : COPY . . 15:40:06 2311dea2285e: Pushed 15:40:06 c74d73f6bd5a: Pushed 15:40:06 Removing intermediate container 79b09ceee059 15:40:06 ---> 4713f817ea5e 15:40:06 Step 8/26 : COPY . . 15:40:06 f4ca09ab06c7: Pushed 15:40:06 8890c171a12b: Layer already exists 15:40:06 4ae5bd84d450: Layer already exists 15:40:06 723a561964c8: Layer already exists 15:40:06 4603938833a3: Pushed 15:40:06 78764725b56c: Layer already exists 15:40:06 51d6d3d09136: Layer already exists 15:40:06 1507bc794612: Layer already exists 15:40:06 Removing intermediate container ba36f90ecf46 15:40:06 ---> 69ba0bed2776 15:40:06 Step 8/20 : COPY . . 15:40:07 50644c29ef5a: Layer already exists 15:40:07 55483426383b: Pushed 15:40:07 dbab0377dd55: Pushed 15:40:13 ---> 8331c3c2bc78 15:40:13 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:40:15 ---> Running in 6905d8ef3c1c 15:40:15 883ab802dcf0: Pushed 15:40:15 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] isUnix [Pipeline] sh 15:40:16 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:40:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 15:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:40:16 c74d73f6bd5a: Preparing 15:40:16 dbab0377dd55: Preparing 15:40:16 883ab802dcf0: Preparing 15:40:16 f4ca09ab06c7: Preparing 15:40:16 2311dea2285e: Preparing 15:40:16 55483426383b: Preparing 15:40:16 4603938833a3: Preparing 15:40:16 8890c171a12b: Preparing 15:40:16 4ae5bd84d450: Preparing 15:40:16 723a561964c8: Preparing 15:40:16 78764725b56c: Preparing 15:40:16 51d6d3d09136: Preparing 15:40:16 1507bc794612: Preparing 15:40:16 50644c29ef5a: Preparing 15:40:16 55483426383b: Waiting 15:40:16 4603938833a3: Waiting 15:40:16 8890c171a12b: Waiting 15:40:16 4ae5bd84d450: Waiting 15:40:16 723a561964c8: Waiting 15:40:16 78764725b56c: Waiting 15:40:16 1507bc794612: Waiting 15:40:16 50644c29ef5a: Waiting 15:40:16 51d6d3d09136: Waiting 15:40:16 2311dea2285e: Layer already exists 15:40:16 c74d73f6bd5a: Layer already exists 15:40:16 883ab802dcf0: Layer already exists 15:40:16 dbab0377dd55: Layer already exists 15:40:16 f4ca09ab06c7: Layer already exists 15:40:16 4603938833a3: Layer already exists 15:40:16 55483426383b: Layer already exists 15:40:16 4ae5bd84d450: Layer already exists 15:40:16 723a561964c8: Layer already exists 15:40:16 8890c171a12b: Layer already exists 15:40:16 78764725b56c: Layer already exists 15:40:16 51d6d3d09136: Layer already exists 15:40:16 50644c29ef5a: Layer already exists 15:40:16 1507bc794612: Layer already exists 15:40:16 1.2.2-dev.21: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] isUnix [Pipeline] sh 15:40:16 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:40:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:40:16 c74d73f6bd5a: Preparing 15:40:16 dbab0377dd55: Preparing 15:40:16 883ab802dcf0: Preparing 15:40:16 f4ca09ab06c7: Preparing 15:40:16 2311dea2285e: Preparing 15:40:16 55483426383b: Preparing 15:40:16 4603938833a3: Preparing 15:40:16 8890c171a12b: Preparing 15:40:16 4ae5bd84d450: Preparing 15:40:16 723a561964c8: Preparing 15:40:16 78764725b56c: Preparing 15:40:16 51d6d3d09136: Preparing 15:40:16 1507bc794612: Preparing 15:40:16 50644c29ef5a: Preparing 15:40:16 55483426383b: Waiting 15:40:16 723a561964c8: Waiting 15:40:16 78764725b56c: Waiting 15:40:16 51d6d3d09136: Waiting 15:40:16 4603938833a3: Waiting 15:40:16 4ae5bd84d450: Waiting 15:40:16 1507bc794612: Waiting 15:40:16 8890c171a12b: Waiting 15:40:16 50644c29ef5a: Waiting 15:40:16 c74d73f6bd5a: Layer already exists 15:40:16 883ab802dcf0: Layer already exists 15:40:16 2311dea2285e: Layer already exists 15:40:16 dbab0377dd55: Layer already exists 15:40:16 f4ca09ab06c7: Layer already exists 15:40:16 55483426383b: Layer already exists 15:40:16 4603938833a3: Layer already exists 15:40:16 723a561964c8: Layer already exists 15:40:16 8890c171a12b: Layer already exists 15:40:16 4ae5bd84d450: Layer already exists 15:40:16 51d6d3d09136: Layer already exists 15:40:16 78764725b56c: Layer already exists 15:40:16 50644c29ef5a: Layer already exists 15:40:16 1507bc794612: Layer already exists 15:40:16 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] isUnix [Pipeline] sh 15:40:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:40:17 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 15:40:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 15:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:40:17 c74d73f6bd5a: Preparing 15:40:17 dbab0377dd55: Preparing 15:40:17 883ab802dcf0: Preparing 15:40:17 f4ca09ab06c7: Preparing 15:40:17 2311dea2285e: Preparing 15:40:17 55483426383b: Preparing 15:40:17 4603938833a3: Preparing 15:40:17 8890c171a12b: Preparing 15:40:17 4ae5bd84d450: Preparing 15:40:17 723a561964c8: Preparing 15:40:17 78764725b56c: Preparing 15:40:17 51d6d3d09136: Preparing 15:40:17 1507bc794612: Preparing 15:40:17 50644c29ef5a: Preparing 15:40:17 723a561964c8: Waiting 15:40:17 78764725b56c: Waiting 15:40:17 51d6d3d09136: Waiting 15:40:17 1507bc794612: Waiting 15:40:17 50644c29ef5a: Waiting 15:40:17 55483426383b: Waiting 15:40:17 8890c171a12b: Waiting 15:40:17 4ae5bd84d450: Waiting 15:40:17 4603938833a3: Waiting 15:40:17 f4ca09ab06c7: Layer already exists 15:40:17 883ab802dcf0: Layer already exists 15:40:17 dbab0377dd55: Layer already exists 15:40:17 c74d73f6bd5a: Layer already exists 15:40:17 2311dea2285e: Layer already exists 15:40:17 55483426383b: Layer already exists 15:40:17 8890c171a12b: Layer already exists 15:40:17 4603938833a3: Layer already exists 15:40:17 723a561964c8: Layer already exists 15:40:17 4ae5bd84d450: Layer already exists 15:40:17 50644c29ef5a: Layer already exists 15:40:17 78764725b56c: Layer already exists 15:40:17 51d6d3d09136: Layer already exists 15:40:17 1507bc794612: Layer already exists 15:40:17 master: digest: sha256:db11e90ef2a0d67d89e540ca3041a1437ab04569d8dcdbffec992dffab24075c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:40:17 ===================================================== [Pipeline] echo 15:40:17 taggedImages: 15:40:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:40:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 15:40:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:40:17 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:40:19 ---> 0f61449f7ea0 15:40:19 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:40:21 ---> Running in 021a7d3db56d 15:40:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:40:32 ---> b85d2181da66 15:40:32 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:40:32 ---> 1ded855c83bf 15:40:32 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 15:40:32 ---> Running in 4cc3c9f62236 15:40:32 ---> Running in fbe97891357f 15:40:33 ---> ea437c50480b 15:40:33 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:40:33 ---> Running in bbf9736279b0 15:40:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:40:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:40:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:41:23 Removing intermediate container 6905d8ef3c1c 15:41:23 ---> 420a3e7386eb 15:41:23 15:41:23 Step 9/29 : FROM alpine:latest 15:41:23 latest: Pulling from library/alpine 15:41:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:41:23 Status: Downloaded newer image for alpine:latest 15:41:23 ---> 62ee0e9f8440 15:41:23 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:41:23 ---> Running in 75f76cf9757d 15:41:23 Removing intermediate container 75f76cf9757d 15:41:23 ---> 47259321f7ca 15:41:23 Step 11/29 : USER root 15:41:23 ---> Running in a3fb56f47be7 15:41:23 Removing intermediate container a3fb56f47be7 15:41:23 ---> b5690985a03b 15:41:23 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:41:23 ---> Running in 4034b1ba37be 15:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:27 v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:41:27 v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:41:27 OK: 12617 distinct packages available 15:41:27 (1/2) Installing ca-certificates (20191127-r4) 15:41:28 (2/2) Installing dumb-init (1.2.2-r1) 15:41:28 Executing busybox-1.31.1-r16.trigger 15:41:28 Executing ca-certificates-20191127-r4.trigger 15:41:28 OK: 6 MiB in 16 packages 15:41:31 Removing intermediate container 4034b1ba37be 15:41:31 ---> 8c38aa2cbcfb 15:41:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:41:31 ---> Running in 96b91a53b808 15:41:31 Removing intermediate container 96b91a53b808 15:41:31 ---> d880c4876cb5 15:41:31 Step 14/29 : WORKDIR $BASE_DIR 15:41:31 ---> Running in 4b35b8534348 15:41:32 Removing intermediate container 4b35b8534348 15:41:32 ---> 54f2bd0227ff 15:41:32 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:41:32 ---> Running in 7354bc828f03 15:41:37 Removing intermediate container 7354bc828f03 15:41:37 ---> bd7a01cf7d72 15:41:37 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:41:39 ---> 8dd3e55bf349 15:41:39 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:41:40 ---> d74cc67df9fc 15:41:40 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:41:42 ---> 4bbe46beca19 15:41:42 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:41:42 ---> 6cb66005cc6b 15:41:42 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:41:44 ---> 3e09d9247f67 15:41:44 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:41:44 ---> Running in c090b6818694 15:41:48 Removing intermediate container c090b6818694 15:41:48 ---> 9891c8d4884b 15:41:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:41:49 ---> c4424277cdfc 15:41:49 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:41:49 ---> Running in ccbd08c89f1a 15:41:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:41:54 Removing intermediate container ccbd08c89f1a 15:41:54 ---> de8631783e0f 15:41:54 Step 24/29 : RUN chmod 755 security-secrets-setup 15:41:54 ---> Running in bf54b9787473 15:42:00 Removing intermediate container 4cc3c9f62236 15:42:00 ---> 0dd733b094cc 15:42:00 15:42:00 Step 10/20 : FROM alpine 15:42:00 ---> 62ee0e9f8440 15:42:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:42:00 ---> Running in b68a35554b64 15:42:00 Removing intermediate container bf54b9787473 15:42:00 ---> 81f7590d5e50 15:42:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:42:00 ---> Running in 870bd68c321e 15:42:01 Removing intermediate container 870bd68c321e 15:42:01 ---> 65304e509457 15:42:01 Step 26/29 : CMD [ "generate" ] 15:42:01 ---> Running in a1d920b564be 15:42:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:02 Removing intermediate container a1d920b564be 15:42:02 ---> b1ec93f2f669 15:42:02 Step 27/29 : LABEL arch=arm64 15:42:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:02 ---> Running in b2324eadec43 15:42:03 v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:42:03 v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:42:03 OK: 12617 distinct packages available 15:42:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 15:42:03 Removing intermediate container b2324eadec43 15:42:03 ---> 166bbbb0ef73 15:42:03 Step 28/29 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:42:04 ---> Running in aa088ca80660 15:42:04 (1/4) Installing ca-certificates (20191127-r4) 15:42:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:42:04 (3/4) Installing libcurl (7.69.1-r0) 15:42:04 (4/4) Installing curl (7.69.1-r0) 15:42:04 Executing busybox-1.31.1-r16.trigger 15:42:04 Executing ca-certificates-20191127-r4.trigger 15:42:04 OK: 7 MiB in 18 packages 15:42:05 Removing intermediate container aa088ca80660 15:42:05 ---> 9a9c5a87dcca 15:42:05 Step 29/29 : LABEL version=1.2.2-dev.21 15:42:05 ---> Running in f00b7452b74a 15:42:06 Removing intermediate container f00b7452b74a 15:42:06 ---> 6e81882cddb6 15:42:06 15:42:07 Successfully built 6e81882cddb6 15:42:07 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:42:07  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 15:42:07 Removing intermediate container b68a35554b64 15:42:07 ---> b2a067257f5b 15:42:07 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:42:07 Removing intermediate container bbf9736279b0 15:42:07 ---> aaef9816de6b 15:42:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:42:08 ---> Running in 96ffb3c4bb7b 15:42:08 ---> Running in 2bf1b24c1d7f 15:42:08 Removing intermediate container 2bf1b24c1d7f 15:42:08 ---> da76d80e4e89 15:42:08 Step 13/20 : WORKDIR /edgex 15:42:09 ---> Running in 34a973d2906a 15:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:42:11 Removing intermediate container 34a973d2906a 15:42:11 ---> 08e83e48e7d6 15:42:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:42:13 ---> 3085e20e88b5 15:42:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:42:16 ---> b002c76cb5de 15:42:16 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:42:16 Removing intermediate container 96ffb3c4bb7b 15:42:16 ---> cb0f30d4b2a8 15:42:16 15:42:16 Step 11/27 : FROM docker:latest 15:42:16 ---> ce9d55ae87f1 15:42:16 Step 12/27 : RUN apk add --no-cache bash 15:42:16 ---> Running in 65a577485be3 15:42:17 ---> Running in 115c9c78c472 15:42:17 Removing intermediate container fbe97891357f 15:42:17 ---> b9e5db5018e8 15:42:17 15:42:17 Step 10/26 : FROM alpine:3.10 15:42:17 Removing intermediate container 021a7d3db56d 15:42:17 ---> 340a1d8263b9 15:42:17 15:42:17 Step 10/22 : FROM scratch 15:42:17 ---> 15:42:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:42:17 3.10: Pulling from library/alpine 15:42:18 Removing intermediate container 115c9c78c472 15:42:18 ---> af93c36bdcac 15:42:18 Step 17/20 : CMD ["--init=true"] 15:42:18 ---> Running in b4eb1ec515d5 15:42:18 ---> Running in 921c11dbf2e8 15:42:18 Removing intermediate container b4eb1ec515d5 15:42:18 ---> d4535d53a92c 15:42:18 Step 12/22 : ENV APP_PORT=48081 15:42:18 ---> Running in 2a3bdd1baa3e 15:42:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:19 Removing intermediate container 921c11dbf2e8 15:42:19 ---> 760de39a27c4 15:42:19 Step 18/20 : LABEL arch=arm64 15:42:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:19 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:42:19 Status: Downloaded newer image for alpine:3.10 15:42:19 ---> 536a684cf733 15:42:19 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:42:19 ---> Running in 4abd76993ca4 15:42:19 Removing intermediate container 2a3bdd1baa3e 15:42:19 ---> b5057f032389 15:42:19 Step 13/22 : EXPOSE $APP_PORT 15:42:19 ---> Running in 54845b23aa0e 15:42:20 (1/2) Installing readline (8.0.4-r0) 15:42:20 (2/2) Installing bash (5.0.17-r0) 15:42:20 Executing bash-5.0.17-r0.post-install 15:42:20 Executing busybox-1.31.1-r16.trigger 15:42:20 ---> Running in 1fc3c8498e10 15:42:20 OK: 12 MiB in 22 packages 15:42:20 Removing intermediate container 4abd76993ca4 15:42:20 ---> fb4e48cc5f0f 15:42:20 Step 19/20 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:42:21 Removing intermediate container 54845b23aa0e 15:42:21 ---> a3429b512474 15:42:21 Step 14/22 : WORKDIR / 15:42:21 ---> Running in 29d7448049ab 15:42:21 ---> Running in ffbf3b9e7c6b 15:42:21 Removing intermediate container 29d7448049ab 15:42:21 ---> bb39b1580a36 15:42:21 Step 20/20 : LABEL version=1.2.2-dev.21 15:42:22 Removing intermediate container ffbf3b9e7c6b 15:42:22 ---> afae06aa2609 15:42:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:42:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:42:22 ---> Running in bda8f67a959e 15:42:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:42:22 Removing intermediate container 65a577485be3 15:42:22 ---> 40d6803d952f 15:42:22 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:42:23 ---> Running in df09c6b5c7b2 15:42:23 v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:42:23 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:42:23 OK: 10167 distinct packages available 15:42:23 Removing intermediate container bda8f67a959e 15:42:23 ---> 946db3979e88 15:42:23 15:42:23 ---> ffd8fc0883c1 15:42:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:42:23 (1/5) Installing ca-certificates (20191127-r2) 15:42:23 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:42:23 (3/5) Installing libcurl (7.66.0-r0) 15:42:23 (4/5) Installing curl (7.66.0-r0) 15:42:23 (5/5) Installing dumb-init (1.2.2-r1) 15:42:23 Executing busybox-1.30.1-r3.trigger 15:42:23 Executing ca-certificates-20191127-r2.trigger 15:42:24 Successfully built 946db3979e88 15:42:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:42:24  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 15:42:24 OK: 7 MiB in 19 packages 15:42:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:42:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:42:25 ---> 7bea1752e863 15:42:25 Step 3/21 : WORKDIR /edgex-go 15:42:25 ---> Using cache 15:42:25 ---> da73ff4d9626 15:42:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:42:25 ---> Using cache 15:42:25 ---> 206632ca53b4 15:42:25 Step 5/21 : RUN apk update && apk add make git 15:42:25 ---> Using cache 15:42:25 ---> 8b139ae6e870 15:42:25 Step 6/21 : COPY go.mod . 15:42:25 ---> Using cache 15:42:25 ---> 4141e09fde55 15:42:25 Step 7/21 : RUN go mod download 15:42:25 ---> Using cache 15:42:25 ---> 4713f817ea5e 15:42:25 Step 8/21 : COPY . . 15:42:25 ---> Using cache 15:42:25 ---> 1ded855c83bf 15:42:25 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:42:27 ---> Running in 7795d15206c5 15:42:27 ---> 83f200802cff 15:42:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:42:28 ---> da7966f26633 15:42:28 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:42:28 Removing intermediate container 1fc3c8498e10 15:42:28 ---> fdab2b7c900c 15:42:28 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:42:29 ---> Running in b76ec79b85ee 15:42:29 Removing intermediate container df09c6b5c7b2 15:42:29 ---> f9138b658b9a 15:42:29 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:42:29 ---> Running in 416bd22639f9 15:42:29 ---> Running in 94c371b76b46 15:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:42:29 Removing intermediate container b76ec79b85ee 15:42:29 ---> 3e41b75dc5eb 15:42:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:42:30 ---> Running in 860d3418519d 15:42:30 Removing intermediate container 416bd22639f9 15:42:30 ---> d5bad9483abd 15:42:30 Step 13/26 : WORKDIR / 15:42:30 Removing intermediate container 94c371b76b46 15:42:30 ---> 7dbd98a65711 15:42:30 Step 15/27 : ENV APP_PORT=48090 15:42:30 ---> Running in 6536188512dd 15:42:30 ---> Running in d2a0ba7aaa07 15:42:30 Removing intermediate container 860d3418519d 15:42:30 ---> f0cd921a06de 15:42:30 Step 20/22 : LABEL arch=arm64 15:42:31 ---> Running in 3ebd65c3d679 15:42:31 Removing intermediate container d2a0ba7aaa07 15:42:31 ---> b95de08bff94 15:42:31 Step 16/27 : EXPOSE $APP_PORT 15:42:31 Removing intermediate container 6536188512dd 15:42:31 ---> c9b45e48f4a3 15:42:31 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:42:31 ---> Running in f990190f8273 15:42:31 Removing intermediate container 3ebd65c3d679 15:42:31 ---> 566181efcc9f 15:42:31 Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:42:31 ---> Running in 5199af0d3622 15:42:32 Removing intermediate container f990190f8273 15:42:32 ---> ef795121eb18 15:42:32 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:42:33 Removing intermediate container 5199af0d3622 15:42:33 ---> 22978965efde 15:42:33 Step 22/22 : LABEL version=1.2.2-dev.21 15:42:33 ---> eee2f43a08e7 15:42:33 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:42:34 ---> Running in b8d9baa96cb6 15:42:35 Removing intermediate container b8d9baa96cb6 15:42:35 ---> ff1fb8658b33 15:42:35 15:42:35 ---> 0f1e29731a1b 15:42:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:42:35 ---> 139d8d0fc9aa 15:42:35 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:42:36 Successfully built ff1fb8658b33 15:42:36 Successfully tagged docker-core-metadata-go-arm64:latest 15:42:36  Building docker-core-metadata-go ... done Building docker-support-logging-go 15:42:38 ---> 5a85fb7bd7be 15:42:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:42:38 ---> 1ee0a288672e 15:42:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:42:40 ---> 6b682b3817bc 15:42:40 Step 20/27 : RUN apk --no-cache add py-pip 15:42:40 ---> 2ca26a6ef576 15:42:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:42:40 ---> Running in c28fc8d7b7ee 15:42:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:44 (1/33) Installing libbz2 (1.0.8-r1) 15:42:44 (2/33) Installing expat (2.2.9-r1) 15:42:44 (3/33) Installing libffi (3.3-r2) 15:42:44 (4/33) Installing gdbm (1.13-r1) 15:42:44 (5/33) Installing xz-libs (5.2.5-r0) 15:42:44 (6/33) Installing sqlite-libs (3.32.1-r0) 15:42:44 (7/33) Installing python3 (3.8.5-r0) 15:42:45 ---> 852338ec1125 15:42:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:42:47 (8/33) Installing py3-appdirs (1.4.4-r1) 15:42:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:42:47 (10/33) Installing py3-parsing (2.4.7-r0) 15:42:47 (11/33) Installing py3-six (1.15.0-r0) 15:42:47 (12/33) Installing py3-packaging (20.4-r0) 15:42:47 (13/33) Installing py3-setuptools (47.0.0-r0) 15:42:47 (14/33) Installing py3-chardet (3.0.4-r4) 15:42:47 (15/33) Installing py3-idna (2.9-r0) 15:42:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:42:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:42:47 (18/33) Installing py3-requests (2.23.0-r0) 15:42:47 (19/33) Installing py3-msgpack (1.0.0-r0) 15:42:47 (20/33) Installing py3-lockfile (0.12.2-r3) 15:42:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:42:47 (22/33) Installing py3-colorama (0.4.3-r0) 15:42:47 (23/33) Installing py3-distlib (0.3.0-r0) 15:42:47 (24/33) Installing py3-distro (1.5.0-r1) 15:42:47 (25/33) Installing py3-webencodings (0.5.1-r3) 15:42:47 (26/33) Installing py3-html5lib (1.0.1-r4) 15:42:47 (27/33) Installing py3-pytoml (0.1.21-r0) 15:42:47 (28/33) Installing py3-pep517 (0.8.2-r0) 15:42:47 (29/33) Installing py3-progress (1.5-r0) 15:42:47 (30/33) Installing py3-toml (0.10.1-r0) 15:42:47 (31/33) Installing py3-retrying (1.3.3-r0) 15:42:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:42:47 (33/33) Installing py3-pip (20.1.1-r0) 15:42:47 Executing busybox-1.31.1-r16.trigger 15:42:47 OK: 71 MiB in 55 packages 15:42:47 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:42:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:42:47 ---> 7bea1752e863 15:42:47 Step 3/23 : WORKDIR /edgex-go 15:42:47 ---> Using cache 15:42:47 ---> da73ff4d9626 15:42:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:42:47 ---> Using cache 15:42:47 ---> 206632ca53b4 15:42:47 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:42:48 ---> b0a6c0bd1d1e 15:42:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:42:48 ---> Running in 1f03f1b41e6e 15:42:51 ---> 19c0592e774b 15:42:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:53 ---> 649b8f26ee70 15:42:53 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:42:53 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:42:53 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:42:53 OK: 12617 distinct packages available 15:42:54 ---> Running in 3666358b86de 15:42:54 OK: 217 MiB in 51 packages 15:42:58 Removing intermediate container 1f03f1b41e6e 15:42:58 ---> fdef8850226e 15:42:58 Step 6/23 : COPY go.mod . 15:42:59 ---> 87d9cca0c06f 15:42:59 Step 7/23 : RUN go mod download 15:43:00 ---> Running in fb5f65909d37 15:43:00 Removing intermediate container 3666358b86de 15:43:00 ---> 89eb196a7a43 15:43:00 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:43:00 ---> Running in ae4f246f30db 15:43:01 Removing intermediate container ae4f246f30db 15:43:01 ---> 256dc9c8b8b8 15:43:01 Step 24/26 : LABEL arch=arm64 15:43:02 ---> Running in e757c6c37f76 15:43:02 Removing intermediate container c28fc8d7b7ee 15:43:02 ---> c8e1cc027bc8 15:43:02 Step 21/27 : RUN pip install docker-compose==1.23.2 15:43:02 ---> Running in f3a1cbafc835 15:43:03 Removing intermediate container e757c6c37f76 15:43:03 ---> 8ff2d6428436 15:43:03 Step 25/26 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:43:03 ---> Running in 876a4d34c40b 15:43:04 Removing intermediate container 876a4d34c40b 15:43:04 ---> 47e2738ef9a7 15:43:04 Step 26/26 : LABEL version=1.2.2-dev.21 15:43:04 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:43:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:43:04 ---> 7bea1752e863 15:43:04 Step 3/22 : WORKDIR /edgex-go 15:43:04 ---> Using cache 15:43:04 ---> da73ff4d9626 15:43:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:04 ---> Using cache 15:43:04 ---> 206632ca53b4 15:43:04 Step 5/22 : RUN apk update && apk add make && apk add bash git 15:43:05 ---> Running in 34331895fbf1 15:43:05 ---> Running in 11affeafb2ef 15:43:06 Removing intermediate container 11affeafb2ef 15:43:06 ---> a4667188cf26 15:43:06 15:43:06 Removing intermediate container fb5f65909d37 15:43:06 ---> 6e1fac271d20 15:43:06 Step 8/23 : COPY . . 15:43:07 Successfully built a4667188cf26 15:43:07 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:43:07  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 15:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:11 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:43:11 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:43:11 OK: 12617 distinct packages available 15:43:11 Collecting docker-compose==1.23.2 15:43:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:43:12 OK: 217 MiB in 51 packages 15:43:13 OK: 217 MiB in 51 packages 15:43:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:43:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:43:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:43:17 Collecting cached-property<2,>=1.2.0 15:43:17 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:43:19 Collecting websocket-client<1.0,>=0.32.0 15:43:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:43:20 Collecting docker<4.0,>=3.6.0 15:43:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:43:20 Removing intermediate container 34331895fbf1 15:43:20 ---> d3d271b6630d 15:43:20 Step 6/22 : COPY go.mod . 15:43:21 Collecting docopt<0.7,>=0.6.1 15:43:21 Downloading docopt-0.6.2.tar.gz (25 kB) 15:43:22 ---> 1aa36800dc5c 15:43:22 Step 7/22 : RUN go mod download 15:43:23 ---> Running in 6569ece2eb92 15:43:24 Collecting PyYAML<4,>=3.10 15:43:24 Downloading PyYAML-3.13.tar.gz (270 kB) 15:43:26 ---> 1bf854084885 15:43:26 Step 9/23 : RUN make cmd/core-data/core-data 15:43:27 ---> Running in c6b14c5631b2 15:43:29 Removing intermediate container 6569ece2eb92 15:43:29 ---> 9be5f070a2fb 15:43:29 Step 8/22 : COPY . . 15:43:29 Collecting dockerpty<0.5,>=0.4.1 15:43:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:43:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-data/core-data ./cmd/core-data 15:43:31 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:43:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:43:31 ---> 7bea1752e863 15:43:31 Step 3/22 : WORKDIR /edgex-go 15:43:31 ---> Using cache 15:43:31 ---> da73ff4d9626 15:43:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:31 ---> Using cache 15:43:31 ---> 206632ca53b4 15:43:31 Step 5/22 : RUN apk update && apk add make git 15:43:31 ---> Using cache 15:43:31 ---> 8b139ae6e870 15:43:31 Step 6/22 : COPY go.mod . 15:43:31 ---> Using cache 15:43:31 ---> 4141e09fde55 15:43:31 Step 7/22 : RUN go mod download 15:43:31 ---> Using cache 15:43:31 ---> 4713f817ea5e 15:43:31 Step 8/22 : COPY . . 15:43:31 ---> Using cache 15:43:31 ---> 1ded855c83bf 15:43:31 Step 9/22 : RUN make cmd/core-command/core-command 15:43:32 ---> Running in 47699037f287 15:43:32 Collecting texttable<0.10,>=0.9.0 15:43:32 Downloading texttable-0.9.1.tar.gz (11 kB) 15:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-command/core-command ./cmd/core-command 15:43:35 Collecting jsonschema<3,>=2.5.1 15:43:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:43:36 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:43:36 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:43:37 Collecting urllib3<1.25,>=1.21.1 15:43:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:43:38 Collecting idna<2.8,>=2.5 15:43:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:43:38 Collecting docker-pycreds>=0.4.0 15:43:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:43:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:43:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:43:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:43:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:43:40 Installing collected packages: urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, docopt, PyYAML, dockerpty, texttable, jsonschema, docker-compose 15:43:40 Attempting uninstall: urllib3 15:43:40 Found existing installation: urllib3 1.25.9 15:43:40 Uninstalling urllib3-1.25.9: 15:43:40 Successfully uninstalled urllib3-1.25.9 15:43:41 Attempting uninstall: idna 15:43:41 Found existing installation: idna 2.9 15:43:41 Uninstalling idna-2.9: 15:43:41 Successfully uninstalled idna-2.9 15:43:41 Removing intermediate container 7795d15206c5 15:43:41 ---> 29318b44f2e3 15:43:41 15:43:41 Step 10/21 : FROM scratch 15:43:41 ---> 15:43:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:43:42 ---> Using cache 15:43:42 ---> d4535d53a92c 15:43:42 Step 12/21 : ENV APP_PORT=48085 15:43:42 ---> Running in b5f8b2b9f898 15:43:42 Attempting uninstall: requests 15:43:42 Found existing installation: requests 2.23.0 15:43:42 Uninstalling requests-2.23.0: 15:43:43 Successfully uninstalled requests-2.23.0 15:43:44 Removing intermediate container b5f8b2b9f898 15:43:44 ---> ab745a99fe4b 15:43:44 Step 13/21 : EXPOSE $APP_PORT 15:43:44 ---> Running in 17cc173a4f1c 15:43:45 Removing intermediate container 17cc173a4f1c 15:43:45 ---> ee1a1e1d7a74 15:43:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:43:45 Running setup.py install for docopt: started 15:43:46 ---> f926fea4b99d 15:43:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:43:48 Running setup.py install for docopt: finished with status 'done' 15:43:48 Running setup.py install for PyYAML: started 15:43:49 ---> 8a613d2e5731 15:43:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:43:50 ---> b0878dccad34 15:43:50 Step 9/22 : RUN make cmd/support-logging/support-logging 15:43:50 ---> Running in 3607deadd148 15:43:51 ---> d8285ad419a9 15:43:51 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:43:51 ---> Running in 146e2249439b 15:43:51 Running setup.py install for PyYAML: finished with status 'done' 15:43:51 Running setup.py install for dockerpty: started 15:43:52 Removing intermediate container 146e2249439b 15:43:52 ---> d515febd6453 15:43:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:43:52 ---> Running in 2f321d16baa9 15:43:53 Removing intermediate container 2f321d16baa9 15:43:53 ---> ac606dd4b1d0 15:43:53 Step 19/21 : LABEL arch=arm64 15:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-logging/support-logging ./cmd/support-logging 15:43:53 ---> Running in 39e9969fa232 15:43:53 Removing intermediate container 39e9969fa232 15:43:53 ---> 177c55ba2f60 15:43:53 Step 20/21 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:43:54 ---> Running in c869de98f285 15:43:54 Running setup.py install for dockerpty: finished with status 'done' 15:43:54 Running setup.py install for texttable: started 15:43:54 Removing intermediate container c869de98f285 15:43:54 ---> 2d1fc96e35a8 15:43:54 Step 21/21 : LABEL version=1.2.2-dev.21 15:43:54 ---> Running in a6d23d5337fa 15:43:55 Removing intermediate container a6d23d5337fa 15:43:55 ---> 1f937911faee 15:43:55 15:43:55 Successfully built 1f937911faee 15:43:55 Successfully tagged docker-support-scheduler-go-arm64:latest 15:43:55 Building docker-support-notifications-go 15:43:58  Building docker-support-scheduler-go ... done  Running setup.py install for texttable: finished with status 'done' 15:43:59 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 15:44:08 Removing intermediate container f3a1cbafc835 15:44:08 ---> a10aa6bfcd23 15:44:08 Step 22/27 : RUN apk --no-cache add curl 15:44:08 ---> Running in 2046cbb65961 15:44:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:44:11 (2/3) Installing libcurl (7.69.1-r0) 15:44:11 (3/3) Installing curl (7.69.1-r0) 15:44:11 Executing busybox-1.31.1-r16.trigger 15:44:11 OK: 71 MiB in 58 packages 15:44:14 Removing intermediate container 2046cbb65961 15:44:14 ---> 7adf491ba121 15:44:14 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:44:14 ---> Running in 0dd6d30ca1d1 15:44:15 Removing intermediate container 0dd6d30ca1d1 15:44:15 ---> c86872e8f436 15:44:15 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:44:15 ---> Running in 13e97726904c 15:44:16 Removing intermediate container 13e97726904c 15:44:16 ---> 28ae3bc5e8e3 15:44:16 Step 25/27 : LABEL arch=arm64 15:44:17 ---> Running in 1b65a7b8828e 15:44:18 Removing intermediate container 1b65a7b8828e 15:44:18 ---> ec1c698f7ec3 15:44:18 Step 26/27 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:44:18 ---> Running in 9801f07e4e3b 15:44:19 Removing intermediate container 9801f07e4e3b 15:44:19 ---> cc309cb95f23 15:44:19 Step 27/27 : LABEL version=1.2.2-dev.21 15:44:19 ---> Running in d5e18fdf5da3 15:44:20 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 15:44:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:44:20 ---> 7bea1752e863 15:44:20 Step 3/24 : WORKDIR /edgex-go 15:44:20 ---> Using cache 15:44:20 ---> da73ff4d9626 15:44:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:20 ---> Using cache 15:44:20 ---> 206632ca53b4 15:44:20 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:44:20 ---> Running in 46aa3461ee61 15:44:21 Removing intermediate container d5e18fdf5da3 15:44:21 ---> ff4f1ffd7e2a 15:44:21 15:44:21 Successfully built ff4f1ffd7e2a 15:44:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:44:22  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:24 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:44:24 v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:44:24 OK: 12617 distinct packages available 15:44:25 OK: 217 MiB in 51 packages 15:44:27 Removing intermediate container 46aa3461ee61 15:44:27 ---> 02d9f43dba1e 15:44:27 Step 6/24 : COPY go.mod . 15:44:28 ---> fbff84302f2a 15:44:28 Step 7/24 : RUN go mod download 15:44:28 ---> Running in 79621a10ea35 15:44:32 Removing intermediate container 79621a10ea35 15:44:32 ---> 4beadd33eef3 15:44:32 Step 8/24 : COPY . . 15:44:54 ---> 49faba992365 15:44:54 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:44:54 ---> Running in ec66da5adad0 15:44:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:45:21 Removing intermediate container 47699037f287 15:45:21 ---> 035030de3f01 15:45:21 15:45:21 Step 10/22 : FROM scratch 15:45:21 ---> 15:45:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:45:21 ---> Using cache 15:45:21 ---> d4535d53a92c 15:45:21 Step 12/22 : ENV APP_PORT=48082 15:45:21 ---> Running in e5d4524678b1 15:45:21 Removing intermediate container e5d4524678b1 15:45:21 ---> af692ebd3b5b 15:45:21 Step 13/22 : EXPOSE $APP_PORT 15:45:21 ---> Running in 9a422e66c2a4 15:45:21 Removing intermediate container 3607deadd148 15:45:21 ---> 8088326adbd4 15:45:21 15:45:21 Step 10/22 : FROM scratch 15:45:21 ---> 15:45:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:45:21 Removing intermediate container 9a422e66c2a4 15:45:21 ---> fcd1734fb14d 15:45:21 Step 14/22 : WORKDIR / 15:45:21 ---> Running in c7458cb74c05 15:45:21 ---> Running in 36117a5b42e3 15:45:21 Removing intermediate container c7458cb74c05 15:45:21 ---> 1862409475df 15:45:21 Step 12/22 : ENV APP_PORT=48061 15:45:21 ---> Running in 241c227847ae 15:45:21 Removing intermediate container 36117a5b42e3 15:45:21 ---> 5313872f8139 15:45:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:45:22 Removing intermediate container 241c227847ae 15:45:22 ---> 208acbdd5de9 15:45:22 Step 13/22 : EXPOSE $APP_PORT 15:45:22 ---> Running in a4f97e22f712 15:45:22 ---> 6c95e000b174 15:45:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:45:23 Removing intermediate container a4f97e22f712 15:45:23 ---> 11db5522020a 15:45:23 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 15:45:24 ---> 51c444ba85da 15:45:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:45:24 ---> 498a99742f2f 15:45:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:45:26 ---> 2fb67a05dd2e 15:45:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:45:26 ---> 44cf718f8eac 15:45:26 Step 18/22 : ENTRYPOINT ["/core-command"] 15:45:26 ---> Running in 63754fadf133 15:45:27 Removing intermediate container 63754fadf133 15:45:27 ---> 34b08ab5cdb3 15:45:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:27 ---> Running in 0b15e5b12071 15:45:28 ---> 8f53e10bbfee 15:45:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:45:28 Removing intermediate container 0b15e5b12071 15:45:28 ---> 74faf91964f9 15:45:28 Step 20/22 : LABEL arch=arm64 15:45:29 ---> Running in 4d510d968078 15:45:29 Removing intermediate container 4d510d968078 15:45:29 ---> 90de1303c34c 15:45:29 Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:45:29 ---> Running in 967485a29758 15:45:29 ---> c98fc37d25fd 15:45:29 Step 18/22 : ENTRYPOINT ["/support-logging"] 15:45:30 ---> Running in 4fb54bdfcdb6 15:45:30 Removing intermediate container 967485a29758 15:45:30 ---> 54283964950b 15:45:30 Step 22/22 : LABEL version=1.2.2-dev.21 15:45:30 ---> Running in 892f274ce342 15:45:31 Removing intermediate container 4fb54bdfcdb6 15:45:31 ---> 1f7ee5bc6d5c 15:45:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:31 ---> Running in 833bf3df4048 15:45:31 Removing intermediate container 892f274ce342 15:45:31 ---> c5970213290d 15:45:31 15:45:32 Successfully built c5970213290d 15:45:32 Removing intermediate container 833bf3df4048 15:45:32 ---> 5043f969bd06 15:45:32 Step 20/22 : LABEL arch=arm64 15:45:32 Successfully tagged docker-core-command-go-arm64:latest 15:45:32  Building docker-core-command-go ... done  ---> Running in 374bb63c145a 15:45:32 Removing intermediate container 374bb63c145a 15:45:32 ---> 7ef80a342e16 15:45:32 Step 21/22 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:45:33 ---> Running in b3d6858aa073 15:45:33 Removing intermediate container b3d6858aa073 15:45:33 ---> 9e57b39c6e3a 15:45:33 Step 22/22 : LABEL version=1.2.2-dev.21 15:45:33 ---> Running in dd2893b1b2b3 15:45:34 Removing intermediate container dd2893b1b2b3 15:45:34 ---> 4d05836f96ac 15:45:34 15:45:35 Successfully built 4d05836f96ac 15:45:35 Successfully tagged docker-support-logging-go-arm64:latest 15:45:39  Building docker-support-logging-go ... done Removing intermediate container c6b14c5631b2 15:45:39 ---> 9a6dbad07303 15:45:39 15:45:39 Step 10/23 : FROM alpine 15:45:39 ---> 62ee0e9f8440 15:45:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:45:39 ---> Running in f6ac3f4160c3 15:45:40 Removing intermediate container f6ac3f4160c3 15:45:40 ---> d57b976e3863 15:45:40 Step 12/23 : ENV APP_PORT=48080 15:45:40 ---> Running in 917281fcdc8b 15:45:40 Removing intermediate container 917281fcdc8b 15:45:40 ---> 5d1048557000 15:45:40 Step 13/23 : EXPOSE $APP_PORT 15:45:40 ---> Running in b094d4249700 15:45:41 Removing intermediate container b094d4249700 15:45:41 ---> 6b7413a057fc 15:45:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:41 ---> Running in de5fed2208fe 15:45:45 Removing intermediate container de5fed2208fe 15:45:45 ---> f874a792edc2 15:45:45 Step 15/23 : RUN apk --no-cache add zeromq 15:45:45 ---> Running in 484747416e9a 15:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:47 (1/5) Installing libgcc (9.3.0-r2) 15:45:47 (2/5) Installing libsodium (1.0.18-r0) 15:45:48 (3/5) Installing libstdc++ (9.3.0-r2) 15:45:48 (4/5) Installing libzmq (4.3.2-r0) 15:45:48 (5/5) Installing zeromq (4.3.2-r0) 15:45:48 Executing busybox-1.31.1-r16.trigger 15:45:48 OK: 8 MiB in 19 packages 15:45:50 Removing intermediate container 484747416e9a 15:45:50 ---> f0932617ca71 15:45:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:45:51 ---> 63e0b494d022 15:45:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:45:51 Removing intermediate container ec66da5adad0 15:45:51 ---> 4a65cafd3091 15:45:51 15:45:51 Step 10/24 : FROM scratch 15:45:51 ---> 15:45:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:45:51 ---> Using cache 15:45:51 ---> 1862409475df 15:45:51 Step 12/24 : ENV APP_PORT=48060 15:45:51 ---> Running in 32ee8ff2fe75 15:45:52 ---> 36b10dc6b384 15:45:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:45:52 Removing intermediate container 32ee8ff2fe75 15:45:52 ---> 634e104e4e27 15:45:52 Step 13/24 : EXPOSE $APP_PORT 15:45:52 ---> Running in ecd8bd6d1789 15:45:53 Removing intermediate container ecd8bd6d1789 15:45:53 ---> 1982a044264c 15:45:53 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:45:53 ---> bf2d97bc67eb 15:45:53 Step 19/23 : ENTRYPOINT ["/core-data"] 15:45:53 ---> Running in fd6ad0606f88 15:45:53 ---> 8787bf09450c 15:45:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:45:53 Removing intermediate container fd6ad0606f88 15:45:53 ---> e244a9a3e1d0 15:45:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:54 ---> Running in 869afa07487d 15:45:54 Removing intermediate container 869afa07487d 15:45:54 ---> c6acfdafa367 15:45:54 Step 21/23 : LABEL arch=arm64 15:45:54 ---> Running in ca67e10fddf2 15:45:54 ---> bab590a5cf88 15:45:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:45:55 Removing intermediate container ca67e10fddf2 15:45:55 ---> 6c3832fcac85 15:45:55 Step 22/23 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:45:55 ---> Running in 458bb453277b 15:45:56 Removing intermediate container 458bb453277b 15:45:56 ---> fd19e5692beb 15:45:56 Step 23/23 : LABEL version=1.2.2-dev.21 15:45:56 ---> 34a28c24c52b 15:45:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:45:56 ---> Running in 738897884a5b 15:45:56 Removing intermediate container 738897884a5b 15:45:56 ---> 5b1b2ff66541 15:45:56 15:45:56 Successfully built 5b1b2ff66541 15:45:56 ---> 146431fcdd1a 15:45:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:45:56 Successfully tagged docker-core-data-go-arm64:latest 15:45:58  Building docker-core-data-go ... done  ---> 588e39460c3e 15:45:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:45:59 ---> 37abdb8e8a76 15:45:59 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:45:59 ---> Running in 93e7ece71718 15:45:59 Removing intermediate container 93e7ece71718 15:45:59 ---> 2f352c5b96ac 15:45:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:59 ---> Running in cf5c9c5451b2 15:46:00 Removing intermediate container cf5c9c5451b2 15:46:00 ---> 684d4fb879b3 15:46:00 Step 22/24 : LABEL arch=arm64 15:46:00 ---> Running in 7db7514a5781 15:46:00 Removing intermediate container 7db7514a5781 15:46:00 ---> 6913962438ac 15:46:00 Step 23/24 : LABEL git_sha=083cc9ce61554893757b0b9e726a37ececd6a144 15:46:00 ---> Running in 87e9ff2d03a6 15:46:01 Removing intermediate container 87e9ff2d03a6 15:46:01 ---> 6d03fa978cc9 15:46:01 Step 24/24 : LABEL version=1.2.2-dev.21 15:46:01 ---> Running in 15aa86f6c3a5 15:46:01 Removing intermediate container 15aa86f6c3a5 15:46:01 ---> b5708f869ece 15:46:01 15:46:02 Successfully built b5708f869ece 15:46:02 Successfully tagged docker-support-notifications-go-arm64:latest 15:46:02  Building docker-support-notifications-go ... done  [Pipeline] } 15:46:02 $ docker stop --time=1 a27b73f04d59ff6beb3f35277c93b16114ff0ec30122332c56ab02b79e8e51ae 15:46:04 $ docker rm -f a27b73f04d59ff6beb3f35277c93b16114ff0ec30122332c56ab02b79e8e51ae [Pipeline] // withDockerContainer [Pipeline] sh 15:46:05 + docker images 15:46:05 + grep docker 15:46:05 docker-support-notifications-go-arm64 latest b5708f869ece 4 seconds ago 13.9MB 15:46:05 docker-core-data-go-arm64 latest 5b1b2ff66541 9 seconds ago 23.3MB 15:46:05 docker-support-logging-go-arm64 latest 4d05836f96ac 31 seconds ago 11.4MB 15:46:05 docker-core-command-go-arm64 latest c5970213290d 34 seconds ago 12.4MB 15:46:05 docker-sys-mgmt-agent-go-arm64 latest ff4f1ffd7e2a About a minute ago 266MB 15:46:05 docker-support-scheduler-go-arm64 latest 1f937911faee 2 minutes ago 12.6MB 15:46:05 docker-security-secretstore-setup-go-arm64 latest a4667188cf26 2 minutes ago 32.6MB 15:46:05 docker-core-metadata-go-arm64 latest ff1fb8658b33 3 minutes ago 13.8MB 15:46:05 docker-security-proxy-setup-go-arm64 latest 946db3979e88 3 minutes ago 15.8MB 15:46:05 docker-security-secrets-setup-go-arm64 latest 6e81882cddb6 3 minutes ago 24.2MB 15:46:05 docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:46:05 provisioning config files... 15:46:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/133@tmp/config243559119511319882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:46:06 ---> docker-login.sh 15:46:06 nexus3.edgexfoundry.org:10001 15:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:06 Configure a credential helper to remove this warning. See 15:46:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:06 15:46:06 Login Succeeded 15:46:06 nexus3.edgexfoundry.org:10002 15:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:07 Configure a credential helper to remove this warning. See 15:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:07 15:46:07 Login Succeeded 15:46:07 nexus3.edgexfoundry.org:10003 15:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:07 Configure a credential helper to remove this warning. See 15:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:07 15:46:07 Login Succeeded 15:46:07 nexus3.edgexfoundry.org:10004 15:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:08 Configure a credential helper to remove this warning. See 15:46:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:08 15:46:08 Login Succeeded 15:46:08 docker.io 15:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:09 Configure a credential helper to remove this warning. See 15:46:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:09 15:46:09 Login Succeeded 15:46:09 ---> docker-login.sh ends [Pipeline] } 15:46:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:09 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 15:46:09 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:09 1.2.2-dev.21 15:46:09 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:09 master 15:46:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:10 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:46:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:46:10 d6cf95c99dce: Preparing 15:46:10 45167bc8ec4f: Preparing 15:46:10 853bd8dee9b8: Preparing 15:46:10 853bd8dee9b8: Pushed 15:46:10 d6cf95c99dce: Pushed 15:46:14 45167bc8ec4f: Pushed 15:46:14 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] isUnix [Pipeline] sh 15:46:14 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 15:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:46:14 d6cf95c99dce: Preparing 15:46:14 45167bc8ec4f: Preparing 15:46:14 853bd8dee9b8: Preparing 15:46:14 d6cf95c99dce: Layer already exists 15:46:14 45167bc8ec4f: Layer already exists 15:46:14 853bd8dee9b8: Layer already exists 15:46:14 1.2.2-dev.21: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] isUnix [Pipeline] sh 15:46:15 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:46:15 d6cf95c99dce: Preparing 15:46:15 45167bc8ec4f: Preparing 15:46:15 853bd8dee9b8: Preparing 15:46:15 45167bc8ec4f: Layer already exists 15:46:15 d6cf95c99dce: Layer already exists 15:46:15 853bd8dee9b8: Layer already exists 15:46:15 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] isUnix [Pipeline] sh 15:46:16 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:46:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 15:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:46:16 d6cf95c99dce: Preparing 15:46:16 45167bc8ec4f: Preparing 15:46:16 853bd8dee9b8: Preparing 15:46:16 d6cf95c99dce: Layer already exists 15:46:16 45167bc8ec4f: Layer already exists 15:46:16 853bd8dee9b8: Layer already exists 15:46:16 master: digest: sha256:cec0f04b8b49c34e490c35e4da36f742394891c7a7461fe5577d6a5aa0e74be7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:17 ===================================================== [Pipeline] echo 15:46:17 taggedImages: 15:46:17 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:17 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 15:46:17 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:17 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 15:46:17 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 15:46:17 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:17 1.2.2-dev.21 15:46:17 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:17 master 15:46:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:17 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:46:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:46:17 fedbb275eef7: Preparing 15:46:17 bf269ddf197a: Preparing 15:46:17 1e8a0d40cb04: Preparing 15:46:17 5b73ec560be2: Preparing 15:46:17 8bfa3b18fae8: Preparing 15:46:17 e2f13739ad41: Preparing 15:46:17 e2f13739ad41: Waiting 15:46:18 fedbb275eef7: Pushed 15:46:18 1e8a0d40cb04: Pushed 15:46:18 8bfa3b18fae8: Pushed 15:46:18 e2f13739ad41: Layer already exists 15:46:18 5b73ec560be2: Pushed 15:46:22 bf269ddf197a: Pushed 15:46:22 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] isUnix [Pipeline] sh 15:46:22 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 15:46:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:46:22 fedbb275eef7: Preparing 15:46:22 bf269ddf197a: Preparing 15:46:22 1e8a0d40cb04: Preparing 15:46:22 5b73ec560be2: Preparing 15:46:22 8bfa3b18fae8: Preparing 15:46:22 e2f13739ad41: Preparing 15:46:22 e2f13739ad41: Waiting 15:46:22 fedbb275eef7: Layer already exists 15:46:22 5b73ec560be2: Layer already exists 15:46:23 1e8a0d40cb04: Layer already exists 15:46:23 bf269ddf197a: Layer already exists 15:46:23 8bfa3b18fae8: Layer already exists 15:46:23 e2f13739ad41: Layer already exists 15:46:23 1.2.2-dev.21: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] isUnix [Pipeline] sh 15:46:23 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:46:23 fedbb275eef7: Preparing 15:46:23 bf269ddf197a: Preparing 15:46:23 1e8a0d40cb04: Preparing 15:46:23 5b73ec560be2: Preparing 15:46:23 8bfa3b18fae8: Preparing 15:46:23 e2f13739ad41: Preparing 15:46:23 e2f13739ad41: Waiting 15:46:23 fedbb275eef7: Layer already exists 15:46:23 1e8a0d40cb04: Layer already exists 15:46:23 5b73ec560be2: Layer already exists 15:46:23 bf269ddf197a: Layer already exists 15:46:23 8bfa3b18fae8: Layer already exists 15:46:24 e2f13739ad41: Layer already exists 15:46:24 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] isUnix [Pipeline] sh 15:46:24 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:46:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 15:46:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:46:24 fedbb275eef7: Preparing 15:46:24 bf269ddf197a: Preparing 15:46:24 1e8a0d40cb04: Preparing 15:46:24 5b73ec560be2: Preparing 15:46:24 8bfa3b18fae8: Preparing 15:46:24 e2f13739ad41: Preparing 15:46:24 e2f13739ad41: Waiting 15:46:24 1e8a0d40cb04: Layer already exists 15:46:24 bf269ddf197a: Layer already exists 15:46:24 fedbb275eef7: Layer already exists 15:46:24 8bfa3b18fae8: Layer already exists 15:46:24 5b73ec560be2: Layer already exists 15:46:24 e2f13739ad41: Layer already exists 15:46:25 master: digest: sha256:e3edb6b3e71431d9c611b5f627fd5ef9c1a0e2cfc386c17a7ed9d5f6a174e29e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:25 ===================================================== [Pipeline] echo 15:46:25 taggedImages: 15:46:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 15:46:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 15:46:25 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 15:46:25 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:25 1.2.2-dev.21 15:46:25 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:25 master 15:46:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:25 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:46:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:46:26 3b20e84d1503: Preparing 15:46:26 887988e854b8: Preparing 15:46:26 8b60690464d1: Preparing 15:46:26 8b60690464d1: Pushed 15:46:26 3b20e84d1503: Pushed 15:46:29 887988e854b8: Pushed 15:46:29 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] isUnix [Pipeline] sh 15:46:30 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 15:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:46:30 3b20e84d1503: Preparing 15:46:30 887988e854b8: Preparing 15:46:30 8b60690464d1: Preparing 15:46:30 3b20e84d1503: Layer already exists 15:46:30 8b60690464d1: Layer already exists 15:46:30 887988e854b8: Layer already exists 15:46:30 1.2.2-dev.21: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] isUnix [Pipeline] sh 15:46:31 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:46:31 3b20e84d1503: Preparing 15:46:31 887988e854b8: Preparing 15:46:31 8b60690464d1: Preparing 15:46:31 887988e854b8: Layer already exists 15:46:31 8b60690464d1: Layer already exists 15:46:31 3b20e84d1503: Layer already exists 15:46:31 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] isUnix [Pipeline] sh 15:46:32 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:46:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 15:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:46:32 3b20e84d1503: Preparing 15:46:32 887988e854b8: Preparing 15:46:32 8b60690464d1: Preparing 15:46:32 8b60690464d1: Layer already exists 15:46:32 3b20e84d1503: Layer already exists 15:46:32 887988e854b8: Layer already exists 15:46:32 master: digest: sha256:7a212ffcd0c8c975dad5203e298916256979ceca821a03c37e346ab888291bdc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:32 ===================================================== [Pipeline] echo 15:46:32 taggedImages: 15:46:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 15:46:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 15:46:33 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 15:46:33 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:33 1.2.2-dev.21 15:46:33 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:33 master 15:46:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:46:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:46:33 3592dba3cc34: Preparing 15:46:33 a62a9532f27a: Preparing 15:46:33 364780665497: Preparing 15:46:33 a81c30a65f4e: Preparing 15:46:33 e2f13739ad41: Preparing 15:46:33 e2f13739ad41: Layer already exists 15:46:34 a62a9532f27a: Pushed 15:46:34 364780665497: Pushed 15:46:34 a81c30a65f4e: Pushed 15:46:36 3592dba3cc34: Pushed 15:46:36 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:46:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 15:46:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:46:37 3592dba3cc34: Preparing 15:46:37 a62a9532f27a: Preparing 15:46:37 364780665497: Preparing 15:46:37 a81c30a65f4e: Preparing 15:46:37 e2f13739ad41: Preparing 15:46:37 a62a9532f27a: Layer already exists 15:46:37 e2f13739ad41: Layer already exists 15:46:37 3592dba3cc34: Layer already exists 15:46:37 364780665497: Layer already exists 15:46:37 a81c30a65f4e: Layer already exists 15:46:37 1.2.2-dev.21: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:46:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:46:38 3592dba3cc34: Preparing 15:46:38 a62a9532f27a: Preparing 15:46:38 364780665497: Preparing 15:46:38 a81c30a65f4e: Preparing 15:46:38 e2f13739ad41: Preparing 15:46:38 3592dba3cc34: Layer already exists 15:46:38 364780665497: Layer already exists 15:46:38 a81c30a65f4e: Layer already exists 15:46:38 e2f13739ad41: Layer already exists 15:46:38 a62a9532f27a: Layer already exists 15:46:38 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:46:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:46:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 15:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:46:39 3592dba3cc34: Preparing 15:46:39 a62a9532f27a: Preparing 15:46:39 364780665497: Preparing 15:46:39 a81c30a65f4e: Preparing 15:46:39 e2f13739ad41: Preparing 15:46:39 a81c30a65f4e: Layer already exists 15:46:39 3592dba3cc34: Layer already exists 15:46:39 364780665497: Layer already exists 15:46:39 a62a9532f27a: Layer already exists 15:46:39 e2f13739ad41: Layer already exists 15:46:39 master: digest: sha256:a6fcb75646271493957abb55fdbb2cee8d3d745245a3d4f92f3eea82ff51df62 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:39 ===================================================== [Pipeline] echo 15:46:39 taggedImages: 15:46:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 15:46:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 15:46:39 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 15:46:39 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:39 1.2.2-dev.21 15:46:39 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:39 master 15:46:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:40 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:46:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 15:46:40 d16c2f39560d: Preparing 15:46:40 25cb1afcc0c9: Preparing 15:46:40 d4f5169462ff: Preparing 15:46:40 74f9ae2c961b: Preparing 15:46:40 74f9ae2c961b: Preparing 15:46:40 7f905d55a3f4: Preparing 15:46:40 d397fd480e53: Preparing 15:46:40 71920c719750: Preparing 15:46:40 d16c2f39560d: Preparing 15:46:40 ab0a31934e5e: Preparing 15:46:40 86cac4e91abb: Preparing 15:46:40 0e34f7e0e7b8: Preparing 15:46:40 e2f13739ad41: Preparing 15:46:40 d397fd480e53: Waiting 15:46:40 71920c719750: Waiting 15:46:40 ab0a31934e5e: Waiting 15:46:40 86cac4e91abb: Waiting 15:46:40 0e34f7e0e7b8: Waiting 15:46:40 e2f13739ad41: Waiting 15:46:40 74f9ae2c961b: Pushed 15:46:40 7f905d55a3f4: Pushed 15:46:40 d4f5169462ff: Pushed 15:46:40 25cb1afcc0c9: Pushed 15:46:41 d397fd480e53: Pushed 15:46:41 71920c719750: Pushed 15:46:41 e2f13739ad41: Layer already exists 15:46:41 ab0a31934e5e: Pushed 15:46:41 86cac4e91abb: Pushed 15:46:41 0e34f7e0e7b8: Pushed 15:46:42 d16c2f39560d: Pushed 15:46:43 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] isUnix [Pipeline] sh 15:46:43 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 15:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 15:46:43 d16c2f39560d: Preparing 15:46:43 25cb1afcc0c9: Preparing 15:46:43 d4f5169462ff: Preparing 15:46:43 74f9ae2c961b: Preparing 15:46:43 74f9ae2c961b: Preparing 15:46:43 7f905d55a3f4: Preparing 15:46:43 d397fd480e53: Preparing 15:46:43 71920c719750: Preparing 15:46:43 d16c2f39560d: Preparing 15:46:43 ab0a31934e5e: Preparing 15:46:43 86cac4e91abb: Preparing 15:46:43 0e34f7e0e7b8: Preparing 15:46:43 e2f13739ad41: Preparing 15:46:43 d397fd480e53: Waiting 15:46:43 71920c719750: Waiting 15:46:43 e2f13739ad41: Waiting 15:46:43 ab0a31934e5e: Waiting 15:46:43 86cac4e91abb: Waiting 15:46:43 0e34f7e0e7b8: Waiting 15:46:43 74f9ae2c961b: Layer already exists 15:46:43 25cb1afcc0c9: Layer already exists 15:46:43 d4f5169462ff: Layer already exists 15:46:43 7f905d55a3f4: Layer already exists 15:46:44 d16c2f39560d: Layer already exists 15:46:44 71920c719750: Layer already exists 15:46:44 d397fd480e53: Layer already exists 15:46:44 ab0a31934e5e: Layer already exists 15:46:44 86cac4e91abb: Layer already exists 15:46:44 0e34f7e0e7b8: Layer already exists 15:46:44 e2f13739ad41: Layer already exists 15:46:44 1.2.2-dev.21: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] isUnix [Pipeline] sh 15:46:44 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 15:46:44 d16c2f39560d: Preparing 15:46:44 25cb1afcc0c9: Preparing 15:46:44 d4f5169462ff: Preparing 15:46:44 74f9ae2c961b: Preparing 15:46:44 74f9ae2c961b: Preparing 15:46:44 7f905d55a3f4: Preparing 15:46:44 d397fd480e53: Preparing 15:46:44 71920c719750: Preparing 15:46:44 d16c2f39560d: Preparing 15:46:44 ab0a31934e5e: Preparing 15:46:44 86cac4e91abb: Preparing 15:46:44 0e34f7e0e7b8: Preparing 15:46:44 e2f13739ad41: Preparing 15:46:44 d397fd480e53: Waiting 15:46:44 71920c719750: Waiting 15:46:44 ab0a31934e5e: Waiting 15:46:44 86cac4e91abb: Waiting 15:46:44 0e34f7e0e7b8: Waiting 15:46:44 e2f13739ad41: Waiting 15:46:45 25cb1afcc0c9: Layer already exists 15:46:45 74f9ae2c961b: Layer already exists 15:46:45 7f905d55a3f4: Layer already exists 15:46:45 d4f5169462ff: Layer already exists 15:46:45 d16c2f39560d: Layer already exists 15:46:45 d397fd480e53: Layer already exists 15:46:45 0e34f7e0e7b8: Layer already exists 15:46:45 ab0a31934e5e: Layer already exists 15:46:45 71920c719750: Layer already exists 15:46:45 86cac4e91abb: Layer already exists 15:46:45 e2f13739ad41: Layer already exists 15:46:45 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] isUnix [Pipeline] sh 15:46:45 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:46:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 15:46:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 15:46:45 d16c2f39560d: Preparing 15:46:45 25cb1afcc0c9: Preparing 15:46:45 d4f5169462ff: Preparing 15:46:45 74f9ae2c961b: Preparing 15:46:45 74f9ae2c961b: Preparing 15:46:45 7f905d55a3f4: Preparing 15:46:45 d397fd480e53: Preparing 15:46:45 71920c719750: Preparing 15:46:45 d16c2f39560d: Preparing 15:46:45 ab0a31934e5e: Preparing 15:46:45 86cac4e91abb: Preparing 15:46:45 0e34f7e0e7b8: Preparing 15:46:45 e2f13739ad41: Preparing 15:46:45 d397fd480e53: Waiting 15:46:45 71920c719750: Waiting 15:46:45 ab0a31934e5e: Waiting 15:46:45 0e34f7e0e7b8: Waiting 15:46:45 e2f13739ad41: Waiting 15:46:45 86cac4e91abb: Waiting 15:46:45 25cb1afcc0c9: Layer already exists 15:46:46 74f9ae2c961b: Layer already exists 15:46:46 d16c2f39560d: Layer already exists 15:46:46 d4f5169462ff: Layer already exists 15:46:46 7f905d55a3f4: Layer already exists 15:46:46 71920c719750: Layer already exists 15:46:46 d397fd480e53: Layer already exists 15:46:46 86cac4e91abb: Layer already exists 15:46:46 ab0a31934e5e: Layer already exists 15:46:46 0e34f7e0e7b8: Layer already exists 15:46:46 e2f13739ad41: Layer already exists 15:46:46 master: digest: sha256:f20fbea37ef456a526dfb46594aa9c703a2c6d9ef15f0a1628868093b6449497 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:46 ===================================================== [Pipeline] echo 15:46:46 taggedImages: 15:46:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 15:46:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 15:46:46 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 15:46:46 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:46 1.2.2-dev.21 15:46:46 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:46 master 15:46:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:46:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:46:47 1b6bd12c4ff7: Preparing 15:46:47 84f7d960fd25: Preparing 15:46:47 fcd0f86dd31a: Preparing 15:46:47 49f5e12ab83c: Preparing 15:46:47 d0cd1de47090: Preparing 15:46:47 c6836acd5058: Preparing 15:46:47 3bb28d1f79ec: Preparing 15:46:47 a14494341ece: Preparing 15:46:47 9e5e1c36d07f: Preparing 15:46:47 7af77115dfbf: Preparing 15:46:47 66b385cf80cf: Preparing 15:46:47 a14494341ece: Waiting 15:46:47 9e5e1c36d07f: Waiting 15:46:47 c6836acd5058: Waiting 15:46:47 7af77115dfbf: Waiting 15:46:47 66b385cf80cf: Waiting 15:46:47 3bb28d1f79ec: Waiting 15:46:47 1b6bd12c4ff7: Pushed 15:46:47 84f7d960fd25: Pushed 15:46:47 c6836acd5058: Pushed 15:46:47 3bb28d1f79ec: Pushed 15:46:47 a14494341ece: Pushed 15:46:47 9e5e1c36d07f: Pushed 15:46:48 66b385cf80cf: Layer already exists 15:46:48 7af77115dfbf: Pushed 15:46:49 fcd0f86dd31a: Pushed 15:46:49 d0cd1de47090: Pushed 15:46:49 49f5e12ab83c: Pushed 15:46:49 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] isUnix [Pipeline] sh 15:46:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 15:46:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:46:50 1b6bd12c4ff7: Preparing 15:46:50 84f7d960fd25: Preparing 15:46:50 fcd0f86dd31a: Preparing 15:46:50 49f5e12ab83c: Preparing 15:46:50 d0cd1de47090: Preparing 15:46:50 c6836acd5058: Preparing 15:46:50 3bb28d1f79ec: Preparing 15:46:50 a14494341ece: Preparing 15:46:50 9e5e1c36d07f: Preparing 15:46:50 7af77115dfbf: Preparing 15:46:50 66b385cf80cf: Preparing 15:46:50 c6836acd5058: Waiting 15:46:50 3bb28d1f79ec: Waiting 15:46:50 a14494341ece: Waiting 15:46:50 7af77115dfbf: Waiting 15:46:50 66b385cf80cf: Waiting 15:46:50 9e5e1c36d07f: Waiting 15:46:50 d0cd1de47090: Layer already exists 15:46:50 84f7d960fd25: Layer already exists 15:46:50 49f5e12ab83c: Layer already exists 15:46:50 1b6bd12c4ff7: Layer already exists 15:46:50 fcd0f86dd31a: Layer already exists 15:46:50 3bb28d1f79ec: Layer already exists 15:46:50 c6836acd5058: Layer already exists 15:46:50 7af77115dfbf: Layer already exists 15:46:50 9e5e1c36d07f: Layer already exists 15:46:50 a14494341ece: Layer already exists 15:46:50 66b385cf80cf: Layer already exists 15:46:50 1.2.2-dev.21: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] isUnix [Pipeline] sh 15:46:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:46:51 1b6bd12c4ff7: Preparing 15:46:51 84f7d960fd25: Preparing 15:46:51 fcd0f86dd31a: Preparing 15:46:51 49f5e12ab83c: Preparing 15:46:51 d0cd1de47090: Preparing 15:46:51 c6836acd5058: Preparing 15:46:51 3bb28d1f79ec: Preparing 15:46:51 a14494341ece: Preparing 15:46:51 9e5e1c36d07f: Preparing 15:46:51 7af77115dfbf: Preparing 15:46:51 66b385cf80cf: Preparing 15:46:51 a14494341ece: Waiting 15:46:51 9e5e1c36d07f: Waiting 15:46:51 c6836acd5058: Waiting 15:46:51 7af77115dfbf: Waiting 15:46:51 66b385cf80cf: Waiting 15:46:51 3bb28d1f79ec: Waiting 15:46:51 49f5e12ab83c: Layer already exists 15:46:51 d0cd1de47090: Layer already exists 15:46:51 84f7d960fd25: Layer already exists 15:46:51 fcd0f86dd31a: Layer already exists 15:46:51 1b6bd12c4ff7: Layer already exists 15:46:51 c6836acd5058: Layer already exists 15:46:51 3bb28d1f79ec: Layer already exists 15:46:51 a14494341ece: Layer already exists 15:46:51 9e5e1c36d07f: Layer already exists 15:46:51 7af77115dfbf: Layer already exists 15:46:51 66b385cf80cf: Layer already exists 15:46:51 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] isUnix [Pipeline] sh 15:46:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:46:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 15:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:46:52 1b6bd12c4ff7: Preparing 15:46:52 84f7d960fd25: Preparing 15:46:52 fcd0f86dd31a: Preparing 15:46:52 49f5e12ab83c: Preparing 15:46:52 d0cd1de47090: Preparing 15:46:52 c6836acd5058: Preparing 15:46:52 3bb28d1f79ec: Preparing 15:46:52 a14494341ece: Preparing 15:46:52 9e5e1c36d07f: Preparing 15:46:52 7af77115dfbf: Preparing 15:46:52 66b385cf80cf: Preparing 15:46:52 a14494341ece: Waiting 15:46:52 9e5e1c36d07f: Waiting 15:46:52 7af77115dfbf: Waiting 15:46:52 c6836acd5058: Waiting 15:46:52 3bb28d1f79ec: Waiting 15:46:52 66b385cf80cf: Waiting 15:46:52 fcd0f86dd31a: Layer already exists 15:46:52 84f7d960fd25: Layer already exists 15:46:52 49f5e12ab83c: Layer already exists 15:46:52 d0cd1de47090: Layer already exists 15:46:52 1b6bd12c4ff7: Layer already exists 15:46:52 a14494341ece: Layer already exists 15:46:52 c6836acd5058: Layer already exists 15:46:52 9e5e1c36d07f: Layer already exists 15:46:52 3bb28d1f79ec: Layer already exists 15:46:52 7af77115dfbf: Layer already exists 15:46:52 66b385cf80cf: Layer already exists 15:46:52 master: digest: sha256:17d6fb651275fcad2955992f551302a4563d1d061ba990f2549a94ce23d673e6 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:52 ===================================================== [Pipeline] echo 15:46:52 taggedImages: 15:46:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 15:46:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 15:46:52 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 15:46:52 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:52 1.2.2-dev.21 15:46:52 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:52 master 15:46:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:53 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:46:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 15:46:53 fdd01c73b159: Preparing 15:46:53 eb1e1c7a11b7: Preparing 15:46:53 866c63a6ba2f: Preparing 15:46:53 cc3d59805403: Preparing 15:46:53 866c63a6ba2f: Pushed 15:46:53 fdd01c73b159: Pushed 15:46:54 cc3d59805403: Pushed 15:46:56 eb1e1c7a11b7: Pushed 15:46:56 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] isUnix [Pipeline] sh 15:46:57 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 15:46:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 15:46:57 fdd01c73b159: Preparing 15:46:57 eb1e1c7a11b7: Preparing 15:46:57 866c63a6ba2f: Preparing 15:46:57 cc3d59805403: Preparing 15:46:57 866c63a6ba2f: Layer already exists 15:46:57 cc3d59805403: Layer already exists 15:46:57 eb1e1c7a11b7: Layer already exists 15:46:57 fdd01c73b159: Layer already exists 15:46:57 1.2.2-dev.21: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] isUnix [Pipeline] sh 15:46:58 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:46:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 15:46:58 fdd01c73b159: Preparing 15:46:58 eb1e1c7a11b7: Preparing 15:46:58 866c63a6ba2f: Preparing 15:46:58 cc3d59805403: Preparing 15:46:58 cc3d59805403: Layer already exists 15:46:58 fdd01c73b159: Layer already exists 15:46:58 866c63a6ba2f: Layer already exists 15:46:58 eb1e1c7a11b7: Layer already exists 15:46:58 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] isUnix [Pipeline] sh 15:46:59 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:46:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 15:46:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 15:46:59 fdd01c73b159: Preparing 15:46:59 eb1e1c7a11b7: Preparing 15:46:59 866c63a6ba2f: Preparing 15:46:59 cc3d59805403: Preparing 15:46:59 eb1e1c7a11b7: Layer already exists 15:46:59 866c63a6ba2f: Layer already exists 15:46:59 cc3d59805403: Layer already exists 15:46:59 fdd01c73b159: Layer already exists 15:46:59 master: digest: sha256:4d638f257e0ea947b8c93cd3bba0fc47411d3cef91167d6ddc85d1580f0cbf86 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:46:59 ===================================================== [Pipeline] echo 15:46:59 taggedImages: 15:46:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:46:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 15:46:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:59 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 15:46:59 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 15:46:59 083cc9ce61554893757b0b9e726a37ececd6a144 15:46:59 1.2.2-dev.21 15:46:59 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:46:59 master 15:46:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:00 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:47:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:47:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:47:00 52ba868a2147: Preparing 15:47:00 c4b0c97e7d5f: Preparing 15:47:00 a465c447aefc: Preparing 15:47:00 897bc53a1e59: Preparing 15:47:00 0ee6271c844c: Preparing 15:47:00 9d0d37160e70: Preparing 15:47:00 9d0d37160e70: Waiting 15:47:00 a465c447aefc: Pushed 15:47:00 52ba868a2147: Pushed 15:47:00 0ee6271c844c: Pushed 15:47:00 897bc53a1e59: Pushed 15:47:01 9d0d37160e70: Pushed 15:47:03 c4b0c97e7d5f: Pushed 15:47:04 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:47:04 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:47:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 15:47:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:47:04 52ba868a2147: Preparing 15:47:04 c4b0c97e7d5f: Preparing 15:47:04 a465c447aefc: Preparing 15:47:04 897bc53a1e59: Preparing 15:47:04 0ee6271c844c: Preparing 15:47:04 9d0d37160e70: Preparing 15:47:04 9d0d37160e70: Waiting 15:47:04 c4b0c97e7d5f: Layer already exists 15:47:04 897bc53a1e59: Layer already exists 15:47:04 0ee6271c844c: Layer already exists 15:47:04 a465c447aefc: Layer already exists 15:47:04 52ba868a2147: Layer already exists 15:47:04 9d0d37160e70: Layer already exists 15:47:05 1.2.2-dev.21: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:47:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:47:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:47:05 52ba868a2147: Preparing 15:47:05 c4b0c97e7d5f: Preparing 15:47:05 a465c447aefc: Preparing 15:47:05 897bc53a1e59: Preparing 15:47:05 0ee6271c844c: Preparing 15:47:05 9d0d37160e70: Preparing 15:47:05 9d0d37160e70: Waiting 15:47:05 897bc53a1e59: Layer already exists 15:47:05 c4b0c97e7d5f: Layer already exists 15:47:05 a465c447aefc: Layer already exists 15:47:05 0ee6271c844c: Layer already exists 15:47:05 52ba868a2147: Layer already exists 15:47:05 9d0d37160e70: Layer already exists 15:47:05 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:47:06 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:47:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 15:47:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:47:06 52ba868a2147: Preparing 15:47:06 c4b0c97e7d5f: Preparing 15:47:06 a465c447aefc: Preparing 15:47:06 897bc53a1e59: Preparing 15:47:06 0ee6271c844c: Preparing 15:47:06 9d0d37160e70: Preparing 15:47:06 9d0d37160e70: Waiting 15:47:06 52ba868a2147: Layer already exists 15:47:06 c4b0c97e7d5f: Layer already exists 15:47:06 a465c447aefc: Layer already exists 15:47:06 897bc53a1e59: Layer already exists 15:47:06 0ee6271c844c: Layer already exists 15:47:06 9d0d37160e70: Layer already exists 15:47:06 master: digest: sha256:6d52de385104a35169ec84c69f130346cb33109590ff86aa774a5c3ccd56e431 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:07 ===================================================== [Pipeline] echo 15:47:07 taggedImages: 15:47:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:47:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 15:47:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:07 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 15:47:07 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 15:47:07 083cc9ce61554893757b0b9e726a37ececd6a144 15:47:07 1.2.2-dev.21 15:47:07 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:07 master 15:47:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:07 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:47:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:47:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:47:07 ff6e0e4a73b1: Preparing 15:47:07 5e506df5372f: Preparing 15:47:07 2d0ea8459ab0: Preparing 15:47:08 ff6e0e4a73b1: Pushed 15:47:08 2d0ea8459ab0: Pushed 15:47:11 5e506df5372f: Pushed 15:47:11 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] isUnix [Pipeline] sh 15:47:11 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:47:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 15:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:47:12 ff6e0e4a73b1: Preparing 15:47:12 5e506df5372f: Preparing 15:47:12 2d0ea8459ab0: Preparing 15:47:12 5e506df5372f: Layer already exists 15:47:12 2d0ea8459ab0: Layer already exists 15:47:12 ff6e0e4a73b1: Layer already exists 15:47:12 1.2.2-dev.21: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] isUnix [Pipeline] sh 15:47:12 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:47:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:47:13 ff6e0e4a73b1: Preparing 15:47:13 5e506df5372f: Preparing 15:47:13 2d0ea8459ab0: Preparing 15:47:13 5e506df5372f: Layer already exists 15:47:13 ff6e0e4a73b1: Layer already exists 15:47:13 2d0ea8459ab0: Layer already exists 15:47:13 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] isUnix [Pipeline] sh 15:47:13 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:47:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 15:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:47:14 ff6e0e4a73b1: Preparing 15:47:14 5e506df5372f: Preparing 15:47:14 2d0ea8459ab0: Preparing 15:47:14 2d0ea8459ab0: Layer already exists 15:47:14 5e506df5372f: Layer already exists 15:47:14 ff6e0e4a73b1: Layer already exists 15:47:14 master: digest: sha256:c7496b9704928e9e5da49e5cbdc5e39f6bb98a18ab0a4a222ec2702d4c5db7b9 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:14 ===================================================== [Pipeline] echo 15:47:14 taggedImages: 15:47:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:47:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 15:47:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:14 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 15:47:14 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 15:47:14 083cc9ce61554893757b0b9e726a37ececd6a144 15:47:14 1.2.2-dev.21 15:47:14 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:14 master 15:47:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:15 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 [Pipeline] isUnix [Pipeline] sh 15:47:15 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:47:15 f4fd28404ff8: Preparing 15:47:15 51053d227e25: Preparing 15:47:15 237302a86f9f: Preparing 15:47:15 529a950d1b0a: Preparing 15:47:15 5b3e98dc19c3: Preparing 15:47:15 e3c11acb4bd4: Preparing 15:47:15 ee2719821a18: Preparing 15:47:15 dcafda8adff7: Preparing 15:47:15 48d9eb58abf3: Preparing 15:47:15 e5de615b7841: Preparing 15:47:15 b0d752909cf9: Preparing 15:47:15 94fdc660876c: Preparing 15:47:15 4e7279dfc0c0: Preparing 15:47:15 e2f13739ad41: Preparing 15:47:15 e3c11acb4bd4: Waiting 15:47:15 b0d752909cf9: Waiting 15:47:15 ee2719821a18: Waiting 15:47:15 94fdc660876c: Waiting 15:47:15 dcafda8adff7: Waiting 15:47:15 4e7279dfc0c0: Waiting 15:47:15 e2f13739ad41: Waiting 15:47:15 48d9eb58abf3: Waiting 15:47:15 e5de615b7841: Waiting 15:47:16 5b3e98dc19c3: Pushed 15:47:16 f4fd28404ff8: Pushed 15:47:16 529a950d1b0a: Pushed 15:47:16 dcafda8adff7: Layer already exists 15:47:16 48d9eb58abf3: Layer already exists 15:47:17 e5de615b7841: Layer already exists 15:47:17 ee2719821a18: Pushed 15:47:17 94fdc660876c: Layer already exists 15:47:17 b0d752909cf9: Layer already exists 15:47:17 4e7279dfc0c0: Layer already exists 15:47:17 e2f13739ad41: Layer already exists 15:47:17 51053d227e25: Pushed 15:47:18 e3c11acb4bd4: Pushed 15:47:28 237302a86f9f: Pushed 15:47:28 083cc9ce61554893757b0b9e726a37ececd6a144: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] isUnix [Pipeline] sh 15:47:28 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:47:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 15:47:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:47:29 f4fd28404ff8: Preparing 15:47:29 51053d227e25: Preparing 15:47:29 237302a86f9f: Preparing 15:47:29 529a950d1b0a: Preparing 15:47:29 5b3e98dc19c3: Preparing 15:47:29 e3c11acb4bd4: Preparing 15:47:29 ee2719821a18: Preparing 15:47:29 dcafda8adff7: Preparing 15:47:29 48d9eb58abf3: Preparing 15:47:29 e5de615b7841: Preparing 15:47:29 b0d752909cf9: Preparing 15:47:29 94fdc660876c: Preparing 15:47:29 4e7279dfc0c0: Preparing 15:47:29 e2f13739ad41: Preparing 15:47:29 48d9eb58abf3: Waiting 15:47:29 94fdc660876c: Waiting 15:47:29 e5de615b7841: Waiting 15:47:29 b0d752909cf9: Waiting 15:47:29 4e7279dfc0c0: Waiting 15:47:29 e2f13739ad41: Waiting 15:47:29 ee2719821a18: Waiting 15:47:29 dcafda8adff7: Waiting 15:47:29 e3c11acb4bd4: Waiting 15:47:29 5b3e98dc19c3: Layer already exists 15:47:29 51053d227e25: Layer already exists 15:47:29 f4fd28404ff8: Layer already exists 15:47:29 237302a86f9f: Layer already exists 15:47:29 529a950d1b0a: Layer already exists 15:47:29 ee2719821a18: Layer already exists 15:47:29 e3c11acb4bd4: Layer already exists 15:47:29 48d9eb58abf3: Layer already exists 15:47:29 dcafda8adff7: Layer already exists 15:47:29 e5de615b7841: Layer already exists 15:47:29 4e7279dfc0c0: Layer already exists 15:47:29 94fdc660876c: Layer already exists 15:47:29 e2f13739ad41: Layer already exists 15:47:29 b0d752909cf9: Layer already exists 15:47:29 1.2.2-dev.21: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] isUnix [Pipeline] sh 15:47:29 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh 15:47:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:47:30 f4fd28404ff8: Preparing 15:47:30 51053d227e25: Preparing 15:47:30 237302a86f9f: Preparing 15:47:30 529a950d1b0a: Preparing 15:47:30 5b3e98dc19c3: Preparing 15:47:30 e3c11acb4bd4: Preparing 15:47:30 ee2719821a18: Preparing 15:47:30 dcafda8adff7: Preparing 15:47:30 48d9eb58abf3: Preparing 15:47:30 e5de615b7841: Preparing 15:47:30 b0d752909cf9: Preparing 15:47:30 94fdc660876c: Preparing 15:47:30 4e7279dfc0c0: Preparing 15:47:30 e2f13739ad41: Preparing 15:47:30 dcafda8adff7: Waiting 15:47:30 48d9eb58abf3: Waiting 15:47:30 e5de615b7841: Waiting 15:47:30 b0d752909cf9: Waiting 15:47:30 94fdc660876c: Waiting 15:47:30 4e7279dfc0c0: Waiting 15:47:30 e2f13739ad41: Waiting 15:47:30 e3c11acb4bd4: Waiting 15:47:30 ee2719821a18: Waiting 15:47:30 529a950d1b0a: Layer already exists 15:47:30 51053d227e25: Layer already exists 15:47:30 f4fd28404ff8: Layer already exists 15:47:30 237302a86f9f: Layer already exists 15:47:30 5b3e98dc19c3: Layer already exists 15:47:30 ee2719821a18: Layer already exists 15:47:30 dcafda8adff7: Layer already exists 15:47:30 e3c11acb4bd4: Layer already exists 15:47:30 48d9eb58abf3: Layer already exists 15:47:30 e5de615b7841: Layer already exists 15:47:30 b0d752909cf9: Layer already exists 15:47:30 94fdc660876c: Layer already exists 15:47:30 4e7279dfc0c0: Layer already exists 15:47:30 e2f13739ad41: Layer already exists 15:47:30 083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] isUnix [Pipeline] sh 15:47:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:47:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 15:47:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:47:31 f4fd28404ff8: Preparing 15:47:31 51053d227e25: Preparing 15:47:31 237302a86f9f: Preparing 15:47:31 529a950d1b0a: Preparing 15:47:31 5b3e98dc19c3: Preparing 15:47:31 e3c11acb4bd4: Preparing 15:47:31 ee2719821a18: Preparing 15:47:31 dcafda8adff7: Preparing 15:47:31 48d9eb58abf3: Preparing 15:47:31 e5de615b7841: Preparing 15:47:31 b0d752909cf9: Preparing 15:47:31 94fdc660876c: Preparing 15:47:31 4e7279dfc0c0: Preparing 15:47:31 e2f13739ad41: Preparing 15:47:31 e3c11acb4bd4: Waiting 15:47:31 b0d752909cf9: Waiting 15:47:31 ee2719821a18: Waiting 15:47:31 dcafda8adff7: Waiting 15:47:31 e5de615b7841: Waiting 15:47:31 48d9eb58abf3: Waiting 15:47:31 4e7279dfc0c0: Waiting 15:47:31 e2f13739ad41: Waiting 15:47:31 f4fd28404ff8: Layer already exists 15:47:31 237302a86f9f: Layer already exists 15:47:31 51053d227e25: Layer already exists 15:47:31 5b3e98dc19c3: Layer already exists 15:47:31 529a950d1b0a: Layer already exists 15:47:31 dcafda8adff7: Layer already exists 15:47:31 e3c11acb4bd4: Layer already exists 15:47:31 ee2719821a18: Layer already exists 15:47:31 e5de615b7841: Layer already exists 15:47:31 48d9eb58abf3: Layer already exists 15:47:31 b0d752909cf9: Layer already exists 15:47:31 4e7279dfc0c0: Layer already exists 15:47:31 94fdc660876c: Layer already exists 15:47:31 e2f13739ad41: Layer already exists 15:47:31 master: digest: sha256:a951089188c0589648a6755471011ec4194320f7417577057d3c06edde6501a6 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:31 ===================================================== [Pipeline] echo 15:47:31 taggedImages: 15:47:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:47:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 15:47:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144-1.2.2-dev.21 15:47:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:47:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:47:33 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:47:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:47:33 15:47:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:47:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:47:33 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:47:33 cbdbe7a5bc2a: Already exists 15:47:33 408f87550127: Pulling fs layer 15:47:33 fe522b08c979: Pulling fs layer 15:47:33 221eaa008020: Pulling fs layer 15:47:33 2a4607e5d6b9: Pulling fs layer 15:47:33 8f79b27c4fd2: Pulling fs layer 15:47:33 e5c8dbe1645b: Pulling fs layer 15:47:33 23e8b3b47431: Pulling fs layer 15:47:33 5c568d65a230: Pulling fs layer 15:47:33 2a4607e5d6b9: Waiting 15:47:33 8f79b27c4fd2: Waiting 15:47:33 23e8b3b47431: Waiting 15:47:33 e5c8dbe1645b: Waiting 15:47:33 5c568d65a230: Waiting 15:47:33 fe522b08c979: Verifying Checksum 15:47:33 fe522b08c979: Download complete 15:47:33 408f87550127: Verifying Checksum 15:47:33 408f87550127: Download complete 15:47:33 2a4607e5d6b9: Verifying Checksum 15:47:33 2a4607e5d6b9: Download complete 15:47:33 8f79b27c4fd2: Verifying Checksum 15:47:33 8f79b27c4fd2: Download complete 15:47:34 e5c8dbe1645b: Verifying Checksum 15:47:34 e5c8dbe1645b: Download complete 15:47:34 408f87550127: Pull complete 15:47:34 fe522b08c979: Pull complete 15:47:34 23e8b3b47431: Verifying Checksum 15:47:34 23e8b3b47431: Download complete 15:47:34 5c568d65a230: Verifying Checksum 15:47:34 5c568d65a230: Download complete 15:47:35 221eaa008020: Download complete 15:47:42 221eaa008020: Pull complete 15:47:42 2a4607e5d6b9: Pull complete 15:47:42 8f79b27c4fd2: Pull complete 15:47:46 e5c8dbe1645b: Pull complete 15:47:49 23e8b3b47431: Pull complete 15:47:51 5c568d65a230: Pull complete 15:47:51 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:47:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:47:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:47:51 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:47:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgex-go/133:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-snyk-go:1.317.0 cat 15:47:53 $ docker top 7e35940daa170775ff4a0d1bf540e2c40b4c61df4b902b7a448e9ae704452b06 -eo pid,comm [Pipeline] { [Pipeline] sh 15:47:53 + snyk monitor '--org=edgex-jenkins' 15:48:01 15:48:01 Monitoring /w/workspace/edgex-go/133 (github.com/edgexfoundry/edgex-go)... 15:48:01 15:48:01 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/137260c9-21a8-44cd-b113-e27ee724d063 15:48:01 15:48:01 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:48:01 15:48:01 15:48:01 Snyk CLI supports Node.js 8 and higher. 15:48:01 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:48:01 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:48:01 15:48:01 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:48:01 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 15:48:01 $ docker stop --time=1 7e35940daa170775ff4a0d1bf540e2c40b4c61df4b902b7a448e9ae704452b06 15:48:05 $ docker rm -f 7e35940daa170775ff4a0d1bf540e2c40b4c61df4b902b7a448e9ae704452b06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:07 15:48:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 15:48:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:07 latest: Pulling from edgex-devops/edgex-klar 15:48:07 e7c96db7181b: Pulling fs layer 15:48:07 1868ca2cb446: Pulling fs layer 15:48:07 136be5d0fe8e: Pulling fs layer 15:48:07 894bfe63afcb: Pulling fs layer 15:48:07 894bfe63afcb: Waiting 15:48:07 1868ca2cb446: Verifying Checksum 15:48:07 1868ca2cb446: Download complete 15:48:07 136be5d0fe8e: Verifying Checksum 15:48:07 136be5d0fe8e: Download complete 15:48:07 e7c96db7181b: Verifying Checksum 15:48:07 e7c96db7181b: Download complete 15:48:07 894bfe63afcb: Verifying Checksum 15:48:07 894bfe63afcb: Download complete 15:48:08 e7c96db7181b: Pull complete 15:48:08 1868ca2cb446: Pull complete 15:48:08 136be5d0fe8e: Pull complete 15:48:09 894bfe63afcb: Pull complete 15:48:09 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 15:48:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 15:48:09 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:09 $ docker top b70e18d514aa328d26237f6aea7aa5f6ea1edeca91e0aafdad6a167f83a2a32d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:10 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:10 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:13 $ docker stop --time=1 b70e18d514aa328d26237f6aea7aa5f6ea1edeca91e0aafdad6a167f83a2a32d 15:48:14 $ docker rm -f b70e18d514aa328d26237f6aea7aa5f6ea1edeca91e0aafdad6a167f83a2a32d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:15 . [Pipeline] withDockerContainer 15:48:15 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:15 $ docker top 8f3ee5f0f3ba381c6ebba834b074327230580b3462ae0f574d0c06ae031e25a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:16 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:16 + tee 15:48:16 clair timeout 1m0s 15:48:16 docker timeout: 1m0s 15:48:16 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:16 $ docker stop --time=1 8f3ee5f0f3ba381c6ebba834b074327230580b3462ae0f574d0c06ae031e25a9 15:48:18 $ docker rm -f 8f3ee5f0f3ba381c6ebba834b074327230580b3462ae0f574d0c06ae031e25a9 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:18 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:48:18 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-command-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:48:18 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:48:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:19 . [Pipeline] withDockerContainer 15:48:19 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:20 $ docker top bd6c66ffd94892b89abc65c8e189e4c39a500fc56ccd31bf9bdf2265964b1d82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:20 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:20 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:26 $ docker stop --time=1 bd6c66ffd94892b89abc65c8e189e4c39a500fc56ccd31bf9bdf2265964b1d82 15:48:27 $ docker rm -f bd6c66ffd94892b89abc65c8e189e4c39a500fc56ccd31bf9bdf2265964b1d82 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:48:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:27 . [Pipeline] withDockerContainer 15:48:28 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:28 $ docker top 0489b4bef7cbdbf99cb7547927777afb5c29910a4ec01e25ec1ba1c2dbce53a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:29 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:29 + tee 15:48:29 clair timeout 1m0s 15:48:29 docker timeout: 1m0s 15:48:29 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:30 $ docker stop --time=1 0489b4bef7cbdbf99cb7547927777afb5c29910a4ec01e25ec1ba1c2dbce53a7 15:48:31 $ docker rm -f 0489b4bef7cbdbf99cb7547927777afb5c29910a4ec01e25ec1ba1c2dbce53a7 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:32 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:48:32 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-data-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:48:32 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:48:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:32 . [Pipeline] withDockerContainer 15:48:32 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:33 $ docker top c25e523a97c86da201237999d2eb53e0fb9fc70fbdcd37e34c78c2e912f06359 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:33 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:33 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:36 $ docker stop --time=1 c25e523a97c86da201237999d2eb53e0fb9fc70fbdcd37e34c78c2e912f06359 15:48:37 $ docker rm -f c25e523a97c86da201237999d2eb53e0fb9fc70fbdcd37e34c78c2e912f06359 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:48:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:38 . [Pipeline] withDockerContainer 15:48:38 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:39 $ docker top d1c13372b5d5728a6b95685d586dbc434d0a718cca3a2a8f99b5a9ee7670d048 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:39 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:39 + tee 15:48:39 clair timeout 1m0s 15:48:39 docker timeout: 1m0s 15:48:39 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:40 $ docker stop --time=1 d1c13372b5d5728a6b95685d586dbc434d0a718cca3a2a8f99b5a9ee7670d048 15:48:41 $ docker rm -f d1c13372b5d5728a6b95685d586dbc434d0a718cca3a2a8f99b5a9ee7670d048 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:42 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:48:42 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-metadata-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:48:42 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:48:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:42 . [Pipeline] withDockerContainer 15:48:42 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:43 $ docker top 17aed34b9253848b0df645e891ebc9dc38c72970cc41c93f83f07826adaaa307 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:43 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:43 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:48 $ docker stop --time=1 17aed34b9253848b0df645e891ebc9dc38c72970cc41c93f83f07826adaaa307 15:48:49 $ docker rm -f 17aed34b9253848b0df645e891ebc9dc38c72970cc41c93f83f07826adaaa307 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:48:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:50 . [Pipeline] withDockerContainer 15:48:50 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:50 $ docker top 3e94e33ae5be7a16e33f26374415da4dae43e3c20d0ea3866296003a80f11658 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:51 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:51 + tee 15:48:51 clair timeout 1m0s 15:48:51 docker timeout: 1m0s 15:48:51 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:52 $ docker stop --time=1 3e94e33ae5be7a16e33f26374415da4dae43e3c20d0ea3866296003a80f11658 15:48:53 $ docker rm -f 3e94e33ae5be7a16e33f26374415da4dae43e3c20d0ea3866296003a80f11658 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:54 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:48:54 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-proxy-setup-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:48:54 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:54 . [Pipeline] withDockerContainer 15:48:54 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:48:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:48:55 $ docker top 8eeefecfc5efb146fd655607f56b28b790959025860603b954ca54f001aa64cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:55 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:48:55 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:04 $ docker stop --time=1 8eeefecfc5efb146fd655607f56b28b790959025860603b954ca54f001aa64cb 15:49:05 $ docker rm -f 8eeefecfc5efb146fd655607f56b28b790959025860603b954ca54f001aa64cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:06 . [Pipeline] withDockerContainer 15:49:06 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:07 $ docker top 750714de29d9fcff8993f44ea6c0e0d26ae20e2317faa81fa18e191b39ca57eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:07 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:07 + tee 15:49:07 clair timeout 1m0s 15:49:07 docker timeout: 1m0s 15:49:07 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:09 $ docker stop --time=1 750714de29d9fcff8993f44ea6c0e0d26ae20e2317faa81fa18e191b39ca57eb 15:49:10 $ docker rm -f 750714de29d9fcff8993f44ea6c0e0d26ae20e2317faa81fa18e191b39ca57eb [Pipeline] // withDockerContainer [Pipeline] sh 15:49:10 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:49:10 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secrets-setup-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:49:11 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:49:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:11 . [Pipeline] withDockerContainer 15:49:11 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:12 $ docker top 193cc09d42f25ecdcfbc5518bb17342872f36755519f45fac8bcebb07719dade -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:12 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:12 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:21 $ docker stop --time=1 193cc09d42f25ecdcfbc5518bb17342872f36755519f45fac8bcebb07719dade 15:49:22 $ docker rm -f 193cc09d42f25ecdcfbc5518bb17342872f36755519f45fac8bcebb07719dade [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:49:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:22 . [Pipeline] withDockerContainer 15:49:23 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:23 $ docker top d8f087c866c2777f5d474521045e854435e5b98fcaa57b92f7fc519c7913fb41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:24 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:24 + tee 15:49:24 clair timeout 1m0s 15:49:24 docker timeout: 1m0s 15:49:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:26 $ docker stop --time=1 d8f087c866c2777f5d474521045e854435e5b98fcaa57b92f7fc519c7913fb41 15:49:27 $ docker rm -f d8f087c866c2777f5d474521045e854435e5b98fcaa57b92f7fc519c7913fb41 [Pipeline] // withDockerContainer [Pipeline] sh 15:49:27 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:49:27 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secretstore-setup-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:49:28 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:49:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:28 . [Pipeline] withDockerContainer 15:49:28 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:29 $ docker top 9b742045b1db46a98d51cb4e773867577b817e00513974e3b96ccce87cff7aec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:29 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:33 $ docker stop --time=1 9b742045b1db46a98d51cb4e773867577b817e00513974e3b96ccce87cff7aec 15:49:34 $ docker rm -f 9b742045b1db46a98d51cb4e773867577b817e00513974e3b96ccce87cff7aec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:49:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:34 . [Pipeline] withDockerContainer 15:49:35 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:35 $ docker top 49bd08cc5cea4eeeda8f047e9aef5f246e56da1acb867f1a51bf28afe9e45a21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:36 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:36 + tee 15:49:36 clair timeout 1m0s 15:49:36 docker timeout: 1m0s 15:49:36 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:36 $ docker stop --time=1 49bd08cc5cea4eeeda8f047e9aef5f246e56da1acb867f1a51bf28afe9e45a21 15:49:38 $ docker rm -f 49bd08cc5cea4eeeda8f047e9aef5f246e56da1acb867f1a51bf28afe9e45a21 [Pipeline] // withDockerContainer [Pipeline] sh 15:49:38 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:49:38 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-logging-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:49:38 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:49:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:39 . [Pipeline] withDockerContainer 15:49:39 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:39 $ docker top c5374df326b1c57bb720377d11288c69c696763756ab54c1ad3f978c77986c80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:40 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:40 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:45 $ docker stop --time=1 c5374df326b1c57bb720377d11288c69c696763756ab54c1ad3f978c77986c80 15:49:47 $ docker rm -f c5374df326b1c57bb720377d11288c69c696763756ab54c1ad3f978c77986c80 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:47 . [Pipeline] withDockerContainer 15:49:47 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:48 $ docker top fae73243782a1dc14ebe05a2934910ca22fd748adf004720ae16defef4e466c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:48 + + tee/klar 15:49:48 nexus3.edgexfoundry.org:10004/docker-support-notifications-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:48 clair timeout 1m0s 15:49:48 docker timeout: 1m0s 15:49:48 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:49 $ docker stop --time=1 fae73243782a1dc14ebe05a2934910ca22fd748adf004720ae16defef4e466c1 15:49:51 $ docker rm -f fae73243782a1dc14ebe05a2934910ca22fd748adf004720ae16defef4e466c1 [Pipeline] // withDockerContainer [Pipeline] sh 15:49:51 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:49:51 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-notifications-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:49:51 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:49:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:52 . [Pipeline] withDockerContainer 15:49:52 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:52 $ docker top fb2a016d5925155eb62c873707fde2c53534f64835a17580874b3587ed32655b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:53 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:53 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:56 $ docker stop --time=1 fb2a016d5925155eb62c873707fde2c53534f64835a17580874b3587ed32655b 15:49:57 $ docker rm -f fb2a016d5925155eb62c873707fde2c53534f64835a17580874b3587ed32655b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:49:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:49:58 . [Pipeline] withDockerContainer 15:49:58 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:49:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:49:58 $ docker top d9c4c0754c0a7dd4d04130fe6866aad8dfd69dcbffd8d5a1ee23095bff9cb294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:59 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:49:59 + tee 15:49:59 clair timeout 1m0s 15:49:59 docker timeout: 1m0s 15:49:59 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:59 $ docker stop --time=1 d9c4c0754c0a7dd4d04130fe6866aad8dfd69dcbffd8d5a1ee23095bff9cb294 15:50:01 $ docker rm -f d9c4c0754c0a7dd4d04130fe6866aad8dfd69dcbffd8d5a1ee23095bff9cb294 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:01 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:50:01 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-scheduler-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:50:01 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:50:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:02 . [Pipeline] withDockerContainer 15:50:02 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:03 $ docker top a24cffc1fca910977fc71fed065a25ad27c22853ae9fea1c6524648de122c4ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:03 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:50:03 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:18 $ docker stop --time=1 a24cffc1fca910977fc71fed065a25ad27c22853ae9fea1c6524648de122c4ae 15:50:20 $ docker rm -f a24cffc1fca910977fc71fed065a25ad27c22853ae9fea1c6524648de122c4ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:50:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:20 . [Pipeline] withDockerContainer 15:50:20 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:21 $ docker top 8ca144e7198dc9e839816382cad286b9e896fb2c4cabd039eddf71254f790ee4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:22 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:083cc9ce61554893757b0b9e726a37ececd6a144 15:50:22 + tee 15:50:22 clair timeout 1m0s 15:50:22 docker timeout: 1m0s 15:50:22 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:23 $ docker stop --time=1 8ca144e7198dc9e839816382cad286b9e896fb2c4cabd039eddf71254f790ee4 15:50:24 $ docker rm -f 8ca144e7198dc9e839816382cad286b9e896fb2c4cabd039eddf71254f790ee4 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:25 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:50:25 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-sys-mgmt-agent-go_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:50:25 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:50:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:25 . [Pipeline] withDockerContainer 15:50:25 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:26 $ docker top f3b945a453d1f3ba42ab2c91a0e3acca5d9636e72d2c6d72ec2ba56146db2631 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:27 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:50:27 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:29 $ docker stop --time=1 f3b945a453d1f3ba42ab2c91a0e3acca5d9636e72d2c6d72ec2ba56146db2631 15:50:31 $ docker rm -f f3b945a453d1f3ba42ab2c91a0e3acca5d9636e72d2c6d72ec2ba56146db2631 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:50:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:31 . [Pipeline] withDockerContainer 15:50:31 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:32 $ docker top 5e87b67689e8b3d359fb9e560aae394d8afc3e597b30aa1b57f0b55c4894f836 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:33 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144+ 15:50:33 tee 15:50:33 clair timeout 1m0s 15:50:33 docker timeout: 1m0s 15:50:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:33 $ docker stop --time=1 5e87b67689e8b3d359fb9e560aae394d8afc3e597b30aa1b57f0b55c4894f836 15:50:35 $ docker rm -f 5e87b67689e8b3d359fb9e560aae394d8afc3e597b30aa1b57f0b55c4894f836 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:35 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:50:35 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-command-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:50:35 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:35 . [Pipeline] withDockerContainer 15:50:36 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:36 $ docker top 9203f3389a654057728f2f5d39796330c62d33b9eb9eb86391acdd826944c929 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:37 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:50:37 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:42 $ docker stop --time=1 9203f3389a654057728f2f5d39796330c62d33b9eb9eb86391acdd826944c929 15:50:44 $ docker rm -f 9203f3389a654057728f2f5d39796330c62d33b9eb9eb86391acdd826944c929 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:50:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:44 . [Pipeline] withDockerContainer 15:50:44 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:45 $ docker top 3b117ac73a1f2023b6e4fcb91e746c8fb0122fc97da99ced1af7bbe4199a85eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:46 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:50:46 + tee 15:50:46 clair timeout 1m0s 15:50:46 docker timeout: 1m0s 15:50:46 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:47 $ docker stop --time=1 3b117ac73a1f2023b6e4fcb91e746c8fb0122fc97da99ced1af7bbe4199a85eb 15:50:48 $ docker rm -f 3b117ac73a1f2023b6e4fcb91e746c8fb0122fc97da99ced1af7bbe4199a85eb [Pipeline] // withDockerContainer [Pipeline] sh 15:50:48 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:50:48 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-data-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:50:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:50:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:49 . [Pipeline] withDockerContainer 15:50:49 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:50 $ docker top 1717c9ce41d7974c881842b20990420355016443b272951833489acbea08868f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:50 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:50:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:53 $ docker stop --time=1 1717c9ce41d7974c881842b20990420355016443b272951833489acbea08868f 15:50:54 $ docker rm -f 1717c9ce41d7974c881842b20990420355016443b272951833489acbea08868f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:50:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:55 . [Pipeline] withDockerContainer 15:50:55 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:50:55 $ docker top bbf895a8b188fe2a776c21459e55c0f382ae48bc5f8982bb0b650e8e3199e1d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:56 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:50:56 + tee 15:50:56 clair timeout 1m0s 15:50:56 docker timeout: 1m0s 15:50:56 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:50:57 $ docker stop --time=1 bbf895a8b188fe2a776c21459e55c0f382ae48bc5f8982bb0b650e8e3199e1d4 15:50:58 $ docker rm -f bbf895a8b188fe2a776c21459e55c0f382ae48bc5f8982bb0b650e8e3199e1d4 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:58 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:50:58 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-core-metadata-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:50:59 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:50:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:50:59 . [Pipeline] withDockerContainer 15:50:59 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:50:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:00 $ docker top 06d9511b14e06c985c3dbc22d12f4e34fc4035dee7f9a179dab5d5373e2e83c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:01 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:01 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:05 $ docker stop --time=1 06d9511b14e06c985c3dbc22d12f4e34fc4035dee7f9a179dab5d5373e2e83c7 15:51:06 $ docker rm -f 06d9511b14e06c985c3dbc22d12f4e34fc4035dee7f9a179dab5d5373e2e83c7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:51:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:07 . [Pipeline] withDockerContainer 15:51:07 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:08 $ docker top 596b6315e2ed509cc0a2a052d8ca6dee693c371c7322de6b28dd4fbb54a511c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:08 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:08 + tee 15:51:08 clair timeout 1m0s 15:51:08 docker timeout: 1m0s 15:51:08 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:09 $ docker stop --time=1 596b6315e2ed509cc0a2a052d8ca6dee693c371c7322de6b28dd4fbb54a511c3 15:51:10 $ docker rm -f 596b6315e2ed509cc0a2a052d8ca6dee693c371c7322de6b28dd4fbb54a511c3 [Pipeline] // withDockerContainer [Pipeline] sh 15:51:11 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:51:11 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:51:11 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:51:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:11 . [Pipeline] withDockerContainer 15:51:11 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:12 $ docker top 9c8c4f786fa386d3bb447adec3b99b4b80bc22c8e5d9e35054f8ecbe571701bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:13 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:13 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:21 $ docker stop --time=1 9c8c4f786fa386d3bb447adec3b99b4b80bc22c8e5d9e35054f8ecbe571701bb 15:51:22 $ docker rm -f 9c8c4f786fa386d3bb447adec3b99b4b80bc22c8e5d9e35054f8ecbe571701bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:51:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:23 . [Pipeline] withDockerContainer 15:51:23 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:24 $ docker top 6d0450043628e2c4a3244b16a04764a849e4450b3b51cb66d9504f5ce0e88198 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:24 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:24 + tee 15:51:24 clair timeout 1m0s 15:51:24 docker timeout: 1m0s 15:51:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:26 $ docker stop --time=1 6d0450043628e2c4a3244b16a04764a849e4450b3b51cb66d9504f5ce0e88198 15:51:27 $ docker rm -f 6d0450043628e2c4a3244b16a04764a849e4450b3b51cb66d9504f5ce0e88198 [Pipeline] // withDockerContainer [Pipeline] sh 15:51:28 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:51:28 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:51:28 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:51:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:28 . [Pipeline] withDockerContainer 15:51:28 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:29 $ docker top 80b439684c52d53ea19d897a17bb67f020444112dfa2b919c5bde9715d385268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:29 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:38 $ docker stop --time=1 80b439684c52d53ea19d897a17bb67f020444112dfa2b919c5bde9715d385268 15:51:39 $ docker rm -f 80b439684c52d53ea19d897a17bb67f020444112dfa2b919c5bde9715d385268 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:51:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:40 . [Pipeline] withDockerContainer 15:51:40 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:40 $ docker top 674b5e3c6693a4136d3ad8889f3e55a24b022f26193ad2be30756361e1198d69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:41 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:41 + tee 15:51:41 clair timeout 1m0s 15:51:41 docker timeout: 1m0s 15:51:41 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:42 $ docker stop --time=1 674b5e3c6693a4136d3ad8889f3e55a24b022f26193ad2be30756361e1198d69 15:51:44 $ docker rm -f 674b5e3c6693a4136d3ad8889f3e55a24b022f26193ad2be30756361e1198d69 [Pipeline] // withDockerContainer [Pipeline] sh 15:51:44 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:51:44 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:51:44 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:51:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:45 . [Pipeline] withDockerContainer 15:51:45 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:45 $ docker top 1e75ffea9847ecce7e32032e50c3534a880fc73fb41a48a84f9cebb9961a5654 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:46 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:46 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:49 $ docker stop --time=1 1e75ffea9847ecce7e32032e50c3534a880fc73fb41a48a84f9cebb9961a5654 15:51:51 $ docker rm -f 1e75ffea9847ecce7e32032e50c3534a880fc73fb41a48a84f9cebb9961a5654 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:51:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:51 . [Pipeline] withDockerContainer 15:51:51 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:52 $ docker top 6164eb7ee258a6968ce5478327a5f8f7062cc0fab83ee98300323aeb53498f8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:52 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:52 + tee 15:51:52 clair timeout 1m0s 15:51:52 docker timeout: 1m0s 15:51:52 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:51:53 $ docker stop --time=1 6164eb7ee258a6968ce5478327a5f8f7062cc0fab83ee98300323aeb53498f8e 15:51:54 $ docker rm -f 6164eb7ee258a6968ce5478327a5f8f7062cc0fab83ee98300323aeb53498f8e [Pipeline] // withDockerContainer [Pipeline] sh 15:51:55 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:51:55 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-logging-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:51:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:51:55 . [Pipeline] withDockerContainer 15:51:55 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:51:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:51:56 $ docker top 6d0b61b1f5df30fd8244d3983cd9207f4f14794dbfba041f4eeca2f7ebc0f7d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:56 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:51:56 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:52:02 $ docker stop --time=1 6d0b61b1f5df30fd8244d3983cd9207f4f14794dbfba041f4eeca2f7ebc0f7d6 15:52:04 $ docker rm -f 6d0b61b1f5df30fd8244d3983cd9207f4f14794dbfba041f4eeca2f7ebc0f7d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:52:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:52:04 . [Pipeline] withDockerContainer 15:52:04 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:52:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:52:05 $ docker top 7bfb2122357376148728fcebf761a6bf96c4c6c6b838fa48af3ed81c60ef3b88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:05 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:52:05 + tee 15:52:05 clair timeout 1m0s 15:52:05 docker timeout: 1m0s 15:52:05 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:52:06 $ docker stop --time=1 7bfb2122357376148728fcebf761a6bf96c4c6c6b838fa48af3ed81c60ef3b88 15:52:08 $ docker rm -f 7bfb2122357376148728fcebf761a6bf96c4c6c6b838fa48af3ed81c60ef3b88 [Pipeline] // withDockerContainer [Pipeline] sh 15:52:08 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:52:08 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-notifications-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:52:08 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:52:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:52:09 . [Pipeline] withDockerContainer 15:52:09 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:52:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:52:09 $ docker top 31e31cf15e2f0ab6a42319e6af66d9bbfca58b7f61b67fc8aca3e60b632e4b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:10 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:52:10 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:52:13 $ docker stop --time=1 31e31cf15e2f0ab6a42319e6af66d9bbfca58b7f61b67fc8aca3e60b632e4b91 15:52:14 $ docker rm -f 31e31cf15e2f0ab6a42319e6af66d9bbfca58b7f61b67fc8aca3e60b632e4b91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:52:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:52:15 . [Pipeline] withDockerContainer 15:52:15 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:52:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:52:15 $ docker top dd5b90cdc6f1d91d5b5b4ece05000dcb04718a53817a47ca19628b40ba790cb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:16 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:52:16 + tee 15:52:16 clair timeout 1m0s 15:52:16 docker timeout: 1m0s 15:52:16 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:52:17 $ docker stop --time=1 dd5b90cdc6f1d91d5b5b4ece05000dcb04718a53817a47ca19628b40ba790cb7 15:52:18 $ docker rm -f dd5b90cdc6f1d91d5b5b4ece05000dcb04718a53817a47ca19628b40ba790cb7 [Pipeline] // withDockerContainer [Pipeline] sh 15:52:19 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:52:19 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-support-scheduler-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:52:19 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:52:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:52:19 . [Pipeline] withDockerContainer 15:52:19 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:52:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:52:20 $ docker top 46a0dd34cc29a203083db1c16cbd080624618fd328339993b66392a4ea9b9e26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:20 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:52:20 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:52:35 $ docker stop --time=1 46a0dd34cc29a203083db1c16cbd080624618fd328339993b66392a4ea9b9e26 15:52:37 $ docker rm -f 46a0dd34cc29a203083db1c16cbd080624618fd328339993b66392a4ea9b9e26 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:52:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:52:37 . [Pipeline] withDockerContainer 15:52:37 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:52:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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-klar:latest cat 15:52:38 $ docker top 716a8605a837678d941c118d814a91922c8ad36d68f7c6dcbef3edf029bda467 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:39 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:083cc9ce61554893757b0b9e726a37ececd6a144 15:52:39 + tee 15:52:39 clair timeout 1m0s 15:52:39 docker timeout: 1m0s 15:52:39 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:52:40 $ docker stop --time=1 716a8605a837678d941c118d814a91922c8ad36d68f7c6dcbef3edf029bda467 15:52:42 $ docker rm -f 716a8605a837678d941c118d814a91922c8ad36d68f7c6dcbef3edf029bda467 [Pipeline] // withDockerContainer [Pipeline] sh 15:52:42 + mkdir -p /w/workspace/edgex-go/133/clair-reports [Pipeline] echo 15:52:42 Generated HTML Table Report. Writing to /w/workspace/edgex-go/133/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_083cc9ce61554893757b0b9e726a37ececd6a144.html [Pipeline] writeFile [Pipeline] step 15:52:42 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:52:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:52:43 provisioning config files... 15:52:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/133@tmp/config3556548998962556828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:52:43 --> edgex-publish-swagger.sh 15:52:43 === Publish openapi/v1 API === 15:52:43 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 15:52:43 [publishToSwagger] Publishing API Name [core-command] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [core-data] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [core-metadata] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [support-logging] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [support-notifications] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [support-scheduler] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [system-agent] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true 15:52:43 === Publish openapi/v2 API === 15:52:43 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:52:43 [publishToSwagger] Publishing API Name [core-command] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [core-data] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [core-metadata] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [support-logging] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [support-notifications] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [support-scheduler] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true 15:52:43 [publishToSwagger] Publishing API Name [system-agent] 15:52:43 [publishToSwagger] Dry Run enabled...Simulating upload 15:52:43 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 15:52:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 15:52:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:51 . [Pipeline] withDockerContainer 15:52:51 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:52:51 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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:10004/edgex-devops/git-semver:latest cat 15:52:52 $ docker top dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:52:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:53 [ssh-agent] Looking for ssh-agent implementation... 15:52:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:53 $ docker exec dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 ssh-agent 15:52:53 SSH_AUTH_SOCK=/tmp/ssh-UOg2ouY5YwuZ/agent.13 15:52:53 SSH_AGENT_PID=18 15:52:53 Running ssh-add (command line suppressed) 15:52:53 Identity added: /w/workspace/edgex-go/133@tmp/private_key_9125225102364446747.key (/w/workspace/edgex-go/133@tmp/private_key_9125225102364446747.key) 15:52:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:53 + git semver tag 15:52:53 # -> Open(): unable to determine branch for HEAD 15:52:53 # $GIT_DIR = /w/workspace/edgex-go/133/.git 15:52:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/133 15:52:53 # $SEMVER_REMOTE_NAME = origin 15:52:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:52:53 # $SEMVER_USER_NAME = edgex-jenkins 15:52:53 # $SEMVER_BRANCH = master 15:52:53 # $SEMVER_DIR = /w/workspace/edgex-go/133/.semver 15:52:53 # 083cc9ce61554893757b0b9e726a37ececd6a144 HEAD 15:52:54 # -> Force: false 15:52:54 # 7f00f1547d4b4f4045d8a8403638ae707c4ed42d refs/tags/v1.2.2-dev.21 [Pipeline] } 15:52:54 $ docker exec --env ******** --env ******** dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 ssh-agent -k 15:52:54 unset SSH_AUTH_SOCK; 15:52:54 unset SSH_AGENT_PID; 15:52:54 echo Agent pid 18 killed; 15:52:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:52:55 + git semver [Pipeline] } 15:52:55 $ docker stop --time=1 dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 15:52:56 $ docker rm -f dbc48c5ccb6c4a8619a1b3716a049d79f7c90c1a2131623cc94a23b2b08ddc06 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:52:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:52:57 15:52:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:52:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:52:57 0.23.1-centos7: Pulling from edgex-lftools 15:52:57 ab5ef0e58194: Pulling fs layer 15:52:57 9712f1f96733: Pulling fs layer 15:52:57 63f879dbbcfc: Pulling fs layer 15:52:57 0d9ebad4ef96: Pulling fs layer 15:52:57 e9a5061849ea: Pulling fs layer 15:52:57 d747dcd14b5f: Pulling fs layer 15:52:57 2de7ff778b66: Pulling fs layer 15:52:57 e9a5061849ea: Waiting 15:52:57 d747dcd14b5f: Waiting 15:52:57 2de7ff778b66: Waiting 15:52:57 9712f1f96733: Verifying Checksum 15:52:57 9712f1f96733: Download complete 15:52:57 63f879dbbcfc: Verifying Checksum 15:52:57 63f879dbbcfc: Download complete 15:52:58 e9a5061849ea: Verifying Checksum 15:52:58 e9a5061849ea: Download complete 15:52:58 d747dcd14b5f: Verifying Checksum 15:52:58 d747dcd14b5f: Download complete 15:52:58 0d9ebad4ef96: Verifying Checksum 15:52:58 0d9ebad4ef96: Download complete 15:52:58 ab5ef0e58194: Download complete 15:52:58 2de7ff778b66: Verifying Checksum 15:52:58 2de7ff778b66: Download complete 15:53:02 ab5ef0e58194: Pull complete 15:53:02 9712f1f96733: Pull complete 15:53:04 63f879dbbcfc: Pull complete 15:53:10 0d9ebad4ef96: Pull complete 15:53:10 e9a5061849ea: Pull complete 15:53:10 d747dcd14b5f: Pull complete 15:53:14 2de7ff778b66: Pull complete 15:53:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:53:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:53:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:53:14 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:53:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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:0.23.1-centos7 cat 15:53:18 $ docker top 425764d7e1628f05592ff50388db066dfad7d5efad139e4a8d11cd5fa29ce5e5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:53:18 provisioning config files... 15:53:18 copy managed file [sigul-config] to file:/w/workspace/edgex-go/133@tmp/config5050375314397749179tmp 15:53:18 copy managed file [sigul-password] to file:/w/workspace/edgex-go/133@tmp/config4689953481157060581tmp 15:53:18 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/133@tmp/config2491446944796528688tmp [Pipeline] { [Pipeline] echo 15:53:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:53:19 ---> sigul-configuration.sh 15:53:19 gpg: directory `/root/.gnupg' created 15:53:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:53:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:53:19 gpg: keyring `/root/.gnupg/secring.gpg' created 15:53:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:53:19 gpg: CAST5 encrypted data 15:53:19 gpg: encrypted with 1 passphrase 15:53:19 gpg: decryption failed: Bad session key [Pipeline] } 15:53:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:53:19 $ docker stop --time=1 425764d7e1628f05592ff50388db066dfad7d5efad139e4a8d11cd5fa29ce5e5 15:53:20 $ docker rm -f 425764d7e1628f05592ff50388db066dfad7d5efad139e4a8d11cd5fa29ce5e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" 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 15:53:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:53:22 ---> package-listing.sh 15:53:22 ++ facter osfamily 15:53:22 ++ tr '[:upper:]' '[:lower:]' 15:53:22 + OS_FAMILY=redhat 15:53:22 + workspace=/w/workspace/edgex-go/133 15:53:22 + START_PACKAGES=/tmp/packages_start.txt 15:53:22 + END_PACKAGES=/tmp/packages_end.txt 15:53:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:53:22 + PACKAGES=/tmp/packages_start.txt 15:53:22 + '[' /w/workspace/edgex-go/133 ']' 15:53:22 + PACKAGES=/tmp/packages_end.txt 15:53:22 + case "${OS_FAMILY}" in 15:53:22 + rpm -qa 15:53:22 + sort 15:53:27 + '[' -f /tmp/packages_start.txt ']' 15:53:27 + '[' -f /tmp/packages_end.txt ']' 15:53:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:53:27 + '[' /w/workspace/edgex-go/133 ']' 15:53:27 + mkdir -p /w/workspace/edgex-go/133/archives/ 15:53:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/133/archives/ [Pipeline] isUnix [Pipeline] sh 15:53:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:28 15:53:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:53:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:28 alpine: Pulling from edgex-lftools-log-publisher 15:53:28 df20fa9351a1: Already exists 15:53:28 36b3adc4ff6f: Pulling fs layer 15:53:28 8ad3a11d3b57: Pulling fs layer 15:53:28 46f8f816bc3b: Pulling fs layer 15:53:28 0dadc02b9964: Pulling fs layer 15:53:28 ce6a7cf60c04: Pulling fs layer 15:53:28 7a184a31f384: Pulling fs layer 15:53:28 0879bd2ef858: Pulling fs layer 15:53:28 ce6a7cf60c04: Waiting 15:53:28 7a184a31f384: Waiting 15:53:28 0879bd2ef858: Waiting 15:53:28 0dadc02b9964: Waiting 15:53:28 46f8f816bc3b: Verifying Checksum 15:53:28 46f8f816bc3b: Download complete 15:53:28 36b3adc4ff6f: Verifying Checksum 15:53:28 36b3adc4ff6f: Download complete 15:53:28 ce6a7cf60c04: Verifying Checksum 15:53:28 ce6a7cf60c04: Download complete 15:53:28 7a184a31f384: Verifying Checksum 15:53:28 7a184a31f384: Download complete 15:53:28 0dadc02b9964: Verifying Checksum 15:53:28 0dadc02b9964: Download complete 15:53:28 8ad3a11d3b57: Verifying Checksum 15:53:28 8ad3a11d3b57: Download complete 15:53:28 36b3adc4ff6f: Pull complete 15:53:29 0879bd2ef858: Verifying Checksum 15:53:29 0879bd2ef858: Download complete 15:53:29 8ad3a11d3b57: Pull complete 15:53:29 46f8f816bc3b: Pull complete 15:53:29 0dadc02b9964: Pull complete 15:53:30 ce6a7cf60c04: Pull complete 15:53:30 7a184a31f384: Pull complete 15:53:32 0879bd2ef858: Pull complete 15:53:32 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 15:53:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:53:33 prd-centos7-docker-4c-2g-1278 does not seem to be running inside a container 15:53:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/133 -v /w/workspace/edgex-go/133:/w/workspace/edgex-go/133:rw,z -v /w/workspace/edgex-go/133@tmp:/w/workspace/edgex-go/133@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 15:53:36 $ docker top 2a7ca9cf186a99d94c8fefefb9cbd66bd4c6738d2ade1e835f2c6ecbc04ca278 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:36 + mkdir -p /var/log/sa [Pipeline] sh 15:53:36 + ls /var/log/sa-host 15:53:36 + sadf -c /var/log/sa-host/sa03 15:53:36 file_magic: OK 15:53:36 HZ: Using current value: 100 15:53:36 file_header: OK 15:53:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:53:36 Statistics: 15:53:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:53:36 File successfully converted to sysstat format version 12.2.1 15:53:36 + sadf -c /var/log/sa-host/sa05 15:53:36 file_magic: OK 15:53:36 HZ: Using current value: 100 15:53:36 file_header: OK 15:53:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:53:36 Statistics: 15:53:36 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:53:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:53:36 provisioning config files... 15:53:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/133@tmp/config3907830018547250365tmp [Pipeline] { [Pipeline] echo 15:53:36 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:53:37 ---> create-netrc.sh [Pipeline] echo 15:53:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:53:37 ---> logs-deploy.sh 15:53:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/133 15:53:37 INFO: archiving workspace using pattern(s): 15:53:39 Archives upload complete. 15:53:39 INFO: archiving logs to Nexus 15:53:40 ---> uname -a: 15:53:40 Linux 2a7ca9cf186a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:53:40 15:53:40 15:53:40 ---> lscpu: 15:53:40 Architecture: x86_64 15:53:40 CPU op-mode(s): 32-bit, 64-bit 15:53:40 Byte Order: Little Endian 15:53:40 Address sizes: 40 bits physical, 48 bits virtual 15:53:40 CPU(s): 4 15:53:40 On-line CPU(s) list: 0-3 15:53:40 Thread(s) per core: 1 15:53:40 Core(s) per socket: 1 15:53:40 Socket(s): 4 15:53:40 NUMA node(s): 1 15:53:40 Vendor ID: GenuineIntel 15:53:40 CPU family: 6 15:53:40 Model: 44 15:53:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:53:40 Stepping: 1 15:53:40 CPU MHz: 2933.442 15:53:40 BogoMIPS: 5866.88 15:53:40 Virtualization: VT-x 15:53:40 Hypervisor vendor: KVM 15:53:40 Virtualization type: full 15:53:40 L1d cache: 128 KiB 15:53:40 L1i cache: 128 KiB 15:53:40 L2 cache: 16 MiB 15:53:40 L3 cache: 64 MiB 15:53:40 NUMA node0 CPU(s): 0-3 15:53:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:53:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:53:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:53:40 Vulnerability Meltdown: Mitigation; PTI 15:53:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:53:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:53:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:53:40 Vulnerability Tsx async abort: Not affected 15:53:40 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:53:40 15:53:40 15:53:40 ---> nproc: 15:53:40 4 15:53:40 15:53:40 15:53:40 ---> df -h: 15:53:40 Filesystem Size Used Available Use% Mounted on 15:53:40 overlay 50.0G 12.5G 37.5G 25% / 15:53:40 tmpfs 64.0M 0 64.0M 0% /dev 15:53:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:53:40 shm 64.0M 0 64.0M 0% /dev/shm 15:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf 15:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname 15:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts 15:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host 15:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/133 15:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/133@tmp 15:53:40 15:53:40 15:53:40 ---> free -m: 15:53:40 total used free shared buff/cache available 15:53:40 Mem: 1837 696 113 0 1027 1081 15:53:40 Swap: 1023 55 968 15:53:40 15:53:40 15:53:40 ---> ip addr: 15:53:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:53:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:53:40 inet 127.0.0.1/8 scope host lo 15:53:40 valid_lft forever preferred_lft forever 15:53:40 202: eth0@if203: mtu 1458 qdisc noqueue state UP 15:53:40 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 15:53:40 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 15:53:40 valid_lft forever preferred_lft forever 15:53:40 15:53:40 15:53:40 ---> sar -b -r -n DEV: 15:53:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 15:53:40 15:53:40 15:31:24 LINUX RESTART (4 CPU) 15:53:40 15:53:40 15:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:53:40 15:33:01 94.62 37.65 56.96 0.00 7831.85 15658.33 0.00 15:53:40 15:34:01 402.35 270.83 131.52 0.00 11065.40 57158.48 0.00 15:53:40 15:35:01 224.83 45.19 179.64 0.00 3166.71 43408.49 0.00 15:53:40 15:36:01 2696.92 2351.66 345.26 0.00 165226.77 213316.34 0.00 15:53:40 15:37:02 423.16 164.27 258.89 0.00 41474.80 84169.65 0.00 15:53:40 15:38:02 1797.17 1474.36 322.81 0.00 111820.97 119273.83 0.00 15:53:40 15:39:01 999.46 698.83 300.63 0.00 45311.96 68393.08 0.00 15:53:40 15:40:01 151.22 54.13 97.09 0.00 6539.95 8125.32 0.00 15:53:40 15:41:01 81.57 77.37 4.20 0.00 3222.64 81.77 0.00 15:53:40 15:42:01 0.68 0.43 0.25 0.00 16.39 3.33 0.00 15:53:40 15:43:01 0.35 0.02 0.33 0.00 0.53 3.71 0.00 15:53:40 15:44:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 15:53:40 15:45:01 0.33 0.03 0.30 0.00 0.80 3.16 0.00 15:53:40 15:46:01 0.27 0.02 0.25 0.00 0.53 2.47 0.00 15:53:40 15:47:01 1.92 1.77 0.15 0.00 60.63 2.66 0.00 15:53:40 15:48:01 207.86 85.22 122.64 0.00 5499.60 31781.54 0.00 15:53:40 15:49:01 54.10 6.93 47.18 0.00 553.22 3515.53 0.00 15:53:40 15:50:01 31.33 0.38 30.95 0.00 8.66 457.67 0.00 15:53:40 15:51:01 28.72 0.28 28.43 0.00 9.19 437.82 0.00 15:53:40 15:52:02 26.83 0.17 26.66 0.00 4.66 411.67 0.00 15:53:40 15:53:01 75.72 17.82 57.90 0.00 2457.31 17122.27 0.00 15:53:40 Average: 348.13 252.30 95.84 0.00 19294.28 31640.63 0.00 15:53:40 15:53:40 15:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:53:40 15:33:01 85040 0 665740 35.38 2620 1128156 1381780 47.16 583528 1049484 156 15:53:40 15:34:01 105132 0 671408 35.68 1492 1103524 1313712 44.83 548684 1022444 44 15:53:40 15:35:01 220252 0 688236 36.58 1304 971764 1111660 37.94 571344 830716 48 15:53:40 15:36:01 280500 0 723248 38.44 0 877808 2197216 74.99 438912 958924 8 15:53:40 15:37:02 70304 0 773580 41.11 0 1037672 2071924 70.71 748748 871224 58648 15:53:40 15:38:02 115076 0 1062080 56.45 0 704400 3794488 129.50 705744 833812 20064 15:53:40 15:39:01 284188 0 691228 36.74 0 906140 1715368 58.54 551764 825884 48 15:53:40 15:40:01 281480 0 642296 34.14 0 957780 1394164 47.58 564156 814764 32 15:53:40 15:41:01 220576 0 607872 32.31 0 1053108 1195860 40.81 534052 906216 8 15:53:40 15:42:01 224656 0 603312 32.06 0 1053588 1160788 39.62 530460 906560 12 15:53:40 15:43:01 224464 0 603488 32.07 0 1053604 1160848 39.62 530400 906608 8 15:53:40 15:44:01 224788 0 603160 32.06 0 1053608 1160788 39.62 530468 906604 8 15:53:40 15:45:01 224952 0 603008 32.05 0 1053596 1160788 39.62 530348 906604 8 15:53:40 15:46:01 225208 0 602724 32.03 0 1053624 1160788 39.62 530352 906644 8 15:53:40 15:47:01 223672 0 602976 32.05 0 1054908 1160788 39.62 531076 907212 12 15:53:40 15:48:01 162456 0 651480 34.62 0 1067620 1265048 43.17 676692 779680 62016 15:53:40 15:49:01 219584 0 635848 33.79 0 1026124 1367064 46.66 695796 723072 48 15:53:40 15:50:01 226424 0 628984 33.43 0 1026148 1165700 39.78 694648 717988 12 15:53:40 15:51:01 220956 0 634172 33.70 0 1026428 1368288 46.70 708740 707928 48 15:53:40 15:52:02 238532 0 616460 32.76 0 1026564 1241172 42.36 705424 694676 56 15:53:40 15:53:01 80364 0 672680 35.75 0 1128512 1544788 52.72 720948 822912 15852 15:53:40 Average: 198029 0 665904 35.39 258 1017366 1480620 50.53 601537 857141 7483 15:53:40 15:53:40 15:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:53:40 15:33:01 eth0 1616.57 1533.25 6405.61 193.98 0.00 0.00 0.00 0.00 15:53:40 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:33:01 veth1cf272b 867.59 728.74 82.24 2701.84 0.00 0.00 0.00 0.00 15:53:40 15:33:01 docker0 867.59 728.60 70.38 2701.83 0.00 0.00 0.00 0.00 15:53:40 15:34:01 eth0 1225.55 726.93 5978.85 2759.14 0.00 0.00 0.00 0.00 15:53:40 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:34:01 docker0 31.95 56.05 1.81 359.45 0.00 0.00 0.00 0.00 15:53:40 15:35:01 eth0 309.62 242.94 3207.32 31.22 0.00 0.00 0.00 0.00 15:53:40 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:35:01 docker0 82.56 99.68 6.45 475.70 0.00 0.00 0.00 0.00 15:53:40 15:36:01 veth3a862f3 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 15:53:40 15:36:01 veth9b7f78b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:53:40 15:36:01 vethec41c49 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:53:40 15:36:01 eth0 86.78 72.83 174.07 76.81 0.00 0.00 0.00 0.00 15:53:40 15:37:02 veth3a862f3 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:37:02 eth0 49.75 24.62 194.11 10.67 0.00 0.00 0.00 0.00 15:53:40 15:37:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:53:40 15:37:02 veth64e59d0 10.26 21.70 0.69 138.04 0.00 0.00 0.00 0.00 15:53:40 15:38:02 veth33342a2 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:53:40 15:38:02 vethb2c38e8 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:53:40 15:38:02 veth3a862f3 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 15:53:40 15:38:02 veth91e3cc1 2.93 3.91 0.45 19.99 0.00 0.00 0.00 0.00 15:53:40 15:39:01 veth3a862f3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 15:53:40 15:39:01 veth992c3ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:39:01 vethc928e20 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:39:01 vethd3cee01 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:53:40 15:40:01 eth0 3822.45 3049.03 16710.38 4370.00 0.00 0.00 0.00 0.00 15:53:40 15:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:53:40 15:40:01 docker0 1065.68 1019.34 83.49 4334.85 0.00 0.00 0.00 0.00 15:53:40 15:41:01 eth0 119.18 123.18 45.16 600.08 0.00 0.00 0.00 0.00 15:53:40 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:42:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:53:40 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:43:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 15:53:40 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:44:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:53:40 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:53:40 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:46:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:47:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:48:01 eth0 164.16 125.32 3958.69 17.47 0.00 0.00 0.00 0.00 15:53:40 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:48:01 veth3c079d9 38.72 36.75 4.23 235.89 0.00 0.00 0.00 0.00 15:53:40 15:48:01 docker0 38.72 36.63 3.70 235.88 0.00 0.00 0.00 0.00 15:53:40 15:49:01 eth0 138.72 111.17 262.02 109.55 0.00 0.00 0.00 0.00 15:53:40 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:49:01 veth98b9a9c 0.47 0.67 0.17 0.26 0.00 0.00 0.00 0.00 15:53:40 15:49:01 docker0 3.83 3.41 0.85 1.65 0.00 0.00 0.00 0.00 15:53:40 15:50:01 eth0 128.63 100.38 108.00 96.07 0.00 0.00 0.00 0.00 15:53:40 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:50:01 docker0 4.28 3.81 1.10 1.90 0.00 0.00 0.00 0.00 15:53:40 15:51:01 veth4b842eb 0.27 0.28 0.04 0.13 0.00 0.00 0.00 0.00 15:53:40 15:51:01 eth0 130.20 101.22 105.79 102.90 0.00 0.00 0.00 0.00 15:53:40 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:51:01 docker0 4.00 3.53 0.95 1.78 0.00 0.00 0.00 0.00 15:53:40 15:52:02 veth2ae0349 0.47 0.58 0.12 0.21 0.00 0.00 0.00 0.00 15:53:40 15:52:02 eth0 129.41 100.40 98.18 94.30 0.00 0.00 0.00 0.00 15:53:40 15:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:52:02 docker0 4.11 3.94 1.17 1.92 0.00 0.00 0.00 0.00 15:53:40 15:53:01 eth0 2305.96 1524.84 6251.73 248.83 0.00 0.00 0.00 0.00 15:53:40 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 15:53:01 docker0 2.50 2.25 0.68 1.16 0.00 0.00 0.00 0.00 15:53:40 Average: eth0 328.52 248.11 1307.63 268.83 0.00 0.00 0.00 0.00 15:53:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:40 Average: docker0 53.59 51.19 4.39 218.49 0.00 0.00 0.00 0.00 15:53:40 15:53:40 15:53:40 ---> sar -P ALL: 15:53:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 15:53:40 15:53:40 15:31:24 LINUX RESTART (4 CPU) 15:53:40 15:53:40 15:32:02 CPU %user %nice %system %iowait %steal %idle 15:53:40 15:33:01 all 18.91 0.00 7.99 2.43 0.09 70.57 15:53:40 15:33:01 0 19.07 0.00 9.74 2.36 0.09 68.75 15:53:40 15:33:01 1 19.54 0.00 8.03 3.93 0.12 68.37 15:53:40 15:33:01 2 21.18 0.00 6.80 0.99 0.07 70.96 15:53:40 15:33:01 3 15.85 0.00 7.42 2.46 0.09 74.18 15:53:40 15:34:01 all 19.10 0.00 8.52 2.51 0.09 69.79 15:53:40 15:34:01 0 31.80 0.00 9.61 4.44 0.07 54.08 15:53:40 15:34:01 1 15.52 0.00 8.70 2.05 0.10 73.64 15:53:40 15:34:01 2 16.50 0.00 8.30 2.11 0.09 73.01 15:53:40 15:34:01 3 12.53 0.00 7.46 1.42 0.10 78.48 15:53:40 15:35:01 all 9.78 0.00 7.29 5.95 0.05 76.93 15:53:40 15:35:01 0 11.19 0.00 7.44 9.09 0.05 72.23 15:53:40 15:35:01 1 9.84 0.00 7.51 6.49 0.05 76.10 15:53:40 15:35:01 2 8.94 0.00 7.49 5.01 0.03 78.52 15:53:40 15:35:01 3 9.14 0.00 6.73 3.22 0.05 80.85 15:53:40 15:36:01 all 21.81 0.00 25.74 23.79 0.11 28.56 15:53:40 15:36:01 0 21.01 0.00 25.29 24.10 0.12 29.48 15:53:40 15:36:01 1 22.47 0.00 25.98 25.51 0.07 25.98 15:53:40 15:36:01 2 22.07 0.00 26.10 21.16 0.14 30.53 15:53:40 15:36:01 3 21.68 0.00 25.57 24.39 0.10 28.25 15:53:40 15:37:02 all 49.29 0.00 15.49 17.59 0.05 17.58 15:53:40 15:37:02 0 48.90 0.00 15.62 16.85 0.02 18.62 15:53:40 15:37:02 1 48.35 0.00 16.27 20.92 0.08 14.38 15:53:40 15:37:02 2 50.63 0.00 15.00 16.19 0.05 18.13 15:53:40 15:37:02 3 49.26 0.00 15.08 16.42 0.05 19.19 15:53:40 15:38:02 all 20.31 0.00 16.73 33.93 0.09 28.94 15:53:40 15:38:02 0 19.85 0.00 15.74 35.87 0.05 28.49 15:53:40 15:38:02 1 20.38 0.00 16.69 34.52 0.10 28.31 15:53:40 15:38:02 2 19.86 0.00 17.51 33.59 0.10 28.94 15:53:40 15:38:02 3 21.17 0.00 17.00 31.73 0.09 30.02 15:53:40 15:39:01 all 42.90 0.00 15.09 23.45 0.06 18.50 15:53:40 15:39:01 0 42.18 0.00 15.84 26.26 0.05 15.67 15:53:40 15:39:01 1 44.19 0.00 14.26 22.11 0.07 19.37 15:53:40 15:39:01 2 44.60 0.00 15.16 24.30 0.05 15.89 15:53:40 15:39:01 3 40.60 0.00 15.09 21.11 0.09 23.11 15:53:40 15:40:01 all 13.64 0.00 6.69 3.80 0.05 75.82 15:53:40 15:40:01 0 13.79 0.00 7.83 2.32 0.05 76.00 15:53:40 15:40:01 1 14.39 0.00 6.97 5.17 0.05 73.42 15:53:40 15:40:01 2 13.84 0.00 5.76 4.92 0.03 75.44 15:53:40 15:40:01 3 12.54 0.00 6.18 2.79 0.08 78.41 15:53:40 15:41:01 all 3.71 0.00 1.16 2.13 0.02 92.99 15:53:40 15:41:01 0 3.85 0.00 1.34 2.13 0.03 92.65 15:53:40 15:41:01 1 4.15 0.00 1.25 2.29 0.02 92.29 15:53:40 15:41:01 2 3.56 0.00 1.04 2.12 0.02 93.26 15:53:40 15:41:01 3 3.27 0.00 1.00 1.98 0.00 93.75 15:53:40 15:42:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:53:40 15:42:01 0 0.07 0.00 0.08 0.00 0.00 99.85 15:53:40 15:42:01 1 0.52 0.00 0.00 0.02 0.00 99.47 15:53:40 15:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:53:40 15:42:01 3 0.00 0.00 0.05 0.00 0.00 99.95 15:53:40 15:43:01 all 0.16 0.00 0.02 0.00 0.00 99.82 15:53:40 15:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:53:40 15:43:01 1 0.53 0.00 0.02 0.00 0.00 99.45 15:53:40 15:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:53:40 15:43:01 3 0.05 0.00 0.02 0.00 0.00 99.93 15:53:40 15:53:40 15:43:01 CPU %user %nice %system %iowait %steal %idle 15:53:40 15:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:53:40 15:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:53:40 15:44:01 1 0.53 0.00 0.02 0.00 0.00 99.45 15:53:40 15:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:53:40 15:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:53:40 15:45:01 all 0.15 0.00 0.04 0.00 0.00 99.80 15:53:40 15:45:01 0 0.03 0.00 0.05 0.00 0.02 99.90 15:53:40 15:45:01 1 0.52 0.00 0.03 0.00 0.00 99.45 15:53:40 15:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:53:40 15:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:53:40 15:46:01 all 0.13 0.00 0.03 0.00 0.00 99.83 15:53:40 15:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:53:40 15:46:01 1 0.40 0.00 0.03 0.00 0.00 99.57 15:53:40 15:46:01 2 0.08 0.00 0.05 0.00 0.00 99.87 15:53:40 15:46:01 3 0.03 0.00 0.05 0.00 0.02 99.90 15:53:40 15:47:01 all 0.04 0.00 0.06 0.02 0.00 99.88 15:53:40 15:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:53:40 15:47:01 1 0.03 0.00 0.07 0.00 0.00 99.90 15:53:40 15:47:01 2 0.08 0.00 0.07 0.00 0.00 99.85 15:53:40 15:47:01 3 0.03 0.00 0.08 0.07 0.00 99.82 15:53:40 15:48:01 all 7.50 0.00 4.92 6.81 0.03 80.74 15:53:40 15:48:01 0 7.35 0.00 5.23 5.43 0.02 81.97 15:53:40 15:48:01 1 7.30 0.00 4.11 5.99 0.03 82.57 15:53:40 15:48:01 2 7.77 0.00 5.17 7.02 0.03 80.01 15:53:40 15:48:01 3 7.57 0.00 5.18 8.80 0.03 78.41 15:53:40 15:49:01 all 3.78 0.00 4.08 1.19 0.03 90.93 15:53:40 15:49:01 0 4.00 0.00 4.59 0.76 0.03 90.61 15:53:40 15:49:01 1 3.88 0.00 4.27 2.87 0.03 88.94 15:53:40 15:49:01 2 3.58 0.00 3.69 0.55 0.02 92.16 15:53:40 15:49:01 3 3.67 0.00 3.75 0.56 0.02 92.01 15:53:40 15:50:01 all 3.34 0.00 3.71 0.46 0.03 92.47 15:53:40 15:50:01 0 3.68 0.00 4.07 0.40 0.02 91.83 15:53:40 15:50:01 1 3.01 0.00 3.29 0.62 0.03 93.05 15:53:40 15:50:01 2 3.24 0.00 3.69 0.29 0.02 92.76 15:53:40 15:50:01 3 3.43 0.00 3.77 0.54 0.03 92.23 15:53:40 15:51:01 all 3.33 0.00 3.58 0.41 0.03 92.66 15:53:40 15:51:01 0 3.60 0.00 3.72 0.25 0.03 92.40 15:53:40 15:51:01 1 3.63 0.00 3.70 0.54 0.02 92.12 15:53:40 15:51:01 2 3.04 0.00 3.21 0.40 0.02 93.33 15:53:40 15:51:01 3 3.06 0.00 3.68 0.44 0.03 92.78 15:53:40 15:52:02 all 3.06 0.00 3.30 0.37 0.03 93.24 15:53:40 15:52:02 0 3.04 0.00 3.73 0.37 0.02 92.84 15:53:40 15:52:02 1 3.26 0.00 3.34 0.39 0.03 92.98 15:53:40 15:52:02 2 3.11 0.00 3.07 0.44 0.03 93.35 15:53:40 15:52:02 3 2.82 0.00 3.06 0.30 0.03 93.78 15:53:40 15:53:01 all 8.66 0.00 6.39 0.93 0.03 83.99 15:53:40 15:53:01 0 8.28 0.00 8.28 1.71 0.02 81.71 15:53:40 15:53:01 1 9.01 0.00 5.95 0.88 0.03 84.12 15:53:40 15:53:01 2 9.31 0.00 5.24 0.38 0.03 85.04 15:53:40 15:53:01 3 8.05 0.00 6.11 0.76 0.03 85.05 15:53:40 Average: all 10.83 0.00 6.16 5.91 0.04 77.06 15:53:40 Average: 0 11.40 0.00 6.52 6.23 0.03 75.82 15:53:40 Average: 1 10.89 0.00 6.14 6.31 0.04 76.62 15:53:40 Average: 2 10.91 0.00 6.00 5.62 0.03 77.43 15:53:40 Average: 3 10.11 0.00 5.99 5.48 0.04 78.38 15:53:40 15:53:40 15:53:40