Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43561 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/141 [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/141 # 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 Checking out Revision 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 # timeout=10 Commit message: "Merge pull request #2694 from cloudxxx8/issue-2693" > git rev-list --no-walk 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:01:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:01:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:01:19 ========================================================= 09:01:19 EdgeX Global Pipelines Version Info 09:01:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:01:20 ------------------- 09:01:20 stable info: 09:01:20 ------------------- 09:01:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:01:20 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 09:01:20 Message: update stable to v1.0.122 09:01:21 ------------------- 09:01:21 experimental info: 09:01:21 ------------------- 09:01:21 Commited By: **** collab-it+edgex@linuxfoundation.org 09:01:21 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 09:01:21 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:01:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:01:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:01:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:01:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:01:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] echo 09:01:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f11f1e [Pipeline] echo 09:01:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 09:01:24 ++ 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 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/core-command/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo core-command,cmd/core-command/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/core-data/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo core-data,cmd/core-data/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/core-metadata/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo core-metadata,cmd/core-metadata/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/security-proxy-setup/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/security-secrets-setup/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/support-logging/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo support-logging,cmd/support-logging/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/support-notifications/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo support-notifications,cmd/support-notifications/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/support-scheduler/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:01:24 + for file in '`ls cmd/**/Dockerfile`' 09:01:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:01:24 ++ cut -d/ -f2 09:01:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:01:24 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 09:01:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:01:25 09:01:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:01:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:01:26 latest: Pulling from edgex-devops/git-semver 09:01:26 31603596830f: Pulling fs layer 09:01:26 2a8b12db71e7: Pulling fs layer 09:01:26 6ca5941a6612: Pulling fs layer 09:01:26 ecc8261a40a4: Pulling fs layer 09:01:26 ecc8261a40a4: Waiting 09:01:26 2a8b12db71e7: Verifying Checksum 09:01:26 2a8b12db71e7: Download complete 09:01:26 31603596830f: Verifying Checksum 09:01:26 31603596830f: Download complete 09:01:26 ecc8261a40a4: Verifying Checksum 09:01:26 ecc8261a40a4: Download complete 09:01:26 6ca5941a6612: Verifying Checksum 09:01:26 6ca5941a6612: Download complete 09:01:26 31603596830f: Pull complete 09:01:26 2a8b12db71e7: Pull complete 09:01:27 6ca5941a6612: Pull complete 09:01:27 ecc8261a40a4: Pull complete 09:01:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:01:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:01:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:01:28 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:01:28 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:01:31 $ docker top 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:01:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:01:31 [ssh-agent] Looking for ssh-agent implementation... 09:01:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:01:32 $ docker exec 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent 09:01:32 SSH_AUTH_SOCK=/tmp/ssh-c9AY5EiZ4lGe/agent.11 09:01:32 SSH_AGENT_PID=16 09:01:32 Running ssh-add (command line suppressed) 09:01:32 Identity added: /w/workspace/edgex-go/141@tmp/private_key_8187586411577704795.key (/w/workspace/edgex-go/141@tmp/private_key_8187586411577704795.key) 09:01:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:01:32 + git describe --exact-match --tags HEAD 09:01:32 fatal: No names found, cannot describe anything. [Pipeline] } 09:01:32 $ docker exec --env ******** --env ******** 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent -k 09:01:33 unset SSH_AUTH_SOCK; 09:01:33 unset SSH_AGENT_PID; 09:01:33 echo Agent pid 16 killed; 09:01:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:01:33 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:01:33 This usually means this commit has not been tagged. [Pipeline] sshagent 09:01:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:01:33 [ssh-agent] Looking for ssh-agent implementation... 09:01:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:01:33 $ docker exec 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent 09:01:33 SSH_AUTH_SOCK=/tmp/ssh-qJ95KrqUwciP/agent.46 09:01:33 SSH_AGENT_PID=51 09:01:33 Running ssh-add (command line suppressed) 09:01:33 Identity added: /w/workspace/edgex-go/141@tmp/private_key_8784688535873457540.key (/w/workspace/edgex-go/141@tmp/private_key_8784688535873457540.key) 09:01:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:01:34 + git semver init 09:01:34 # -> Open(): unable to determine branch for HEAD 09:01:34 # $GIT_DIR = /w/workspace/edgex-go/141/.git 09:01:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/141 09:01:34 # $SEMVER_REMOTE_NAME = origin 09:01:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:01:34 # $SEMVER_USER_NAME = edgex-jenkins 09:01:34 # $SEMVER_BRANCH = master 09:01:34 # $SEMVER_TEMP = /tmp/semver-215295526 09:01:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:02:21 # '/tmp/semver-215295526' -> '/w/workspace/edgex-go/141/.semver' 09:02:21 # -> Force: false 09:02:21 # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver [Pipeline] } 09:02:21 $ docker exec --env ******** --env ******** 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent -k 09:02:21 unset SSH_AUTH_SOCK; 09:02:21 unset SSH_AGENT_PID; 09:02:21 echo Agent pid 51 killed; 09:02:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:02:21 + git semver [Pipeline] } 09:02:21 $ docker stop --time=1 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 09:02:23 $ docker rm -f 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:02:36 Stashed 43 file(s) [Pipeline] echo 09:02:36 [edgeXSemver]: initialized semver on version 1.2.2-dev.26 [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 09:02:37 ========================================================= 09:02:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:02:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:02:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:02:41 Sending build context to Docker daemon 323.2MB 09:02:41 Step 1/7 : ARG BASE=golang:1.15-alpine 09:02:41 Step 2/7 : FROM ${BASE} 09:02:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:02:41 df20fa9351a1: Pulling fs layer 09:02:41 ed8968b2872e: Pulling fs layer 09:02:41 a92cc7c5fd73: Pulling fs layer 09:02:41 e871e8e8d7a9: Pulling fs layer 09:02:41 e73272ec9a57: Pulling fs layer 09:02:41 1e910a182e73: Pulling fs layer 09:02:41 4e634b169226: Pulling fs layer 09:02:41 e73272ec9a57: Waiting 09:02:41 1e910a182e73: Waiting 09:02:41 4e634b169226: Waiting 09:02:41 e871e8e8d7a9: Waiting 09:02:41 a92cc7c5fd73: Verifying Checksum 09:02:41 a92cc7c5fd73: Download complete 09:02:41 df20fa9351a1: Verifying Checksum 09:02:41 df20fa9351a1: Download complete 09:02:41 e73272ec9a57: Verifying Checksum 09:02:41 e73272ec9a57: Download complete 09:02:41 1e910a182e73: Verifying Checksum 09:02:41 1e910a182e73: Download complete 09:02:41 ed8968b2872e: Verifying Checksum 09:02:41 ed8968b2872e: Download complete 09:02:41 df20fa9351a1: Pull complete 09:02:42 ed8968b2872e: Pull complete 09:02:42 a92cc7c5fd73: Pull complete 09:02:43 4e634b169226: Verifying Checksum 09:02:43 4e634b169226: Download complete 09:02:43 e871e8e8d7a9: Verifying Checksum 09:02:43 e871e8e8d7a9: Download complete 09:02:48 e871e8e8d7a9: Pull complete 09:02:48 e73272ec9a57: Pull complete 09:02:48 1e910a182e73: Pull complete 09:02:51 Still waiting to schedule task 09:02:51 ‘prd-ubuntu18.04-docker-arm64-4c-16g-43555’ is offline 09:02:54 4e634b169226: Pull complete 09:02:54 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:02:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:02:54 ---> f7629b54cfaa 09:02:54 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 09:02:54 ---> Running in e1988ea9e9af 09:02:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:02:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:02:59 (1/12) Installing libmagic (5.38-r0) 09:03:00 (2/12) Installing file (5.38-r0) 09:03:00 (3/12) Installing libc-dev (0.7.2-r3) 09:03:00 (4/12) Installing g++ (9.3.0-r2) 09:03:10 (5/12) Installing fortify-headers (1.1-r0) 09:03:10 (6/12) Installing patch (2.7.6-r6) 09:03:10 (7/12) Installing build-base (0.5-r2) 09:03:10 (8/12) Installing libsodium (1.0.18-r0) 09:03:10 (9/12) Installing pkgconf (1.7.2-r0) 09:03:10 (10/12) Installing libsodium-dev (1.0.18-r0) 09:03:10 (11/12) Installing libzmq (4.3.3-r0) 09:03:10 (12/12) Installing zeromq-dev (4.3.3-r0) 09:03:10 Executing busybox-1.31.1-r16.trigger 09:03:10 OK: 233 MiB in 51 packages 09:03:14 Removing intermediate container e1988ea9e9af 09:03:14 ---> eaf02b8f5cd8 09:03:14 Step 4/7 : WORKDIR /edgex-go 09:03:14 ---> Running in f9128546205d 09:03:14 Removing intermediate container f9128546205d 09:03:14 ---> 977fcdf2d62f 09:03:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:03:14 latest: Pulling from library/docker 09:03:14 df20fa9351a1: Already exists 09:03:14 25ad7478873d: Pulling fs layer 09:03:14 4684f6177b5d: Pulling fs layer 09:03:14 46e300cec669: Pulling fs layer 09:03:14 63038576ad94: Pulling fs layer 09:03:14 0fdb76c4706c: Pulling fs layer 09:03:14 cb7edeffdfd5: Pulling fs layer 09:03:14 63038576ad94: Waiting 09:03:14 0fdb76c4706c: Waiting 09:03:14 cb7edeffdfd5: Waiting 09:03:14 4684f6177b5d: Verifying Checksum 09:03:14 4684f6177b5d: Download complete 09:03:14 25ad7478873d: Verifying Checksum 09:03:14 25ad7478873d: Download complete 09:03:14 63038576ad94: Verifying Checksum 09:03:14 63038576ad94: Download complete 09:03:14 0fdb76c4706c: Verifying Checksum 09:03:14 0fdb76c4706c: Download complete 09:03:14 cb7edeffdfd5: Verifying Checksum 09:03:14 cb7edeffdfd5: Download complete 09:03:14 25ad7478873d: Pull complete 09:03:15 4684f6177b5d: Pull complete 09:03:15 46e300cec669: Download complete 09:03:18 46e300cec669: Pull complete 09:03:18 63038576ad94: Pull complete 09:03:18 0fdb76c4706c: Pull complete 09:03:18 cb7edeffdfd5: Pull complete 09:03:18 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 09:03:18 Status: Downloaded newer image for docker:latest 09:03:20 ---> 2d0edd9fbc54 09:03:20 Step 6/7 : COPY go.mod . 09:03:20 ---> 4cee831e7962 09:03:20 Step 7/7 : RUN go mod download 09:03:20 ---> Running in d715074cb3de 09:03:42 Removing intermediate container d715074cb3de 09:03:42 ---> 100e0101147f 09:03:42 Successfully built 100e0101147f 09:03:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:03:42 + docker inspect -f . ci-base-image-x86_64 09:03:42 . [Pipeline] withDockerContainer 09:03:42 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:03:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:03:43 $ docker top 13cc04d016fcc9831f030132b29943f98f685816d025b8f531e9cc62db771a84 -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:43 + go version 09:03:43 go version go1.15.2 linux/amd64 [Pipeline] } 09:03:43 $ docker stop --time=1 13cc04d016fcc9831f030132b29943f98f685816d025b8f531e9cc62db771a84 09:03:45 $ docker rm -f 13cc04d016fcc9831f030132b29943f98f685816d025b8f531e9cc62db771a84 [Pipeline] // withDockerContainer [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 09:03:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:03:48 09:03:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:03:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:03:48 latest: Pulling from edgex-devops/edgex-compose 09:03:48 cbdbe7a5bc2a: Pulling fs layer 09:03:48 ca9280d653b3: Pulling fs layer 09:03:48 7e9c9ca2126c: Pulling fs layer 09:03:49 cbdbe7a5bc2a: Download complete 09:03:49 cbdbe7a5bc2a: Pull complete 09:03:49 ca9280d653b3: Verifying Checksum 09:03:49 ca9280d653b3: Download complete 09:03:50 ca9280d653b3: Pull complete 09:03:50 7e9c9ca2126c: Download complete 09:03:57 7e9c9ca2126c: Pull complete 09:03:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:03:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:03:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:03:57 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:03:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:03:58 $ docker top 16602d3f7fcb8136ffc247bc19efc57942e77e0e0b2b0760be8c7c93b83316af -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:58 + docker-compose build --help 09:03:58 + grep parallel 09:03:59 --parallel Build images in parallel. [Pipeline] } 09:03:59 $ docker stop --time=1 16602d3f7fcb8136ffc247bc19efc57942e77e0e0b2b0760be8c7c93b83316af 09:04:02 $ docker rm -f 16602d3f7fcb8136ffc247bc19efc57942e77e0e0b2b0760be8c7c93b83316af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:04:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:04:02 . [Pipeline] withDockerContainer 09:04:02 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:04:02 $ 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/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:04:03 $ docker top d961f2ac17dfe4f0fc0d565b5a2697a497c898b3c7463df03d02a762c4eedf26 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:04 + docker-compose -f ./docker-compose-build.yml build --parallel 09:04:05 Building docker-core-command-go ... 09:04:05 Building docker-core-data-go ... 09:04:05 Building docker-core-metadata-go ... 09:04:05 Building docker-security-proxy-setup-go ... 09:04:05 Building docker-security-secrets-setup-go ... 09:04:05 Building docker-security-secretstore-setup-go ... 09:04:05 Building docker-support-logging-go ... 09:04:05 Building docker-support-notifications-go ... 09:04:05 Building docker-support-scheduler-go ... 09:04:05 Building docker-sys-mgmt-agent-go ... 09:04:05 Building docker-security-proxy-setup-go 09:04:05 Building docker-core-data-go 09:04:05 Building docker-support-logging-go 09:04:05 Building docker-sys-mgmt-agent-go 09:04:05 Building docker-core-metadata-go 09:04:23 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 09:04:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:04:23 ---> 100e0101147f 09:04:23 Step 3/20 : WORKDIR /edgex-go 09:04:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:04:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:04:23 ---> 100e0101147f 09:04:23 Step 3/22 : WORKDIR /edgex-go 09:04:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 09:04:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:04:24 ---> 100e0101147f 09:04:24 Step 3/23 : WORKDIR /edgex-go 09:04:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:04:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:04:24 ---> 100e0101147f 09:04:24 Step 3/22 : WORKDIR /edgex-go 09:04:24 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 09:04:24 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:04:24 ---> 100e0101147f 09:04:24 Step 3/27 : WORKDIR /edgex-go 09:04:25 ---> Running in 8d9bbb5c01f7 09:04:25 ---> Running in e900888ef01a 09:04:25 ---> Running in b49bc70dc418 09:04:25 ---> Running in 38a1963ed032 09:04:25 ---> Running in 1ac8f93d2821 09:04:25 Removing intermediate container b49bc70dc418 09:04:25 ---> f50accb9b7ff 09:04:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:25 Removing intermediate container 8d9bbb5c01f7 09:04:25 ---> c9ddd810f2b6 09:04:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:25 Removing intermediate container 1ac8f93d2821 09:04:25 ---> 1c4aaa5a7eaf 09:04:25 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:25 Removing intermediate container 38a1963ed032 09:04:25 ---> dd64aa32869a 09:04:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:25 Removing intermediate container e900888ef01a 09:04:25 ---> 60bd8fbf1c4f 09:04:25 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:26 ---> Running in 175789f50118 09:04:26 ---> Running in 3f2f142bac68 09:04:26 ---> Running in 87f69e5bc4d0 09:04:26 ---> Running in 66c538389916 09:04:26 ---> Running in 7e6014cf7814 09:04:28 Removing intermediate container 175789f50118 09:04:28 ---> 50f4249503b7 09:04:28 Step 5/27 : RUN apk update && apk add make bash git 09:04:28 Removing intermediate container 3f2f142bac68 09:04:28 ---> 29529bb3e994 09:04:28 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:04:28 ---> Running in aa0f2c3a4eb1 09:04:28 ---> Running in 16050997c0da 09:04:28 Removing intermediate container 87f69e5bc4d0 09:04:28 ---> 0a218082420e 09:04:28 Step 5/22 : RUN apk update && apk add make git 09:04:28 ---> Running in 7481394189b5 09:04:28 Removing intermediate container 66c538389916 09:04:28 ---> 322fed116cbe 09:04:28 Step 5/22 : RUN apk update && apk add make && apk add bash git 09:04:28 Removing intermediate container 7e6014cf7814 09:04:28 ---> 8d0684061429 09:04:28 Step 5/20 : RUN apk update && apk add make git 09:04:29 ---> Running in 41b0c04d16eb 09:04:29 ---> Running in 3c8d39c44ca1 09:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:04:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:04:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:04:32 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:04:32 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:04:32 OK: 12750 distinct packages available 09:04:32 OK: 233 MiB in 51 packages 09:04:33 Removing intermediate container aa0f2c3a4eb1 09:04:33 ---> 031ffa25582b 09:04:33 Step 6/27 : COPY go.mod . 09:04:33 ---> 9599eb8ea7ad 09:04:33 Step 7/27 : RUN go mod download 09:04:33 ---> Running in 8e1d6982a4aa 09:04:34 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:04:34 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:04:34 OK: 12750 distinct packages available 09:04:34 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:04:34 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:04:34 OK: 12750 distinct packages available 09:04:34 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:04:34 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:04:34 OK: 12750 distinct packages available 09:04:34 OK: 233 MiB in 51 packages 09:04:34 OK: 233 MiB in 51 packages 09:04:34 OK: 233 MiB in 51 packages 09:04:34 OK: 233 MiB in 51 packages 09:04:35 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:04:35 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:04:35 OK: 12750 distinct packages available 09:04:35 Removing intermediate container 3c8d39c44ca1 09:04:35 ---> 53fb94c48289 09:04:35 Step 6/20 : COPY go.mod . 09:04:35 OK: 233 MiB in 51 packages 09:04:35 Removing intermediate container 8e1d6982a4aa 09:04:35 ---> fb852f338170 09:04:35 Step 8/27 : COPY . . 09:04:35 Removing intermediate container 7481394189b5 09:04:35 ---> 4f06fc8282c4 09:04:35 Step 6/22 : COPY go.mod . 09:04:35 ---> 8a3e44540344 09:04:35 Step 7/20 : RUN go mod download 09:04:36 Removing intermediate container 41b0c04d16eb 09:04:36 ---> d11666f9d136 09:04:36 Step 6/22 : COPY go.mod . 09:04:36 ---> Running in adb8614102e9 09:04:36 ---> 3dce8c8f7d8c 09:04:36 Step 7/22 : RUN go mod download 09:04:40 ---> Running in 9373b9e4a3b1 09:04:40 ---> 76050591ab98 09:04:40 Step 7/22 : RUN go mod download 09:04:41 Removing intermediate container 16050997c0da 09:04:41 ---> 973656a4ec67 09:04:41 Step 6/23 : COPY go.mod . 09:04:41 ---> Running in a5228da33b8e 09:04:43 ---> 488b41c54dbf 09:04:43 Step 7/23 : RUN go mod download 09:04:43 ---> Running in 0ed5b584a6ca 09:04:44 ---> 565f5b63efca 09:04:44 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:04:44 ---> Running in 6e46ceb8143a 09:04:44 Removing intermediate container adb8614102e9 09:04:44 ---> 924cbfdf0b29 09:04:44 Step 8/20 : COPY . . 09:04:44 Removing intermediate container 9373b9e4a3b1 09:04:44 ---> 00aba19b93ac 09:04:44 Step 8/22 : COPY . . 09:04:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:04:49 Removing intermediate container a5228da33b8e 09:04:49 ---> ac8491070503 09:04:49 Step 8/22 : COPY . . 09:04:59 Removing intermediate container 0ed5b584a6ca 09:04:59 ---> 63756543eccc 09:04:59 Step 8/23 : COPY . . 09:05:08 ---> 15bd27b7fb54 09:05:08 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:05:08 ---> 2331495c5f2b 09:05:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:05:10 ---> Running in 8888c6f99be2 09:05:11 ---> Running in 14b5ca0040d0 09:05:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:05:14 ---> fada026203f9 09:05:14 Step 9/22 : RUN make cmd/support-logging/support-logging 09:05:15 ---> Running in 98538b761135 09:05:15 ---> 3a5ef89ccfc3 09:05:15 Step 9/23 : RUN make cmd/core-data/core-data 09:05:15 ---> Running in 0f3ddd90dee5 09:05:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:05:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-logging/support-logging ./cmd/support-logging 09:05:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-data/core-data ./cmd/core-data 09:05:21 Removing intermediate container 6e46ceb8143a 09:05:21 ---> edb602ccd1b7 09:05:21 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:05:21 ---> Running in 4447e0599f31 09:05:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:05:26 Removing intermediate container 4447e0599f31 09:05:26 ---> 29b1a1dc88b1 09:05:26 09:05:26 Step 11/27 : FROM docker:latest 09:05:26 ---> 81f5749c9058 09:05:26 Step 12/27 : RUN apk add --no-cache bash 09:05:26 ---> Running in 3c0273e7697d 09:05:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:29 (1/2) Installing readline (8.0.4-r0) 09:05:29 (2/2) Installing bash (5.0.17-r0) 09:05:29 Executing bash-5.0.17-r0.post-install 09:05:29 Executing busybox-1.31.1-r16.trigger 09:05:29 OK: 12 MiB in 22 packages 09:05:31 Removing intermediate container 3c0273e7697d 09:05:31 ---> 64bcd132b6f1 09:05:31 Step 13/27 : RUN rm -rf /var/cache/apk/* 09:05:31 ---> Running in ed57f97eeedc 09:05:33 Removing intermediate container ed57f97eeedc 09:05:33 ---> 458958110e02 09:05:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:05:33 ---> Running in 774ac240c7a8 09:05:33 Removing intermediate container 774ac240c7a8 09:05:33 ---> 1a8bc3da34d5 09:05:33 Step 15/27 : ENV APP_PORT=48090 09:05:33 ---> Running in 81d90ff4c896 09:05:34 Removing intermediate container 81d90ff4c896 09:05:34 ---> d9653a389610 09:05:34 Step 16/27 : EXPOSE $APP_PORT 09:05:34 ---> Running in 4b701c4cfd6c 09:05:34 Removing intermediate container 4b701c4cfd6c 09:05:34 ---> 4c3c53d2e88f 09:05:34 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:05:35 ---> 01ce96c3b371 09:05:35 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:05:36 ---> bdd1a653df8c 09:05:36 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:05:37 ---> e8b2a1775601 09:05:37 Step 20/27 : RUN apk --no-cache add py-pip 09:05:37 ---> Running in c391cf99b475 09:05:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:38 (1/33) Installing libbz2 (1.0.8-r1) 09:05:38 (2/33) Installing expat (2.2.9-r1) 09:05:38 (3/33) Installing libffi (3.3-r2) 09:05:38 (4/33) Installing gdbm (1.13-r1) 09:05:38 (5/33) Installing xz-libs (5.2.5-r0) 09:05:38 (6/33) Installing sqlite-libs (3.32.1-r0) 09:05:38 (7/33) Installing python3 (3.8.5-r0) 09:05:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43573 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 09:05:45 Running in /w/workspace/edgex-go/141 [Pipeline] { [Pipeline] checkout 09:05:45 (8/33) Installing py3-appdirs (1.4.4-r1) 09:05:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:05:45 (10/33) Installing py3-parsing (2.4.7-r0) 09:05:45 (11/33) Installing py3-six (1.15.0-r0) 09:05:45 (12/33) Installing py3-packaging (20.4-r0) 09:05:45 (13/33) Installing py3-setuptools (47.0.0-r0) 09:05:45 (14/33) Installing py3-chardet (3.0.4-r4) 09:05:45 Removing intermediate container 8888c6f99be2 09:05:45 ---> a7c797e12a8d 09:05:45 09:05:45 Step 10/20 : FROM alpine 09:05:45 (15/33) Installing py3-idna (2.9-r0) 09:05:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:05:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:05:45 (18/33) Installing py3-requests (2.23.0-r0) 09:05:45 (19/33) Installing py3-msgpack (1.0.0-r0) 09:05:45 (20/33) Installing py3-lockfile (0.12.2-r3) 09:05:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:05:45 (22/33) Installing py3-colorama (0.4.3-r0) 09:05:45 (23/33) Installing py3-distlib (0.3.0-r0) 09:05:45 (24/33) Installing py3-distro (1.5.0-r1) 09:05:45 (25/33) Installing py3-webencodings (0.5.1-r3) 09:05:45 (26/33) Installing py3-html5lib (1.0.1-r4) 09:05:45 (27/33) Installing py3-pytoml (0.1.21-r0) 09:05:45 latest: Pulling from library/alpine 09:05:45 (28/33) Installing py3-pep517 (0.8.2-r0) 09:05:45 (29/33) Installing py3-progress (1.5-r0) 09:05:45 (30/33) Installing py3-toml (0.10.1-r0) 09:05:45 (31/33) Installing py3-retrying (1.3.3-r0) 09:05:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:05:45 (33/33) Installing py3-pip (20.1.1-r0) 09:05:46 Executing busybox-1.31.1-r16.trigger 09:05:46 OK: 71 MiB in 55 packages 09:05:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:05:46 Status: Downloaded newer image for alpine:latest 09:05:46 ---> a24bb4013296 09:05:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:05:49 ---> Running in 16da3f3edcef 09:05:49 Removing intermediate container 98538b761135 09:05:49 ---> 0451e3b37b00 09:05:49 09:05:49 Step 10/22 : FROM scratch 09:05:49 ---> 09:05:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:05:50 ---> Running in 40cb9ed59015 09:05:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:50 using credential edgex-jenkins-ssh 09:05:50 Cloning the remote Git repository 09:05:50 Cloning with configured refspecs honoured and without tags 09:05:50 v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:05:50 v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:05:50 OK: 12748 distinct packages available 09:05:50 (1/4) Installing ca-certificates (20191127-r4) 09:05:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:05:50 (3/4) Installing libcurl (7.69.1-r1) 09:05:50 (4/4) Installing curl (7.69.1-r1) 09:05:50 Executing busybox-1.31.1-r16.trigger 09:05:50 Executing ca-certificates-20191127-r4.trigger 09:05:50 OK: 7 MiB in 18 packages 09:05:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:05:50 > git init /w/workspace/edgex-go/141 # timeout=10 09:05:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:05:50 > git --version # timeout=10 09:05:50 > git --version # 'git version 2.17.1' 09:05:50 using GIT_SSH to set credentials SSH Credentials for GitHub 09:05:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:05:51 Removing intermediate container 40cb9ed59015 09:05:51 ---> cd5320136995 09:05:51 Step 12/22 : ENV APP_PORT=48061 09:05:56 ---> Running in 2288018d0a91 09:05:56 Removing intermediate container c391cf99b475 09:05:56 ---> 9d19b1449509 09:05:56 Step 21/27 : RUN pip install docker-compose==1.23.2 09:05:56 Removing intermediate container 2288018d0a91 09:05:56 ---> 4001e8f2d8d9 09:05:56 Step 13/22 : EXPOSE $APP_PORT 09:05:57 ---> Running in 4186bade9df6 09:05:57 ---> Running in 849195e9c78d 09:05:57 Removing intermediate container 16da3f3edcef 09:05:57 ---> 3fdc3bf1fee0 09:05:57 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:05:59 ---> Running in 9c2fbe0c10b4 09:06:02 Removing intermediate container 849195e9c78d 09:06:02 ---> 3463a7164bae 09:06:02 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 09:06:02 Removing intermediate container 14b5ca0040d0 09:06:02 ---> d158880baf5b 09:06:02 09:06:02 Step 10/22 : FROM scratch 09:06:02 ---> 09:06:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:06:02 Removing intermediate container 0f3ddd90dee5 09:06:02 ---> 5f960a339128 09:06:02 09:06:02 Step 10/23 : FROM alpine 09:06:02 ---> a24bb4013296 09:06:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:06:02 Removing intermediate container 9c2fbe0c10b4 09:06:02 ---> a648adc2b090 09:06:02 Step 13/20 : WORKDIR /edgex 09:06:02 ---> Running in 6c50428f13d1 09:06:02 ---> Running in a690afa62577 09:06:03 ---> Running in f0dd8f9fb3f4 09:06:03 ---> c35728b27aba 09:06:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:06:03 Removing intermediate container 6c50428f13d1 09:06:03 ---> 1a1aac19c0e4 09:06:03 Step 12/22 : ENV APP_PORT=48081 09:06:03 ---> Running in 69afb966a71a 09:06:03 Removing intermediate container a690afa62577 09:06:03 ---> 60a55d5ab024 09:06:03 Step 12/23 : ENV APP_PORT=48080 09:06:03 Removing intermediate container f0dd8f9fb3f4 09:06:03 ---> 4b61ada85d46 09:06:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:06:03 ---> Running in eebb3753439f 09:06:03 ---> b836f80ae126 09:06:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:06:03 Removing intermediate container 69afb966a71a 09:06:03 ---> 2f9d0493aefc 09:06:03 Step 13/22 : EXPOSE $APP_PORT 09:06:03 ---> Running in 80be82598f1a 09:06:03 Collecting docker-compose==1.23.2 09:06:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:06:03 ---> b3a6eef83268 09:06:03 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:06:03 Removing intermediate container eebb3753439f 09:06:03 ---> 8538432ec9d4 09:06:03 Step 13/23 : EXPOSE $APP_PORT 09:06:04 Removing intermediate container 80be82598f1a 09:06:04 ---> 102a222bc9de 09:06:04 Step 14/22 : WORKDIR / 09:06:04 Collecting texttable<0.10,>=0.9.0 09:06:04 Downloading texttable-0.9.1.tar.gz (11 kB) 09:06:04 ---> Running in b8394467b47e 09:06:04 ---> Running in 19f270302172 09:06:04 ---> dd29eca09c68 09:06:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:06:04 ---> 312364fdca49 09:06:04 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:06:04 ---> Running in f2876e8b0110 09:06:04 Removing intermediate container b8394467b47e 09:06:04 ---> cdef68380d07 09:06:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:06:04 Removing intermediate container 19f270302172 09:06:04 ---> 812850b819d6 09:06:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:06:04 Collecting docker<4.0,>=3.6.0 09:06:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:06:04 ---> 4b44b4c0693d 09:06:04 Step 18/22 : ENTRYPOINT ["/support-logging"] 09:06:04 ---> Running in 58bf59b23487 09:06:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:06:04 Removing intermediate container f2876e8b0110 09:06:04 ---> 4fb5118a49f8 09:06:04 Step 17/20 : CMD ["--init=true"] 09:06:05 ---> Running in c0739ac056d2 09:06:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:06:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:06:05 ---> b882f245f459 09:06:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:06:05 ---> Running in 1ea30ab59c97 09:06:05 Collecting cached-property<2,>=1.2.0 09:06:05 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 09:06:05 Removing intermediate container c0739ac056d2 09:06:05 ---> 78b1cd092c3e 09:06:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:05 Collecting PyYAML<4,>=3.10 09:06:05 Downloading PyYAML-3.13.tar.gz (270 kB) 09:06:05 ---> Running in e51fb2a11317 09:06:05 Removing intermediate container 1ea30ab59c97 09:06:05 ---> 7da8a2e8e9f7 09:06:05 Step 18/20 : LABEL arch=x86_64 09:06:06 ---> Running in 025cbb63f2d1 09:06:07 Collecting dockerpty<0.5,>=0.4.1 09:06:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:06:07 ---> 592a0c2c1609 09:06:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:06:07 Removing intermediate container e51fb2a11317 09:06:07 ---> 50b98403e9ab 09:06:07 Step 20/22 : LABEL arch=x86_64 09:06:07 ---> Running in 0aad69234141 09:06:07 Removing intermediate container 025cbb63f2d1 09:06:07 ---> 74d5a8ebd591 09:06:07 Step 19/20 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:06:07 ---> 2905a6bab94f 09:06:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:06:07 ---> Running in e6eaae8d7b81 09:06:07 Collecting docopt<0.7,>=0.6.1 09:06:07 Downloading docopt-0.6.2.tar.gz (25 kB) 09:06:07 ---> Running in 0689ca20725a 09:06:07 Removing intermediate container 58bf59b23487 09:06:07 ---> 84cf7c5ceb09 09:06:07 Step 15/23 : RUN apk --no-cache add zeromq 09:06:07 Removing intermediate container 0aad69234141 09:06:07 ---> 205e68fc0c50 09:06:07 Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:06:07 ---> Running in 810e35c3eb4a 09:06:07 Removing intermediate container e6eaae8d7b81 09:06:07 ---> 9bd327821484 09:06:07 Step 20/20 : LABEL version=1.2.2-dev.26 09:06:07 ---> Running in 0df6e9019259 09:06:08 Removing intermediate container 0689ca20725a 09:06:08 ---> 1960d869124b 09:06:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:08 ---> Running in 513aa18b7a72 09:06:08 Collecting websocket-client<1.0,>=0.32.0 09:06:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:06:09 ---> Running in f0f6fa8ef379 09:06:09 Collecting jsonschema<3,>=2.5.1 09:06:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:06:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:09 Removing intermediate container 0df6e9019259 09:06:09 ---> cdcb09a4fffc 09:06:09 Step 22/22 : LABEL version=1.2.2-dev.26 09:06:09 Collecting docker-pycreds>=0.4.0 09:06:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:06:09 Removing intermediate container 513aa18b7a72 09:06:09 ---> b4f7b4774ae1 09:06:09 09:06:09 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) 09:06:09 Removing intermediate container f0f6fa8ef379 09:06:09 ---> cc81b0e027a9 09:06:09 Step 20/22 : LABEL arch=x86_64 09:06:09 ---> Running in 7b1a085bfd60 09:06:09 Collecting urllib3<1.25,>=1.21.1 09:06:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:06:09 Successfully built b4f7b4774ae1 09:06:09 Successfully tagged docker-security-proxy-setup-go:latest 09:06:09  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 09:06:09 ---> Running in d4731b0aa2e5 09:06:09 Collecting idna<2.8,>=2.5 09:06:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:06:09 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) 09:06:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:06:09 Removing intermediate container 7b1a085bfd60 09:06:09 ---> 3032160b168a 09:06:09 09:06:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:06:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:06:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:06:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:09 Removing intermediate container d4731b0aa2e5 09:06:09 ---> 44b69acfdeac 09:06:09 Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:06:09 Successfully built 3032160b168a 09:06:09 Installing collected packages: texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docopt, jsonschema, docker-compose 09:06:09 Running setup.py install for texttable: started 09:06:09 Successfully tagged docker-support-logging-go:latest 09:06:09 Building docker-security-secrets-setup-go 09:06:10  Building docker-support-logging-go ... done  ---> Running in 3183140a046a 09:06:10 Running setup.py install for texttable: finished with status 'done' 09:06:10 Attempting uninstall: urllib3 09:06:10 Found existing installation: urllib3 1.25.9 09:06:10 Uninstalling urllib3-1.25.9: 09:06:10 Removing intermediate container 3183140a046a 09:06:10 ---> 38a15e3c62d6 09:06:10 Step 22/22 : LABEL version=1.2.2-dev.26 09:06:10 (1/5) Installing libgcc (9.3.0-r2) 09:06:12 (2/5) Installing libsodium (1.0.18-r0) 09:06:12 (3/5) Installing libstdc++ (9.3.0-r2) 09:06:13 (4/5) Installing libzmq (4.3.3-r0) 09:06:14 (5/5) Installing zeromq (4.3.3-r0) 09:06:14 Executing busybox-1.31.1-r16.trigger 09:06:14 Successfully uninstalled urllib3-1.25.9 09:06:14 OK: 8 MiB in 19 packages 09:06:15 ---> Running in c61f7de4c054 09:06:15 Attempting uninstall: idna 09:06:15 Found existing installation: idna 2.9 09:06:15 Uninstalling idna-2.9: 09:06:16 Successfully uninstalled idna-2.9 09:06:17 Removing intermediate container c61f7de4c054 09:06:17 ---> 0882fa8b5e40 09:06:17 09:06:17 Attempting uninstall: requests 09:06:17 Found existing installation: requests 2.23.0 09:06:17 Uninstalling requests-2.23.0: 09:06:17 Successfully uninstalled requests-2.23.0 09:06:18 Fetching without tags 09:06:18 Successfully built 0882fa8b5e40 09:06:18 Removing intermediate container 810e35c3eb4a 09:06:18 ---> 6327d06433be 09:06:18 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:06:18 Successfully tagged docker-core-metadata-go:latest 09:06:18  Building docker-core-metadata-go ... done Building docker-support-notifications-go 09:06:19 Checking out Revision 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 (master) 09:06:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:06:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:06:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:06:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:06:18 using GIT_SSH to set credentials SSH Credentials for GitHub 09:06:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:06:19 > git config core.sparsecheckout # timeout=10 09:06:19 > git checkout -f 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 # timeout=10 09:06:23 Commit message: "Merge pull request #2694 from cloudxxx8/issue-2693" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 09:06:25 Running setup.py install for PyYAML: started 09:06:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 09:06:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:06:25 ---> 100e0101147f 09:06:25 Step 3/26 : WORKDIR /edgex-go 09:06:25 ---> Using cache 09:06:25 ---> 60bd8fbf1c4f 09:06:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:06:25 ---> Using cache 09:06:25 ---> 8d0684061429 09:06:25 Step 5/26 : RUN apk update && apk add make git 09:06:25 ---> Using cache 09:06:25 ---> 53fb94c48289 09:06:25 Step 6/26 : COPY go.mod . 09:06:25 ---> Using cache 09:06:25 ---> 8a3e44540344 09:06:25 Step 7/26 : RUN go mod download 09:06:25 ---> Using cache 09:06:25 ---> 924cbfdf0b29 09:06:25 Step 8/26 : COPY . . 09:06:25 ---> Using cache 09:06:25 ---> 15bd27b7fb54 09:06:25 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 09:06:26 ---> 68180dbd215b 09:06:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:06:27 ---> Running in 965d8b356db7 09:06:27 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 09:06:27 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:06:27 ---> 100e0101147f 09:06:27 Step 3/29 : WORKDIR /edgex-go 09:06:27 ---> Using cache 09:06:27 ---> 60bd8fbf1c4f 09:06:27 Step 4/29 : RUN apk update && apk add make git 09:06:29 ---> Running in e7a76e8e239b 09:06:29 ---> 099c414332a7 09:06:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:06:29 Running setup.py install for PyYAML: finished with status 'done' 09:06:29 Running setup.py install for dockerpty: started 09:06:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:06:30 ---> 8b5d8fe8f0ec 09:06:30 Step 19/23 : ENTRYPOINT ["/core-data"] 09:06:30 Running setup.py install for dockerpty: finished with status 'done' 09:06:30 Running setup.py install for docopt: started 09:06:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:30 ---> Running in 891ce46ce684 09:06:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:30 Running setup.py install for docopt: finished with status 'done' 09:06:31 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:06:31 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:06:31 OK: 12750 distinct packages available 09:06:31 Removing intermediate container 891ce46ce684 09:06:31 ---> be2b212e3761 09:06:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:32 OK: 233 MiB in 51 packages 09:06:33 ---> Running in 5427e3cc97be 09:06:33 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 09:06:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:06:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:06:33 ---> 100e0101147f 09:06:33 Step 3/24 : WORKDIR /edgex-go 09:06:33 ---> Using cache 09:06:33 ---> 60bd8fbf1c4f 09:06:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:06:33 ---> Using cache 09:06:33 ---> 8d0684061429 09:06:33 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 09:06:34 ---> Running in 296188e6f205 09:06:35 Removing intermediate container 5427e3cc97be 09:06:35 ---> 1c2f54db99d9 09:06:35 Step 21/23 : LABEL arch=x86_64 09:06:35 ---> Running in ca6b48001f14 09:06:35 Removing intermediate container e7a76e8e239b 09:06:35 ---> 8e72d0c528be 09:06:35 Step 5/29 : COPY go.mod . 09:06:35 Removing intermediate container ca6b48001f14 09:06:35 ---> bd8878a139f6 09:06:35 Step 22/23 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:06:36 ---> Running in 9e9efb78c761 09:06:36 ---> 0cc61777e6a4 09:06:36 Step 6/29 : RUN go mod download [Pipeline] echo 09:06:36 ========================================================= 09:06:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:06:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:06:36 ---> Running in f4aff6adbd79 09:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:36 Removing intermediate container 9e9efb78c761 09:06:36 ---> d1b44f89d6d7 09:06:36 Step 23/23 : LABEL version=1.2.2-dev.26 09:06:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:38 ---> Running in 6e6b31883ce5 09:06:38 Removing intermediate container 4186bade9df6 09:06:38 ---> aadef91d18d8 09:06:38 Step 22/27 : RUN apk --no-cache add curl 09:06:38 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:06:38 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:06:38 OK: 12750 distinct packages available 09:06:38 ---> Running in fe97f401c4ac 09:06:38 Removing intermediate container 6e6b31883ce5 09:06:38 ---> cdeb6013f7a5 09:06:38 09:06:38 Successfully built cdeb6013f7a5 09:06:38 Successfully tagged docker-core-data-go:latest 09:06:38 Building docker-support-scheduler-go 09:06:38 OK: 233 MiB in 51 packages 09:06:39  Building docker-core-data-go ... done Removing intermediate container f4aff6adbd79 09:06:39 ---> 95d79ccda6a0 09:06:39 Step 7/29 : COPY . . 09:06:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:06:40 (2/3) Installing libcurl (7.69.1-r1) 09:06:40 (3/3) Installing curl (7.69.1-r1) 09:06:40 Executing busybox-1.31.1-r16.trigger 09:06:41 OK: 72 MiB in 58 packages 09:06:41 Sending build context to Docker daemon 323.2MB 09:06:41 Step 1/7 : ARG BASE=golang:1.15-alpine 09:06:41 Step 2/7 : FROM ${BASE} 09:06:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:06:41 b538f80385f9: Pulling fs layer 09:06:41 74f711af9a0d: Pulling fs layer 09:06:41 99f96fe45779: Pulling fs layer 09:06:41 8529a6b9a6be: Pulling fs layer 09:06:41 45590311c82a: Pulling fs layer 09:06:41 69ca0ff8b7b3: Pulling fs layer 09:06:41 209524e5b208: Pulling fs layer 09:06:41 45590311c82a: Waiting 09:06:41 69ca0ff8b7b3: Waiting 09:06:41 209524e5b208: Waiting 09:06:41 8529a6b9a6be: Waiting 09:06:41 99f96fe45779: Verifying Checksum 09:06:41 99f96fe45779: Download complete 09:06:41 74f711af9a0d: Verifying Checksum 09:06:41 74f711af9a0d: Download complete 09:06:41 45590311c82a: Download complete 09:06:41 69ca0ff8b7b3: Verifying Checksum 09:06:41 69ca0ff8b7b3: Download complete 09:06:41 b538f80385f9: Verifying Checksum 09:06:41 b538f80385f9: Download complete 09:06:42 Removing intermediate container 296188e6f205 09:06:42 ---> 3417fb9fe644 09:06:42 Step 6/24 : COPY go.mod . 09:06:42 b538f80385f9: Pull complete 09:06:43 74f711af9a0d: Pull complete 09:06:43 99f96fe45779: Pull complete 09:06:44 209524e5b208: Verifying Checksum 09:06:44 209524e5b208: Download complete 09:06:46 8529a6b9a6be: Verifying Checksum 09:06:46 8529a6b9a6be: Download complete 09:06:46 ---> ff62135d5859 09:06:46 Step 7/24 : RUN go mod download 09:06:50 ---> Running in b2ecd63c7568 09:06:50 Removing intermediate container fe97f401c4ac 09:06:50 ---> 695cf59b11ad 09:06:50 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 09:06:52 ---> Running in c7452590a925 09:06:53 Removing intermediate container c7452590a925 09:06:53 ---> 79a119732802 09:06:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:06:53 ---> Running in c01f2327a905 09:06:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 09:06:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:06:53 ---> 100e0101147f 09:06:53 Step 3/21 : WORKDIR /edgex-go 09:06:53 ---> Using cache 09:06:53 ---> 60bd8fbf1c4f 09:06:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:06:53 ---> Using cache 09:06:53 ---> 8d0684061429 09:06:53 Step 5/21 : RUN apk update && apk add make git 09:06:53 ---> Using cache 09:06:53 ---> 53fb94c48289 09:06:53 Step 6/21 : COPY go.mod . 09:06:53 ---> Using cache 09:06:53 ---> 8a3e44540344 09:06:53 Step 7/21 : RUN go mod download 09:06:53 ---> Using cache 09:06:53 ---> 924cbfdf0b29 09:06:53 Step 8/21 : COPY . . 09:06:53 ---> Using cache 09:06:53 ---> 15bd27b7fb54 09:06:53 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:06:56 ---> Running in c8754311f03c 09:06:56 Removing intermediate container c01f2327a905 09:06:56 ---> 0b1196f2322a 09:06:56 Step 25/27 : LABEL arch=x86_64 09:06:56 8529a6b9a6be: Pull complete 09:06:56 45590311c82a: Pull complete 09:06:56 ---> Running in c7cfc9f23963 09:06:56 69ca0ff8b7b3: Pull complete 09:06:57 ---> 0e18edc9f226 09:06:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:06:57 ---> Running in d5b0f8e9e6d8 09:06:57 Removing intermediate container b2ecd63c7568 09:06:57 ---> 623ded072e94 09:06:57 Step 8/24 : COPY . . 09:06:57 Removing intermediate container c7cfc9f23963 09:06:57 ---> c61b7639a4e7 09:06:57 Step 26/27 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:06:57 ---> Running in 8d9295053b56 09:06:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:06:58 Removing intermediate container 8d9295053b56 09:06:58 ---> 77e5ad476a87 09:06:58 Step 27/27 : LABEL version=1.2.2-dev.26 09:06:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:06:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 09:06:58 ---> Running in 53368c300729 09:07:01 209524e5b208: Pull complete 09:07:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:07:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:07:01 ---> 5bddaf1c2fca 09:07:01 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 09:07:03 Removing intermediate container 53368c300729 09:07:03 ---> e11376e2c954 09:07:03 09:07:03 Successfully built e11376e2c954 09:07:03 Successfully tagged docker-sys-mgmt-agent-go:latest 09:07:03 Building docker-core-command-go 09:07:05 ---> Running in b9c3610936dc 09:07:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:07:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:07:09 (1/12) Installing libmagic (5.38-r0) 09:07:09 (2/12) Installing file (5.38-r0) 09:07:09 (3/12) Installing libc-dev (0.7.2-r3) 09:07:09 (4/12) Installing g++ (9.3.0-r2) 09:07:15  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 965d8b356db7 09:07:15 ---> d3a5037b19db 09:07:15 09:07:15 Step 10/26 : FROM alpine:3.10 09:07:15 3.10: Pulling from library/alpine 09:07:15 ---> b7428f44cf49 09:07:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:07:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:07:15 ---> Running in 52ad216e766b 09:07:15 Status: Downloaded newer image for alpine:3.10 09:07:15 ---> be4e4bea2c2e 09:07:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:07:15 ---> Running in b20b46a20813 09:07:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:07:18 v3.10.5-87-g3e7a2f0987 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:07:18 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:07:18 OK: 10346 distinct packages available 09:07:18 (1/5) Installing ca-certificates (20191127-r2) 09:07:18 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:07:18 (3/5) Installing libcurl (7.66.0-r1) 09:07:18 (4/5) Installing curl (7.66.0-r1) 09:07:18 (5/5) Installing dumb-init (1.2.2-r1) 09:07:18 Executing busybox-1.30.1-r3.trigger 09:07:18 Executing ca-certificates-20191127-r2.trigger 09:07:18 OK: 7 MiB in 19 packages 09:07:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:07:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:07:19 ---> 100e0101147f 09:07:19 Step 3/22 : WORKDIR /edgex-go 09:07:19 ---> Using cache 09:07:19 ---> 60bd8fbf1c4f 09:07:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:07:19 ---> Using cache 09:07:19 ---> 8d0684061429 09:07:19 Step 5/22 : RUN apk update && apk add make git 09:07:19 ---> Using cache 09:07:19 ---> 53fb94c48289 09:07:19 Step 6/22 : COPY go.mod . 09:07:19 ---> Using cache 09:07:19 ---> 8a3e44540344 09:07:19 Step 7/22 : RUN go mod download 09:07:19 ---> Using cache 09:07:19 ---> 924cbfdf0b29 09:07:19 Step 8/22 : COPY . . 09:07:19 ---> Using cache 09:07:19 ---> 15bd27b7fb54 09:07:19 Step 9/22 : RUN make cmd/core-command/core-command 09:07:20 (5/12) Installing fortify-headers (1.1-r0) 09:07:20 (6/12) Installing patch (2.7.6-r6) 09:07:20 (7/12) Installing build-base (0.5-r2) 09:07:20 (8/12) Installing libsodium (1.0.18-r0) 09:07:20 (9/12) Installing pkgconf (1.7.2-r0) 09:07:20 (10/12) Installing libsodium-dev (1.0.18-r0) 09:07:20 (11/12) Installing libzmq (4.3.3-r0) 09:07:20 (12/12) Installing zeromq-dev (4.3.3-r0) 09:07:20 Executing busybox-1.31.1-r16.trigger 09:07:20 OK: 217 MiB in 51 packages 09:07:20 ---> Running in 3110ce3390ea 09:07:21 Removing intermediate container b20b46a20813 09:07:21 ---> 1c9a48ec4514 09:07:21 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:07:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-command/core-command ./cmd/core-command 09:07:22 ---> Running in 73c7a9f12070 09:07:22 Removing intermediate container 73c7a9f12070 09:07:22 ---> 75322b6affbb 09:07:22 Step 13/26 : WORKDIR / 09:07:22 ---> Running in bfa782bece5f 09:07:22 Removing intermediate container bfa782bece5f 09:07:22 ---> 188079b78441 09:07:22 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:07:23 ---> e9514cf38442 09:07:23 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:07:25 Removing intermediate container b9c3610936dc 09:07:25 ---> 261dd42a72e3 09:07:25 Step 4/7 : WORKDIR /edgex-go 09:07:25 ---> Running in b316425eb795 09:07:25 ---> d08395e15cee 09:07:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:07:25 Removing intermediate container d5b0f8e9e6d8 09:07:25 ---> 582933ef5996 09:07:25 09:07:25 Step 9/29 : FROM alpine:latest 09:07:25 ---> a24bb4013296 09:07:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:07:25 ---> Running in cf02a8608318 09:07:25 ---> 91eae6f1aa9e 09:07:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 09:07:25 Removing intermediate container b316425eb795 09:07:25 ---> 28d2a8e7c99c 09:07:25 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:07:25 Removing intermediate container cf02a8608318 09:07:25 ---> a9e85be508ff 09:07:25 Step 11/29 : USER root 09:07:26 latest: Pulling from library/docker 09:07:26 b538f80385f9: Already exists 09:07:26 259a493cd78d: Pulling fs layer 09:07:26 b8e66b5100f5: Pulling fs layer 09:07:26 39dc9c94d07c: Pulling fs layer 09:07:26 551b823b3b82: Pulling fs layer 09:07:26 3c52a74df98c: Pulling fs layer 09:07:26 6c9b121b6998: Pulling fs layer 09:07:26 551b823b3b82: Waiting 09:07:26 3c52a74df98c: Waiting 09:07:26 6c9b121b6998: Waiting 09:07:26 b8e66b5100f5: Verifying Checksum 09:07:26 b8e66b5100f5: Download complete 09:07:26 259a493cd78d: Verifying Checksum 09:07:26 259a493cd78d: Download complete 09:07:26 551b823b3b82: Verifying Checksum 09:07:26 551b823b3b82: Download complete 09:07:26 3c52a74df98c: Verifying Checksum 09:07:26 3c52a74df98c: Download complete 09:07:26 6c9b121b6998: Verifying Checksum 09:07:26 6c9b121b6998: Download complete 09:07:26 ---> Running in acef5e548da7 09:07:27 259a493cd78d: Pull complete 09:07:27 b8e66b5100f5: Pull complete 09:07:27 39dc9c94d07c: Verifying Checksum 09:07:27 39dc9c94d07c: Download complete 09:07:28 ---> 7f867c874239 09:07:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:07:29 Removing intermediate container acef5e548da7 09:07:29 ---> 46e4bf7378da 09:07:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:07:29 Removing intermediate container c8754311f03c 09:07:29 ---> 35ddf9f5a5a1 09:07:29 09:07:29 Step 10/21 : FROM scratch 09:07:29 ---> 09:07:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:07:29 ---> Running in 24ca0de32653 09:07:29 ---> Using cache 09:07:29 ---> 1a1aac19c0e4 09:07:29 Step 12/21 : ENV APP_PORT=48085 09:07:29 ---> 0dac48f581a1 09:07:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:07:29 ---> Running in 0a6de1274650 09:07:30 39dc9c94d07c: Pull complete 09:07:31 551b823b3b82: Pull complete 09:07:31 3c52a74df98c: Pull complete 09:07:31 6c9b121b6998: Pull complete 09:07:31 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 09:07:31 Status: Downloaded newer image for docker:latest 09:07:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:07:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:07:31 Removing intermediate container 0a6de1274650 09:07:31 ---> 4060774395a3 09:07:31 Step 13/21 : EXPOSE $APP_PORT 09:07:32 ---> 582f0b53dbe3 09:07:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 09:07:32 ---> Running in f1d054f8d992 09:07:32 v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:07:32 v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:07:32 OK: 12748 distinct packages available 09:07:32 Removing intermediate container f1d054f8d992 09:07:32 ---> 7621f3aa4349 09:07:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:07:32 (1/2) Installing ca-certificates (20191127-r4) 09:07:32 (2/2) Installing dumb-init (1.2.2-r1) 09:07:32 Executing busybox-1.31.1-r16.trigger 09:07:32 Executing ca-certificates-20191127-r4.trigger 09:07:32 OK: 6 MiB in 16 packages 09:07:32 ---> ca8648b7cb35 09:07:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:07:32 ---> 7c33ae5d702e 09:07:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:07:33 ---> e199edfa040f 09:07:33 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:07:33 ---> Running in 72f81bc0be11 09:07:34 ---> cbac9302209d 09:07:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:07:34 Removing intermediate container 24ca0de32653 09:07:34 ---> 819c2309af0d 09:07:34 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:07:34 ---> Running in 8eed1951c47d 09:07:35 ---> 6d19a5802aeb 09:07:35 Step 6/7 : COPY go.mod . 09:07:35 ---> b48be431767f 09:07:35 Step 7/7 : RUN go mod download 09:07:36 ---> Running in 5ada725c7853 09:07:36 Removing intermediate container 8eed1951c47d 09:07:36 ---> 995420858e64 09:07:36 Step 14/29 : WORKDIR $BASE_DIR 09:07:36 ---> dc192f3cd08d 09:07:36 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:07:37 ---> Running in 5c708407e813 09:07:37 ---> Running in 2bc33faf9250 09:07:37 Removing intermediate container 2bc33faf9250 09:07:37 ---> 956d495c3ce9 09:07:37 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:07:37 Removing intermediate container 5c708407e813 09:07:37 ---> 04339c240a37 09:07:37 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:07:37 Removing intermediate container 72f81bc0be11 09:07:37 ---> 5685fe049fe9 09:07:37 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:07:37 ---> Running in 43fdbb881d40 09:07:37 ---> Running in b47b8b90b8fc 09:07:38 ---> Running in b3dbe6bada73 09:07:38 Removing intermediate container b47b8b90b8fc 09:07:38 ---> 6fb9fce26e6e 09:07:38 Step 19/21 : LABEL arch=x86_64 09:07:38 Removing intermediate container b3dbe6bada73 09:07:38 ---> 819d94662b4b 09:07:38 Step 24/26 : LABEL arch=x86_64 09:07:38 ---> Running in ddab7af24444 09:07:38 ---> Running in feb138615d25 09:07:38 Removing intermediate container ddab7af24444 09:07:38 ---> 2f755e904b01 09:07:38 Step 20/21 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:07:39 Removing intermediate container feb138615d25 09:07:39 ---> 7b3604129d5a 09:07:39 Step 25/26 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:07:39 ---> Running in 76ca7904a90a 09:07:39 ---> Running in 55aeec25fab1 09:07:39 Removing intermediate container 76ca7904a90a 09:07:39 ---> 9f06b23e5f38 09:07:39 Step 21/21 : LABEL version=1.2.2-dev.26 09:07:39 ---> Running in 16e24a38d697 09:07:39 Removing intermediate container 43fdbb881d40 09:07:39 ---> 4f181a7eaef7 09:07:39 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:07:39 Removing intermediate container 55aeec25fab1 09:07:39 ---> 847119c6c0f9 09:07:39 Step 26/26 : LABEL version=1.2.2-dev.26 09:07:39 ---> Running in ce0c1e908b68 09:07:39 Removing intermediate container 16e24a38d697 09:07:39 ---> 4b2c33f989b4 09:07:39 09:07:40 Successfully built 4b2c33f989b4 09:07:40 Successfully tagged docker-support-scheduler-go:latest 09:07:40  Building docker-support-scheduler-go ... done Removing intermediate container ce0c1e908b68 09:07:40 ---> 0fd0a5eebd43 09:07:40 09:07:40 Successfully built 0fd0a5eebd43 09:07:41 ---> a7321030a286 09:07:41 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:07:41 Successfully tagged docker-security-secretstore-setup-go:latest 09:07:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container 52ad216e766b 09:07:42 ---> 5a13208cf6f8 09:07:42 09:07:42 Step 10/24 : FROM scratch 09:07:42 ---> 09:07:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:07:42 ---> Using cache 09:07:42 ---> cd5320136995 09:07:42 Step 12/24 : ENV APP_PORT=48060 09:07:43 ---> Running in 34f156c7b674 09:07:43 ---> 91b5acb3ebad 09:07:43 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:07:43 Removing intermediate container 3110ce3390ea 09:07:43 ---> c7b88c0eeea9 09:07:43 09:07:43 Step 10/22 : FROM scratch 09:07:43 ---> 09:07:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:07:43 Removing intermediate container 34f156c7b674 09:07:43 ---> 58915748e14c 09:07:43 Step 13/24 : EXPOSE $APP_PORT 09:07:43 ---> Using cache 09:07:43 ---> 1a1aac19c0e4 09:07:43 Step 12/22 : ENV APP_PORT=48082 09:07:43 ---> Running in affe11b7351d 09:07:43 ---> Running in e95282006a79 09:07:43 ---> dabce2850e4e 09:07:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:07:44 Removing intermediate container affe11b7351d 09:07:44 ---> 813a7f4f8a48 09:07:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:07:44 Removing intermediate container e95282006a79 09:07:44 ---> 914f57fa9a98 09:07:44 Step 13/22 : EXPOSE $APP_PORT 09:07:44 ---> Running in 72bc0e14ac36 09:07:44 ---> f1d60a45a9a3 09:07:44 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:07:44 ---> 3fcb7dc9246c 09:07:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:07:44 Removing intermediate container 72bc0e14ac36 09:07:44 ---> 869bc317b56b 09:07:44 Step 14/22 : WORKDIR / 09:07:45 ---> Running in 36c032044fc6 09:07:45 ---> f186be1366ab 09:07:45 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:07:45 ---> Running in 575a27e69b3e 09:07:46 ---> aaff229eb8c8 09:07:46 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:07:46 Removing intermediate container 36c032044fc6 09:07:46 ---> 0f2fa7e0bebf 09:07:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:07:46 ---> 48aeb25be520 09:07:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:07:46 ---> 3a0fd373dde0 09:07:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:07:47 ---> 416881184e6e 09:07:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:07:47 ---> 95d9b40e6aee 09:07:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:07:48 Removing intermediate container 575a27e69b3e 09:07:48 ---> 3c264bd4599c 09:07:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:07:48 ---> 6b2633daba6b 09:07:48 Step 18/22 : ENTRYPOINT ["/core-command"] 09:07:48 ---> 6b318921c7c3 09:07:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:07:48 ---> Running in de0f089f0637 09:07:48 ---> cd93b0252227 09:07:48 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:07:48 Removing intermediate container de0f089f0637 09:07:48 ---> 7dba6d740c42 09:07:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:07:48 ---> Running in 52255027e65a 09:07:48 ---> a557d00d7c9c 09:07:48 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:07:48 ---> Running in 30b04bfda301 09:07:48 ---> Running in 3c50e0b5209b 09:07:49 Removing intermediate container 30b04bfda301 09:07:49 ---> e316e800a4a2 09:07:49 Step 20/22 : LABEL arch=x86_64 09:07:49 ---> Running in 4acf4ff52637 09:07:49 Removing intermediate container 3c50e0b5209b 09:07:49 ---> a4fa126de2e3 09:07:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:07:49 ---> Running in 20d3b76e215d 09:07:49 Removing intermediate container 4acf4ff52637 09:07:49 ---> 00aeec3fb7c1 09:07:49 Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:07:49 ---> Running in 1d8b384b8fa8 09:07:49 Removing intermediate container 20d3b76e215d 09:07:49 ---> a2e5606e486b 09:07:49 Step 22/24 : LABEL arch=x86_64 09:07:49 ---> Running in 3220b77c8591 09:07:49 Removing intermediate container 1d8b384b8fa8 09:07:49 ---> 45f15af56a69 09:07:49 Step 22/22 : LABEL version=1.2.2-dev.26 09:07:49 ---> Running in 6ded8179c67b 09:07:49 Removing intermediate container 3220b77c8591 09:07:49 ---> c6ac4883ed00 09:07:49 Step 23/24 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:07:50 ---> Running in 2348271df3fa 09:07:50 Removing intermediate container 52255027e65a 09:07:50 ---> cd20023b4028 09:07:50 Step 24/29 : RUN chmod 755 security-secrets-setup 09:07:50 Removing intermediate container 6ded8179c67b 09:07:50 ---> 1e2b94827107 09:07:50 09:07:50 ---> Running in 896dc6e42084 09:07:50 Successfully built 1e2b94827107 09:07:50 Successfully tagged docker-core-command-go:latest 09:07:50  Building docker-core-command-go ... done Removing intermediate container 2348271df3fa 09:07:50 ---> 1218fa69e2b9 09:07:50 Step 24/24 : LABEL version=1.2.2-dev.26 09:07:50 ---> Running in 26773f2c5eca 09:07:50 Removing intermediate container 26773f2c5eca 09:07:50 ---> c09a18e5686e 09:07:50 09:07:50 Successfully built c09a18e5686e 09:07:50 Successfully tagged docker-support-notifications-go:latest 09:07:51  Building docker-support-notifications-go ... done Removing intermediate container 896dc6e42084 09:07:51 ---> 819ce1f55a90 09:07:51 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:07:51 ---> Running in 400d95590afe 09:07:51 Removing intermediate container 400d95590afe 09:07:51 ---> 700f79eb327c 09:07:51 Step 26/29 : CMD [ "generate" ] 09:07:51 ---> Running in 664c27d25ea7 09:07:52 Removing intermediate container 664c27d25ea7 09:07:52 ---> 6d969ec446ff 09:07:52 Step 27/29 : LABEL arch=x86_64 09:07:52 ---> Running in d0e039356801 09:07:52 Removing intermediate container d0e039356801 09:07:52 ---> cca2d9f392eb 09:07:52 Step 28/29 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:07:52 ---> Running in 61a37c0fd2e8 09:07:52 Removing intermediate container 61a37c0fd2e8 09:07:52 ---> e8f34518c67a 09:07:52 Step 29/29 : LABEL version=1.2.2-dev.26 09:07:52 ---> Running in 862d1e00130b 09:07:52 Removing intermediate container 862d1e00130b 09:07:52 ---> e3c0cca3dad9 09:07:52 09:07:52 Successfully built e3c0cca3dad9 09:07:52 Successfully tagged docker-security-secrets-setup-go:latest 09:07:53  Building docker-security-secrets-setup-go ... done  [Pipeline] } 09:07:53 $ docker stop --time=1 d961f2ac17dfe4f0fc0d565b5a2697a497c898b3c7463df03d02a762c4eedf26 09:07:54 $ docker rm -f d961f2ac17dfe4f0fc0d565b5a2697a497c898b3c7463df03d02a762c4eedf26 [Pipeline] // withDockerContainer [Pipeline] sh 09:07:55 + docker images 09:07:55 + grep docker 09:07:55 docker-security-secrets-setup-go latest e3c0cca3dad9 3 seconds ago 24MB 09:07:55 docker-support-notifications-go latest c09a18e5686e 5 seconds ago 13.6MB 09:07:55 docker-core-command-go latest 1e2b94827107 6 seconds ago 12.2MB 09:07:55 docker-support-scheduler-go latest 4b2c33f989b4 16 seconds ago 12.3MB 09:07:55 docker-security-secretstore-setup-go latest 0fd0a5eebd43 16 seconds ago 32.4MB 09:07:55 docker-sys-mgmt-agent-go latest e11376e2c954 55 seconds ago 284MB 09:07:55 docker-core-data-go latest cdeb6013f7a5 About a minute ago 23.5MB 09:07:55 docker-core-metadata-go latest 0882fa8b5e40 About a minute ago 13.5MB 09:07:55 docker-support-logging-go latest 3032160b168a About a minute ago 11.1MB 09:07:55 docker-security-proxy-setup-go latest b4f7b4774ae1 About a minute ago 15.8MB 09:07:55 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 09:07:56 provisioning config files... 09:07:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/141@tmp/config3005222694198449661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:07:56 ---> docker-login.sh 09:07:56 nexus3.edgexfoundry.org:10001 09:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:56 Configure a credential helper to remove this warning. See 09:07:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:56 09:07:56 Login Succeeded 09:07:56 nexus3.edgexfoundry.org:10002 09:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:56 Configure a credential helper to remove this warning. See 09:07:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:56 09:07:56 Login Succeeded 09:07:56 nexus3.edgexfoundry.org:10003 09:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:56 Configure a credential helper to remove this warning. See 09:07:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:56 09:07:56 Login Succeeded 09:07:56 nexus3.edgexfoundry.org:10004 09:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:57 Configure a credential helper to remove this warning. See 09:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:57 09:07:57 Login Succeeded 09:07:57 docker.io 09:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:57 Configure a credential helper to remove this warning. See 09:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:57 09:07:57 Login Succeeded 09:07:57 ---> docker-login.sh ends [Pipeline] } 09:07:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:07:57 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 09:07:57 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:07:57 1.2.2-dev.26 09:07:57 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:07:57 master 09:07:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:07:58 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:07:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:07:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:07:58 dd1508cd8b82: Preparing 09:07:58 c5dd91c702c3: Preparing 09:07:58 4035843b762a: Preparing 09:07:59 dd1508cd8b82: Pushed 09:07:59 4035843b762a: Pushed 09:08:00 c5dd91c702c3: Pushed 09:08:00 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:01 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.26 09:08:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:08:01 dd1508cd8b82: Preparing 09:08:01 c5dd91c702c3: Preparing 09:08:01 4035843b762a: Preparing 09:08:01 dd1508cd8b82: Layer already exists 09:08:01 c5dd91c702c3: Layer already exists 09:08:01 4035843b762a: Layer already exists 09:08:01 1.2.2-dev.26: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:01 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:08:02 dd1508cd8b82: Preparing 09:08:02 c5dd91c702c3: Preparing 09:08:02 4035843b762a: Preparing 09:08:02 4035843b762a: Layer already exists 09:08:02 c5dd91c702c3: Layer already exists 09:08:02 dd1508cd8b82: Layer already exists 09:08:02 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 09:08:02 Removing intermediate container 5ada725c7853 09:08:02 ---> 41891c02e31f 09:08:02 Successfully built 41891c02e31f 09:08:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 09:08:03 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 09:08:03 + docker inspect -f . ci-base-image-arm64 09:08:03 . [Pipeline] withDockerContainer 09:08:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 09:08:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:08:03 dd1508cd8b82: Preparing 09:08:03 c5dd91c702c3: Preparing 09:08:03 4035843b762a: Preparing 09:08:03 c5dd91c702c3: Layer already exists 09:08:03 4035843b762a: Layer already exists 09:08:03 dd1508cd8b82: Layer already exists 09:08:03 master: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 09:08:03 prd-ubuntu18.04-docker-arm64-4c-16g-43573 does not seem to be running inside a container 09:08:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 ******** ci-base-image-arm64 cat 09:08:05 $ docker top 5ed0975f06554c88ccec329074624565390eca08ea0a26aad4a9d9149a54241d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:05 ===================================================== [Pipeline] echo 09:08:06 taggedImages: 09:08:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.26 09:08:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 09:08:06 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 09:08:06 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:06 1.2.2-dev.26 09:08:06 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:06 master 09:08:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:06 + go version 09:08:06 go version go1.15.2 linux/arm64 [Pipeline] } 09:08:06 $ docker stop --time=1 5ed0975f06554c88ccec329074624565390eca08ea0a26aad4a9d9149a54241d 09:08:06 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:08 $ docker rm -f 5ed0975f06554c88ccec329074624565390eca08ea0a26aad4a9d9149a54241d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 09:08:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:08:09 46cb35347e42: Preparing 09:08:09 7892c381a413: Preparing 09:08:09 9d8a3f2e32a5: Preparing 09:08:09 19f00b7f7b5a: Preparing 09:08:09 14de8a862a3f: Preparing 09:08:09 50644c29ef5a: Preparing 09:08:09 50644c29ef5a: Waiting Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:08:09 46cb35347e42: Pushed 09:08:09 9d8a3f2e32a5: Pushed 09:08:09 14de8a862a3f: Pushed 09:08:09 50644c29ef5a: Layer already exists [Pipeline] isUnix [Pipeline] sh 09:08:09 19f00b7f7b5a: Pushed 09:08:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:08:09 09:08:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:08:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:08:10 latest: Pulling from edgex-devops/edgex-compose-arm64 09:08:10 29e5d40040c1: Pulling fs layer 09:08:10 1ce36da41761: Pulling fs layer 09:08:10 25b303627fd3: Pulling fs layer 09:08:11 29e5d40040c1: Verifying Checksum 09:08:11 29e5d40040c1: Download complete 09:08:11 7892c381a413: Pushed 09:08:11 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:08:11 29e5d40040c1: Pull complete 09:08:11 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:12 1ce36da41761: Verifying Checksum 09:08:12 1ce36da41761: Download complete 09:08:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.26 09:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:08:12 46cb35347e42: Preparing 09:08:12 7892c381a413: Preparing 09:08:12 9d8a3f2e32a5: Preparing 09:08:12 19f00b7f7b5a: Preparing 09:08:12 14de8a862a3f: Preparing 09:08:12 50644c29ef5a: Preparing 09:08:12 50644c29ef5a: Waiting 09:08:12 46cb35347e42: Layer already exists 09:08:12 14de8a862a3f: Layer already exists 09:08:12 19f00b7f7b5a: Layer already exists 09:08:12 7892c381a413: Layer already exists 09:08:12 9d8a3f2e32a5: Layer already exists 09:08:12 50644c29ef5a: Layer already exists 09:08:12 1.2.2-dev.26: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:08:12 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:08:12 46cb35347e42: Preparing 09:08:12 7892c381a413: Preparing 09:08:12 9d8a3f2e32a5: Preparing 09:08:12 19f00b7f7b5a: Preparing 09:08:12 14de8a862a3f: Preparing 09:08:12 50644c29ef5a: Preparing 09:08:12 7892c381a413: Layer already exists 09:08:12 9d8a3f2e32a5: Layer already exists 09:08:12 46cb35347e42: Layer already exists 09:08:12 14de8a862a3f: Layer already exists 09:08:12 19f00b7f7b5a: Layer already exists 09:08:12 50644c29ef5a: Layer already exists 09:08:12 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:08:13 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 09:08:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 09:08:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:08:13 46cb35347e42: Preparing 09:08:13 7892c381a413: Preparing 09:08:13 9d8a3f2e32a5: Preparing 09:08:13 19f00b7f7b5a: Preparing 09:08:13 14de8a862a3f: Preparing 09:08:13 50644c29ef5a: Preparing 09:08:13 50644c29ef5a: Waiting 09:08:13 9d8a3f2e32a5: Layer already exists 09:08:13 7892c381a413: Layer already exists 09:08:13 46cb35347e42: Layer already exists 09:08:13 19f00b7f7b5a: Layer already exists 09:08:13 14de8a862a3f: Layer already exists 09:08:13 50644c29ef5a: Layer already exists 09:08:13 master: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry 09:08:13 1ce36da41761: Pull complete 09:08:13 25b303627fd3: Verifying Checksum 09:08:13 25b303627fd3: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:13 ===================================================== [Pipeline] echo 09:08:13 taggedImages: 09:08:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.26 09:08:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 09:08:13 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 09:08:13 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:13 1.2.2-dev.26 09:08:13 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:13 master 09:08:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:14 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:08:14 68c9f4d54212: Preparing 09:08:14 4caf44936c07: Preparing 09:08:14 7e86094d2ddf: Preparing 09:08:14 68c9f4d54212: Pushed 09:08:14 7e86094d2ddf: Pushed 09:08:16 4caf44936c07: Pushed 09:08:16 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:16 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.26 09:08:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:08:16 68c9f4d54212: Preparing 09:08:16 4caf44936c07: Preparing 09:08:16 7e86094d2ddf: Preparing 09:08:16 7e86094d2ddf: Layer already exists 09:08:16 68c9f4d54212: Layer already exists 09:08:16 4caf44936c07: Layer already exists 09:08:16 1.2.2-dev.26: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:17 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:08:17 68c9f4d54212: Preparing 09:08:17 4caf44936c07: Preparing 09:08:17 7e86094d2ddf: Preparing 09:08:17 68c9f4d54212: Layer already exists 09:08:17 7e86094d2ddf: Layer already exists 09:08:17 4caf44936c07: Layer already exists 09:08:17 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:17 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 09:08:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 09:08:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:08:18 68c9f4d54212: Preparing 09:08:18 4caf44936c07: Preparing 09:08:18 7e86094d2ddf: Preparing 09:08:18 4caf44936c07: Layer already exists 09:08:18 7e86094d2ddf: Layer already exists 09:08:18 68c9f4d54212: Layer already exists 09:08:18 master: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:18 ===================================================== [Pipeline] echo 09:08:18 taggedImages: 09:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.26 09:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:18 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 09:08:18 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 09:08:18 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:18 1.2.2-dev.26 09:08:18 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:18 master 09:08:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:18 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:08:19 b09a86af15e3: Preparing 09:08:19 ca1ccd880049: Preparing 09:08:19 28bc46c035ca: Preparing 09:08:19 c529c74ada9f: Preparing 09:08:19 50644c29ef5a: Preparing 09:08:19 50644c29ef5a: Layer already exists 09:08:19 ca1ccd880049: Pushed 09:08:19 28bc46c035ca: Pushed 09:08:19 c529c74ada9f: Pushed 09:08:20 b09a86af15e3: Pushed 09:08:20 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] isUnix [Pipeline] sh 09:08:20 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.26 09:08:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:08:21 b09a86af15e3: Preparing 09:08:21 ca1ccd880049: Preparing 09:08:21 28bc46c035ca: Preparing 09:08:21 c529c74ada9f: Preparing 09:08:21 50644c29ef5a: Preparing 09:08:21 50644c29ef5a: Layer already exists 09:08:21 ca1ccd880049: Layer already exists 09:08:21 b09a86af15e3: Layer already exists 09:08:21 28bc46c035ca: Layer already exists 09:08:21 c529c74ada9f: Layer already exists 09:08:21 1.2.2-dev.26: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] isUnix [Pipeline] sh 09:08:21 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:08:21 b09a86af15e3: Preparing 09:08:21 ca1ccd880049: Preparing 09:08:21 28bc46c035ca: Preparing 09:08:21 c529c74ada9f: Preparing 09:08:21 50644c29ef5a: Preparing 09:08:21 28bc46c035ca: Layer already exists 09:08:21 c529c74ada9f: Layer already exists 09:08:21 ca1ccd880049: Layer already exists 09:08:21 50644c29ef5a: Layer already exists 09:08:21 b09a86af15e3: Layer already exists 09:08:21 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] isUnix [Pipeline] sh 09:08:22 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:08:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 09:08:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:08:22 b09a86af15e3: Preparing 09:08:22 ca1ccd880049: Preparing 09:08:22 28bc46c035ca: Preparing 09:08:22 c529c74ada9f: Preparing 09:08:22 50644c29ef5a: Preparing 09:08:22 50644c29ef5a: Layer already exists 09:08:22 b09a86af15e3: Layer already exists 09:08:22 c529c74ada9f: Layer already exists 09:08:22 ca1ccd880049: Layer already exists 09:08:22 28bc46c035ca: Layer already exists 09:08:22 master: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:22 ===================================================== [Pipeline] echo 09:08:22 taggedImages: 09:08:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.26 09:08:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 09:08:22 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 09:08:22 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:22 1.2.2-dev.26 09:08:22 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:22 master 09:08:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:23 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:08:23 91b4663470a3: Preparing 09:08:23 b9a335b478e0: Preparing 09:08:23 c05f438569c8: Preparing 09:08:23 741aa8990421: Preparing 09:08:23 741aa8990421: Preparing 09:08:23 8e7900429337: Preparing 09:08:23 32cff6781d1f: Preparing 09:08:23 2cd2418776c8: Preparing 09:08:23 91b4663470a3: Preparing 09:08:23 0f6da40430a0: Preparing 09:08:23 2ebf4a7c53a7: Preparing 09:08:23 62884eac3533: Preparing 09:08:23 50644c29ef5a: Preparing 09:08:23 32cff6781d1f: Waiting 09:08:23 2cd2418776c8: Waiting 09:08:23 62884eac3533: Waiting 09:08:23 50644c29ef5a: Waiting 09:08:23 0f6da40430a0: Waiting 09:08:23 2ebf4a7c53a7: Waiting 09:08:23 25b303627fd3: Pull complete 09:08:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:08:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:08:23 c05f438569c8: Pushed 09:08:23 b9a335b478e0: Pushed 09:08:23 8e7900429337: Pushed 09:08:23 741aa8990421: Pushed 09:08:24 prd-ubuntu18.04-docker-arm64-4c-16g-43573 does not seem to be running inside a container 09:08:24 32cff6781d1f: Pushed 09:08:24 2cd2418776c8: Pushed 09:08:24 2ebf4a7c53a7: Pushed 09:08:24 50644c29ef5a: Layer already exists 09:08:24 0f6da40430a0: Pushed 09:08:24 62884eac3533: Pushed 09:08:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:08:24 91b4663470a3: Pushed 09:08:25 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 09:08:27 $ docker top d5986531b95c931c7741232fd9e744342ed37ff0d1b7c2f7ab4d297af5917640 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 09:08:28 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.26 09:08:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:08:28 91b4663470a3: Preparing 09:08:28 b9a335b478e0: Preparing 09:08:28 c05f438569c8: Preparing 09:08:28 741aa8990421: Preparing 09:08:28 741aa8990421: Preparing 09:08:28 8e7900429337: Preparing 09:08:28 32cff6781d1f: Preparing 09:08:28 2cd2418776c8: Preparing 09:08:28 91b4663470a3: Preparing 09:08:28 0f6da40430a0: Preparing 09:08:28 2ebf4a7c53a7: Preparing 09:08:28 62884eac3533: Preparing 09:08:28 50644c29ef5a: Preparing 09:08:28 32cff6781d1f: Waiting 09:08:28 2cd2418776c8: Waiting 09:08:28 0f6da40430a0: Waiting 09:08:28 2ebf4a7c53a7: Waiting 09:08:28 62884eac3533: Waiting 09:08:28 50644c29ef5a: Waiting 09:08:28 91b4663470a3: Layer already exists 09:08:28 b9a335b478e0: Layer already exists 09:08:28 c05f438569c8: Layer already exists 09:08:28 741aa8990421: Layer already exists 09:08:28 8e7900429337: Layer already exists 09:08:28 2cd2418776c8: Layer already exists 09:08:28 32cff6781d1f: Layer already exists 09:08:28 2ebf4a7c53a7: Layer already exists 09:08:28 0f6da40430a0: Layer already exists 09:08:28 62884eac3533: Layer already exists 09:08:28 50644c29ef5a: Layer already exists 09:08:28 1.2.2-dev.26: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:08:28 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:28 + docker-compose+ grep build parallel --help 09:08:28 09:08:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:08:29 91b4663470a3: Preparing 09:08:29 b9a335b478e0: Preparing 09:08:29 c05f438569c8: Preparing 09:08:29 741aa8990421: Preparing 09:08:29 741aa8990421: Preparing 09:08:29 8e7900429337: Preparing 09:08:29 32cff6781d1f: Preparing 09:08:29 2cd2418776c8: Preparing 09:08:29 91b4663470a3: Preparing 09:08:29 0f6da40430a0: Preparing 09:08:29 2ebf4a7c53a7: Preparing 09:08:29 62884eac3533: Preparing 09:08:29 50644c29ef5a: Preparing 09:08:29 0f6da40430a0: Waiting 09:08:29 2ebf4a7c53a7: Waiting 09:08:29 62884eac3533: Waiting 09:08:29 50644c29ef5a: Waiting 09:08:29 32cff6781d1f: Waiting 09:08:29 2cd2418776c8: Waiting 09:08:29 91b4663470a3: Layer already exists 09:08:29 741aa8990421: Layer already exists 09:08:29 c05f438569c8: Layer already exists 09:08:29 8e7900429337: Layer already exists 09:08:29 b9a335b478e0: Layer already exists 09:08:29 2cd2418776c8: Layer already exists 09:08:29 32cff6781d1f: Layer already exists 09:08:29 62884eac3533: Layer already exists 09:08:29 0f6da40430a0: Layer already exists 09:08:29 2ebf4a7c53a7: Layer already exists 09:08:29 50644c29ef5a: Layer already exists 09:08:29 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:08:29 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:08:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 09:08:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 09:08:29 91b4663470a3: Preparing 09:08:29 b9a335b478e0: Preparing 09:08:29 c05f438569c8: Preparing 09:08:29 741aa8990421: Preparing 09:08:29 741aa8990421: Preparing 09:08:29 8e7900429337: Preparing 09:08:29 32cff6781d1f: Preparing 09:08:29 2cd2418776c8: Preparing 09:08:29 91b4663470a3: Preparing 09:08:29 0f6da40430a0: Preparing 09:08:29 2ebf4a7c53a7: Preparing 09:08:29 62884eac3533: Preparing 09:08:29 50644c29ef5a: Preparing 09:08:29 32cff6781d1f: Waiting 09:08:29 2cd2418776c8: Waiting 09:08:29 0f6da40430a0: Waiting 09:08:29 2ebf4a7c53a7: Waiting 09:08:29 62884eac3533: Waiting 09:08:29 50644c29ef5a: Waiting 09:08:29 741aa8990421: Layer already exists 09:08:29 b9a335b478e0: Layer already exists 09:08:29 c05f438569c8: Layer already exists 09:08:29 91b4663470a3: Layer already exists 09:08:29 8e7900429337: Layer already exists 09:08:29 0f6da40430a0: Layer already exists 09:08:29 32cff6781d1f: Layer already exists 09:08:29 2cd2418776c8: Layer already exists 09:08:29 2ebf4a7c53a7: Layer already exists 09:08:29 62884eac3533: Layer already exists 09:08:29 50644c29ef5a: Layer already exists 09:08:29 master: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:30 ===================================================== [Pipeline] echo 09:08:30 taggedImages: 09:08:30 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:30 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.26 09:08:30 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:30 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 09:08:30 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 09:08:30 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:30 1.2.2-dev.26 09:08:30 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:30 master 09:08:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:31 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:08:31 3dd9b35f85c9: Preparing 09:08:31 6a142afdd8d5: Preparing 09:08:31 9697e76500dd: Preparing 09:08:31 620965c737d1: Preparing 09:08:31 77f2f80eb474: Preparing 09:08:31 c62138fc65b3: Preparing 09:08:31 0ed3b3a1de57: Preparing 09:08:31 31d81daf2afb: Preparing 09:08:31 3f586e484bad: Preparing 09:08:31 4ec3b82ec0b6: Preparing 09:08:31 1b3ee35aacca: Preparing 09:08:31 4ec3b82ec0b6: Waiting 09:08:31 31d81daf2afb: Waiting 09:08:31 1b3ee35aacca: Waiting 09:08:31 c62138fc65b3: Waiting 09:08:31 0ed3b3a1de57: Waiting 09:08:31 3dd9b35f85c9: Pushed 09:08:31 6a142afdd8d5: Pushed 09:08:32 c62138fc65b3: Pushed 09:08:32 0ed3b3a1de57: Pushed 09:08:32 31d81daf2afb: Pushed 09:08:32 3f586e484bad: Pushed 09:08:32 1b3ee35aacca: Layer already exists 09:08:32 --parallel Build images in parallel. [Pipeline] } 09:08:32 $ docker stop --time=1 d5986531b95c931c7741232fd9e744342ed37ff0d1b7c2f7ab4d297af5917640 09:08:32 9697e76500dd: Pushed 09:08:32 4ec3b82ec0b6: Pushed 09:08:32 77f2f80eb474: Pushed 09:08:32 620965c737d1: Pushed 09:08:33 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 09:08:34 $ docker rm -f d5986531b95c931c7741232fd9e744342ed37ff0d1b7c2f7ab4d297af5917640 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:08:35 . [Pipeline] withDockerContainer 09:08:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.26 09:08:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:08:35 3dd9b35f85c9: Preparing 09:08:35 6a142afdd8d5: Preparing 09:08:35 9697e76500dd: Preparing 09:08:35 620965c737d1: Preparing 09:08:35 77f2f80eb474: Preparing 09:08:35 c62138fc65b3: Preparing 09:08:35 0ed3b3a1de57: Preparing 09:08:35 31d81daf2afb: Preparing 09:08:35 3f586e484bad: Preparing 09:08:35 4ec3b82ec0b6: Preparing 09:08:35 1b3ee35aacca: Preparing 09:08:35 0ed3b3a1de57: Waiting 09:08:35 31d81daf2afb: Waiting 09:08:35 3f586e484bad: Waiting 09:08:35 4ec3b82ec0b6: Waiting 09:08:35 1b3ee35aacca: Waiting 09:08:35 c62138fc65b3: Waiting 09:08:35 6a142afdd8d5: Layer already exists 09:08:35 620965c737d1: Layer already exists 09:08:35 77f2f80eb474: Layer already exists 09:08:35 9697e76500dd: Layer already exists 09:08:35 3dd9b35f85c9: Layer already exists 09:08:35 c62138fc65b3: Layer already exists 09:08:35 3f586e484bad: Layer already exists 09:08:35 31d81daf2afb: Layer already exists 09:08:35 0ed3b3a1de57: Layer already exists 09:08:35 4ec3b82ec0b6: Layer already exists 09:08:35 1b3ee35aacca: Layer already exists 09:08:35 1.2.2-dev.26: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 09:08:35 prd-ubuntu18.04-docker-arm64-4c-16g-43573 does not seem to be running inside a container 09:08:35 $ 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/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:08:37 $ docker top 44478a07311eafe31fd8576113958d24afe887ec4e929fe7ae65d6146319b69d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 09:08:37 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:38 + docker-compose -f ./docker-compose-build.yml build --parallel 09:08:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:08:38 3dd9b35f85c9: Preparing 09:08:38 6a142afdd8d5: Preparing 09:08:38 9697e76500dd: Preparing 09:08:38 620965c737d1: Preparing 09:08:38 77f2f80eb474: Preparing 09:08:38 c62138fc65b3: Preparing 09:08:38 0ed3b3a1de57: Preparing 09:08:38 31d81daf2afb: Preparing 09:08:38 3f586e484bad: Preparing 09:08:38 4ec3b82ec0b6: Preparing 09:08:38 1b3ee35aacca: Preparing 09:08:38 31d81daf2afb: Waiting 09:08:38 3f586e484bad: Waiting 09:08:38 4ec3b82ec0b6: Waiting 09:08:38 c62138fc65b3: Waiting 09:08:38 1b3ee35aacca: Waiting 09:08:38 0ed3b3a1de57: Waiting 09:08:38 6a142afdd8d5: Layer already exists 09:08:38 9697e76500dd: Layer already exists 09:08:38 3dd9b35f85c9: Layer already exists 09:08:38 620965c737d1: Layer already exists 09:08:38 77f2f80eb474: Layer already exists 09:08:38 c62138fc65b3: Layer already exists 09:08:38 3f586e484bad: Layer already exists 09:08:38 0ed3b3a1de57: Layer already exists 09:08:38 31d81daf2afb: Layer already exists 09:08:38 4ec3b82ec0b6: Layer already exists 09:08:38 1b3ee35aacca: Layer already exists 09:08:38 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 [Pipeline] isUnix [Pipeline] sh 09:08:38 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:08:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 09:08:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:08:39 3dd9b35f85c9: Preparing 09:08:39 6a142afdd8d5: Preparing 09:08:39 9697e76500dd: Preparing 09:08:39 620965c737d1: Preparing 09:08:39 77f2f80eb474: Preparing 09:08:39 c62138fc65b3: Preparing 09:08:39 0ed3b3a1de57: Preparing 09:08:39 31d81daf2afb: Preparing 09:08:39 3f586e484bad: Preparing 09:08:39 4ec3b82ec0b6: Preparing 09:08:39 1b3ee35aacca: Preparing 09:08:39 c62138fc65b3: Waiting 09:08:39 0ed3b3a1de57: Waiting 09:08:39 3f586e484bad: Waiting 09:08:39 4ec3b82ec0b6: Waiting 09:08:39 1b3ee35aacca: Waiting 09:08:39 31d81daf2afb: Waiting 09:08:39 9697e76500dd: Layer already exists 09:08:39 77f2f80eb474: Layer already exists 09:08:39 620965c737d1: Layer already exists 09:08:39 6a142afdd8d5: Layer already exists 09:08:39 3dd9b35f85c9: Layer already exists 09:08:39 c62138fc65b3: Layer already exists 09:08:39 0ed3b3a1de57: Layer already exists 09:08:39 31d81daf2afb: Layer already exists 09:08:39 3f586e484bad: Layer already exists 09:08:39 4ec3b82ec0b6: Layer already exists 09:08:39 1b3ee35aacca: Layer already exists 09:08:39 master: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:39 ===================================================== [Pipeline] echo 09:08:39 taggedImages: 09:08:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.26 09:08:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 09:08:39 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 09:08:39 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:39 1.2.2-dev.26 09:08:39 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:39 master 09:08:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:40 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:08:40 5191d7dbcddc: Preparing 09:08:40 b59107520ecb: Preparing 09:08:40 34a001e76a1e: Preparing 09:08:40 d117e70ceb23: Preparing 09:08:40 34a001e76a1e: Pushed 09:08:40 5191d7dbcddc: Pushed 09:08:40 d117e70ceb23: Pushed 09:08:41 Building docker-core-command-go ... 09:08:41 Building docker-core-data-go ... 09:08:41 Building docker-core-metadata-go ... 09:08:41 Building docker-security-proxy-setup-go ... 09:08:41 Building docker-security-secrets-setup-go ... 09:08:41 Building docker-security-secretstore-setup-go ... 09:08:41 Building docker-support-logging-go ... 09:08:41 Building docker-support-notifications-go ... 09:08:41 Building docker-support-scheduler-go ... 09:08:41 Building docker-sys-mgmt-agent-go ... 09:08:41 Building docker-support-scheduler-go 09:08:41 Building docker-core-metadata-go 09:08:41 Building docker-support-notifications-go 09:08:41 Building docker-security-proxy-setup-go 09:08:41 Building docker-core-data-go 09:08:41 b59107520ecb: Pushed 09:08:41 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:08:41 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.26 09:08:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:08:42 5191d7dbcddc: Preparing 09:08:42 b59107520ecb: Preparing 09:08:42 34a001e76a1e: Preparing 09:08:42 d117e70ceb23: Preparing 09:08:42 d117e70ceb23: Layer already exists 09:08:42 b59107520ecb: Layer already exists 09:08:42 34a001e76a1e: Layer already exists 09:08:42 5191d7dbcddc: Layer already exists 09:08:42 1.2.2-dev.26: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:08:42 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:08:42 5191d7dbcddc: Preparing 09:08:42 b59107520ecb: Preparing 09:08:42 34a001e76a1e: Preparing 09:08:42 d117e70ceb23: Preparing 09:08:42 d117e70ceb23: Layer already exists 09:08:42 34a001e76a1e: Layer already exists 09:08:42 5191d7dbcddc: Layer already exists 09:08:42 b59107520ecb: Layer already exists 09:08:42 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] isUnix [Pipeline] sh 09:08:43 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 09:08:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 09:08:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 09:08:43 5191d7dbcddc: Preparing 09:08:43 b59107520ecb: Preparing 09:08:43 34a001e76a1e: Preparing 09:08:43 d117e70ceb23: Preparing 09:08:43 b59107520ecb: Layer already exists 09:08:43 5191d7dbcddc: Layer already exists 09:08:43 34a001e76a1e: Layer already exists 09:08:43 d117e70ceb23: Layer already exists 09:08:43 master: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:43 ===================================================== [Pipeline] echo 09:08:43 taggedImages: 09:08:43 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:43 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.26 09:08:43 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:43 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 09:08:43 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 09:08:43 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:43 1.2.2-dev.26 09:08:43 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:43 master 09:08:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:44 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:08:44 7e7819eb801d: Preparing 09:08:44 710bca8ff2f3: Preparing 09:08:44 0f317525a477: Preparing 09:08:44 1bc162ccd75c: Preparing 09:08:44 bc4e15063b2e: Preparing 09:08:44 444b71e3bd55: Preparing 09:08:44 444b71e3bd55: Waiting 09:08:44 1bc162ccd75c: Pushed 09:08:44 bc4e15063b2e: Pushed 09:08:44 0f317525a477: Pushed 09:08:44 7e7819eb801d: Pushed 09:08:45 444b71e3bd55: Pushed 09:08:46 710bca8ff2f3: Pushed 09:08:46 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] isUnix [Pipeline] sh 09:08:46 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.26 09:08:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:08:46 7e7819eb801d: Preparing 09:08:46 710bca8ff2f3: Preparing 09:08:46 0f317525a477: Preparing 09:08:46 1bc162ccd75c: Preparing 09:08:46 bc4e15063b2e: Preparing 09:08:46 444b71e3bd55: Preparing 09:08:46 444b71e3bd55: Waiting 09:08:46 0f317525a477: Layer already exists 09:08:46 7e7819eb801d: Layer already exists 09:08:46 710bca8ff2f3: Layer already exists 09:08:46 bc4e15063b2e: Layer already exists 09:08:46 1bc162ccd75c: Layer already exists 09:08:46 444b71e3bd55: Layer already exists 09:08:46 1.2.2-dev.26: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] isUnix [Pipeline] sh 09:08:46 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:08:47 7e7819eb801d: Preparing 09:08:47 710bca8ff2f3: Preparing 09:08:47 0f317525a477: Preparing 09:08:47 1bc162ccd75c: Preparing 09:08:47 bc4e15063b2e: Preparing 09:08:47 444b71e3bd55: Preparing 09:08:47 444b71e3bd55: Waiting 09:08:47 bc4e15063b2e: Layer already exists 09:08:47 710bca8ff2f3: Layer already exists 09:08:47 1bc162ccd75c: Layer already exists 09:08:47 7e7819eb801d: Layer already exists 09:08:47 0f317525a477: Layer already exists 09:08:47 444b71e3bd55: Layer already exists 09:08:47 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] isUnix [Pipeline] sh 09:08:47 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 09:08:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 09:08:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:08:47 7e7819eb801d: Preparing 09:08:47 710bca8ff2f3: Preparing 09:08:47 0f317525a477: Preparing 09:08:47 1bc162ccd75c: Preparing 09:08:47 bc4e15063b2e: Preparing 09:08:47 444b71e3bd55: Preparing 09:08:47 444b71e3bd55: Waiting 09:08:47 710bca8ff2f3: Layer already exists 09:08:47 0f317525a477: Layer already exists 09:08:47 1bc162ccd75c: Layer already exists 09:08:47 7e7819eb801d: Layer already exists 09:08:47 bc4e15063b2e: Layer already exists 09:08:47 444b71e3bd55: Layer already exists 09:08:48 master: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:48 ===================================================== [Pipeline] echo 09:08:48 taggedImages: 09:08:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.26 09:08:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 09:08:48 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 09:08:48 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:48 1.2.2-dev.26 09:08:48 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:48 master 09:08:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:48 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:08:49 f2e0e77db4bf: Preparing 09:08:49 7fd0a9591bf2: Preparing 09:08:49 9861cb90600f: Preparing 09:08:49 9861cb90600f: Pushed 09:08:49 f2e0e77db4bf: Pushed 09:08:50 7fd0a9591bf2: Pushed 09:08:50 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:51 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.26 09:08:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:08:51 f2e0e77db4bf: Preparing 09:08:51 7fd0a9591bf2: Preparing 09:08:51 9861cb90600f: Preparing 09:08:51 9861cb90600f: Layer already exists 09:08:51 7fd0a9591bf2: Layer already exists 09:08:51 f2e0e77db4bf: Layer already exists 09:08:51 1.2.2-dev.26: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:51 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:08:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:08:51 f2e0e77db4bf: Preparing 09:08:51 7fd0a9591bf2: Preparing 09:08:51 9861cb90600f: Preparing 09:08:51 f2e0e77db4bf: Layer already exists 09:08:51 9861cb90600f: Layer already exists 09:08:51 7fd0a9591bf2: Layer already exists 09:08:51 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] isUnix [Pipeline] sh 09:08:52 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 09:08:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 09:08:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:08:52 f2e0e77db4bf: Preparing 09:08:52 7fd0a9591bf2: Preparing 09:08:52 9861cb90600f: Preparing 09:08:52 9861cb90600f: Layer already exists 09:08:52 7fd0a9591bf2: Layer already exists 09:08:52 f2e0e77db4bf: Layer already exists 09:08:52 master: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:08:52 ===================================================== [Pipeline] echo 09:08:52 taggedImages: 09:08:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.26 09:08:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 09:08:52 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 09:08:52 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:52 1.2.2-dev.26 09:08:52 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:08:52 master 09:08:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:53 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:08:53 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:08:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:08:53 c506d51e68cd: Preparing 09:08:53 9424990b8e43: Preparing 09:08:53 cd72eed3155b: Preparing 09:08:53 18affce64b5f: Preparing 09:08:53 e7ded84812d5: Preparing 09:08:53 744c7058e4db: Preparing 09:08:53 efe0cd2e7a71: Preparing 09:08:53 8890c171a12b: Preparing 09:08:53 4ae5bd84d450: Preparing 09:08:53 723a561964c8: Preparing 09:08:53 78764725b56c: Preparing 09:08:53 51d6d3d09136: Preparing 09:08:53 1507bc794612: Preparing 09:08:53 50644c29ef5a: Preparing 09:08:53 744c7058e4db: Waiting 09:08:53 efe0cd2e7a71: Waiting 09:08:53 4ae5bd84d450: Waiting 09:08:53 8890c171a12b: Waiting 09:08:53 723a561964c8: Waiting 09:08:53 78764725b56c: Waiting 09:08:53 51d6d3d09136: Waiting 09:08:53 50644c29ef5a: Waiting 09:08:53 1507bc794612: Waiting 09:08:53 e7ded84812d5: Pushed 09:08:53 c506d51e68cd: Pushed 09:08:54 18affce64b5f: Pushed 09:08:54 8890c171a12b: Layer already exists 09:08:54 4ae5bd84d450: Layer already exists 09:08:54 efe0cd2e7a71: Pushed 09:08:54 723a561964c8: Layer already exists 09:08:54 78764725b56c: Layer already exists 09:08:54 51d6d3d09136: Layer already exists 09:08:54 1507bc794612: Layer already exists 09:08:54 50644c29ef5a: Layer already exists 09:08:55 744c7058e4db: Pushed 09:08:55 9424990b8e43: Pushed 09:09:03 cd72eed3155b: Pushed 09:09:03 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] isUnix [Pipeline] sh 09:09:03 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:09:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.26 09:09:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:09:04 c506d51e68cd: Preparing 09:09:04 9424990b8e43: Preparing 09:09:04 cd72eed3155b: Preparing 09:09:04 18affce64b5f: Preparing 09:09:04 e7ded84812d5: Preparing 09:09:04 744c7058e4db: Preparing 09:09:04 efe0cd2e7a71: Preparing 09:09:04 8890c171a12b: Preparing 09:09:04 4ae5bd84d450: Preparing 09:09:04 723a561964c8: Preparing 09:09:04 78764725b56c: Preparing 09:09:04 51d6d3d09136: Preparing 09:09:04 1507bc794612: Preparing 09:09:04 50644c29ef5a: Preparing 09:09:04 744c7058e4db: Waiting 09:09:04 efe0cd2e7a71: Waiting 09:09:04 50644c29ef5a: Waiting 09:09:04 51d6d3d09136: Waiting 09:09:04 1507bc794612: Waiting 09:09:04 723a561964c8: Waiting 09:09:04 4ae5bd84d450: Waiting 09:09:04 78764725b56c: Waiting 09:09:04 cd72eed3155b: Layer already exists 09:09:04 18affce64b5f: Layer already exists 09:09:04 c506d51e68cd: Layer already exists 09:09:04 e7ded84812d5: Layer already exists 09:09:04 9424990b8e43: Layer already exists 09:09:04 744c7058e4db: Layer already exists 09:09:04 efe0cd2e7a71: Layer already exists 09:09:04 4ae5bd84d450: Layer already exists 09:09:04 8890c171a12b: Layer already exists 09:09:04 723a561964c8: Layer already exists 09:09:04 78764725b56c: Layer already exists 09:09:04 51d6d3d09136: Layer already exists 09:09:04 1507bc794612: Layer already exists 09:09:04 50644c29ef5a: Layer already exists 09:09:04 1.2.2-dev.26: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] isUnix [Pipeline] sh 09:09:04 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:09:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:09:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:09:04 c506d51e68cd: Preparing 09:09:04 9424990b8e43: Preparing 09:09:04 cd72eed3155b: Preparing 09:09:04 18affce64b5f: Preparing 09:09:04 e7ded84812d5: Preparing 09:09:04 744c7058e4db: Preparing 09:09:04 efe0cd2e7a71: Preparing 09:09:04 8890c171a12b: Preparing 09:09:04 4ae5bd84d450: Preparing 09:09:04 723a561964c8: Preparing 09:09:04 78764725b56c: Preparing 09:09:04 51d6d3d09136: Preparing 09:09:04 1507bc794612: Preparing 09:09:04 50644c29ef5a: Preparing 09:09:04 efe0cd2e7a71: Waiting 09:09:04 8890c171a12b: Waiting 09:09:04 4ae5bd84d450: Waiting 09:09:04 723a561964c8: Waiting 09:09:04 78764725b56c: Waiting 09:09:04 51d6d3d09136: Waiting 09:09:04 1507bc794612: Waiting 09:09:04 50644c29ef5a: Waiting 09:09:04 744c7058e4db: Waiting 09:09:04 18affce64b5f: Layer already exists 09:09:04 9424990b8e43: Layer already exists 09:09:04 c506d51e68cd: Layer already exists 09:09:04 e7ded84812d5: Layer already exists 09:09:04 cd72eed3155b: Layer already exists 09:09:04 744c7058e4db: Layer already exists 09:09:04 efe0cd2e7a71: Layer already exists 09:09:04 4ae5bd84d450: Layer already exists 09:09:04 8890c171a12b: Layer already exists 09:09:04 78764725b56c: Layer already exists 09:09:04 723a561964c8: Layer already exists 09:09:04 50644c29ef5a: Layer already exists 09:09:04 1507bc794612: Layer already exists 09:09:04 51d6d3d09136: Layer already exists 09:09:04 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] isUnix [Pipeline] sh 09:09:05 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 09:09:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 09:09:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:09:05 c506d51e68cd: Preparing 09:09:05 9424990b8e43: Preparing 09:09:05 cd72eed3155b: Preparing 09:09:05 18affce64b5f: Preparing 09:09:05 e7ded84812d5: Preparing 09:09:05 744c7058e4db: Preparing 09:09:05 efe0cd2e7a71: Preparing 09:09:05 8890c171a12b: Preparing 09:09:05 4ae5bd84d450: Preparing 09:09:05 723a561964c8: Preparing 09:09:05 78764725b56c: Preparing 09:09:05 51d6d3d09136: Preparing 09:09:05 1507bc794612: Preparing 09:09:05 50644c29ef5a: Preparing 09:09:05 4ae5bd84d450: Waiting 09:09:05 723a561964c8: Waiting 09:09:05 78764725b56c: Waiting 09:09:05 51d6d3d09136: Waiting 09:09:05 1507bc794612: Waiting 09:09:05 50644c29ef5a: Waiting 09:09:05 efe0cd2e7a71: Waiting 09:09:05 8890c171a12b: Waiting 09:09:05 744c7058e4db: Waiting 09:09:05 e7ded84812d5: Layer already exists 09:09:05 9424990b8e43: Layer already exists 09:09:05 18affce64b5f: Layer already exists 09:09:05 cd72eed3155b: Layer already exists 09:09:05 c506d51e68cd: Layer already exists 09:09:05 744c7058e4db: Layer already exists 09:09:05 8890c171a12b: Layer already exists 09:09:05 4ae5bd84d450: Layer already exists 09:09:05 723a561964c8: Layer already exists 09:09:05 efe0cd2e7a71: Layer already exists 09:09:05 78764725b56c: Layer already exists 09:09:05 1507bc794612: Layer already exists 09:09:05 51d6d3d09136: Layer already exists 09:09:05 50644c29ef5a: Layer already exists 09:09:05 master: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:09:05 ===================================================== [Pipeline] echo 09:09:05 taggedImages: 09:09:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:09:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.26 09:09:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:09:05 - 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] } 09:10:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:10:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:10:18 ---> 41891c02e31f 09:10:18 Step 3/24 : WORKDIR /edgex-go 09:10:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:10:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:10:18 ---> 41891c02e31f 09:10:18 Step 3/22 : WORKDIR /edgex-go 09:10:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 09:10:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:10:18 ---> 41891c02e31f 09:10:18 Step 3/23 : WORKDIR /edgex-go 09:10:18 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 09:10:18 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:10:18 ---> 41891c02e31f 09:10:18 Step 3/20 : WORKDIR /edgex-go 09:10:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 09:10:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:10:18 ---> 41891c02e31f 09:10:18 Step 3/21 : WORKDIR /edgex-go 09:10:18 ---> Running in 7f5973a95168 09:10:18 ---> Running in ef94f6483a43 09:10:18 ---> Running in 477d7ae51a01 09:10:18 ---> Running in 2289654b63ee 09:10:18 ---> Running in a7f094847e81 09:10:18 Removing intermediate container a7f094847e81 09:10:18 ---> 158f5cf30f34 09:10:18 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:10:18 Removing intermediate container ef94f6483a43 09:10:18 ---> bfdbc1de1afe 09:10:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:10:18 Removing intermediate container 7f5973a95168 09:10:18 ---> e126f4ff8e0a 09:10:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:10:18 Removing intermediate container 2289654b63ee 09:10:18 ---> c31986d1390c 09:10:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:10:18 Removing intermediate container 477d7ae51a01 09:10:18 ---> 6d3f76eaea0d 09:10:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:10:18 ---> Running in 13207387b514 09:10:18 ---> Running in 55a8276b95c2 09:10:18 ---> Running in c1d2e3ffe86e 09:10:18 ---> Running in 037b61489078 09:10:18 ---> Running in 050f369d183c 09:10:18 Removing intermediate container 55a8276b95c2 09:10:18 ---> 388ba82041e5 09:10:18 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:10:18 ---> Running in cbefd8eceea7 09:10:18 Removing intermediate container 13207387b514 09:10:18 ---> d487ba8cba52 09:10:18 Step 5/20 : RUN apk update && apk add make git 09:10:18 Removing intermediate container c1d2e3ffe86e 09:10:18 ---> 1c3c3f1661bc 09:10:18 Step 5/22 : RUN apk update && apk add make git 09:10:18 ---> Running in fefe4a863f3c 09:10:18 Removing intermediate container 050f369d183c 09:10:18 ---> 1e5d03c4d562 09:10:18 Step 5/21 : RUN apk update && apk add make git 09:10:18 Removing intermediate container 037b61489078 09:10:18 ---> b79b8a4a916a 09:10:18 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 09:10:18 ---> Running in 21cfebaa869d 09:10:18 ---> Running in a15492371a90 09:10:18 ---> Running in 4e9ee2d217a3 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:10:18 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:10:18 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:10:18 OK: 12621 distinct packages available 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:10:18 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:10:18 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:10:18 OK: 12621 distinct packages available 09:10:18 OK: 217 MiB in 51 packages 09:10:18 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:10:18 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:10:18 OK: 12621 distinct packages available 09:10:18 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:10:18 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:10:18 OK: 12621 distinct packages available 09:10:18 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:10:18 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:10:18 OK: 12621 distinct packages available 09:10:18 OK: 217 MiB in 51 packages 09:10:18 OK: 217 MiB in 51 packages 09:10:19 OK: 217 MiB in 51 packages 09:10:19 OK: 217 MiB in 51 packages 09:10:19 Removing intermediate container cbefd8eceea7 09:10:19 ---> 475f9c7ab8b1 09:10:19 Step 6/23 : COPY go.mod . 09:10:20 Removing intermediate container fefe4a863f3c 09:10:20 ---> 270c6e983000 09:10:20 Step 6/20 : COPY go.mod . 09:10:20 Removing intermediate container a15492371a90 09:10:20 ---> 2b73bc19306a 09:10:20 Step 6/24 : COPY go.mod . 09:10:20 ---> b4d15a32b7a5 09:10:20 Step 7/23 : RUN go mod download 09:10:21 ---> Running in 2c93d310f033 09:10:21 Removing intermediate container 4e9ee2d217a3 09:10:21 ---> 588e71eb9350 09:10:21 Step 6/21 : COPY go.mod . 09:10:21 ---> 7665326521d5 09:10:21 Step 7/20 : RUN go mod download 09:10:21 Removing intermediate container 21cfebaa869d 09:10:21 ---> 1085c8ec2085 09:10:21 Step 6/22 : COPY go.mod . 09:10:21 ---> Running in 78b7ed9a6199 09:10:22 ---> 9087c605f679 09:10:22 Step 7/24 : RUN go mod download 09:10:22 ---> Running in 19562784ba65 09:10:22 ---> 4f4167561031 09:10:22 Step 7/21 : RUN go mod download 09:10:22 ---> Running in 29664411dcc8 09:10:22 ---> 2317a6b640bd 09:10:22 Step 7/22 : RUN go mod download 09:10:22 ---> Running in 4935c1420efd 09:10:26 Removing intermediate container 2c93d310f033 09:10:26 ---> 3fa89f893a4a 09:10:26 Step 8/23 : COPY . . 09:10:26 Removing intermediate container 78b7ed9a6199 09:10:26 ---> 37a0550ca72b 09:10:26 Step 8/20 : COPY . . 09:10:27 Removing intermediate container 19562784ba65 09:10:27 ---> 1ec037b40672 09:10:27 Step 8/24 : COPY . . 09:10:28 Removing intermediate container 29664411dcc8 09:10:28 ---> 57ee9cc70f21 09:10:28 Step 8/21 : COPY . . 09:10:29 Removing intermediate container 4935c1420efd 09:10:29 ---> d2928e6852bc 09:10:29 Step 8/22 : COPY . . 09:10:51 ---> cd6b7631cee5 09:10:51 Step 9/23 : RUN make cmd/core-data/core-data 09:10:51 ---> f76fb35755f2 09:10:51 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:10:51 ---> 6952b662d4c9 09:10:51 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:10:51 ---> 7f860e5ce621 09:10:51 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:10:51 ---> Running in 754d626312a4 09:10:51 ---> Running in 8bcc7f1dbea1 09:10:51 ---> Running in 1f76db55c02c 09:10:51 ---> Running in ae8f04617744 09:10:51 ---> 25e8e39cac23 09:10:51 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:10:51 ---> Running in 9c34153da442 09:10:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-data/core-data ./cmd/core-data 09:10:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:12:28 Removing intermediate container ae8f04617744 09:12:28 ---> 6dd491c65a51 09:12:28 09:12:28 Step 10/20 : FROM alpine 09:12:28 latest: Pulling from library/alpine 09:12:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:12:28 Status: Downloaded newer image for alpine:latest 09:12:28 ---> 62ee0e9f8440 09:12:28 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:12:28 ---> Running in 894db373f408 09:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:28 v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:12:28 v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:12:28 OK: 12619 distinct packages available 09:12:28 (1/4) Installing ca-certificates (20191127-r4) 09:12:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:12:28 (3/4) Installing libcurl (7.69.1-r1) 09:12:28 (4/4) Installing curl (7.69.1-r1) 09:12:28 Executing busybox-1.31.1-r16.trigger 09:12:28 Executing ca-certificates-20191127-r4.trigger 09:12:28 OK: 7 MiB in 18 packages 09:12:28 Removing intermediate container 894db373f408 09:12:28 ---> 10719f3f3556 09:12:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:12:28 ---> Running in 9d976ad6b42b 09:12:28 Removing intermediate container 9d976ad6b42b 09:12:28 ---> 091fd8ea75eb 09:12:28 Step 13/20 : WORKDIR /edgex 09:12:28 ---> Running in 1138d5ea1b2b 09:12:28 Removing intermediate container 1138d5ea1b2b 09:12:28 ---> ab9a855dd8f7 09:12:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:12:28 ---> 80f59915fef0 09:12:28 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:12:28 ---> 39a16902f959 09:12:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:12:28 ---> Running in bfcef1db9664 09:12:28 Removing intermediate container bfcef1db9664 09:12:28 ---> 9475a12e5f4e 09:12:28 Step 17/20 : CMD ["--init=true"] 09:12:28 ---> Running in 2df2b1649d21 09:12:29 Removing intermediate container 2df2b1649d21 09:12:29 ---> 3c247d95aafb 09:12:29 Step 18/20 : LABEL arch=arm64 09:12:29 ---> Running in f98b5e2f7692 09:12:30 Removing intermediate container f98b5e2f7692 09:12:30 ---> a8f7ebb5856f 09:12:30 Step 19/20 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:12:30 ---> Running in 36c5c767da13 09:12:31 Removing intermediate container 36c5c767da13 09:12:31 ---> 8dfc00ce3685 09:12:31 Step 20/20 : LABEL version=1.2.2-dev.26 09:12:31 ---> Running in 4cda4b208832 09:12:32 Removing intermediate container 4cda4b208832 09:12:32 ---> bb9a60c0b4c3 09:12:32 09:12:32 Successfully built bb9a60c0b4c3 09:12:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:12:32 Building docker-security-secrets-setup-go 09:12:45  Building docker-security-proxy-setup-go ... done Removing intermediate container 754d626312a4 09:12:45 ---> c1fbf24f2d4d 09:12:45 09:12:45 Step 10/24 : FROM scratch 09:12:45 ---> 09:12:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:12:46 ---> Running in 9e85a10497bd 09:12:48 Removing intermediate container 9e85a10497bd 09:12:48 ---> bb2424a81699 09:12:48 Step 12/24 : ENV APP_PORT=48060 09:12:48 ---> Running in ddaacd4201da 09:12:49 Removing intermediate container 1f76db55c02c 09:12:49 ---> 3482ae99c3c4 09:12:49 09:12:49 Step 10/21 : FROM scratch 09:12:49 ---> 09:12:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:12:50 ---> Running in ef3d24d3f7a2 09:12:50 Removing intermediate container ddaacd4201da 09:12:50 ---> 824302a2fc7d 09:12:50 Step 13/24 : EXPOSE $APP_PORT 09:12:50 ---> Running in 1fecff0d0c7f 09:12:51 Removing intermediate container ef3d24d3f7a2 09:12:51 ---> cb3bc9ca0aff 09:12:51 Step 12/21 : ENV APP_PORT=48085 09:12:51 ---> Running in f72b5679b29e 09:12:52 Removing intermediate container 1fecff0d0c7f 09:12:52 ---> 0f6dd6f5ebba 09:12:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:12:52 Removing intermediate container f72b5679b29e 09:12:52 ---> b91f63ab52df 09:12:52 Step 13/21 : EXPOSE $APP_PORT 09:12:52 ---> Running in 07777a5176ce 09:12:53 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 09:12:53 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:12:53 ---> 41891c02e31f 09:12:53 Step 3/29 : WORKDIR /edgex-go 09:12:53 ---> Using cache 09:12:53 ---> 6d3f76eaea0d 09:12:53 Step 4/29 : RUN apk update && apk add make git 09:12:53 ---> 8946318efa9b 09:12:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:12:53 ---> Running in 4f6007f65d0f 09:12:54 Removing intermediate container 07777a5176ce 09:12:54 ---> 360c082690f8 09:12:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:12:55 ---> 947e05dcb794 09:12:55 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:12:56 ---> 63663e109ff4 09:12:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:57 Removing intermediate container 9c34153da442 09:12:57 ---> fd0e0017ee91 09:12:57 09:12:57 Step 10/22 : FROM scratch 09:12:57 ---> 09:12:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:12:57 ---> Using cache 09:12:57 ---> cb3bc9ca0aff 09:12:57 Step 12/22 : ENV APP_PORT=48081 09:12:57 ---> 050ba8d296a7 09:12:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:12:57 ---> Running in bf4ad15f4cea 09:12:57 ---> 28120492ede1 09:12:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:12:58 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:12:58 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:12:58 OK: 12621 distinct packages available 09:12:58 Removing intermediate container bf4ad15f4cea 09:12:58 ---> 2b480e72595d 09:12:58 Step 13/22 : EXPOSE $APP_PORT 09:12:59 ---> Running in 8e9b85e7b4b8 09:12:59 OK: 217 MiB in 51 packages 09:12:59 ---> 6136b9fcd1d0 09:12:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:12:59 ---> 69139de67d94 09:12:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:12:59 ---> Running in 824790fca887 09:12:59 Removing intermediate container 8e9b85e7b4b8 09:12:59 ---> 0fc6b43d8e20 09:12:59 Step 14/22 : WORKDIR / 09:13:00 ---> Running in 170addc2759d 09:13:00 Removing intermediate container 824790fca887 09:13:00 ---> d2c5f525ab12 09:13:00 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:13:00 ---> Running in d4bfca9569ad 09:13:01 Removing intermediate container 170addc2759d 09:13:01 ---> 686f906428ae 09:13:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:13:01 ---> 1972075bdbe4 09:13:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:13:01 Removing intermediate container 4f6007f65d0f 09:13:01 ---> 504acd9850f4 09:13:01 Step 5/29 : COPY go.mod . 09:13:02 Removing intermediate container d4bfca9569ad 09:13:02 ---> 7733428ec775 09:13:02 Step 19/21 : LABEL arch=arm64 09:13:02 ---> 420696a7d316 09:13:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:13:02 ---> Running in 6afbd2331a8a 09:13:02 ---> 45c0f2ad3289 09:13:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:13:02 ---> ff99bccb6cb5 09:13:02 Step 6/29 : RUN go mod download 09:13:02 ---> Running in 5f1aa2f9d245 09:13:02 ---> Running in 9a2cd8703027 09:13:03 Removing intermediate container 6afbd2331a8a 09:13:03 ---> 01159679f656 09:13:03 Step 20/21 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:13:03 Removing intermediate container 9a2cd8703027 09:13:03 ---> 7789d8d64501 09:13:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:13:03 ---> Running in ee62c6fddfae 09:13:03 ---> Running in 242044b013bf 09:13:04 Removing intermediate container ee62c6fddfae 09:13:04 ---> 3229fc7b6cbb 09:13:04 Step 21/21 : LABEL version=1.2.2-dev.26 09:13:04 ---> 79b8f4316dc3 09:13:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:13:04 ---> Running in a8a2790e636d 09:13:04 Removing intermediate container 242044b013bf 09:13:04 ---> 1e9a5ffdf64c 09:13:04 Step 22/24 : LABEL arch=arm64 09:13:04 ---> Running in c1e4c65ad494 09:13:04 Removing intermediate container a8a2790e636d 09:13:04 ---> 587ad703872f 09:13:04 09:13:05 ---> 23b07c37f7a1 09:13:05 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:13:05 Successfully built 587ad703872f 09:13:05 ---> Running in 733d4cca02e7 09:13:05 Successfully tagged docker-support-scheduler-go-arm64:latest 09:13:05 Building docker-support-logging-go 09:13:05  Building docker-support-scheduler-go ... done Removing intermediate container c1e4c65ad494 09:13:05 ---> a8370483026d 09:13:05 Step 23/24 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:13:06 ---> Running in 6534bf3d9073 09:13:06 Removing intermediate container 733d4cca02e7 09:13:06 ---> b2c44e12c4b8 09:13:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:13:07 ---> Running in 80358e1b05b3 09:13:07 Removing intermediate container 6534bf3d9073 09:13:07 ---> cde6e70a718a 09:13:07 Step 24/24 : LABEL version=1.2.2-dev.26 09:13:07 Removing intermediate container 5f1aa2f9d245 09:13:07 ---> d13e4e009426 09:13:07 Step 7/29 : COPY . . 09:13:08 ---> Running in 1d686448cded 09:13:09 Removing intermediate container 80358e1b05b3 09:13:09 ---> 4c049ad0159d 09:13:09 Step 20/22 : LABEL arch=arm64 09:13:12 Removing intermediate container 1d686448cded 09:13:12 ---> e7703a856e4d 09:13:12 09:13:12 ---> Running in 64f2be353058 09:13:13 Successfully built e7703a856e4d 09:13:13 Successfully tagged docker-support-notifications-go-arm64:latest 09:13:13  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 09:13:13 Removing intermediate container 8bcc7f1dbea1 09:13:13 ---> 1a1e3715f910 09:13:13 09:13:13 Step 10/23 : FROM alpine 09:13:13 ---> 62ee0e9f8440 09:13:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:13:14 Removing intermediate container 64f2be353058 09:13:14 ---> 7a99934bf2fc 09:13:14 Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:13:14 ---> Running in 34e781ab871e 09:13:14 ---> Running in 9a9442373a2f 09:13:15 Removing intermediate container 34e781ab871e 09:13:15 ---> 04c4df6c1e90 09:13:15 Step 12/23 : ENV APP_PORT=48080 09:13:16 Removing intermediate container 9a9442373a2f 09:13:16 ---> be10eec0ac90 09:13:16 Step 22/22 : LABEL version=1.2.2-dev.26 09:13:16 ---> Running in 5ceffa492a96 09:13:17 ---> Running in 0c332af18731 09:13:17 Removing intermediate container 5ceffa492a96 09:13:17 ---> c3244841e14d 09:13:17 Step 13/23 : EXPOSE $APP_PORT 09:13:18 Removing intermediate container 0c332af18731 09:13:18 ---> 177e63aed4d6 09:13:18 09:13:19 Successfully built 177e63aed4d6 09:13:19 Successfully tagged docker-core-metadata-go-arm64:latest 09:13:19 Building docker-security-secretstore-setup-go 09:13:19  Building docker-core-metadata-go ... done  ---> Running in c08138ecdab7 09:13:20 Removing intermediate container c08138ecdab7 09:13:20 ---> 10fdc66b4af0 09:13:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:13:21 ---> Running in 21e7c82c3e51 09:13:22 ---> b34c67a0099a 09:13:22 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:13:23 ---> Running in ce309bb7ad73 09:13:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:13:26 Removing intermediate container 21e7c82c3e51 09:13:26 ---> c2cc90948462 09:13:26 Step 15/23 : RUN apk --no-cache add zeromq 09:13:26 ---> Running in 119c3bcb1bd2 09:13:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:13:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:13:30 (1/5) Installing libgcc (9.3.0-r2) 09:13:30 (2/5) Installing libsodium (1.0.18-r0) 09:13:30 (3/5) Installing libstdc++ (9.3.0-r2) 09:13:30 (4/5) Installing libzmq (4.3.3-r0) 09:13:30 (5/5) Installing zeromq (4.3.3-r0) 09:13:30 Executing busybox-1.31.1-r16.trigger 09:13:30 OK: 8 MiB in 19 packages 09:13:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:13:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:13:32 ---> 41891c02e31f 09:13:32 Step 3/22 : WORKDIR /edgex-go 09:13:32 ---> Using cache 09:13:32 ---> 6d3f76eaea0d 09:13:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:13:32 ---> Using cache 09:13:32 ---> 1e5d03c4d562 09:13:32 Step 5/22 : RUN apk update && apk add make && apk add bash git 09:13:34 ---> Running in a65989ea87b4 09:13:34 Removing intermediate container 119c3bcb1bd2 09:13:34 ---> 5fadc7520828 09:13:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:13:36 ---> 4b9cffc07337 09:13:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:13:38 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:13:38 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:13:38 OK: 12621 distinct packages available 09:13:39 ---> f0f949bcfb76 09:13:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:13:39 OK: 217 MiB in 51 packages 09:13:40 OK: 217 MiB in 51 packages 09:13:41 ---> 93e11d188a4f 09:13:41 Step 19/23 : ENTRYPOINT ["/core-data"] 09:13:41 ---> Running in 21f300178c29 09:13:42 Removing intermediate container 21f300178c29 09:13:42 ---> b2c06af29a7f 09:13:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:13:43 Removing intermediate container a65989ea87b4 09:13:43 ---> 912b95eb0d32 09:13:43 Step 6/22 : COPY go.mod . 09:13:43 ---> Running in 3164c15ec468 09:13:44 Removing intermediate container 3164c15ec468 09:13:44 ---> 85ed4b94bdcc 09:13:44 Step 21/23 : LABEL arch=arm64 09:13:44 ---> c6484ffb634d 09:13:44 Step 7/22 : RUN go mod download 09:13:44 ---> Running in 248a0bd3fd78 09:13:45 ---> Running in 932ea7481312 09:13:46 Removing intermediate container 248a0bd3fd78 09:13:46 ---> 8cafbac609ec 09:13:46 Step 22/23 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:13:46 ---> Running in 880343e5e6e5 09:13:47 Removing intermediate container 880343e5e6e5 09:13:47 ---> c16b39f5baed 09:13:47 Step 23/23 : LABEL version=1.2.2-dev.26 09:13:47 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 09:13:47 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:13:47 ---> 41891c02e31f 09:13:47 Step 3/27 : WORKDIR /edgex-go 09:13:47 ---> Using cache 09:13:47 ---> 6d3f76eaea0d 09:13:47 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:13:47 ---> Using cache 09:13:47 ---> 1e5d03c4d562 09:13:47 Step 5/27 : RUN apk update && apk add make bash git 09:13:47 ---> Running in 80a6ad706a34 09:13:47 ---> Running in 456a0550f001 09:13:48 Removing intermediate container 456a0550f001 09:13:48 ---> 8abf9a3013c0 09:13:48 09:13:50 Successfully built 8abf9a3013c0 09:13:50 Successfully tagged docker-core-data-go-arm64:latest 09:13:50 Building docker-core-command-go 09:13:50  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:13:50 Removing intermediate container 932ea7481312 09:13:50 ---> bca0ff9125b1 09:13:50 Step 8/22 : COPY . . 09:13:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:13:52 v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:13:52 v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] 09:13:52 OK: 12621 distinct packages available 09:13:53 OK: 217 MiB in 51 packages 09:13:53 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 09:13:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:13:53 ---> 41891c02e31f 09:13:53 Step 3/26 : WORKDIR /edgex-go 09:13:53 ---> Using cache 09:13:53 ---> 6d3f76eaea0d 09:13:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:13:53 ---> Using cache 09:13:53 ---> 1e5d03c4d562 09:13:53 Step 5/26 : RUN apk update && apk add make git 09:13:53 ---> Using cache 09:13:53 ---> 588e71eb9350 09:13:53 Step 6/26 : COPY go.mod . 09:13:53 ---> Using cache 09:13:53 ---> 4f4167561031 09:13:53 Step 7/26 : RUN go mod download 09:13:53 ---> Using cache 09:13:53 ---> 57ee9cc70f21 09:13:53 Step 8/26 : COPY . . 09:13:53 ---> Using cache 09:13:53 ---> 7f860e5ce621 09:13:53 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 09:13:59 ---> Running in d3fb6f455291 09:14:00 Removing intermediate container 80a6ad706a34 09:14:00 ---> eeb3e4fa6f10 09:14:00 Step 6/27 : COPY go.mod . 09:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:14:02 ---> 827fbcf7cf1a 09:14:02 Step 7/27 : RUN go mod download 09:14:03 ---> Running in 4c9f4ef9d513 09:14:11 Removing intermediate container 4c9f4ef9d513 09:14:11 ---> b87e3d06f70e 09:14:11 Step 8/27 : COPY . . 09:14:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:14:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:14:16 ---> 41891c02e31f 09:14:16 Step 3/22 : WORKDIR /edgex-go 09:14:16 ---> Using cache 09:14:16 ---> 6d3f76eaea0d 09:14:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:14:16 ---> Using cache 09:14:16 ---> 1e5d03c4d562 09:14:16 Step 5/22 : RUN apk update && apk add make git 09:14:16 ---> Using cache 09:14:16 ---> 588e71eb9350 09:14:16 Step 6/22 : COPY go.mod . 09:14:16 ---> Using cache 09:14:16 ---> 4f4167561031 09:14:16 Step 7/22 : RUN go mod download 09:14:16 ---> Using cache 09:14:16 ---> 57ee9cc70f21 09:14:16 Step 8/22 : COPY . . 09:14:16 ---> Using cache 09:14:16 ---> 7f860e5ce621 09:14:16 Step 9/22 : RUN make cmd/core-command/core-command 09:14:16 ---> Running in 5b6a46affa7f 09:14:17 ---> 0c04e10d88c2 09:14:17 Step 9/22 : RUN make cmd/support-logging/support-logging 09:14:17 Removing intermediate container ce309bb7ad73 09:14:17 ---> 809d75e6136c 09:14:17 09:14:17 Step 9/29 : FROM alpine:latest 09:14:17 ---> 62ee0e9f8440 09:14:17 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:14:18 ---> Running in 24d52c9cca12 09:14:18 ---> Running in b25efda7d645 09:14:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-command/core-command ./cmd/core-command 09:14:20 Removing intermediate container 24d52c9cca12 09:14:20 ---> 1cb130d28e7d 09:14:20 Step 11/29 : USER root 09:14:20 ---> Running in b0eeeece521f 09:14:21 Removing intermediate container b0eeeece521f 09:14:21 ---> 27a484cf8cc6 09:14:21 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:14:21 ---> Running in a94d167c7848 09:14:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-logging/support-logging ./cmd/support-logging 09:14:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:14:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:14:25 v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:14:25 v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:14:25 OK: 12619 distinct packages available 09:14:26 (1/2) Installing ca-certificates (20191127-r4) 09:14:26 (2/2) Installing dumb-init (1.2.2-r1) 09:14:26 Executing busybox-1.31.1-r16.trigger 09:14:26 Executing ca-certificates-20191127-r4.trigger 09:14:27 OK: 6 MiB in 16 packages 09:14:32 Removing intermediate container a94d167c7848 09:14:32 ---> 6d8d9cb9ea8a 09:14:32 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:14:32 ---> Running in 53739e0d6169 09:14:32 ---> 724e8f6e449b 09:14:32 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:14:32 ---> Running in 54a8afef48a8 09:14:32 Removing intermediate container 53739e0d6169 09:14:32 ---> 9e077b5fc637 09:14:32 Step 14/29 : WORKDIR $BASE_DIR 09:14:33 ---> Running in 01184ac93f77 09:14:34 Removing intermediate container 01184ac93f77 09:14:34 ---> 96e1edf2b019 09:14:34 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:14:34 ---> Running in ed2f75129b98 09:14:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:14:38 Removing intermediate container ed2f75129b98 09:14:38 ---> 0bc54305ef49 09:14:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:14:39 ---> 3b5ac322ba0b 09:14:39 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:14:40 ---> 861561a9eaa5 09:14:40 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:14:42 ---> 4483e6bb1ff6 09:14:42 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:14:43 ---> 45890e3847b9 09:14:43 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:14:44 ---> 23aa50eaca5f 09:14:44 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:14:44 ---> Running in 8bfedfb2c18f 09:14:48 Removing intermediate container 8bfedfb2c18f 09:14:48 ---> 22c52819b3bd 09:14:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:14:49 ---> 56c2a93c3c70 09:14:49 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:14:49 ---> Running in 1fbcdaeef0af 09:14:54 Removing intermediate container 1fbcdaeef0af 09:14:54 ---> 01417331ea94 09:14:54 Step 24/29 : RUN chmod 755 security-secrets-setup 09:14:54 ---> Running in f52997e198a4 09:14:59 Removing intermediate container f52997e198a4 09:14:59 ---> 3491f066f277 09:14:59 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:14:59 ---> Running in 658d30d5ebc1 09:14:59 Removing intermediate container 658d30d5ebc1 09:14:59 ---> 96d6533effa2 09:14:59 Step 26/29 : CMD [ "generate" ] 09:15:00 ---> Running in c3449689d00b 09:15:00 Removing intermediate container c3449689d00b 09:15:00 ---> 339ee87115f5 09:15:00 Step 27/29 : LABEL arch=arm64 09:15:00 ---> Running in 7b7e428d5fd3 09:15:01 Removing intermediate container 7b7e428d5fd3 09:15:01 ---> 758686b4b8fd 09:15:01 Step 28/29 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:15:01 ---> Running in a27a05e395a1 09:15:02 Removing intermediate container a27a05e395a1 09:15:02 ---> 0b4dcc11793f 09:15:02 Step 29/29 : LABEL version=1.2.2-dev.26 09:15:02 ---> Running in 0a2d843c067f 09:15:03 Removing intermediate container 0a2d843c067f 09:15:03 ---> 24de7dbfbf89 09:15:03 09:15:03 Successfully built 24de7dbfbf89 09:15:03 Successfully tagged docker-security-secrets-setup-go-arm64:latest 09:15:03  Building docker-security-secrets-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:15:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 09:15:26 Removing intermediate container d3fb6f455291 09:15:26 ---> aed8987cb874 09:15:26 09:15:26 Step 10/26 : FROM alpine:3.10 09:15:26 3.10: Pulling from library/alpine 09:15:27 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:15:27 Status: Downloaded newer image for alpine:3.10 09:15:27 ---> 536a684cf733 09:15:27 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:15:27 ---> Running in 7d9c1010943f 09:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 09:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 09:15:31 v3.10.5-87-g3e7a2f0987 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:15:31 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:15:31 OK: 10167 distinct packages available 09:15:31 (1/5) Installing ca-certificates (20191127-r2) 09:15:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:15:31 (3/5) Installing libcurl (7.66.0-r1) 09:15:31 (4/5) Installing curl (7.66.0-r1) 09:15:31 (5/5) Installing dumb-init (1.2.2-r1) 09:15:31 Executing busybox-1.30.1-r3.trigger 09:15:32 Executing ca-certificates-20191127-r2.trigger 09:15:32 OK: 7 MiB in 19 packages 09:15:35 Removing intermediate container 7d9c1010943f 09:15:35 ---> 990c9900253e 09:15:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:15:35 ---> Running in 3e18b494d9d1 09:15:35 Removing intermediate container 3e18b494d9d1 09:15:35 ---> 820cbfea510b 09:15:35 Step 13/26 : WORKDIR / 09:15:35 ---> Running in 1084a134f334 09:15:36 Removing intermediate container 1084a134f334 09:15:36 ---> 63f390f4dcea 09:15:36 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:15:38 ---> 5a716871aed8 09:15:38 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:15:39 ---> 4abcaf9ba1ce 09:15:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:15:40 ---> e05411537936 09:15:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 09:15:41 ---> cf834a1119d4 09:15:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:15:42 ---> 8eb8e1792ea7 09:15:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:15:45 ---> 646d5aeb5300 09:15:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 09:15:47 ---> 3809e55033a8 09:15:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:15:47 Removing intermediate container b25efda7d645 09:15:47 ---> 6061d2d9bed7 09:15:47 09:15:47 Step 10/22 : FROM scratch 09:15:47 ---> 09:15:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:15:47 ---> Using cache 09:15:47 ---> bb2424a81699 09:15:47 Step 12/22 : ENV APP_PORT=48061 09:15:48 ---> Running in 55b4d9a86f4d 09:15:48 ---> acc5fc5ffea0 09:15:48 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:15:48 ---> Running in 25b807befb54 09:15:48 Removing intermediate container 55b4d9a86f4d 09:15:48 ---> 808ef2a70427 09:15:48 Step 13/22 : EXPOSE $APP_PORT 09:15:48 ---> Running in a7af5340e4a4 09:15:49 Removing intermediate container a7af5340e4a4 09:15:49 ---> a38857c4ad92 09:15:49 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 09:15:50 ---> 9d26853e0f7c 09:15:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:15:52 ---> be50ee02b217 09:15:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:15:52 Removing intermediate container 25b807befb54 09:15:52 ---> 83115a4e613f 09:15:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:15:52 ---> Running in 4f9b772c8414 09:15:52 Removing intermediate container 54a8afef48a8 09:15:52 ---> 806633895574 09:15:52 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:15:53 ---> Running in f5c369d7da82 09:15:53 Removing intermediate container 4f9b772c8414 09:15:53 ---> f421a3d6f983 09:15:53 Step 24/26 : LABEL arch=arm64 09:15:54 ---> Running in ac72ee53b6dd 09:15:54 ---> c0092fa7d590 09:15:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:15:54 Removing intermediate container 5b6a46affa7f 09:15:54 ---> 1d1d4b672dca 09:15:54 09:15:54 Step 10/22 : FROM scratch 09:15:54 ---> 09:15:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:15:54 ---> Using cache 09:15:54 ---> cb3bc9ca0aff 09:15:54 Step 12/22 : ENV APP_PORT=48082 09:15:54 Removing intermediate container ac72ee53b6dd 09:15:54 ---> 38224daae8f0 09:15:54 Step 25/26 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:15:54 ---> Running in e8eea2056c28 09:15:54 ---> Running in dcf40aeb7ab0 09:15:55 ---> cb3cc7e44360 09:15:55 Step 18/22 : ENTRYPOINT ["/support-logging"] 09:15:55 ---> Running in e362c445dddc 09:15:55 Removing intermediate container e8eea2056c28 09:15:55 ---> 2902cfeed677 09:15:55 Step 13/22 : EXPOSE $APP_PORT 09:15:55 ---> Running in 26924f964da2 09:15:55 Removing intermediate container dcf40aeb7ab0 09:15:55 ---> 71be52b77c35 09:15:55 Step 26/26 : LABEL version=1.2.2-dev.26 09:15:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:15:55 ---> Running in 56cd211f2d24 09:15:56 Removing intermediate container e362c445dddc 09:15:56 ---> 640cf09c06d1 09:15:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:15:56 ---> Running in f7205afb9025 09:15:56 Removing intermediate container 26924f964da2 09:15:56 ---> 6464ce1c1aa6 09:15:56 Step 14/22 : WORKDIR / 09:15:56 ---> Running in dec19bd32f2a 09:15:56 Removing intermediate container 56cd211f2d24 09:15:56 ---> 45a30379fcb0 09:15:56 09:15:56 Removing intermediate container f7205afb9025 09:15:56 ---> 788c78194aca 09:15:56 Step 20/22 : LABEL arch=arm64 09:15:56 ---> Running in c1275e482a9f 09:15:56 Successfully built 45a30379fcb0 09:15:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:15:57  Building docker-security-secretstore-setup-go ... done Removing intermediate container dec19bd32f2a 09:15:57 ---> bec77a22275f 09:15:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:15:57 Removing intermediate container c1275e482a9f 09:15:57 ---> aa36765cc6ba 09:15:57 Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:15:57 ---> Running in 2bc7fe09dd65 09:15:57 ---> 008c778ca2b8 09:15:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:15:58 Removing intermediate container 2bc7fe09dd65 09:15:58 ---> 0f9b6c1687f8 09:15:58 Step 22/22 : LABEL version=1.2.2-dev.26 09:15:58 ---> Running in 3a710bec7b2b 09:15:59 Removing intermediate container f5c369d7da82 09:15:59 ---> 83d6d471a9a8 09:15:59 09:15:59 Step 11/27 : FROM docker:latest 09:15:59 ---> ce9d55ae87f1 09:15:59 Step 12/27 : RUN apk add --no-cache bash 09:15:59 Removing intermediate container 3a710bec7b2b 09:15:59 ---> d9de63723a7d 09:15:59 09:15:59 ---> a36b5ddbb75a 09:15:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:15:59 ---> Running in 97f612130c95 09:15:59 Successfully built d9de63723a7d 09:15:59 Successfully tagged docker-support-logging-go-arm64:latest 09:16:00  Building docker-support-logging-go ... done  ---> a9607bfa60cb 09:16:00 Step 18/22 : ENTRYPOINT ["/core-command"] 09:16:00 ---> Running in 295e07d0428e 09:16:01 Removing intermediate container 295e07d0428e 09:16:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:16:01 ---> 3a8f80663f45 09:16:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:16:01 ---> Running in f90aaa3ff9a7 09:16:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:16:01 Removing intermediate container f90aaa3ff9a7 09:16:01 ---> 6a82efd3ad49 09:16:01 Step 20/22 : LABEL arch=arm64 09:16:01 (1/2) Installing readline (8.0.4-r0) 09:16:01 (2/2) Installing bash (5.0.17-r0) 09:16:01 Executing bash-5.0.17-r0.post-install 09:16:01 Executing busybox-1.31.1-r16.trigger 09:16:01 OK: 12 MiB in 22 packages 09:16:01 ---> Running in 651d8ff087be 09:16:02 Removing intermediate container 651d8ff087be 09:16:02 ---> b4828c8d45ea 09:16:02 Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:16:02 ---> Running in 03a044078d59 09:16:02 Removing intermediate container 03a044078d59 09:16:02 ---> d4a60acf0c01 09:16:02 Step 22/22 : LABEL version=1.2.2-dev.26 09:16:03 Removing intermediate container 97f612130c95 09:16:03 ---> 82fbff7a3b61 09:16:03 Step 13/27 : RUN rm -rf /var/cache/apk/* 09:16:03 ---> Running in b99a5892584c 09:16:03 ---> Running in 6f81a7084f4e 09:16:03 Removing intermediate container b99a5892584c 09:16:03 ---> 131b310ddaf9 09:16:03 09:16:03 Successfully built 131b310ddaf9 09:16:03 Successfully tagged docker-core-command-go-arm64:latest 09:16:05  Building docker-core-command-go ... done Removing intermediate container 6f81a7084f4e 09:16:05 ---> 5cbe3e50b46d 09:16:05 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:16:05 ---> Running in 7267ae6cf044 09:16:06 Removing intermediate container 7267ae6cf044 09:16:06 ---> 92e27c9eb4b9 09:16:06 Step 15/27 : ENV APP_PORT=48090 09:16:06 ---> Running in 6d6c974ef3fb 09:16:06 Removing intermediate container 6d6c974ef3fb 09:16:06 ---> f4458a9d681b 09:16:06 Step 16/27 : EXPOSE $APP_PORT 09:16:06 ---> Running in 891df9469a3c 09:16:07 Removing intermediate container 891df9469a3c 09:16:07 ---> f5811b2e2d4a 09:16:07 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:16:08 ---> 54aa1c87d6df 09:16:08 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:16:09 ---> 6d5d8132e5d9 09:16:09 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:16:10 ---> f602ca4a5d47 09:16:10 Step 20/27 : RUN apk --no-cache add py-pip 09:16:10 ---> Running in 71fcf0fae9a5 09:16:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:16:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:16:12 (1/33) Installing libbz2 (1.0.8-r1) 09:16:12 (2/33) Installing expat (2.2.9-r1) 09:16:12 (3/33) Installing libffi (3.3-r2) 09:16:12 (4/33) Installing gdbm (1.13-r1) 09:16:12 (5/33) Installing xz-libs (5.2.5-r0) 09:16:12 (6/33) Installing sqlite-libs (3.32.1-r0) 09:16:12 (7/33) Installing python3 (3.8.5-r0) 09:16:14 (8/33) Installing py3-appdirs (1.4.4-r1) 09:16:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:16:14 (10/33) Installing py3-parsing (2.4.7-r0) 09:16:14 (11/33) Installing py3-six (1.15.0-r0) 09:16:14 (12/33) Installing py3-packaging (20.4-r0) 09:16:14 (13/33) Installing py3-setuptools (47.0.0-r0) 09:16:14 (14/33) Installing py3-chardet (3.0.4-r4) 09:16:14 (15/33) Installing py3-idna (2.9-r0) 09:16:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:16:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:16:14 (18/33) Installing py3-requests (2.23.0-r0) 09:16:14 (19/33) Installing py3-msgpack (1.0.0-r0) 09:16:14 (20/33) Installing py3-lockfile (0.12.2-r3) 09:16:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:16:14 (22/33) Installing py3-colorama (0.4.3-r0) 09:16:14 (23/33) Installing py3-distlib (0.3.0-r0) 09:16:14 (24/33) Installing py3-distro (1.5.0-r1) 09:16:14 (25/33) Installing py3-webencodings (0.5.1-r3) 09:16:14 (26/33) Installing py3-html5lib (1.0.1-r4) 09:16:14 (27/33) Installing py3-pytoml (0.1.21-r0) 09:16:14 (28/33) Installing py3-pep517 (0.8.2-r0) 09:16:14 (29/33) Installing py3-progress (1.5-r0) 09:16:14 (30/33) Installing py3-toml (0.10.1-r0) 09:16:14 (31/33) Installing py3-retrying (1.3.3-r0) 09:16:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:16:14 (33/33) Installing py3-pip (20.1.1-r0) 09:16:14 Executing busybox-1.31.1-r16.trigger 09:16:15 OK: 71 MiB in 55 packages 09:16:21 Removing intermediate container 71fcf0fae9a5 09:16:21 ---> 99b90e5985eb 09:16:21 Step 21/27 : RUN pip install docker-compose==1.23.2 09:16:21 ---> Running in af9d105eac5c 09:16:27 Collecting docker-compose==1.23.2 09:16:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:16:27 Collecting jsonschema<3,>=2.5.1 09:16:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:16:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:16:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:16:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:16:29 Collecting cached-property<2,>=1.2.0 09:16:29 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 09:16:29 Collecting dockerpty<0.5,>=0.4.1 09:16:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:16:31 Collecting PyYAML<4,>=3.10 09:16:31 Downloading PyYAML-3.13.tar.gz (270 kB) 09:16:34 Collecting texttable<0.10,>=0.9.0 09:16:34 Downloading texttable-0.9.1.tar.gz (11 kB) 09:16:36 Collecting websocket-client<1.0,>=0.32.0 09:16:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:16:37 Collecting docker<4.0,>=3.6.0 09:16:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:16:37 Collecting docopt<0.7,>=0.6.1 09:16:37 Downloading docopt-0.6.2.tar.gz (25 kB) 09:16:39 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:16:39 Collecting urllib3<1.25,>=1.21.1 09:16:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:16:40 Collecting idna<2.8,>=2.5 09:16:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:16:40 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) 09:16:40 Collecting docker-pycreds>=0.4.0 09:16:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:16:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:16:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:16:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:16:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:16:41 Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, dockerpty, PyYAML, texttable, websocket-client, docker-pycreds, docker, docopt, docker-compose 09:16:41 Attempting uninstall: urllib3 09:16:41 Found existing installation: urllib3 1.25.9 09:16:41 Uninstalling urllib3-1.25.9: 09:16:41 Successfully uninstalled urllib3-1.25.9 09:16:42 Attempting uninstall: idna 09:16:42 Found existing installation: idna 2.9 09:16:42 Uninstalling idna-2.9: 09:16:42 Successfully uninstalled idna-2.9 09:16:42 Attempting uninstall: requests 09:16:42 Found existing installation: requests 2.23.0 09:16:42 Uninstalling requests-2.23.0: 09:16:43 Successfully uninstalled requests-2.23.0 09:16:43 Running setup.py install for dockerpty: started 09:16:45 Running setup.py install for dockerpty: finished with status 'done' 09:16:45 Running setup.py install for PyYAML: started 09:16:47 Running setup.py install for PyYAML: finished with status 'done' 09:16:47 Running setup.py install for texttable: started 09:16:49 Running setup.py install for texttable: finished with status 'done' 09:16:49 Running setup.py install for docopt: started 09:16:51 Running setup.py install for docopt: finished with status 'done' 09:16:52 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 09:16:56 Removing intermediate container af9d105eac5c 09:16:56 ---> 68939150e4e5 09:16:56 Step 22/27 : RUN apk --no-cache add curl 09:16:56 ---> Running in 7b97eb277177 09:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:16:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:16:58 (2/3) Installing libcurl (7.69.1-r1) 09:16:58 (3/3) Installing curl (7.69.1-r1) 09:16:58 Executing busybox-1.31.1-r16.trigger 09:16:58 OK: 71 MiB in 58 packages 09:16:59 Removing intermediate container 7b97eb277177 09:16:59 ---> c9d155c4e806 09:16:59 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 09:16:59 ---> Running in 2addaf0593a2 09:17:00 Removing intermediate container 2addaf0593a2 09:17:00 ---> 25c2767da311 09:17:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:17:00 ---> Running in 2fdd249902f9 09:17:00 Removing intermediate container 2fdd249902f9 09:17:00 ---> 51c89137621c 09:17:00 Step 25/27 : LABEL arch=arm64 09:17:00 ---> Running in 43fe828d1f91 09:17:01 Removing intermediate container 43fe828d1f91 09:17:01 ---> f3099ebafd76 09:17:01 Step 26/27 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:01 ---> Running in a42b250e9f96 09:17:02 Removing intermediate container a42b250e9f96 09:17:02 ---> 47dca88eb249 09:17:02 Step 27/27 : LABEL version=1.2.2-dev.26 09:17:02 ---> Running in ec284ef11b74 09:17:02 Removing intermediate container ec284ef11b74 09:17:02 ---> d66c363784d2 09:17:02 09:17:02 Successfully built d66c363784d2 09:17:02 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:17:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:17:03 $ docker stop --time=1 44478a07311eafe31fd8576113958d24afe887ec4e929fe7ae65d6146319b69d 09:17:05 $ docker rm -f 44478a07311eafe31fd8576113958d24afe887ec4e929fe7ae65d6146319b69d [Pipeline] // withDockerContainer [Pipeline] sh 09:17:05 + docker images 09:17:05 + grep docker 09:17:06 docker-sys-mgmt-agent-go-arm64 latest d66c363784d2 4 seconds ago 265MB 09:17:06 docker-core-command-go-arm64 latest 131b310ddaf9 About a minute ago 11.4MB 09:17:06 docker-support-logging-go-arm64 latest d9de63723a7d About a minute ago 10.6MB 09:17:06 docker-security-secretstore-setup-go-arm64 latest 45a30379fcb0 About a minute ago 30.8MB 09:17:06 docker-security-secrets-setup-go-arm64 latest 24de7dbfbf89 2 minutes ago 22.7MB 09:17:06 docker-core-data-go-arm64 latest 8abf9a3013c0 3 minutes ago 22.2MB 09:17:06 docker-core-metadata-go-arm64 latest 177e63aed4d6 3 minutes ago 12.7MB 09:17:06 docker-support-notifications-go-arm64 latest e7703a856e4d 3 minutes ago 12.9MB 09:17:06 docker-support-scheduler-go-arm64 latest 587ad703872f 4 minutes ago 11.5MB 09:17:06 docker-security-proxy-setup-go-arm64 latest bb9a60c0b4c3 4 minutes ago 15.1MB 09:17:06 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 09:17:06 provisioning config files... 09:17:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/141@tmp/config1481366547391927959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:17:07 ---> docker-login.sh 09:17:07 nexus3.edgexfoundry.org:10001 09:17:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:17:07 Configure a credential helper to remove this warning. See 09:17:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:17:07 09:17:07 Login Succeeded 09:17:07 nexus3.edgexfoundry.org:10002 09:17:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:17:08 Configure a credential helper to remove this warning. See 09:17:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:17:08 09:17:08 Login Succeeded 09:17:08 nexus3.edgexfoundry.org:10003 09:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:17:09 Configure a credential helper to remove this warning. See 09:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:17:09 09:17:09 Login Succeeded 09:17:09 nexus3.edgexfoundry.org:10004 09:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:17:09 Configure a credential helper to remove this warning. See 09:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:17:09 09:17:09 Login Succeeded 09:17:09 docker.io 09:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:17:10 Configure a credential helper to remove this warning. See 09:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:17:10 09:17:10 Login Succeeded 09:17:10 ---> docker-login.sh ends [Pipeline] } 09:17:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:10 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 09:17:10 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:10 1.2.2-dev.26 09:17:10 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:10 master 09:17:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:11 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:17:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:17:11 a1d03b90f501: Preparing 09:17:11 d7ffb281ce3d: Preparing 09:17:11 44b6d43652e5: Preparing 09:17:12 44b6d43652e5: Pushed 09:17:12 a1d03b90f501: Pushed 09:17:14 d7ffb281ce3d: Pushed 09:17:14 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] isUnix [Pipeline] sh 09:17:15 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.26 09:17:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:17:15 a1d03b90f501: Preparing 09:17:15 d7ffb281ce3d: Preparing 09:17:15 44b6d43652e5: Preparing 09:17:15 44b6d43652e5: Layer already exists 09:17:15 a1d03b90f501: Layer already exists 09:17:15 d7ffb281ce3d: Layer already exists 09:17:15 1.2.2-dev.26: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] isUnix [Pipeline] sh 09:17:16 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:17:16 a1d03b90f501: Preparing 09:17:16 d7ffb281ce3d: Preparing 09:17:16 44b6d43652e5: Preparing 09:17:16 d7ffb281ce3d: Layer already exists 09:17:16 44b6d43652e5: Layer already exists 09:17:16 a1d03b90f501: Layer already exists 09:17:16 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] isUnix [Pipeline] sh 09:17:17 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:17:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 09:17:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:17:17 a1d03b90f501: Preparing 09:17:17 d7ffb281ce3d: Preparing 09:17:17 44b6d43652e5: Preparing 09:17:17 a1d03b90f501: Layer already exists 09:17:17 44b6d43652e5: Layer already exists 09:17:17 d7ffb281ce3d: Layer already exists 09:17:17 master: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:18 ===================================================== [Pipeline] echo 09:17:18 taggedImages: 09:17:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.26 09:17:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 09:17:18 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 09:17:18 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:18 1.2.2-dev.26 09:17:18 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:18 master 09:17:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:18 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:17:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:17:19 12539a809726: Preparing 09:17:19 4b93629772f3: Preparing 09:17:19 82f8975cd07a: Preparing 09:17:19 2248678ed0b3: Preparing 09:17:19 b571cb075c0e: Preparing 09:17:19 e2f13739ad41: Preparing 09:17:19 e2f13739ad41: Waiting 09:17:19 b571cb075c0e: Pushed 09:17:19 12539a809726: Pushed 09:17:19 82f8975cd07a: Pushed 09:17:19 e2f13739ad41: Layer already exists 09:17:19 2248678ed0b3: Pushed 09:17:22 4b93629772f3: Pushed 09:17:22 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:17:23 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.26 09:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:17:23 12539a809726: Preparing 09:17:23 4b93629772f3: Preparing 09:17:23 82f8975cd07a: Preparing 09:17:23 2248678ed0b3: Preparing 09:17:23 b571cb075c0e: Preparing 09:17:23 e2f13739ad41: Preparing 09:17:23 e2f13739ad41: Waiting 09:17:23 b571cb075c0e: Layer already exists 09:17:23 4b93629772f3: Layer already exists 09:17:23 12539a809726: Layer already exists 09:17:23 82f8975cd07a: Layer already exists 09:17:23 2248678ed0b3: Layer already exists 09:17:23 e2f13739ad41: Layer already exists 09:17:23 1.2.2-dev.26: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:17:24 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:17:24 12539a809726: Preparing 09:17:24 4b93629772f3: Preparing 09:17:24 82f8975cd07a: Preparing 09:17:24 2248678ed0b3: Preparing 09:17:24 b571cb075c0e: Preparing 09:17:24 e2f13739ad41: Preparing 09:17:24 e2f13739ad41: Waiting 09:17:24 b571cb075c0e: Layer already exists 09:17:24 4b93629772f3: Layer already exists 09:17:24 12539a809726: Layer already exists 09:17:24 82f8975cd07a: Layer already exists 09:17:24 2248678ed0b3: Layer already exists 09:17:24 e2f13739ad41: Layer already exists 09:17:24 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:17:24 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:17:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 09:17:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:17:25 12539a809726: Preparing 09:17:25 4b93629772f3: Preparing 09:17:25 82f8975cd07a: Preparing 09:17:25 2248678ed0b3: Preparing 09:17:25 b571cb075c0e: Preparing 09:17:25 e2f13739ad41: Preparing 09:17:25 e2f13739ad41: Waiting 09:17:25 2248678ed0b3: Layer already exists 09:17:25 12539a809726: Layer already exists 09:17:25 82f8975cd07a: Layer already exists 09:17:25 b571cb075c0e: Layer already exists 09:17:25 4b93629772f3: Layer already exists 09:17:25 e2f13739ad41: Layer already exists 09:17:25 master: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:25 ===================================================== [Pipeline] echo 09:17:25 taggedImages: 09:17:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.26 09:17:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:25 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 09:17:25 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 09:17:25 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:25 1.2.2-dev.26 09:17:25 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:25 master 09:17:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:26 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:17:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:17:26 799bc9c84834: Preparing 09:17:26 d2f0916f0c9f: Preparing 09:17:26 8245c5d98ffa: Preparing 09:17:27 8245c5d98ffa: Pushed 09:17:27 799bc9c84834: Pushed 09:17:29 d2f0916f0c9f: Pushed 09:17:29 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] isUnix [Pipeline] sh 09:17:30 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.26 09:17:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:17:30 799bc9c84834: Preparing 09:17:30 d2f0916f0c9f: Preparing 09:17:30 8245c5d98ffa: Preparing 09:17:30 d2f0916f0c9f: Layer already exists 09:17:30 8245c5d98ffa: Layer already exists 09:17:30 799bc9c84834: Layer already exists 09:17:30 1.2.2-dev.26: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] isUnix [Pipeline] sh 09:17:31 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:17:31 799bc9c84834: Preparing 09:17:31 d2f0916f0c9f: Preparing 09:17:31 8245c5d98ffa: Preparing 09:17:31 799bc9c84834: Layer already exists 09:17:31 8245c5d98ffa: Layer already exists 09:17:31 d2f0916f0c9f: Layer already exists 09:17:31 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] isUnix [Pipeline] sh 09:17:32 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:17:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 09:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:17:32 799bc9c84834: Preparing 09:17:32 d2f0916f0c9f: Preparing 09:17:32 8245c5d98ffa: Preparing 09:17:32 799bc9c84834: Layer already exists 09:17:32 d2f0916f0c9f: Layer already exists 09:17:32 8245c5d98ffa: Layer already exists 09:17:32 master: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:32 ===================================================== [Pipeline] echo 09:17:33 taggedImages: 09:17:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.26 09:17:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 09:17:33 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 09:17:33 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:33 1.2.2-dev.26 09:17:33 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:33 master 09:17:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:17:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:17:33 f8d5a8b6d0f1: Preparing 09:17:33 88333e62a341: Preparing 09:17:33 a2199a8351c4: Preparing 09:17:33 9bb410b13845: Preparing 09:17:33 e2f13739ad41: Preparing 09:17:34 e2f13739ad41: Layer already exists 09:17:34 88333e62a341: Pushed 09:17:34 a2199a8351c4: Pushed 09:17:34 9bb410b13845: Pushed 09:17:36 f8d5a8b6d0f1: Pushed 09:17:36 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] isUnix [Pipeline] sh 09:17:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.26 09:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:17:37 f8d5a8b6d0f1: Preparing 09:17:37 88333e62a341: Preparing 09:17:37 a2199a8351c4: Preparing 09:17:37 9bb410b13845: Preparing 09:17:37 e2f13739ad41: Preparing 09:17:37 9bb410b13845: Layer already exists 09:17:37 a2199a8351c4: Layer already exists 09:17:37 f8d5a8b6d0f1: Layer already exists 09:17:37 88333e62a341: Layer already exists 09:17:37 e2f13739ad41: Layer already exists 09:17:37 1.2.2-dev.26: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] isUnix [Pipeline] sh 09:17:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:17:38 f8d5a8b6d0f1: Preparing 09:17:38 88333e62a341: Preparing 09:17:38 a2199a8351c4: Preparing 09:17:38 9bb410b13845: Preparing 09:17:38 e2f13739ad41: Preparing 09:17:38 f8d5a8b6d0f1: Layer already exists 09:17:38 9bb410b13845: Layer already exists 09:17:38 a2199a8351c4: Layer already exists 09:17:38 88333e62a341: Layer already exists 09:17:38 e2f13739ad41: Layer already exists 09:17:38 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] isUnix [Pipeline] sh 09:17:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:17:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 09:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:17:39 f8d5a8b6d0f1: Preparing 09:17:39 88333e62a341: Preparing 09:17:39 a2199a8351c4: Preparing 09:17:39 9bb410b13845: Preparing 09:17:39 e2f13739ad41: Preparing 09:17:39 88333e62a341: Layer already exists 09:17:39 e2f13739ad41: Layer already exists 09:17:39 f8d5a8b6d0f1: Layer already exists 09:17:39 a2199a8351c4: Layer already exists 09:17:39 9bb410b13845: Layer already exists 09:17:39 master: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:39 ===================================================== [Pipeline] echo 09:17:39 taggedImages: 09:17:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.26 09:17:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 09:17:39 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 09:17:39 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:39 1.2.2-dev.26 09:17:39 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:39 master 09:17:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:40 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:17:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:17:40 ea72fa33f973: Preparing 09:17:40 25009d9968e7: Preparing 09:17:40 d4078f656baf: Preparing 09:17:40 7ea46b86a1ee: Preparing 09:17:40 7ea46b86a1ee: Preparing 09:17:40 068480fb8854: Preparing 09:17:40 e77aa6a215f2: Preparing 09:17:40 ad099c4d2e77: Preparing 09:17:40 ea72fa33f973: Preparing 09:17:40 d080b1792718: Preparing 09:17:40 389846bf18ab: Preparing 09:17:40 6298bf6fc972: Preparing 09:17:40 e2f13739ad41: Preparing 09:17:40 d080b1792718: Waiting 09:17:40 389846bf18ab: Waiting 09:17:40 6298bf6fc972: Waiting 09:17:40 e2f13739ad41: Waiting 09:17:40 ad099c4d2e77: Waiting 09:17:40 e77aa6a215f2: Waiting 09:17:40 7ea46b86a1ee: Pushed 09:17:40 068480fb8854: Pushed 09:17:40 25009d9968e7: Pushed 09:17:40 d4078f656baf: Pushed 09:17:41 e77aa6a215f2: Pushed 09:17:41 d080b1792718: Pushed 09:17:41 ad099c4d2e77: Pushed 09:17:41 389846bf18ab: Pushed 09:17:41 e2f13739ad41: Layer already exists 09:17:41 6298bf6fc972: Pushed 09:17:43 ea72fa33f973: Pushed 09:17:43 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:17:43 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.26 09:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:17:44 ea72fa33f973: Preparing 09:17:44 25009d9968e7: Preparing 09:17:44 d4078f656baf: Preparing 09:17:44 7ea46b86a1ee: Preparing 09:17:44 7ea46b86a1ee: Preparing 09:17:44 068480fb8854: Preparing 09:17:44 e77aa6a215f2: Preparing 09:17:44 ad099c4d2e77: Preparing 09:17:44 ea72fa33f973: Preparing 09:17:44 d080b1792718: Preparing 09:17:44 389846bf18ab: Preparing 09:17:44 6298bf6fc972: Preparing 09:17:44 e2f13739ad41: Preparing 09:17:44 e77aa6a215f2: Waiting 09:17:44 ad099c4d2e77: Waiting 09:17:44 d080b1792718: Waiting 09:17:44 389846bf18ab: Waiting 09:17:44 6298bf6fc972: Waiting 09:17:44 e2f13739ad41: Waiting 09:17:44 d4078f656baf: Layer already exists 09:17:44 068480fb8854: Layer already exists 09:17:44 ea72fa33f973: Layer already exists 09:17:44 25009d9968e7: Layer already exists 09:17:44 7ea46b86a1ee: Layer already exists 09:17:44 ad099c4d2e77: Layer already exists 09:17:44 389846bf18ab: Layer already exists 09:17:44 e77aa6a215f2: Layer already exists 09:17:44 d080b1792718: Layer already exists 09:17:44 6298bf6fc972: Layer already exists 09:17:44 e2f13739ad41: Layer already exists 09:17:44 1.2.2-dev.26: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:17:44 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:17:44 ea72fa33f973: Preparing 09:17:44 25009d9968e7: Preparing 09:17:44 d4078f656baf: Preparing 09:17:44 7ea46b86a1ee: Preparing 09:17:44 7ea46b86a1ee: Preparing 09:17:44 068480fb8854: Preparing 09:17:44 e77aa6a215f2: Preparing 09:17:44 ad099c4d2e77: Preparing 09:17:44 ea72fa33f973: Preparing 09:17:44 d080b1792718: Preparing 09:17:44 389846bf18ab: Preparing 09:17:44 6298bf6fc972: Preparing 09:17:44 e2f13739ad41: Preparing 09:17:44 e77aa6a215f2: Waiting 09:17:44 ad099c4d2e77: Waiting 09:17:44 d080b1792718: Waiting 09:17:44 389846bf18ab: Waiting 09:17:44 6298bf6fc972: Waiting 09:17:44 e2f13739ad41: Waiting 09:17:45 068480fb8854: Layer already exists 09:17:45 25009d9968e7: Layer already exists 09:17:45 ea72fa33f973: Layer already exists 09:17:45 7ea46b86a1ee: Layer already exists 09:17:45 d4078f656baf: Layer already exists 09:17:45 e77aa6a215f2: Layer already exists 09:17:45 d080b1792718: Layer already exists 09:17:45 ad099c4d2e77: Layer already exists 09:17:45 6298bf6fc972: Layer already exists 09:17:45 389846bf18ab: Layer already exists 09:17:45 e2f13739ad41: Layer already exists 09:17:45 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] isUnix [Pipeline] sh 09:17:45 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:17:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 09:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 09:17:45 ea72fa33f973: Preparing 09:17:45 25009d9968e7: Preparing 09:17:45 d4078f656baf: Preparing 09:17:45 7ea46b86a1ee: Preparing 09:17:45 7ea46b86a1ee: Preparing 09:17:45 068480fb8854: Preparing 09:17:45 e77aa6a215f2: Preparing 09:17:45 ad099c4d2e77: Preparing 09:17:45 ea72fa33f973: Preparing 09:17:45 d080b1792718: Preparing 09:17:45 389846bf18ab: Preparing 09:17:45 6298bf6fc972: Preparing 09:17:45 e2f13739ad41: Preparing 09:17:45 d080b1792718: Waiting 09:17:45 389846bf18ab: Waiting 09:17:45 6298bf6fc972: Waiting 09:17:45 e77aa6a215f2: Waiting 09:17:45 ad099c4d2e77: Waiting 09:17:45 e2f13739ad41: Waiting 09:17:45 ea72fa33f973: Layer already exists 09:17:45 7ea46b86a1ee: Layer already exists 09:17:45 25009d9968e7: Layer already exists 09:17:45 d4078f656baf: Layer already exists 09:17:45 068480fb8854: Layer already exists 09:17:46 e77aa6a215f2: Layer already exists 09:17:46 ad099c4d2e77: Layer already exists 09:17:46 389846bf18ab: Layer already exists 09:17:46 6298bf6fc972: Layer already exists 09:17:46 d080b1792718: Layer already exists 09:17:46 e2f13739ad41: Layer already exists 09:17:46 master: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:46 ===================================================== [Pipeline] echo 09:17:46 taggedImages: 09:17:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.26 09:17:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 09:17:46 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 09:17:46 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:46 1.2.2-dev.26 09:17:46 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:46 master 09:17:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:17:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:17:47 9a0f24be97ce: Preparing 09:17:47 0a101e986848: Preparing 09:17:47 4ab77886ff75: Preparing 09:17:47 e9412f3a56d0: Preparing 09:17:47 65e13b6481c0: Preparing 09:17:47 97f0e61d88d0: Preparing 09:17:47 0b6f4ebc5e6f: Preparing 09:17:47 d68f1b8c78e1: Preparing 09:17:47 8decd1d15b10: Preparing 09:17:47 9bd2ab7d868d: Preparing 09:17:47 66b385cf80cf: Preparing 09:17:47 97f0e61d88d0: Waiting 09:17:47 0b6f4ebc5e6f: Waiting 09:17:47 d68f1b8c78e1: Waiting 09:17:47 8decd1d15b10: Waiting 09:17:47 66b385cf80cf: Waiting 09:17:47 9bd2ab7d868d: Waiting 09:17:47 0a101e986848: Pushed 09:17:47 9a0f24be97ce: Pushed 09:17:47 97f0e61d88d0: Pushed 09:17:47 0b6f4ebc5e6f: Pushed 09:17:48 d68f1b8c78e1: Pushed 09:17:48 8decd1d15b10: Pushed 09:17:48 66b385cf80cf: Layer already exists 09:17:48 9bd2ab7d868d: Pushed 09:17:49 4ab77886ff75: Pushed 09:17:49 e9412f3a56d0: Pushed 09:17:49 65e13b6481c0: Pushed 09:17:49 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] isUnix [Pipeline] sh 09:17:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.26 09:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:17:50 9a0f24be97ce: Preparing 09:17:50 0a101e986848: Preparing 09:17:50 4ab77886ff75: Preparing 09:17:50 e9412f3a56d0: Preparing 09:17:50 65e13b6481c0: Preparing 09:17:50 97f0e61d88d0: Preparing 09:17:50 0b6f4ebc5e6f: Preparing 09:17:50 d68f1b8c78e1: Preparing 09:17:50 8decd1d15b10: Preparing 09:17:50 9bd2ab7d868d: Preparing 09:17:50 66b385cf80cf: Preparing 09:17:50 97f0e61d88d0: Waiting 09:17:50 0b6f4ebc5e6f: Waiting 09:17:50 9bd2ab7d868d: Waiting 09:17:50 66b385cf80cf: Waiting 09:17:50 8decd1d15b10: Waiting 09:17:50 d68f1b8c78e1: Waiting 09:17:50 0a101e986848: Layer already exists 09:17:50 65e13b6481c0: Layer already exists 09:17:50 4ab77886ff75: Layer already exists 09:17:50 9a0f24be97ce: Layer already exists 09:17:50 e9412f3a56d0: Layer already exists 09:17:50 d68f1b8c78e1: Layer already exists 09:17:50 97f0e61d88d0: Layer already exists 09:17:50 0b6f4ebc5e6f: Layer already exists 09:17:50 8decd1d15b10: Layer already exists 09:17:50 9bd2ab7d868d: Layer already exists 09:17:50 66b385cf80cf: Layer already exists 09:17:50 1.2.2-dev.26: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] isUnix [Pipeline] sh 09:17:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:17:51 9a0f24be97ce: Preparing 09:17:51 0a101e986848: Preparing 09:17:51 4ab77886ff75: Preparing 09:17:51 e9412f3a56d0: Preparing 09:17:51 65e13b6481c0: Preparing 09:17:51 97f0e61d88d0: Preparing 09:17:51 0b6f4ebc5e6f: Preparing 09:17:51 d68f1b8c78e1: Preparing 09:17:51 8decd1d15b10: Preparing 09:17:51 9bd2ab7d868d: Preparing 09:17:51 66b385cf80cf: Preparing 09:17:51 d68f1b8c78e1: Waiting 09:17:51 8decd1d15b10: Waiting 09:17:51 9bd2ab7d868d: Waiting 09:17:51 66b385cf80cf: Waiting 09:17:51 97f0e61d88d0: Waiting 09:17:51 0b6f4ebc5e6f: Waiting 09:17:51 65e13b6481c0: Layer already exists 09:17:51 e9412f3a56d0: Layer already exists 09:17:51 4ab77886ff75: Layer already exists 09:17:51 9a0f24be97ce: Layer already exists 09:17:51 0a101e986848: Layer already exists 09:17:51 0b6f4ebc5e6f: Layer already exists 09:17:51 97f0e61d88d0: Layer already exists 09:17:51 9bd2ab7d868d: Layer already exists 09:17:51 d68f1b8c78e1: Layer already exists 09:17:51 8decd1d15b10: Layer already exists 09:17:51 66b385cf80cf: Layer already exists 09:17:51 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] isUnix [Pipeline] sh 09:17:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:17:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 09:17:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:17:52 9a0f24be97ce: Preparing 09:17:52 0a101e986848: Preparing 09:17:52 4ab77886ff75: Preparing 09:17:52 e9412f3a56d0: Preparing 09:17:52 65e13b6481c0: Preparing 09:17:52 97f0e61d88d0: Preparing 09:17:52 0b6f4ebc5e6f: Preparing 09:17:52 d68f1b8c78e1: Preparing 09:17:52 8decd1d15b10: Preparing 09:17:52 9bd2ab7d868d: Preparing 09:17:52 66b385cf80cf: Preparing 09:17:52 d68f1b8c78e1: Waiting 09:17:52 8decd1d15b10: Waiting 09:17:52 9bd2ab7d868d: Waiting 09:17:52 66b385cf80cf: Waiting 09:17:52 97f0e61d88d0: Waiting 09:17:52 0b6f4ebc5e6f: Waiting 09:17:52 4ab77886ff75: Layer already exists 09:17:52 0a101e986848: Layer already exists 09:17:52 65e13b6481c0: Layer already exists 09:17:52 e9412f3a56d0: Layer already exists 09:17:52 9a0f24be97ce: Layer already exists 09:17:52 0b6f4ebc5e6f: Layer already exists 09:17:52 8decd1d15b10: Layer already exists 09:17:52 97f0e61d88d0: Layer already exists 09:17:52 d68f1b8c78e1: Layer already exists 09:17:52 9bd2ab7d868d: Layer already exists 09:17:52 66b385cf80cf: Layer already exists 09:17:52 master: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:53 ===================================================== [Pipeline] echo 09:17:53 taggedImages: 09:17:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.26 09:17:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 09:17:53 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 09:17:53 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:53 1.2.2-dev.26 09:17:53 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:53 master 09:17:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:53 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:17:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:17:54 d86f917357e8: Preparing 09:17:54 6994824e74e4: Preparing 09:17:54 aa20b27f2b11: Preparing 09:17:54 be993e848108: Preparing 09:17:54 aa20b27f2b11: Pushed 09:17:54 d86f917357e8: Pushed 09:17:54 be993e848108: Pushed 09:17:56 6994824e74e4: Pushed 09:17:56 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] isUnix [Pipeline] sh 09:17:57 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.26 09:17:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:17:57 d86f917357e8: Preparing 09:17:57 6994824e74e4: Preparing 09:17:57 aa20b27f2b11: Preparing 09:17:57 be993e848108: Preparing 09:17:57 be993e848108: Layer already exists 09:17:57 6994824e74e4: Layer already exists 09:17:57 aa20b27f2b11: Layer already exists 09:17:57 d86f917357e8: Layer already exists 09:17:57 1.2.2-dev.26: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] isUnix [Pipeline] sh 09:17:58 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:17:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:17:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:17:58 d86f917357e8: Preparing 09:17:58 6994824e74e4: Preparing 09:17:58 aa20b27f2b11: Preparing 09:17:58 be993e848108: Preparing 09:17:58 d86f917357e8: Layer already exists 09:17:58 6994824e74e4: Layer already exists 09:17:58 aa20b27f2b11: Layer already exists 09:17:58 be993e848108: Layer already exists 09:17:59 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] isUnix [Pipeline] sh 09:18:00 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:18:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 09:18:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 09:18:00 d86f917357e8: Preparing 09:18:00 6994824e74e4: Preparing 09:18:00 aa20b27f2b11: Preparing 09:18:00 be993e848108: Preparing 09:18:00 aa20b27f2b11: Layer already exists 09:18:00 6994824e74e4: Layer already exists 09:18:00 be993e848108: Layer already exists 09:18:00 d86f917357e8: Layer already exists 09:18:00 master: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:01 ===================================================== [Pipeline] echo 09:18:01 taggedImages: 09:18:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.26 09:18:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 09:18:01 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 09:18:01 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:01 1.2.2-dev.26 09:18:01 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:01 master 09:18:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:18:01 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:18:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:18:02 d7345ed61512: Preparing 09:18:02 c7764e592ddc: Preparing 09:18:02 a3f96d332469: Preparing 09:18:02 ed2f4e179b50: Preparing 09:18:02 03576a6b1aea: Preparing 09:18:02 8d3d2e81ba68: Preparing 09:18:02 8d3d2e81ba68: Waiting 09:18:02 a3f96d332469: Pushed 09:18:02 d7345ed61512: Pushed 09:18:02 03576a6b1aea: Pushed 09:18:02 ed2f4e179b50: Pushed 09:18:02 8d3d2e81ba68: Pushed 09:18:05 c7764e592ddc: Pushed 09:18:05 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] isUnix [Pipeline] sh 09:18:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:18:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.26 09:18:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:18:06 d7345ed61512: Preparing 09:18:06 c7764e592ddc: Preparing 09:18:06 a3f96d332469: Preparing 09:18:06 ed2f4e179b50: Preparing 09:18:06 03576a6b1aea: Preparing 09:18:06 8d3d2e81ba68: Preparing 09:18:06 8d3d2e81ba68: Waiting 09:18:06 ed2f4e179b50: Layer already exists 09:18:06 03576a6b1aea: Layer already exists 09:18:06 c7764e592ddc: Layer already exists 09:18:06 d7345ed61512: Layer already exists 09:18:06 a3f96d332469: Layer already exists 09:18:06 8d3d2e81ba68: Layer already exists 09:18:06 1.2.2-dev.26: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] isUnix [Pipeline] sh 09:18:06 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:18:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:18:07 d7345ed61512: Preparing 09:18:07 c7764e592ddc: Preparing 09:18:07 a3f96d332469: Preparing 09:18:07 ed2f4e179b50: Preparing 09:18:07 03576a6b1aea: Preparing 09:18:07 8d3d2e81ba68: Preparing 09:18:07 8d3d2e81ba68: Waiting 09:18:07 c7764e592ddc: Layer already exists 09:18:07 a3f96d332469: Layer already exists 09:18:07 03576a6b1aea: Layer already exists 09:18:07 ed2f4e179b50: Layer already exists 09:18:07 d7345ed61512: Layer already exists 09:18:07 8d3d2e81ba68: Layer already exists 09:18:07 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] isUnix [Pipeline] sh 09:18:07 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:18:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 09:18:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:18:08 d7345ed61512: Preparing 09:18:08 c7764e592ddc: Preparing 09:18:08 a3f96d332469: Preparing 09:18:08 ed2f4e179b50: Preparing 09:18:08 03576a6b1aea: Preparing 09:18:08 8d3d2e81ba68: Preparing 09:18:08 8d3d2e81ba68: Waiting 09:18:08 a3f96d332469: Layer already exists 09:18:08 c7764e592ddc: Layer already exists 09:18:08 03576a6b1aea: Layer already exists 09:18:08 d7345ed61512: Layer already exists 09:18:08 ed2f4e179b50: Layer already exists 09:18:08 8d3d2e81ba68: Layer already exists 09:18:08 master: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:08 ===================================================== [Pipeline] echo 09:18:08 taggedImages: 09:18:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.26 09:18:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 09:18:08 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 09:18:08 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:08 1.2.2-dev.26 09:18:08 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:08 master 09:18:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:18:09 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:18:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:18:09 184461e39fbd: Preparing 09:18:09 b7e4277f6cc6: Preparing 09:18:09 a7b48b965417: Preparing 09:18:09 a7b48b965417: Pushed 09:18:09 184461e39fbd: Pushed 09:18:12 b7e4277f6cc6: Pushed 09:18:12 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] isUnix [Pipeline] sh 09:18:12 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:18:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.26 09:18:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:18:13 184461e39fbd: Preparing 09:18:13 b7e4277f6cc6: Preparing 09:18:13 a7b48b965417: Preparing 09:18:13 b7e4277f6cc6: Layer already exists 09:18:13 a7b48b965417: Layer already exists 09:18:13 184461e39fbd: Layer already exists 09:18:13 1.2.2-dev.26: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] isUnix [Pipeline] sh 09:18:13 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:18:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:18:14 184461e39fbd: Preparing 09:18:14 b7e4277f6cc6: Preparing 09:18:14 a7b48b965417: Preparing 09:18:14 184461e39fbd: Layer already exists 09:18:14 a7b48b965417: Layer already exists 09:18:14 b7e4277f6cc6: Layer already exists 09:18:14 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] isUnix [Pipeline] sh 09:18:14 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:18:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 09:18:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:18:15 184461e39fbd: Preparing 09:18:15 b7e4277f6cc6: Preparing 09:18:15 a7b48b965417: Preparing 09:18:15 a7b48b965417: Layer already exists 09:18:15 184461e39fbd: Layer already exists 09:18:15 b7e4277f6cc6: Layer already exists 09:18:15 master: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:15 ===================================================== [Pipeline] echo 09:18:15 taggedImages: 09:18:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.26 09:18:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 09:18:15 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 09:18:15 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:15 1.2.2-dev.26 09:18:15 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:15 master 09:18:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:18:16 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh 09:18:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:18:16 0b5d519791a0: Preparing 09:18:16 f97dbdf878e2: Preparing 09:18:16 f490085295e8: Preparing 09:18:16 48a45b42d1be: Preparing 09:18:16 d0a82625d9d8: Preparing 09:18:16 771eb70bd494: Preparing 09:18:16 71f02fb74239: Preparing 09:18:16 dcafda8adff7: Preparing 09:18:16 48d9eb58abf3: Preparing 09:18:16 e5de615b7841: Preparing 09:18:16 b0d752909cf9: Preparing 09:18:16 94fdc660876c: Preparing 09:18:16 4e7279dfc0c0: Preparing 09:18:16 e2f13739ad41: Preparing 09:18:16 771eb70bd494: Waiting 09:18:16 71f02fb74239: Waiting 09:18:16 dcafda8adff7: Waiting 09:18:16 48d9eb58abf3: Waiting 09:18:16 e5de615b7841: Waiting 09:18:16 b0d752909cf9: Waiting 09:18:16 94fdc660876c: Waiting 09:18:16 4e7279dfc0c0: Waiting 09:18:16 e2f13739ad41: Waiting 09:18:17 d0a82625d9d8: Pushed 09:18:17 0b5d519791a0: Pushed 09:18:17 48a45b42d1be: Pushed 09:18:17 dcafda8adff7: Layer already exists 09:18:17 48d9eb58abf3: Layer already exists 09:18:17 e5de615b7841: Layer already exists 09:18:17 71f02fb74239: Pushed 09:18:17 b0d752909cf9: Layer already exists 09:18:17 94fdc660876c: Layer already exists 09:18:17 4e7279dfc0c0: Layer already exists 09:18:17 e2f13739ad41: Layer already exists 09:18:18 f97dbdf878e2: Pushed 09:18:19 771eb70bd494: Pushed 09:18:29 f490085295e8: Pushed 09:18:29 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] isUnix [Pipeline] sh 09:18:29 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:18:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.26 09:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:18:30 0b5d519791a0: Preparing 09:18:30 f97dbdf878e2: Preparing 09:18:30 f490085295e8: Preparing 09:18:30 48a45b42d1be: Preparing 09:18:30 d0a82625d9d8: Preparing 09:18:30 771eb70bd494: Preparing 09:18:30 71f02fb74239: Preparing 09:18:30 dcafda8adff7: Preparing 09:18:30 48d9eb58abf3: Preparing 09:18:30 e5de615b7841: Preparing 09:18:30 b0d752909cf9: Preparing 09:18:30 94fdc660876c: Preparing 09:18:30 4e7279dfc0c0: Preparing 09:18:30 e2f13739ad41: Preparing 09:18:30 e5de615b7841: Waiting 09:18:30 b0d752909cf9: Waiting 09:18:30 94fdc660876c: Waiting 09:18:30 4e7279dfc0c0: Waiting 09:18:30 771eb70bd494: Waiting 09:18:30 e2f13739ad41: Waiting 09:18:30 dcafda8adff7: Waiting 09:18:30 71f02fb74239: Waiting 09:18:30 48d9eb58abf3: Waiting 09:18:30 f490085295e8: Layer already exists 09:18:30 0b5d519791a0: Layer already exists 09:18:30 f97dbdf878e2: Layer already exists 09:18:30 d0a82625d9d8: Layer already exists 09:18:30 48a45b42d1be: Layer already exists 09:18:30 dcafda8adff7: Layer already exists 09:18:30 771eb70bd494: Layer already exists 09:18:30 48d9eb58abf3: Layer already exists 09:18:30 71f02fb74239: Layer already exists 09:18:30 e5de615b7841: Layer already exists 09:18:30 b0d752909cf9: Layer already exists 09:18:30 94fdc660876c: Layer already exists 09:18:30 e2f13739ad41: Layer already exists 09:18:30 4e7279dfc0c0: Layer already exists 09:18:30 1.2.2-dev.26: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] isUnix [Pipeline] sh 09:18:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh 09:18:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:18:31 0b5d519791a0: Preparing 09:18:31 f97dbdf878e2: Preparing 09:18:31 f490085295e8: Preparing 09:18:31 48a45b42d1be: Preparing 09:18:31 d0a82625d9d8: Preparing 09:18:31 771eb70bd494: Preparing 09:18:31 71f02fb74239: Preparing 09:18:31 dcafda8adff7: Preparing 09:18:31 48d9eb58abf3: Preparing 09:18:31 e5de615b7841: Preparing 09:18:31 b0d752909cf9: Preparing 09:18:31 94fdc660876c: Preparing 09:18:31 4e7279dfc0c0: Preparing 09:18:31 e2f13739ad41: Preparing 09:18:31 771eb70bd494: Waiting 09:18:31 71f02fb74239: Waiting 09:18:31 b0d752909cf9: Waiting 09:18:31 94fdc660876c: Waiting 09:18:31 4e7279dfc0c0: Waiting 09:18:31 e2f13739ad41: Waiting 09:18:31 dcafda8adff7: Waiting 09:18:31 e5de615b7841: Waiting 09:18:31 48d9eb58abf3: Waiting 09:18:31 f97dbdf878e2: Layer already exists 09:18:31 f490085295e8: Layer already exists 09:18:31 d0a82625d9d8: Layer already exists 09:18:31 48a45b42d1be: Layer already exists 09:18:31 0b5d519791a0: Layer already exists 09:18:31 771eb70bd494: Layer already exists 09:18:31 71f02fb74239: Layer already exists 09:18:31 dcafda8adff7: Layer already exists 09:18:31 48d9eb58abf3: Layer already exists 09:18:31 e5de615b7841: Layer already exists 09:18:31 b0d752909cf9: Layer already exists 09:18:31 4e7279dfc0c0: Layer already exists 09:18:31 94fdc660876c: Layer already exists 09:18:31 e2f13739ad41: Layer already exists 09:18:31 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] isUnix [Pipeline] sh 09:18:31 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:18:32 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 09:18:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:18:32 0b5d519791a0: Preparing 09:18:32 f97dbdf878e2: Preparing 09:18:32 f490085295e8: Preparing 09:18:32 48a45b42d1be: Preparing 09:18:32 d0a82625d9d8: Preparing 09:18:32 771eb70bd494: Preparing 09:18:32 71f02fb74239: Preparing 09:18:32 dcafda8adff7: Preparing 09:18:32 48d9eb58abf3: Preparing 09:18:32 e5de615b7841: Preparing 09:18:32 b0d752909cf9: Preparing 09:18:32 94fdc660876c: Preparing 09:18:32 4e7279dfc0c0: Preparing 09:18:32 e2f13739ad41: Preparing 09:18:32 771eb70bd494: Waiting 09:18:32 b0d752909cf9: Waiting 09:18:32 94fdc660876c: Waiting 09:18:32 71f02fb74239: Waiting 09:18:32 4e7279dfc0c0: Waiting 09:18:32 dcafda8adff7: Waiting 09:18:32 e5de615b7841: Waiting 09:18:32 e2f13739ad41: Waiting 09:18:32 48d9eb58abf3: Waiting 09:18:32 0b5d519791a0: Layer already exists 09:18:32 f490085295e8: Layer already exists 09:18:32 f97dbdf878e2: Layer already exists 09:18:32 48a45b42d1be: Layer already exists 09:18:32 d0a82625d9d8: Layer already exists 09:18:32 71f02fb74239: Layer already exists 09:18:32 48d9eb58abf3: Layer already exists 09:18:32 771eb70bd494: Layer already exists 09:18:32 dcafda8adff7: Layer already exists 09:18:32 e5de615b7841: Layer already exists 09:18:32 4e7279dfc0c0: Layer already exists 09:18:32 94fdc660876c: Layer already exists 09:18:32 e2f13739ad41: Layer already exists 09:18:32 b0d752909cf9: Layer already exists 09:18:32 master: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:32 ===================================================== [Pipeline] echo 09:18:32 taggedImages: 09:18:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:18:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.26 09:18:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 09:18:32 - 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 09:18:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 09:18:34 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 09:18:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:18:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:18:34 09:18:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 09:18:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:18:35 1.317.0: Pulling from edgex-devops/edgex-snyk-go 09:18:35 cbdbe7a5bc2a: Already exists 09:18:35 408f87550127: Pulling fs layer 09:18:35 fe522b08c979: Pulling fs layer 09:18:35 221eaa008020: Pulling fs layer 09:18:35 2a4607e5d6b9: Pulling fs layer 09:18:35 8f79b27c4fd2: Pulling fs layer 09:18:35 e5c8dbe1645b: Pulling fs layer 09:18:35 23e8b3b47431: Pulling fs layer 09:18:35 5c568d65a230: Pulling fs layer 09:18:35 2a4607e5d6b9: Waiting 09:18:35 8f79b27c4fd2: Waiting 09:18:35 e5c8dbe1645b: Waiting 09:18:35 23e8b3b47431: Waiting 09:18:35 5c568d65a230: Waiting 09:18:35 408f87550127: Download complete 09:18:35 fe522b08c979: Verifying Checksum 09:18:35 fe522b08c979: Download complete 09:18:35 2a4607e5d6b9: Verifying Checksum 09:18:35 2a4607e5d6b9: Download complete 09:18:35 8f79b27c4fd2: Verifying Checksum 09:18:35 8f79b27c4fd2: Download complete 09:18:35 408f87550127: Pull complete 09:18:35 fe522b08c979: Pull complete 09:18:36 e5c8dbe1645b: Verifying Checksum 09:18:36 e5c8dbe1645b: Download complete 09:18:37 23e8b3b47431: Verifying Checksum 09:18:37 23e8b3b47431: Download complete 09:18:38 5c568d65a230: Verifying Checksum 09:18:38 5c568d65a230: Download complete 09:18:38 221eaa008020: Verifying Checksum 09:18:38 221eaa008020: Download complete 09:18:44 221eaa008020: Pull complete 09:18:44 2a4607e5d6b9: Pull complete 09:18:44 8f79b27c4fd2: Pull complete 09:18:48 e5c8dbe1645b: Pull complete 09:18:53 23e8b3b47431: Pull complete 09:18:54 5c568d65a230: Pull complete 09:18:54 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 09:18:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:18:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 09:18:54 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:18:54 $ 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/141:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:18:56 $ docker top f66552889d132e864980ade886cfeca0f9e0c4ac8071ebf077928e2c5a93afbb -eo pid,comm [Pipeline] { [Pipeline] sh 09:18:56 + snyk monitor '--org=edgex-jenkins' 09:19:09 09:19:09 Monitoring /w/workspace/edgex-go/141 (github.com/edgexfoundry/edgex-go)... 09:19:09 09:19:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/029d42e7-02fa-4be7-bf2d-a9fce10a43f9 09:19:09 09:19:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:19:09 09:19:09 09:19:09 Snyk CLI supports Node.js 8 and higher. 09:19:09 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 09:19:09 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 09:19:09 09:19:09 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 09:19:09 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 09:19:09 $ docker stop --time=1 f66552889d132e864980ade886cfeca0f9e0c4ac8071ebf077928e2c5a93afbb 09:19:14 $ docker rm -f f66552889d132e864980ade886cfeca0f9e0c4ac8071ebf077928e2c5a93afbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:19:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:16 09:19:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 09:19:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:16 latest: Pulling from edgex-devops/edgex-klar 09:19:16 e7c96db7181b: Pulling fs layer 09:19:16 1868ca2cb446: Pulling fs layer 09:19:16 136be5d0fe8e: Pulling fs layer 09:19:16 894bfe63afcb: Pulling fs layer 09:19:16 894bfe63afcb: Waiting 09:19:16 1868ca2cb446: Download complete 09:19:16 136be5d0fe8e: Verifying Checksum 09:19:16 136be5d0fe8e: Download complete 09:19:16 e7c96db7181b: Download complete 09:19:16 894bfe63afcb: Verifying Checksum 09:19:16 894bfe63afcb: Download complete 09:19:16 e7c96db7181b: Pull complete 09:19:16 1868ca2cb446: Pull complete 09:19:17 136be5d0fe8e: Pull complete 09:19:17 894bfe63afcb: Pull complete 09:19:17 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 09:19:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 09:19:17 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:19:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:19:18 $ docker top a54795a187b0c2473e757dac300957ff6b3fe56b5f8f386a18ab80d259615fbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:19 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:19:19 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:19:21 $ docker stop --time=1 a54795a187b0c2473e757dac300957ff6b3fe56b5f8f386a18ab80d259615fbf 09:19:23 $ docker rm -f a54795a187b0c2473e757dac300957ff6b3fe56b5f8f386a18ab80d259615fbf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:19:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:23 . [Pipeline] withDockerContainer 09:19:23 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:19:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:19:24 $ docker top efe4416be0a786c7cdd6a0efcd6279b9313583a8587cf3963ae4426e853b1234 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:25 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:19:25 + tee 09:19:25 clair timeout 1m0s 09:19:25 docker timeout: 1m0s 09:19:25 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:19:26 $ docker stop --time=1 efe4416be0a786c7cdd6a0efcd6279b9313583a8587cf3963ae4426e853b1234 09:19:27 $ docker rm -f efe4416be0a786c7cdd6a0efcd6279b9313583a8587cf3963ae4426e853b1234 [Pipeline] // withDockerContainer [Pipeline] sh 09:19:27 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:19:27 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-command-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:19:28 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:19:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:28 . [Pipeline] withDockerContainer 09:19:28 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:19:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:19:29 $ docker top d560c314e09d9726ea68ccc83a32201c7f43601f886de832bd9899393b4ed5f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:29 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:19:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:19:35 $ docker stop --time=1 d560c314e09d9726ea68ccc83a32201c7f43601f886de832bd9899393b4ed5f0 09:19:36 $ docker rm -f d560c314e09d9726ea68ccc83a32201c7f43601f886de832bd9899393b4ed5f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:19:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:37 . [Pipeline] withDockerContainer 09:19:37 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:19:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:19:38 $ docker top e4948fa097ba6c1bbb4e07c25c5e246e395b7f6df54ee5eccd9c17f633ee142b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:38 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:19:38 + tee 09:19:38 clair timeout 1m0s 09:19:38 docker timeout: 1m0s 09:19:38 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:19:39 $ docker stop --time=1 e4948fa097ba6c1bbb4e07c25c5e246e395b7f6df54ee5eccd9c17f633ee142b 09:19:41 $ docker rm -f e4948fa097ba6c1bbb4e07c25c5e246e395b7f6df54ee5eccd9c17f633ee142b [Pipeline] // withDockerContainer [Pipeline] sh 09:19:41 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:19:41 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-data-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:19:41 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:19:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:42 . [Pipeline] withDockerContainer 09:19:42 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:19:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:19:43 $ docker top c582583a604683e9802cccad7e7cdf022a69407179694330b766290d3683cb88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:43 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:19:43 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:19:46 $ docker stop --time=1 c582583a604683e9802cccad7e7cdf022a69407179694330b766290d3683cb88 09:19:47 $ docker rm -f c582583a604683e9802cccad7e7cdf022a69407179694330b766290d3683cb88 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:48 . [Pipeline] withDockerContainer 09:19:48 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:19:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:19:48 $ docker top 0e8980f5cf83935017ad356358575b9b0ca8b05172c4660b5f3d9aaa4c16bf3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:49 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:19:49 + tee 09:19:49 clair timeout 1m0s 09:19:49 docker timeout: 1m0s 09:19:49 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:19:50 $ docker stop --time=1 0e8980f5cf83935017ad356358575b9b0ca8b05172c4660b5f3d9aaa4c16bf3d 09:19:51 $ docker rm -f 0e8980f5cf83935017ad356358575b9b0ca8b05172c4660b5f3d9aaa4c16bf3d [Pipeline] // withDockerContainer [Pipeline] sh 09:19:51 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:19:52 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-metadata-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:19:52 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:19:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:19:52 . [Pipeline] withDockerContainer 09:19:52 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:19:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:19:53 $ docker top 7a9e5c3858946b565d6a91a746632d12885099a5c54ffe08c368a6c63ad26fa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:53 + /klar+ nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60tee 09:19:53 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:19:58 $ docker stop --time=1 7a9e5c3858946b565d6a91a746632d12885099a5c54ffe08c368a6c63ad26fa7 09:19:59 $ docker rm -f 7a9e5c3858946b565d6a91a746632d12885099a5c54ffe08c368a6c63ad26fa7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:20:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:00 . [Pipeline] withDockerContainer 09:20:00 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:00 $ docker top f9a69520a6915405e94ac9a763299db6e8fdd0ec9327b6e2cb6405fdaf6ff544 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:01 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:20:01 + tee 09:20:01 clair timeout 1m0s 09:20:01 docker timeout: 1m0s 09:20:01 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:02 $ docker stop --time=1 f9a69520a6915405e94ac9a763299db6e8fdd0ec9327b6e2cb6405fdaf6ff544 09:20:04 $ docker rm -f f9a69520a6915405e94ac9a763299db6e8fdd0ec9327b6e2cb6405fdaf6ff544 [Pipeline] // withDockerContainer [Pipeline] sh 09:20:04 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:20:04 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-proxy-setup-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:20:04 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:20:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:04 . [Pipeline] withDockerContainer 09:20:05 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:05 $ docker top e650f99af99c4b7f299757aae8e887420a6e84d01ff41c4f19a679da3d287a6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:06 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:20:06 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:14 $ docker stop --time=1 e650f99af99c4b7f299757aae8e887420a6e84d01ff41c4f19a679da3d287a6a 09:20:15 $ docker rm -f e650f99af99c4b7f299757aae8e887420a6e84d01ff41c4f19a679da3d287a6a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:20:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:16 . [Pipeline] withDockerContainer 09:20:16 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:17 $ docker top 7ce788d1eff38356a8ce2c368953b276969711767698e46b67d5db4903cfa362 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:17 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:20:17 + tee 09:20:17 clair timeout 1m0s 09:20:17 docker timeout: 1m0s 09:20:17 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:19 $ docker stop --time=1 7ce788d1eff38356a8ce2c368953b276969711767698e46b67d5db4903cfa362 09:20:20 $ docker rm -f 7ce788d1eff38356a8ce2c368953b276969711767698e46b67d5db4903cfa362 [Pipeline] // withDockerContainer [Pipeline] sh 09:20:21 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:20:21 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secrets-setup-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:20:21 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:20:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:21 . [Pipeline] withDockerContainer 09:20:21 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:22 $ docker top 20575e6b9a0877c3c5ee42d0b67f61098c53e999a561acd82169b06824dbdc3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:23 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:20:23 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:31 $ docker stop --time=1 20575e6b9a0877c3c5ee42d0b67f61098c53e999a561acd82169b06824dbdc3c 09:20:32 $ docker rm -f 20575e6b9a0877c3c5ee42d0b67f61098c53e999a561acd82169b06824dbdc3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:20:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:33 . [Pipeline] withDockerContainer 09:20:33 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:34 $ docker top f5eee3447912141d4f157947bbcf745ebfb4981f85b48ba54977180d9d6ac01d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:34 + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:20:34 09:20:34 clair timeout 1m0s 09:20:34 docker timeout: 1m0s 09:20:34 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:36 $ docker stop --time=1 f5eee3447912141d4f157947bbcf745ebfb4981f85b48ba54977180d9d6ac01d 09:20:37 $ docker rm -f f5eee3447912141d4f157947bbcf745ebfb4981f85b48ba54977180d9d6ac01d [Pipeline] // withDockerContainer [Pipeline] sh 09:20:37 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:20:37 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secretstore-setup-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:20:38 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:20:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:38 . [Pipeline] withDockerContainer 09:20:38 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:39 $ docker top bce10ec7c34a7e702cee4332468b8cfd22b1b7e3ad646c505c5b900cfab10a9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:39 + + tee/klar 09:20:39 nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:43 $ docker stop --time=1 bce10ec7c34a7e702cee4332468b8cfd22b1b7e3ad646c505c5b900cfab10a9a 09:20:44 $ docker rm -f bce10ec7c34a7e702cee4332468b8cfd22b1b7e3ad646c505c5b900cfab10a9a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:20:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:45 . [Pipeline] withDockerContainer 09:20:45 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:46 $ docker top 202a8aa085e393157717a5b9870f4dd7d1cce3f6fd3619808e7682a7d5c80488 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:46 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:20:46 + tee 09:20:46 clair timeout 1m0s 09:20:46 docker timeout: 1m0s 09:20:46 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:47 $ docker stop --time=1 202a8aa085e393157717a5b9870f4dd7d1cce3f6fd3619808e7682a7d5c80488 09:20:48 $ docker rm -f 202a8aa085e393157717a5b9870f4dd7d1cce3f6fd3619808e7682a7d5c80488 [Pipeline] // withDockerContainer [Pipeline] sh 09:20:49 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:20:49 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-logging-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:20:49 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:20:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:49 . [Pipeline] withDockerContainer 09:20:49 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:20:50 $ docker top b364f870c19eb4e3a033eb9974c4751abfd022c535da6d9fee0aab6fb0656e3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:50 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:20:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:20:56 $ docker stop --time=1 b364f870c19eb4e3a033eb9974c4751abfd022c535da6d9fee0aab6fb0656e3a 09:20:57 $ docker rm -f b364f870c19eb4e3a033eb9974c4751abfd022c535da6d9fee0aab6fb0656e3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:20:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:20:58 . [Pipeline] withDockerContainer 09:20:58 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:20:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:00 $ docker top c03dc20135076eb5c4cfb091dada9651433933e39f1e587770b960c39b227a49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:00 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:00 + tee 09:21:00 clair timeout 1m0s 09:21:00 docker timeout: 1m0s 09:21:00 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:01 $ docker stop --time=1 c03dc20135076eb5c4cfb091dada9651433933e39f1e587770b960c39b227a49 09:21:03 $ docker rm -f c03dc20135076eb5c4cfb091dada9651433933e39f1e587770b960c39b227a49 [Pipeline] // withDockerContainer [Pipeline] sh 09:21:03 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:21:03 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-notifications-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:21:03 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:21:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:04 . [Pipeline] withDockerContainer 09:21:04 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:04 $ docker top 0575d867c3afb3841ad5a5dabaef7c0a9cce2fb44f8ec2f3fd1a4116c35394b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:05 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:05 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:08 $ docker stop --time=1 0575d867c3afb3841ad5a5dabaef7c0a9cce2fb44f8ec2f3fd1a4116c35394b8 09:21:09 $ docker rm -f 0575d867c3afb3841ad5a5dabaef7c0a9cce2fb44f8ec2f3fd1a4116c35394b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:21:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:09 . [Pipeline] withDockerContainer 09:21:10 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:10 $ docker top ad185dc45380255de55bb64320b419f4f473dcc542791c791779988006e9d7d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:11 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:11 + tee 09:21:11 clair timeout 1m0s 09:21:11 docker timeout: 1m0s 09:21:11 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:11 $ docker stop --time=1 ad185dc45380255de55bb64320b419f4f473dcc542791c791779988006e9d7d9 09:21:13 $ docker rm -f ad185dc45380255de55bb64320b419f4f473dcc542791c791779988006e9d7d9 [Pipeline] // withDockerContainer [Pipeline] sh 09:21:13 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:21:13 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-scheduler-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:21:13 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:21:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:14 . [Pipeline] withDockerContainer 09:21:14 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:15 $ docker top 958fdfc1315700ca1cb43bf905b678d395fd61ef149311ef715cc0fd3fb8ee13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:15 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:15 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:30 $ docker stop --time=1 958fdfc1315700ca1cb43bf905b678d395fd61ef149311ef715cc0fd3fb8ee13 09:21:32 $ docker rm -f 958fdfc1315700ca1cb43bf905b678d395fd61ef149311ef715cc0fd3fb8ee13 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:21:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:32 . [Pipeline] withDockerContainer 09:21:32 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:33 $ docker top d6a297050b82204a0b8b8d23db6880026688d5ff6b23ce3d5924505dc0c21512 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:34 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:34 + tee 09:21:34 clair timeout 1m0s 09:21:34 docker timeout: 1m0s 09:21:34 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:36 $ docker stop --time=1 d6a297050b82204a0b8b8d23db6880026688d5ff6b23ce3d5924505dc0c21512 09:21:37 $ docker rm -f d6a297050b82204a0b8b8d23db6880026688d5ff6b23ce3d5924505dc0c21512 [Pipeline] // withDockerContainer [Pipeline] sh 09:21:38 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:21:38 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-sys-mgmt-agent-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:21:38 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:21:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:38 . [Pipeline] withDockerContainer 09:21:38 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:39 $ docker top 67213f30962e5bcefc292335b735403d4bbc854ae1f072121b39030180f910cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:39 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:39 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:42 $ docker stop --time=1 67213f30962e5bcefc292335b735403d4bbc854ae1f072121b39030180f910cc 09:21:44 $ docker rm -f 67213f30962e5bcefc292335b735403d4bbc854ae1f072121b39030180f910cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:44 . [Pipeline] withDockerContainer 09:21:44 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:45 $ docker top 7c0b9c605a01c72a8a9d9c74983bf825332be9afce0ce37f2b3a72a027bf9bf6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:45 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:45 + tee 09:21:45 clair timeout 1m0s 09:21:45 docker timeout: 1m0s 09:21:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:46 $ docker stop --time=1 7c0b9c605a01c72a8a9d9c74983bf825332be9afce0ce37f2b3a72a027bf9bf6 09:21:47 $ docker rm -f 7c0b9c605a01c72a8a9d9c74983bf825332be9afce0ce37f2b3a72a027bf9bf6 [Pipeline] // withDockerContainer [Pipeline] sh 09:21:48 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:21:48 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-command-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:21:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:21:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:48 . [Pipeline] withDockerContainer 09:21:48 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:49 $ docker top bfbf986fd9576e25881bb745cc5bccb822f423774102eea03f66ac3ef856b86c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:50 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:55 $ docker stop --time=1 bfbf986fd9576e25881bb745cc5bccb822f423774102eea03f66ac3ef856b86c 09:21:56 $ docker rm -f bfbf986fd9576e25881bb745cc5bccb822f423774102eea03f66ac3ef856b86c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:21:57 . [Pipeline] withDockerContainer 09:21:57 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:21:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:21:58 $ docker top 42a25f419a2de0ba2543bcd059afcf79478aed32cdd4fe4b1444878b4f7578b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:58 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:21:58 + tee 09:21:58 clair timeout 1m0s 09:21:58 docker timeout: 1m0s 09:21:58 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:21:59 $ docker stop --time=1 42a25f419a2de0ba2543bcd059afcf79478aed32cdd4fe4b1444878b4f7578b0 09:22:01 $ docker rm -f 42a25f419a2de0ba2543bcd059afcf79478aed32cdd4fe4b1444878b4f7578b0 [Pipeline] // withDockerContainer [Pipeline] sh 09:22:01 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:22:01 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-data-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:22:01 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:22:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:01 . [Pipeline] withDockerContainer 09:22:02 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:02 $ docker top 6376db9ebe5b005951544cffe0780fda219adca7424bcbd8848a786aaae16b3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:03 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:03 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:06 $ docker stop --time=1 6376db9ebe5b005951544cffe0780fda219adca7424bcbd8848a786aaae16b3d 09:22:07 $ docker rm -f 6376db9ebe5b005951544cffe0780fda219adca7424bcbd8848a786aaae16b3d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:22:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:07 . [Pipeline] withDockerContainer 09:22:08 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:08 $ docker top 1f9826181a157189df63b87af4f443fe193d456d37add85649d0f8a583ac81d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:09 + tee 09:22:09 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:09 clair timeout 1m0s 09:22:09 docker timeout: 1m0s 09:22:09 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:09 $ docker stop --time=1 1f9826181a157189df63b87af4f443fe193d456d37add85649d0f8a583ac81d4 09:22:11 $ docker rm -f 1f9826181a157189df63b87af4f443fe193d456d37add85649d0f8a583ac81d4 [Pipeline] // withDockerContainer [Pipeline] sh 09:22:11 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:22:11 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-metadata-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:22:11 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:22:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:12 . [Pipeline] withDockerContainer 09:22:12 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:12 $ docker top 994ec815ae90cf638230bce82e9d51e7506ac8786cca2b1c18bfd0d3f4849ea1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:13 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:13 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:17 $ docker stop --time=1 994ec815ae90cf638230bce82e9d51e7506ac8786cca2b1c18bfd0d3f4849ea1 09:22:19 $ docker rm -f 994ec815ae90cf638230bce82e9d51e7506ac8786cca2b1c18bfd0d3f4849ea1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:22:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:19 . [Pipeline] withDockerContainer 09:22:19 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:20 $ docker top 7df8e494dee22493a6f1a67805d2daa1e3051ec29cdf88953d82a27d3cd97b61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:21 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:21 + tee 09:22:21 clair timeout 1m0s 09:22:21 docker timeout: 1m0s 09:22:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:22 $ docker stop --time=1 7df8e494dee22493a6f1a67805d2daa1e3051ec29cdf88953d82a27d3cd97b61 09:22:23 $ docker rm -f 7df8e494dee22493a6f1a67805d2daa1e3051ec29cdf88953d82a27d3cd97b61 [Pipeline] // withDockerContainer [Pipeline] sh 09:22:24 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:22:24 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:22:24 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:22:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:24 . [Pipeline] withDockerContainer 09:22:24 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:25 $ docker top b5e4256a2246c076a9c30f47106cf560b50d59ea82237a8c1a6dc27aee5e8a1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:25 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:25 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:34 $ docker stop --time=1 b5e4256a2246c076a9c30f47106cf560b50d59ea82237a8c1a6dc27aee5e8a1a 09:22:35 $ docker rm -f b5e4256a2246c076a9c30f47106cf560b50d59ea82237a8c1a6dc27aee5e8a1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:22:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:36 . [Pipeline] withDockerContainer 09:22:36 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:36 $ docker top 8cb46ee8c98b417175c9a40a1cbb621850aa43bbbf01489382a721b972bf0845 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:37 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:37 + tee 09:22:37 clair timeout 1m0s 09:22:37 docker timeout: 1m0s 09:22:37 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:38 $ docker stop --time=1 8cb46ee8c98b417175c9a40a1cbb621850aa43bbbf01489382a721b972bf0845 09:22:40 $ docker rm -f 8cb46ee8c98b417175c9a40a1cbb621850aa43bbbf01489382a721b972bf0845 [Pipeline] // withDockerContainer [Pipeline] sh 09:22:40 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:22:40 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:22:41 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:22:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:41 . [Pipeline] withDockerContainer 09:22:41 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:42 $ docker top 17679b0d6ef4b61b80f452140a39ae01be9096d38de1a2fc733f315368b665a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:42 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:42 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:51 $ docker stop --time=1 17679b0d6ef4b61b80f452140a39ae01be9096d38de1a2fc733f315368b665a5 09:22:52 $ docker rm -f 17679b0d6ef4b61b80f452140a39ae01be9096d38de1a2fc733f315368b665a5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:22:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:52 . [Pipeline] withDockerContainer 09:22:53 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:53 $ docker top 102daa72c205e8f2aaa575808d0d8ce3f6df60d704f43b7eb27a3fe58c32acc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:54 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:54 + tee 09:22:54 clair timeout 1m0s 09:22:54 docker timeout: 1m0s 09:22:54 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:22:55 $ docker stop --time=1 102daa72c205e8f2aaa575808d0d8ce3f6df60d704f43b7eb27a3fe58c32acc1 09:22:57 $ docker rm -f 102daa72c205e8f2aaa575808d0d8ce3f6df60d704f43b7eb27a3fe58c32acc1 [Pipeline] // withDockerContainer [Pipeline] sh 09:22:57 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:22:57 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:22:57 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:22:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:22:58 . [Pipeline] withDockerContainer 09:22:58 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:22:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:22:58 $ docker top cd1fa2eb1dbebc5e707e2cff711c5a88d9f50bce087c0d47c1945b03d0e52ad1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:59 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:22:59 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:02 $ docker stop --time=1 cd1fa2eb1dbebc5e707e2cff711c5a88d9f50bce087c0d47c1945b03d0e52ad1 09:23:04 $ docker rm -f cd1fa2eb1dbebc5e707e2cff711c5a88d9f50bce087c0d47c1945b03d0e52ad1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:23:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:23:04 . [Pipeline] withDockerContainer 09:23:04 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:23:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:23:05 $ docker top 1a3596b6df83c0416553c0cb8f51c4644f852d19d43bc5b3ae4e3a06038fed51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:23:06 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:23:06 + tee 09:23:06 clair timeout 1m0s 09:23:06 docker timeout: 1m0s 09:23:06 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:06 $ docker stop --time=1 1a3596b6df83c0416553c0cb8f51c4644f852d19d43bc5b3ae4e3a06038fed51 09:23:08 $ docker rm -f 1a3596b6df83c0416553c0cb8f51c4644f852d19d43bc5b3ae4e3a06038fed51 [Pipeline] // withDockerContainer [Pipeline] sh 09:23:08 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:23:08 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-logging-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:23:08 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:23:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:23:09 . [Pipeline] withDockerContainer 09:23:09 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:23:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:23:09 $ docker top 271ab1ad9c3a38290fde3d3e5ad0e4e1ff05747dafae2219de983f8ec6c85844 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:23:10 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:23:10 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:15 $ docker stop --time=1 271ab1ad9c3a38290fde3d3e5ad0e4e1ff05747dafae2219de983f8ec6c85844 09:23:17 $ docker rm -f 271ab1ad9c3a38290fde3d3e5ad0e4e1ff05747dafae2219de983f8ec6c85844 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:23:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:23:17 . [Pipeline] withDockerContainer 09:23:17 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:23:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:23:18 $ docker top a584d41ae333846458161e79d226379b5f413eb87fb9145f1c7d1a141c6a07cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:23:19 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:23:19 + tee 09:23:19 clair timeout 1m0s 09:23:19 docker timeout: 1m0s 09:23:19 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:20 $ docker stop --time=1 a584d41ae333846458161e79d226379b5f413eb87fb9145f1c7d1a141c6a07cc 09:23:21 $ docker rm -f a584d41ae333846458161e79d226379b5f413eb87fb9145f1c7d1a141c6a07cc [Pipeline] // withDockerContainer [Pipeline] sh 09:23:22 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:23:22 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-notifications-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:23:22 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:23:22 . [Pipeline] withDockerContainer 09:23:22 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:23:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:23:23 $ docker top f4e3287ebae3bdce2caa14dcf986a28ffe53c8a8568f352ecb608890aee7c485 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:23:23 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:23:23 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:26 $ docker stop --time=1 f4e3287ebae3bdce2caa14dcf986a28ffe53c8a8568f352ecb608890aee7c485 09:23:28 $ docker rm -f f4e3287ebae3bdce2caa14dcf986a28ffe53c8a8568f352ecb608890aee7c485 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:23:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:23:28 . [Pipeline] withDockerContainer 09:23:28 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:23:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:23:29 $ docker top 32a91c0f9d5fe6709a6f1d33342dcee770bce17e8b2783644864da041d3624df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:23:29 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:23:29 + tee 09:23:29 clair timeout 1m0s 09:23:29 docker timeout: 1m0s 09:23:29 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:30 $ docker stop --time=1 32a91c0f9d5fe6709a6f1d33342dcee770bce17e8b2783644864da041d3624df 09:23:31 $ docker rm -f 32a91c0f9d5fe6709a6f1d33342dcee770bce17e8b2783644864da041d3624df [Pipeline] // withDockerContainer [Pipeline] sh 09:23:32 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:23:32 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-scheduler-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:23:32 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:23:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:23:32 . [Pipeline] withDockerContainer 09:23:32 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:23:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:23:33 $ docker top 9e913d7149b9fae82c1caa99d85b07b378813049c13cd8f570b5808becd2d3ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:23:34 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:23:34 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:49 $ docker stop --time=1 9e913d7149b9fae82c1caa99d85b07b378813049c13cd8f570b5808becd2d3ab 09:23:51 $ docker rm -f 9e913d7149b9fae82c1caa99d85b07b378813049c13cd8f570b5808becd2d3ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:23:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:23:51 . [Pipeline] withDockerContainer 09:23:51 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:23:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:23:52 $ docker top d01d4d5d6d22429018eca2b63214634cb722cc3314a0ba4947c9fc6356c42a54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:23:53 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 09:23:53 + tee 09:23:53 clair timeout 1m0s 09:23:53 docker timeout: 1m0s 09:23:53 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:23:54 $ docker stop --time=1 d01d4d5d6d22429018eca2b63214634cb722cc3314a0ba4947c9fc6356c42a54 09:23:55 $ docker rm -f d01d4d5d6d22429018eca2b63214634cb722cc3314a0ba4947c9fc6356c42a54 [Pipeline] // withDockerContainer [Pipeline] sh 09:23:56 + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo 09:23:56 Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step 09:23:56 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:23:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:23:56 provisioning config files... 09:23:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/141@tmp/config6318580018239542171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:23:57 --> edgex-publish-swagger.sh 09:23:57 === Publish openapi/v1 API === 09:23:57 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 09:23:57 [publishToSwagger] Publishing API Name [core-command] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [core-data] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [core-metadata] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [support-logging] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [support-notifications] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [support-scheduler] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [system-agent] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true 09:23:57 === Publish openapi/v2 API === 09:23:57 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 09:23:57 [publishToSwagger] Publishing API Name [core-command] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [core-data] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [core-metadata] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [support-logging] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [support-notifications] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [support-scheduler] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true 09:23:57 [publishToSwagger] Publishing API Name [system-agent] 09:23:57 [publishToSwagger] Dry Run enabled...Simulating upload 09:23:57 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 09:23:57 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 09:24:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:24:07 . [Pipeline] withDockerContainer 09:24:07 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:24:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:24:08 $ docker top a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:24:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:24:08 [ssh-agent] Looking for ssh-agent implementation... 09:24:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:24:09 $ docker exec a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 ssh-agent 09:24:09 SSH_AUTH_SOCK=/tmp/ssh-g83Yx8P0OBRL/agent.11 09:24:09 SSH_AGENT_PID=16 09:24:09 Running ssh-add (command line suppressed) 09:24:09 Identity added: /w/workspace/edgex-go/141@tmp/private_key_8360952968045724875.key (/w/workspace/edgex-go/141@tmp/private_key_8360952968045724875.key) 09:24:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:24:09 + git semver tag 09:24:09 # -> Open(): unable to determine branch for HEAD 09:24:09 # $GIT_DIR = /w/workspace/edgex-go/141/.git 09:24:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/141 09:24:09 # $SEMVER_REMOTE_NAME = origin 09:24:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:24:09 # $SEMVER_USER_NAME = edgex-jenkins 09:24:09 # $SEMVER_BRANCH = master 09:24:09 # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver 09:24:09 # 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 HEAD 09:24:10 # -> Force: false 09:24:10 # ad8d1ff058b56c51cb6c821183df9d2f52999939 refs/tags/v1.2.2-dev.26 [Pipeline] } 09:24:10 $ docker exec --env ******** --env ******** a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 ssh-agent -k 09:24:10 unset SSH_AUTH_SOCK; 09:24:10 unset SSH_AGENT_PID; 09:24:10 echo Agent pid 16 killed; 09:24:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:24:11 + git semver [Pipeline] } 09:24:11 $ docker stop --time=1 a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 09:24:12 $ docker rm -f a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:24:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:24:13 09:24:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:24:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:24:13 0.23.1-centos7: Pulling from edgex-lftools 09:24:13 ab5ef0e58194: Pulling fs layer 09:24:13 9712f1f96733: Pulling fs layer 09:24:13 63f879dbbcfc: Pulling fs layer 09:24:13 0d9ebad4ef96: Pulling fs layer 09:24:13 e9a5061849ea: Pulling fs layer 09:24:13 d747dcd14b5f: Pulling fs layer 09:24:13 2de7ff778b66: Pulling fs layer 09:24:13 e9a5061849ea: Waiting 09:24:13 2de7ff778b66: Waiting 09:24:13 d747dcd14b5f: Waiting 09:24:13 0d9ebad4ef96: Waiting 09:24:13 9712f1f96733: Verifying Checksum 09:24:13 9712f1f96733: Download complete 09:24:15 63f879dbbcfc: Verifying Checksum 09:24:15 63f879dbbcfc: Download complete 09:24:15 e9a5061849ea: Verifying Checksum 09:24:15 e9a5061849ea: Download complete 09:24:15 d747dcd14b5f: Verifying Checksum 09:24:15 d747dcd14b5f: Download complete 09:24:15 2de7ff778b66: Verifying Checksum 09:24:15 2de7ff778b66: Download complete 09:24:15 0d9ebad4ef96: Verifying Checksum 09:24:15 0d9ebad4ef96: Download complete 09:24:16 ab5ef0e58194: Verifying Checksum 09:24:16 ab5ef0e58194: Download complete 09:24:21 ab5ef0e58194: Pull complete 09:24:21 9712f1f96733: Pull complete 09:24:24 63f879dbbcfc: Pull complete 09:24:30 0d9ebad4ef96: Pull complete 09:24:34 e9a5061849ea: Pull complete 09:24:34 d747dcd14b5f: Pull complete 09:24:35 2de7ff778b66: Pull complete 09:24:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:24:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:24:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:24:35 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:24:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:24:39 $ docker top d95541fd951d56203b10d0317262ef91305159995401fddd66db8b9846cf9f43 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:24:39 provisioning config files... 09:24:39 copy managed file [sigul-config] to file:/w/workspace/edgex-go/141@tmp/config8580180298192452896tmp 09:24:39 copy managed file [sigul-password] to file:/w/workspace/edgex-go/141@tmp/config1155749534747590299tmp 09:24:39 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/141@tmp/config8707086558570761740tmp [Pipeline] { [Pipeline] echo 09:24:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:24:40 ---> sigul-configuration.sh 09:24:40 gpg: directory `/root/.gnupg' created 09:24:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:24:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:24:40 gpg: keyring `/root/.gnupg/secring.gpg' created 09:24:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:24:40 gpg: CAST5 encrypted data 09:24:40 gpg: encrypted with 1 passphrase 09:24:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:24:40 + mkdir /home/jenkins 09:24:40 + mkdir /home/jenkins/sigul [Pipeline] sh 09:24:40 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:24:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:24:41 ---> sigul-install.sh 09:24:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:24:46 + git tag --list 09:24:46 v1.2.2-dev.26 [Pipeline] sh 09:24:47 + lftools sign git-tag v1.2.2-dev.26 09:24:48 Signing Git tag with Sigul... 09:24:48 Signing v1.2.2-dev.26 [Pipeline] echo 09:24:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:24:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:24:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:24:49 $ docker stop --time=1 d95541fd951d56203b10d0317262ef91305159995401fddd66db8b9846cf9f43 09:24:52 $ docker rm -f d95541fd951d56203b10d0317262ef91305159995401fddd66db8b9846cf9f43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:24:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:24:53 . [Pipeline] withDockerContainer 09:24:53 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:24:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:24:54 $ docker top d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:24:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:24:54 [ssh-agent] Looking for ssh-agent implementation... 09:24:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:24:54 $ docker exec d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 ssh-agent 09:24:54 SSH_AUTH_SOCK=/tmp/ssh-fb93qgjWmL4h/agent.11 09:24:54 SSH_AGENT_PID=16 09:24:54 Running ssh-add (command line suppressed) 09:24:55 Identity added: /w/workspace/edgex-go/141@tmp/private_key_5935328962816688674.key (/w/workspace/edgex-go/141@tmp/private_key_5935328962816688674.key) 09:24:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:24:55 + git semver bump pre 09:24:55 # -> Open(): unable to determine branch for HEAD 09:24:55 # $GIT_DIR = /w/workspace/edgex-go/141/.git 09:24:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/141 09:24:55 # $SEMVER_REMOTE_NAME = origin 09:24:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:24:55 # $SEMVER_USER_NAME = edgex-jenkins 09:24:55 # $SEMVER_BRANCH = master 09:24:55 # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver 09:24:55 1.2.2-dev.27 [Pipeline] } 09:24:55 $ docker exec --env ******** --env ******** d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 ssh-agent -k 09:24:55 unset SSH_AUTH_SOCK; 09:24:55 unset SSH_AGENT_PID; 09:24:55 echo Agent pid 16 killed; 09:24:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:24:56 + git semver [Pipeline] } 09:24:56 $ docker stop --time=1 d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 09:24:57 $ docker rm -f d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:24:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:24:58 . [Pipeline] withDockerContainer 09:24:58 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:24:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:24:58 $ docker top 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:24:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:24:59 [ssh-agent] Looking for ssh-agent implementation... 09:24:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:24:59 $ docker exec 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c ssh-agent 09:24:59 SSH_AUTH_SOCK=/tmp/ssh-mSx7g53lMeGJ/agent.13 09:24:59 SSH_AGENT_PID=18 09:24:59 Running ssh-add (command line suppressed) 09:24:59 Identity added: /w/workspace/edgex-go/141@tmp/private_key_2514774495687724859.key (/w/workspace/edgex-go/141@tmp/private_key_2514774495687724859.key) 09:24:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:24:59 + git semver push 09:24:59 # -> Open(): unable to determine branch for HEAD 09:24:59 # $GIT_DIR = /w/workspace/edgex-go/141/.git 09:24:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/141 09:24:59 # $SEMVER_REMOTE_NAME = origin 09:24:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:24:59 # $SEMVER_USER_NAME = edgex-jenkins 09:24:59 # $SEMVER_BRANCH = master 09:24:59 # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver [Pipeline] } 09:25:09 $ docker exec --env ******** --env ******** 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c ssh-agent -k 09:25:10 unset SSH_AUTH_SOCK; 09:25:10 unset SSH_AGENT_PID; 09:25:10 echo Agent pid 18 killed; 09:25:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:25:10 + git semver [Pipeline] } 09:25:10 $ docker stop --time=1 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c 09:25:12 $ docker rm -f 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:25:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:25:14 ---> package-listing.sh 09:25:14 ++ facter osfamily 09:25:14 ++ tr '[:upper:]' '[:lower:]' 09:25:14 + OS_FAMILY=redhat 09:25:14 + workspace=/w/workspace/edgex-go/141 09:25:14 + START_PACKAGES=/tmp/packages_start.txt 09:25:14 + END_PACKAGES=/tmp/packages_end.txt 09:25:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:25:14 + PACKAGES=/tmp/packages_start.txt 09:25:14 + '[' /w/workspace/edgex-go/141 ']' 09:25:14 + PACKAGES=/tmp/packages_end.txt 09:25:14 + case "${OS_FAMILY}" in 09:25:14 + rpm -qa 09:25:14 + sort 09:25:18 + '[' -f /tmp/packages_start.txt ']' 09:25:18 + '[' -f /tmp/packages_end.txt ']' 09:25:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:25:18 + '[' /w/workspace/edgex-go/141 ']' 09:25:18 + mkdir -p /w/workspace/edgex-go/141/archives/ 09:25:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/141/archives/ [Pipeline] isUnix [Pipeline] sh 09:25:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:25:19 09:25:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:25:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:25:19 alpine: Pulling from edgex-lftools-log-publisher 09:25:19 df20fa9351a1: Already exists 09:25:19 36b3adc4ff6f: Pulling fs layer 09:25:19 8ad3a11d3b57: Pulling fs layer 09:25:19 46f8f816bc3b: Pulling fs layer 09:25:19 0dadc02b9964: Pulling fs layer 09:25:19 ce6a7cf60c04: Pulling fs layer 09:25:19 7a184a31f384: Pulling fs layer 09:25:19 0879bd2ef858: Pulling fs layer 09:25:19 0dadc02b9964: Waiting 09:25:19 ce6a7cf60c04: Waiting 09:25:19 7a184a31f384: Waiting 09:25:19 0879bd2ef858: Waiting 09:25:19 46f8f816bc3b: Verifying Checksum 09:25:19 46f8f816bc3b: Download complete 09:25:19 36b3adc4ff6f: Verifying Checksum 09:25:19 36b3adc4ff6f: Download complete 09:25:19 ce6a7cf60c04: Verifying Checksum 09:25:19 ce6a7cf60c04: Download complete 09:25:19 7a184a31f384: Verifying Checksum 09:25:19 7a184a31f384: Download complete 09:25:20 0dadc02b9964: Verifying Checksum 09:25:20 0dadc02b9964: Download complete 09:25:20 8ad3a11d3b57: Verifying Checksum 09:25:20 8ad3a11d3b57: Download complete 09:25:20 36b3adc4ff6f: Pull complete 09:25:20 0879bd2ef858: Verifying Checksum 09:25:20 0879bd2ef858: Download complete 09:25:21 8ad3a11d3b57: Pull complete 09:25:21 46f8f816bc3b: Pull complete 09:25:21 0dadc02b9964: Pull complete 09:25:21 ce6a7cf60c04: Pull complete 09:25:21 7a184a31f384: Pull complete 09:25:25 0879bd2ef858: Pull complete 09:25:25 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 09:25:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:25:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:25:25 prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container 09:25:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@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 09:25:28 $ docker top ec8fe7f9bae468a9f678ac5d4dbfeb8a9a1ec8cde313a1d68ca54fe5927c0dae -eo pid,comm [Pipeline] { [Pipeline] sh 09:25:28 + mkdir -p /var/log/sa [Pipeline] sh 09:25:29 + ls /var/log/sa-host 09:25:29 + sadf -c /var/log/sa-host/sa05 09:25:29 file_magic: OK 09:25:29 HZ: Using current value: 100 09:25:29 file_header: OK 09:25:29 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 09:25:29 Statistics: 09:25:29 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:25:29 File successfully converted to sysstat format version 12.2.1 09:25:29 + sadf -c /var/log/sa-host/sa16 09:25:29 file_magic: OK 09:25:29 HZ: Using current value: 100 09:25:29 file_header: OK 09:25:29 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 09:25:29 Statistics: 09:25:29 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:25:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:25:29 provisioning config files... 09:25:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/141@tmp/config8552075225273223104tmp [Pipeline] { [Pipeline] echo 09:25:29 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:25:29 ---> create-netrc.sh [Pipeline] echo 09:25:29 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:25:30 ---> logs-deploy.sh 09:25:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/141 09:25:30 INFO: archiving workspace using pattern(s): 09:25:31 Archives upload complete. 09:25:31 INFO: archiving logs to Nexus 09:25:32 ---> uname -a: 09:25:32 Linux ec8fe7f9bae4 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:25:32 09:25:32 09:25:32 ---> lscpu: 09:25:32 Architecture: x86_64 09:25:32 CPU op-mode(s): 32-bit, 64-bit 09:25:32 Byte Order: Little Endian 09:25:32 Address sizes: 40 bits physical, 48 bits virtual 09:25:32 CPU(s): 4 09:25:32 On-line CPU(s) list: 0-3 09:25:32 Thread(s) per core: 1 09:25:32 Core(s) per socket: 1 09:25:32 Socket(s): 4 09:25:32 NUMA node(s): 1 09:25:32 Vendor ID: GenuineIntel 09:25:32 CPU family: 6 09:25:32 Model: 44 09:25:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:25:32 Stepping: 1 09:25:32 CPU MHz: 2933.442 09:25:32 BogoMIPS: 5866.88 09:25:32 Virtualization: VT-x 09:25:32 Hypervisor vendor: KVM 09:25:32 Virtualization type: full 09:25:32 L1d cache: 128 KiB 09:25:32 L1i cache: 128 KiB 09:25:32 L2 cache: 16 MiB 09:25:32 L3 cache: 64 MiB 09:25:32 NUMA node0 CPU(s): 0-3 09:25:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:25:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:25:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:25:32 Vulnerability Meltdown: Mitigation; PTI 09:25:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:25:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:25:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:25:32 Vulnerability Tsx async abort: Not affected 09:25:32 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 09:25:32 09:25:32 09:25:32 ---> nproc: 09:25:32 4 09:25:32 09:25:32 09:25:32 ---> df -h: 09:25:32 Filesystem Size Used Available Use% Mounted on 09:25:32 overlay 50.0G 12.2G 37.8G 24% / 09:25:32 tmpfs 64.0M 0 64.0M 0% /dev 09:25:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:25:32 shm 64.0M 0 64.0M 0% /dev/shm 09:25:32 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 09:25:32 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 09:25:32 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 09:25:32 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 09:25:32 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/141 09:25:32 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/141@tmp 09:25:32 09:25:32 09:25:32 ---> free -m: 09:25:32 total used free shared buff/cache available 09:25:32 Mem: 1837 708 194 0 934 1081 09:25:32 Swap: 1023 57 966 09:25:32 09:25:32 09:25:32 ---> ip addr: 09:25:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:25:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:25:32 inet 127.0.0.1/8 scope host lo 09:25:32 valid_lft forever preferred_lft forever 09:25:32 196: eth0@if197: mtu 1458 qdisc noqueue state UP 09:25:32 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 09:25:32 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 09:25:32 valid_lft forever preferred_lft forever 09:25:32 09:25:32 09:25:32 ---> sar -b -r -n DEV: 09:25:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 09:25:32 09:25:32 09:00:00 LINUX RESTART (4 CPU) 09:25:32 09:25:32 09:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:25:32 09:02:01 53.62 11.55 42.07 0.00 4747.41 9573.96 0.00 09:25:32 09:03:01 181.70 94.76 86.95 0.00 5678.99 41805.88 0.00 09:25:32 09:04:02 227.82 45.99 181.83 0.00 3603.59 45541.23 0.00 09:25:32 09:05:04 1789.92 1459.66 330.26 0.00 141620.91 189585.26 0.00 09:25:32 09:06:01 644.04 365.90 278.15 0.00 29949.96 50447.56 0.00 09:25:32 09:07:02 2137.31 1782.62 354.69 0.00 103371.90 126673.99 0.00 09:25:32 09:08:01 904.48 625.78 278.70 0.00 42454.84 59855.98 0.00 09:25:32 09:09:01 91.19 80.17 11.02 0.00 4570.64 238.44 0.00 09:25:32 09:10:01 8.51 4.93 3.58 0.00 131.38 86.84 0.00 09:25:32 09:11:01 0.92 0.47 0.45 0.00 14.93 8.05 0.00 09:25:32 09:12:01 0.32 0.00 0.32 0.00 0.00 4.73 0.00 09:25:32 09:13:01 0.27 0.05 0.22 0.00 0.40 3.05 0.00 09:25:32 09:14:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 09:25:32 09:15:01 0.63 0.28 0.35 0.00 4.00 4.83 0.00 09:25:32 09:16:01 2.36 1.57 0.80 0.00 57.29 16.64 0.00 09:25:32 09:17:01 0.28 0.00 0.28 0.00 0.00 3.90 0.00 09:25:32 09:18:01 0.28 0.02 0.27 0.00 0.13 3.96 0.00 09:25:32 09:19:01 133.43 31.70 101.73 0.00 2231.64 30614.12 0.00 09:25:32 09:20:01 81.03 23.98 57.04 0.00 1010.92 4248.15 0.00 09:25:32 09:21:01 34.71 10.07 24.64 0.00 299.52 410.67 0.00 09:25:32 09:22:01 25.61 0.38 25.22 0.00 9.32 378.57 0.00 09:25:32 09:23:01 26.62 0.20 26.42 0.00 5.46 442.84 0.00 09:25:32 09:24:01 26.71 3.11 23.59 0.00 155.84 426.26 0.00 09:25:32 09:25:01 229.87 81.80 148.06 0.00 6683.54 38330.18 0.00 09:25:32 Average: 277.26 194.78 82.49 0.00 14641.04 25202.14 0.00 09:25:32 09:25:32 09:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:25:32 09:02:01 68860 0 664980 35.34 2620 1145096 1330036 45.39 551468 1097068 68788 09:25:32 09:03:01 116972 0 682628 36.28 2056 1079900 1415212 48.30 584508 982800 13896 09:25:32 09:04:02 183124 0 708672 37.66 1492 988268 1254992 42.83 617008 824644 44 09:25:32 09:05:04 82952 0 919740 48.88 0 878864 2620016 89.42 656504 963696 83976 09:25:32 09:06:01 300328 0 708708 37.67 0 872520 1966128 67.10 621576 752512 20 09:25:32 09:07:02 80088 0 950824 50.53 0 850644 2796512 95.44 614392 980844 11884 09:25:32 09:08:01 558120 0 606496 32.23 0 716940 1430792 48.83 527204 605408 36 09:25:32 09:09:01 437416 0 594460 31.59 0 849680 1364492 46.57 573524 677052 28 09:25:32 09:10:01 466232 0 561796 29.86 0 853528 1149796 39.24 544224 680596 8 09:25:32 09:11:01 467504 0 560096 29.77 0 853956 1131352 38.61 543000 680688 8 09:25:32 09:12:01 467644 0 559944 29.76 0 853968 1131424 38.61 543412 680696 8 09:25:32 09:13:01 468428 0 559156 29.72 0 853972 1131280 38.61 542640 680704 8 09:25:32 09:14:01 468676 0 558896 29.70 0 853984 1131280 38.61 542648 680708 8 09:25:32 09:15:01 468140 0 559248 29.72 0 854168 1150624 39.27 542772 680708 8 09:25:32 09:16:01 466364 0 560124 29.77 0 855068 1131352 38.61 543884 681056 8 09:25:32 09:17:01 466944 0 559536 29.74 0 855076 1131280 38.61 543400 681056 12 09:25:32 09:18:01 466616 0 559860 29.76 0 855080 1131316 38.61 543584 681060 8 09:25:32 09:19:01 74096 0 661556 35.16 0 1145904 1479952 50.51 693824 887264 876 09:25:32 09:20:01 219828 0 605144 32.16 0 1056584 1353980 46.21 692280 741552 28 09:25:32 09:21:01 218852 0 603092 32.05 0 1059612 1253792 42.79 704016 730896 48 09:25:32 09:22:01 248048 0 573844 30.50 0 1059664 1138396 38.85 701400 705608 36 09:25:32 09:23:01 252868 0 568792 30.23 0 1059896 1334812 45.55 699232 701664 44 09:25:32 09:24:01 170436 0 582224 30.94 0 1128896 1168964 39.89 711636 773688 66744 09:25:32 09:25:01 190548 0 701236 37.27 0 989772 1336044 45.60 648444 725312 40 09:25:32 Average: 308712 0 632127 33.60 257 940460 1394326 47.59 603608 761553 10274 09:25:32 09:25:32 09:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:25:32 09:02:01 eth0 874.87 1063.70 3432.67 126.14 0.00 0.00 0.00 0.00 09:25:32 09:02:01 veth289b38b 841.99 552.09 75.16 2176.82 0.00 0.00 0.00 0.00 09:25:32 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:02:01 docker0 841.99 551.96 63.65 2176.81 0.00 0.00 0.00 0.00 09:25:32 09:03:01 eth0 1413.64 1056.54 3542.02 2788.26 0.00 0.00 0.00 0.00 09:25:32 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:03:01 veth71a9437 8.47 12.00 0.57 55.26 0.00 0.00 0.00 0.00 09:25:32 09:03:01 docker0 203.06 158.57 14.44 531.84 0.00 0.00 0.00 0.00 09:25:32 09:04:02 eth0 557.14 444.91 3562.82 73.90 0.00 0.00 0.00 0.00 09:25:32 09:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:04:02 docker0 133.23 159.20 9.50 780.45 0.00 0.00 0.00 0.00 09:25:32 09:05:04 vetha91b5c3 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 09:25:32 09:05:04 eth0 82.51 57.90 176.64 41.17 0.00 0.00 0.00 0.00 09:25:32 09:05:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:05:04 vethb5327c2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:25:32 09:06:01 vetha91b5c3 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 09:25:32 09:06:01 eth0 98.80 54.79 432.34 64.49 0.00 0.00 0.00 0.00 09:25:32 09:06:01 veth2a9b326 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:07:02 vethc155833 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:25:32 09:07:02 veth41e6d5a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:25:32 09:07:02 vetha91b5c3 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 09:25:32 09:07:02 eth0 91.58 59.92 198.04 90.91 0.00 0.00 0.00 0.00 09:25:32 09:08:01 eth0 106.32 79.82 165.11 186.47 0.00 0.00 0.00 0.00 09:25:32 09:08:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:25:32 09:08:01 docker0 1267.47 995.16 92.93 4272.94 0.00 0.00 0.00 0.00 09:25:32 09:09:01 eth0 385.47 375.75 176.04 1548.46 0.00 0.00 0.00 0.00 09:25:32 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:10:01 eth0 22.63 19.62 16.53 20.93 0.00 0.00 0.00 0.00 09:25:32 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:11:01 eth0 0.52 0.18 0.11 0.07 0.00 0.00 0.00 0.00 09:25:32 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:12:01 eth0 0.85 0.43 0.38 0.18 0.00 0.00 0.00 0.00 09:25:32 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:13:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 09:25:32 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:14:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:25:32 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:25:32 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:16:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:25:32 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:25:32 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:18:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 09:25:32 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:19:01 eth0 453.05 409.56 3759.56 55.29 0.00 0.00 0.00 0.00 09:25:32 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:19:01 vethfbb1bdd 19.60 19.51 2.27 15.51 0.00 0.00 0.00 0.00 09:25:32 09:19:01 docker0 19.60 19.41 2.01 15.50 0.00 0.00 0.00 0.00 09:25:32 09:20:01 veth648c27e 0.12 0.13 0.01 0.08 0.00 0.00 0.00 0.00 09:25:32 09:20:01 eth0 156.21 128.73 463.50 85.56 0.00 0.00 0.00 0.00 09:25:32 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:20:01 docker0 31.29 32.81 2.77 221.29 0.00 0.00 0.00 0.00 09:25:32 09:21:01 eth0 119.46 97.75 95.15 107.09 0.00 0.00 0.00 0.00 09:25:32 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:21:01 docker0 4.29 3.96 1.21 1.93 0.00 0.00 0.00 0.00 09:25:32 09:21:01 vethedd04ac 0.45 0.45 0.11 0.20 0.00 0.00 0.00 0.00 09:25:32 09:22:01 eth0 109.62 81.82 102.35 85.30 0.00 0.00 0.00 0.00 09:25:32 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:22:01 docker0 3.73 3.35 0.92 1.63 0.00 0.00 0.00 0.00 09:25:32 09:23:01 eth0 125.24 96.52 102.63 97.94 0.00 0.00 0.00 0.00 09:25:32 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:23:01 veth83c8271 0.32 0.37 0.07 0.14 0.00 0.00 0.00 0.00 09:25:32 09:23:01 docker0 4.20 3.88 1.14 1.93 0.00 0.00 0.00 0.00 09:25:32 09:24:01 eth0 915.47 670.05 1354.59 155.13 0.00 0.00 0.00 0.00 09:25:32 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:24:01 docker0 3.43 3.11 0.88 1.51 0.00 0.00 0.00 0.00 09:25:32 09:25:01 veth69f04e6 0.53 0.50 0.12 0.15 0.00 0.00 0.00 0.00 09:25:32 09:25:01 eth0 1911.67 1428.10 5117.21 201.90 0.00 0.00 0.00 0.00 09:25:32 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 09:25:01 docker0 30.25 33.29 1.86 200.34 0.00 0.00 0.00 0.00 09:25:32 Average: veth69f04e6 0.02 0.02 0.01 0.01 0.00 0.00 0.00 0.00 09:25:32 Average: eth0 309.44 255.30 946.27 237.80 0.00 0.00 0.00 0.00 09:25:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:32 Average: docker0 56.55 45.39 4.30 195.56 0.00 0.00 0.00 0.00 09:25:32 09:25:32 09:25:32 ---> sar -P ALL: 09:25:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 09:25:32 09:25:32 09:00:00 LINUX RESTART (4 CPU) 09:25:32 09:25:32 09:01:01 CPU %user %nice %system %iowait %steal %idle 09:25:32 09:02:01 all 7.96 0.00 3.78 1.59 0.17 86.48 09:25:32 09:02:01 0 8.04 0.00 3.93 1.60 0.14 86.29 09:25:32 09:02:01 1 8.34 0.00 3.35 0.24 0.17 87.90 09:25:32 09:02:01 2 8.62 0.00 3.57 1.08 0.19 86.54 09:25:32 09:02:01 3 6.85 0.00 4.29 3.46 0.20 85.21 09:25:32 09:03:01 all 17.31 0.00 6.47 1.42 0.05 74.76 09:25:32 09:03:01 0 14.15 0.00 7.40 1.11 0.02 77.32 09:25:32 09:03:01 1 19.51 0.00 5.85 1.09 0.05 73.50 09:25:32 09:03:01 2 22.06 0.00 6.18 1.06 0.07 70.64 09:25:32 09:03:01 3 13.44 0.00 6.45 2.42 0.05 77.64 09:25:32 09:04:02 all 10.54 0.00 7.93 4.56 0.06 76.91 09:25:32 09:04:02 0 11.67 0.00 7.91 8.16 0.07 72.19 09:25:32 09:04:02 1 10.51 0.00 8.55 3.28 0.05 77.61 09:25:32 09:04:02 2 9.87 0.00 7.46 1.97 0.07 80.64 09:25:32 09:04:02 3 10.14 0.00 7.79 4.84 0.05 77.18 09:25:32 09:05:04 all 22.82 0.00 24.10 21.88 0.07 31.14 09:25:32 09:05:04 0 21.34 0.00 24.52 20.53 0.08 33.52 09:25:32 09:05:04 1 23.05 0.00 23.33 22.95 0.07 30.60 09:25:32 09:05:04 2 22.22 0.00 23.87 22.82 0.07 31.03 09:25:32 09:05:04 3 24.68 0.00 24.69 21.19 0.05 29.39 09:25:32 09:06:01 all 50.90 0.00 15.97 22.68 0.03 10.42 09:25:32 09:06:01 0 49.58 0.00 16.60 24.65 0.02 9.15 09:25:32 09:06:01 1 52.27 0.00 15.22 20.26 0.04 12.22 09:25:32 09:06:01 2 51.49 0.00 15.35 21.12 0.02 12.02 09:25:32 09:06:01 3 50.25 0.00 16.73 24.70 0.05 8.26 09:25:32 09:07:02 all 26.57 0.00 20.76 30.81 0.05 21.81 09:25:32 09:07:02 0 24.64 0.00 20.56 32.02 0.05 22.73 09:25:32 09:07:02 1 26.56 0.00 21.32 27.97 0.05 24.10 09:25:32 09:07:02 2 26.42 0.00 21.13 32.32 0.05 20.08 09:25:32 09:07:02 3 28.70 0.00 20.02 30.91 0.03 20.33 09:25:32 09:08:01 all 44.37 0.00 16.48 11.56 0.03 27.55 09:25:32 09:08:01 0 42.52 0.00 16.13 10.79 0.05 30.51 09:25:32 09:08:01 1 45.24 0.00 16.92 11.58 0.03 26.23 09:25:32 09:08:01 2 43.95 0.00 16.84 14.14 0.02 25.05 09:25:32 09:08:01 3 45.77 0.00 16.05 9.71 0.03 28.43 09:25:32 09:09:01 all 9.10 0.00 3.02 2.30 0.05 85.52 09:25:32 09:09:01 0 8.72 0.00 3.82 2.16 0.07 85.23 09:25:32 09:09:01 1 9.22 0.00 2.84 2.32 0.05 85.57 09:25:32 09:09:01 2 9.28 0.00 2.51 2.20 0.03 85.97 09:25:32 09:09:01 3 9.19 0.00 2.93 2.52 0.03 85.33 09:25:32 09:10:01 all 0.51 0.00 0.31 0.14 0.00 99.03 09:25:32 09:10:01 0 0.40 0.00 0.23 0.12 0.00 99.25 09:25:32 09:10:01 1 0.48 0.00 0.48 0.20 0.00 98.83 09:25:32 09:10:01 2 0.78 0.00 0.28 0.13 0.02 98.78 09:25:32 09:10:01 3 0.38 0.00 0.25 0.12 0.00 99.25 09:25:32 09:11:01 all 0.05 0.00 0.04 0.01 0.00 99.90 09:25:32 09:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:25:32 09:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:25:32 09:11:01 2 0.12 0.00 0.08 0.03 0.00 99.77 09:25:32 09:11:01 3 0.07 0.00 0.03 0.00 0.00 99.90 09:25:32 09:12:01 all 0.12 0.00 0.03 0.00 0.00 99.85 09:25:32 09:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:25:32 09:12:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:25:32 09:12:01 2 0.37 0.00 0.02 0.00 0.00 99.62 09:25:32 09:12:01 3 0.07 0.00 0.05 0.00 0.00 99.88 09:25:32 09:25:32 09:12:01 CPU %user %nice %system %iowait %steal %idle 09:25:32 09:13:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:25:32 09:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:25:32 09:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:25:32 09:13:01 2 0.52 0.00 0.03 0.00 0.00 99.45 09:25:32 09:13:01 3 0.03 0.00 0.05 0.02 0.00 99.90 09:25:32 09:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 09:25:32 09:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:25:32 09:14:01 1 0.07 0.00 0.07 0.00 0.00 99.87 09:25:32 09:14:01 2 0.52 0.00 0.00 0.00 0.00 99.48 09:25:32 09:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:25:32 09:15:01 all 0.14 0.00 0.03 0.00 0.00 99.83 09:25:32 09:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:25:32 09:15:01 1 0.05 0.00 0.08 0.00 0.00 99.87 09:25:32 09:15:01 2 0.50 0.00 0.02 0.00 0.00 99.48 09:25:32 09:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:25:32 09:16:01 all 0.18 0.00 0.04 0.02 0.00 99.76 09:25:32 09:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:25:32 09:16:01 1 0.22 0.00 0.03 0.00 0.00 99.75 09:25:32 09:16:01 2 0.42 0.00 0.02 0.00 0.00 99.57 09:25:32 09:16:01 3 0.07 0.00 0.10 0.07 0.00 99.77 09:25:32 09:17:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:25:32 09:17:01 0 0.47 0.00 0.03 0.00 0.00 99.50 09:25:32 09:17:01 1 0.07 0.00 0.02 0.00 0.00 99.92 09:25:32 09:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:25:32 09:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:25:32 09:18:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:25:32 09:18:01 0 0.55 0.00 0.02 0.00 0.00 99.43 09:25:32 09:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:25:32 09:18:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:25:32 09:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:25:32 09:19:01 all 6.73 0.00 4.37 2.73 0.03 86.15 09:25:32 09:19:01 0 7.28 0.00 3.99 1.57 0.02 87.14 09:25:32 09:19:01 1 6.72 0.00 4.49 0.74 0.02 88.04 09:25:32 09:19:01 2 6.82 0.00 4.94 6.47 0.03 81.74 09:25:32 09:19:01 3 6.10 0.00 4.05 2.12 0.05 87.68 09:25:32 09:20:01 all 5.02 0.00 4.72 1.62 0.03 88.62 09:25:32 09:20:01 0 5.39 0.00 5.26 2.16 0.03 87.16 09:25:32 09:20:01 1 5.03 0.00 4.59 0.54 0.03 89.81 09:25:32 09:20:01 2 4.98 0.00 4.87 1.45 0.02 88.68 09:25:32 09:20:01 3 4.69 0.00 4.15 2.33 0.02 88.81 09:25:32 09:21:01 all 3.21 0.00 3.40 0.70 0.01 92.68 09:25:32 09:21:01 0 3.26 0.00 3.82 0.40 0.02 92.50 09:25:32 09:21:01 1 3.31 0.00 3.61 0.45 0.00 92.63 09:25:32 09:21:01 2 3.13 0.00 2.96 1.53 0.02 92.36 09:25:32 09:21:01 3 3.15 0.00 3.22 0.40 0.02 93.20 09:25:32 09:22:01 all 3.07 0.00 3.32 0.49 0.01 93.11 09:25:32 09:22:01 0 3.18 0.00 3.48 0.37 0.00 92.97 09:25:32 09:22:01 1 3.32 0.00 3.46 0.30 0.02 92.90 09:25:32 09:22:01 2 2.81 0.00 3.18 0.94 0.02 93.06 09:25:32 09:22:01 3 2.99 0.00 3.16 0.34 0.00 93.51 09:25:32 09:23:01 all 3.41 0.00 3.49 0.40 0.00 92.70 09:25:32 09:23:01 0 3.46 0.00 3.83 0.44 0.00 92.27 09:25:32 09:23:01 1 3.59 0.00 3.83 0.29 0.00 92.29 09:25:32 09:23:01 2 3.50 0.00 3.20 0.54 0.00 92.77 09:25:32 09:23:01 3 3.09 0.00 3.09 0.32 0.00 93.49 09:25:32 09:25:32 09:23:01 CPU %user %nice %system %iowait %steal %idle 09:25:32 09:24:01 all 4.89 0.00 3.93 0.43 0.02 90.73 09:25:32 09:24:01 0 4.28 0.00 4.56 0.36 0.02 90.79 09:25:32 09:24:01 1 4.76 0.00 4.42 0.52 0.02 90.28 09:25:32 09:24:01 2 4.91 0.00 3.43 0.59 0.02 91.06 09:25:32 09:24:01 3 5.60 0.00 3.31 0.25 0.03 90.80 09:25:32 09:25:01 all 12.76 0.00 10.07 2.88 0.03 74.26 09:25:32 09:25:01 0 12.16 0.00 12.02 3.50 0.03 72.28 09:25:32 09:25:01 1 15.00 0.00 9.42 2.83 0.03 72.72 09:25:32 09:25:01 2 12.21 0.00 9.69 2.13 0.03 75.94 09:25:32 09:25:01 3 11.66 0.00 9.19 3.06 0.02 76.08 09:25:32 Average: all 9.40 0.00 5.45 4.34 0.03 80.79 09:25:32 Average: 0 9.04 0.00 5.69 4.50 0.03 80.74 09:25:32 Average: 1 9.69 0.00 5.43 3.90 0.03 80.94 09:25:32 Average: 2 9.63 0.00 5.34 4.53 0.03 80.48 09:25:32 Average: 3 9.24 0.00 5.32 4.42 0.03 80.98 09:25:32 09:25:32 09:25:32