Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 855c38c39ef34412bad8449468666c22fd9242b9 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd # timeout=10 Commit message: "Merge pull request #248 from bill-mahoney/swaggerfix" > 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 Running on prd-centos7-docker-4c-2g-1042 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/145 [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/145 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 855c38c39ef34412bad8449468666c22fd9242b9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 855c38c39ef34412bad8449468666c22fd9242b9 # timeout=10 Commit message: "feat(support-notifications): notification content type and long line (#2699)" > git rev-list --no-walk 9c6c7941f6c82385f6caa68ca03335fcee301072 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:57:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:57:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:57:26 ========================================================= 17:57:26 EdgeX Global Pipelines Version Info 17:57:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:57:28 ------------------- 17:57:28 stable info: 17:57:28 ------------------- 17:57:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:57:28 Commit SHA: 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 17:57:28 Message: update stable to v1.0.127 17:57:29 ------------------- 17:57:29 experimental info: 17:57:29 ------------------- 17:57:29 Commited By: **** collab-it+edgex@linuxfoundation.org 17:57:29 Commit SHA: 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 17:57:29 Message: update experimental to v1.0.127 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:57:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:57:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:57:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:57:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:57:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:57:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:57:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] echo 17:57:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 855c38c [Pipeline] echo 17:57:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 17:57:32 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/core-command/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo core-command,cmd/core-command/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/core-data/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo core-data,cmd/core-data/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/core-metadata/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo core-metadata,cmd/core-metadata/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/security-proxy-setup/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/security-secrets-setup/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/support-logging/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo support-logging,cmd/support-logging/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/support-notifications/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo support-notifications,cmd/support-notifications/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/support-scheduler/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:57:32 + for file in '`ls cmd/**/Dockerfile`' 17:57:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:57:32 ++ cut -d/ -f2 17:57:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:57:32 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:57:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:57:33 17:57:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:57:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:57:33 latest: Pulling from edgex-devops/git-semver 17:57:33 31603596830f: Pulling fs layer 17:57:33 2a8b12db71e7: Pulling fs layer 17:57:33 6ca5941a6612: Pulling fs layer 17:57:33 ecc8261a40a4: Pulling fs layer 17:57:33 ecc8261a40a4: Waiting 17:57:33 2a8b12db71e7: Verifying Checksum 17:57:33 2a8b12db71e7: Download complete 17:57:34 ecc8261a40a4: Verifying Checksum 17:57:34 ecc8261a40a4: Download complete 17:57:34 6ca5941a6612: Verifying Checksum 17:57:34 6ca5941a6612: Download complete 17:57:34 31603596830f: Verifying Checksum 17:57:34 31603596830f: Download complete 17:57:34 31603596830f: Pull complete 17:57:34 2a8b12db71e7: Pull complete 17:57:35 6ca5941a6612: Pull complete 17:57:35 ecc8261a40a4: Pull complete 17:57:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:57:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:57:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:57:35 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 17:57:35 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:57:37 $ docker top 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:38 [ssh-agent] Looking for ssh-agent implementation... 17:57:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:38 $ docker exec 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent 17:57:38 SSH_AUTH_SOCK=/tmp/ssh-VhpipRszM3Jg/agent.12 17:57:38 SSH_AGENT_PID=17 17:57:38 Running ssh-add (command line suppressed) 17:57:38 Identity added: /w/workspace/edgex-go/145@tmp/private_key_6054935935617338213.key (/w/workspace/edgex-go/145@tmp/private_key_6054935935617338213.key) 17:57:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:39 + git describe --exact-match --tags HEAD 17:57:39 fatal: No names found, cannot describe anything. [Pipeline] } 17:57:39 $ docker exec --env ******** --env ******** 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent -k 17:57:39 unset SSH_AUTH_SOCK; 17:57:39 unset SSH_AGENT_PID; 17:57:39 echo Agent pid 17 killed; 17:57:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:57:39 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:57:39 This usually means this commit has not been tagged. [Pipeline] sshagent 17:57:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:39 [ssh-agent] Looking for ssh-agent implementation... 17:57:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:39 $ docker exec 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent 17:57:39 SSH_AUTH_SOCK=/tmp/ssh-MwysWxZH3FdE/agent.46 17:57:39 SSH_AGENT_PID=51 17:57:39 Running ssh-add (command line suppressed) 17:57:40 Identity added: /w/workspace/edgex-go/145@tmp/private_key_6671978349855493035.key (/w/workspace/edgex-go/145@tmp/private_key_6671978349855493035.key) 17:57:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:40 + git semver init 17:57:40 # -> Open(): unable to determine branch for HEAD 17:57:40 # $GIT_DIR = /w/workspace/edgex-go/145/.git 17:57:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/145 17:57:40 # $SEMVER_REMOTE_NAME = origin 17:57:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:57:40 # $SEMVER_USER_NAME = edgex-jenkins 17:57:40 # $SEMVER_BRANCH = master 17:57:40 # $SEMVER_TEMP = /tmp/semver-563644600 17:57:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:57:58 # '/tmp/semver-563644600' -> '/w/workspace/edgex-go/145/.semver' 17:57:58 # -> Force: false 17:57:58 # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver [Pipeline] } 17:57:58 $ docker exec --env ******** --env ******** 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent -k 17:57:58 unset SSH_AUTH_SOCK; 17:57:58 unset SSH_AGENT_PID; 17:57:58 echo Agent pid 51 killed; 17:57:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:59 + git semver [Pipeline] } 17:57:59 $ docker stop --time=1 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 17:58:01 $ docker rm -f 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:58:13 Stashed 47 file(s) [Pipeline] echo 17:58:13 [edgeXSemver]: initialized semver on version 1.2.2-dev.30 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 17:58:14 ========================================================= 17:58:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:58:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:58:15 + 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 . 17:58:19 Sending build context to Docker daemon 323.2MB 17:58:19 Step 1/7 : ARG BASE=golang:1.15-alpine 17:58:19 Step 2/7 : FROM ${BASE} 17:58:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:58:19 df20fa9351a1: Pulling fs layer 17:58:19 ed8968b2872e: Pulling fs layer 17:58:19 a92cc7c5fd73: Pulling fs layer 17:58:19 e871e8e8d7a9: Pulling fs layer 17:58:19 e73272ec9a57: Pulling fs layer 17:58:19 1e910a182e73: Pulling fs layer 17:58:19 4e634b169226: Pulling fs layer 17:58:19 e73272ec9a57: Waiting 17:58:19 1e910a182e73: Waiting 17:58:19 4e634b169226: Waiting 17:58:19 e871e8e8d7a9: Waiting 17:58:19 a92cc7c5fd73: Verifying Checksum 17:58:19 a92cc7c5fd73: Download complete 17:58:19 ed8968b2872e: Verifying Checksum 17:58:19 ed8968b2872e: Download complete 17:58:19 e73272ec9a57: Verifying Checksum 17:58:19 e73272ec9a57: Download complete 17:58:19 df20fa9351a1: Verifying Checksum 17:58:19 df20fa9351a1: Download complete 17:58:19 1e910a182e73: Verifying Checksum 17:58:19 1e910a182e73: Download complete 17:58:19 df20fa9351a1: Pull complete 17:58:19 ed8968b2872e: Pull complete 17:58:19 a92cc7c5fd73: Pull complete 17:58:20 4e634b169226: Verifying Checksum 17:58:20 4e634b169226: Download complete 17:58:21 e871e8e8d7a9: Verifying Checksum 17:58:21 e871e8e8d7a9: Download complete 17:58:26 e871e8e8d7a9: Pull complete 17:58:26 e73272ec9a57: Pull complete 17:58:26 1e910a182e73: Pull complete 17:58:29 Still waiting to schedule task 17:58:29 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1043’ 17:58:30 4e634b169226: Pull complete 17:58:30 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:58:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:58:30 ---> f7629b54cfaa 17:58:30 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:58:30 ---> Running in 24956cf183dd 17:58:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:32 (1/12) Installing libmagic (5.38-r0) 17:58:32 (2/12) Installing file (5.38-r0) 17:58:32 (3/12) Installing libc-dev (0.7.2-r3) 17:58:32 (4/12) Installing g++ (9.3.0-r2) 17:58:43 (5/12) Installing fortify-headers (1.1-r0) 17:58:43 (6/12) Installing patch (2.7.6-r6) 17:58:43 (7/12) Installing build-base (0.5-r2) 17:58:43 (8/12) Installing libsodium (1.0.18-r0) 17:58:43 (9/12) Installing pkgconf (1.7.2-r0) 17:58:43 (10/12) Installing libsodium-dev (1.0.18-r0) 17:58:43 (11/12) Installing libzmq (4.3.3-r0) 17:58:43 (12/12) Installing zeromq-dev (4.3.3-r0) 17:58:43 Executing busybox-1.31.1-r16.trigger 17:58:43 OK: 233 MiB in 51 packages 17:58:45 Removing intermediate container 24956cf183dd 17:58:45 ---> 8a4755ec765a 17:58:45 Step 4/7 : WORKDIR /edgex-go 17:58:45 ---> Running in aa90ccb1b09b 17:58:45 Removing intermediate container aa90ccb1b09b 17:58:45 ---> 7050fc8335eb 17:58:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:58:46 latest: Pulling from library/docker 17:58:46 df20fa9351a1: Already exists 17:58:46 25ad7478873d: Pulling fs layer 17:58:46 4684f6177b5d: Pulling fs layer 17:58:46 8ba584e970af: Pulling fs layer 17:58:46 3cdc74d2b06d: Pulling fs layer 17:58:46 4cf5a0d07c1f: Pulling fs layer 17:58:46 fca0ccc462d5: Pulling fs layer 17:58:46 3cdc74d2b06d: Waiting 17:58:46 4cf5a0d07c1f: Waiting 17:58:46 fca0ccc462d5: Waiting 17:58:46 4684f6177b5d: Verifying Checksum 17:58:46 4684f6177b5d: Download complete 17:58:46 25ad7478873d: Verifying Checksum 17:58:46 25ad7478873d: Download complete 17:58:46 3cdc74d2b06d: Verifying Checksum 17:58:46 3cdc74d2b06d: Download complete 17:58:46 4cf5a0d07c1f: Verifying Checksum 17:58:46 4cf5a0d07c1f: Download complete 17:58:46 fca0ccc462d5: Verifying Checksum 17:58:46 fca0ccc462d5: Download complete 17:58:46 25ad7478873d: Pull complete 17:58:46 4684f6177b5d: Pull complete 17:58:47 8ba584e970af: Verifying Checksum 17:58:47 8ba584e970af: Download complete 17:58:49 8ba584e970af: Pull complete 17:58:49 3cdc74d2b06d: Pull complete 17:58:49 4cf5a0d07c1f: Pull complete 17:58:49 fca0ccc462d5: Pull complete 17:58:49 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 17:58:49 Status: Downloaded newer image for docker:latest 17:58:51 ---> 336864181d29 17:58:51 Step 6/7 : COPY go.mod . 17:58:51 ---> 71479a74feb0 17:58:51 Step 7/7 : RUN go mod download 17:58:51 ---> Running in 1c8034306ede 17:59:13 Removing intermediate container 1c8034306ede 17:59:13 ---> db06436ea96b 17:59:13 Successfully built db06436ea96b 17:59:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:59:13 + docker inspect -f . ci-base-image-x86_64 17:59:13 . [Pipeline] withDockerContainer 17:59:14 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 17:59:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:59:14 $ docker top fa810c3ee2172db47c5936427e510a0ddf8078e09532a6ce15686a1065ed9a98 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:15 + go version 17:59:15 go version go1.15.2 linux/amd64 [Pipeline] } 17:59:15 $ docker stop --time=1 fa810c3ee2172db47c5936427e510a0ddf8078e09532a6ce15686a1065ed9a98 17:59:16 $ docker rm -f fa810c3ee2172db47c5936427e510a0ddf8078e09532a6ce15686a1065ed9a98 [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 17:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:18 17:59:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:59:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:18 latest: Pulling from edgex-devops/edgex-compose 17:59:18 cbdbe7a5bc2a: Pulling fs layer 17:59:18 ca9280d653b3: Pulling fs layer 17:59:18 7e9c9ca2126c: Pulling fs layer 17:59:19 cbdbe7a5bc2a: Verifying Checksum 17:59:19 cbdbe7a5bc2a: Download complete 17:59:19 cbdbe7a5bc2a: Pull complete 17:59:19 ca9280d653b3: Verifying Checksum 17:59:19 ca9280d653b3: Download complete 17:59:20 ca9280d653b3: Pull complete 17:59:20 7e9c9ca2126c: Download complete 17:59:26 7e9c9ca2126c: Pull complete 17:59:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:59:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:59:26 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 17:59:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:59:29 $ docker top b7e06a843ce73cb4b26f1cbefeeb53619d5d54c75f0b615a9a3a1f258ea926b7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:29 + docker-compose build --help 17:59:29 + grep parallel 17:59:30 --parallel Build images in parallel. [Pipeline] } 17:59:30 $ docker stop --time=1 b7e06a843ce73cb4b26f1cbefeeb53619d5d54c75f0b615a9a3a1f258ea926b7 17:59:32 $ docker rm -f b7e06a843ce73cb4b26f1cbefeeb53619d5d54c75f0b615a9a3a1f258ea926b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:32 . [Pipeline] withDockerContainer 17:59:32 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 17:59:32 $ 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/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:59:34 $ docker top d3a44f4013fd1849cfdd9b3054281c796b4bef1012ca1b454571d6d182baf6df -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:34 + docker-compose -f ./docker-compose-build.yml build --parallel 17:59:35 Building docker-core-command-go ... 17:59:35 Building docker-core-data-go ... 17:59:35 Building docker-core-metadata-go ... 17:59:35 Building docker-security-proxy-setup-go ... 17:59:35 Building docker-security-secrets-setup-go ... 17:59:35 Building docker-security-secretstore-setup-go ... 17:59:35 Building docker-support-logging-go ... 17:59:35 Building docker-support-notifications-go ... 17:59:35 Building docker-support-scheduler-go ... 17:59:35 Building docker-sys-mgmt-agent-go ... 17:59:35 Building docker-support-notifications-go 17:59:35 Building docker-security-secrets-setup-go 17:59:35 Building docker-core-data-go 17:59:35 Building docker-support-logging-go 17:59:35 Building docker-core-command-go 17:59:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:59:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:59:53 ---> db06436ea96b 17:59:53 Step 3/22 : WORKDIR /edgex-go 17:59:53 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 17:59:53 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:59:53 ---> db06436ea96b 17:59:53 Step 3/29 : WORKDIR /edgex-go 17:59:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 17:59:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:59:53 ---> db06436ea96b 17:59:53 Step 3/24 : WORKDIR /edgex-go 17:59:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 17:59:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:59:53 ---> db06436ea96b 17:59:53 Step 3/23 : WORKDIR /edgex-go 17:59:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:59:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:59:54 ---> db06436ea96b 17:59:54 Step 3/22 : WORKDIR /edgex-go 17:59:55 ---> Running in 99219d9e4216 17:59:55 ---> Running in e5d396ce90ee 17:59:55 ---> Running in 9c905d711fee 17:59:55 ---> Running in de3669b43631 17:59:55 ---> Running in 9bbd2f288036 17:59:55 Removing intermediate container 9c905d711fee 17:59:55 ---> 1a6bfed7c33f 17:59:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:55 Removing intermediate container e5d396ce90ee 17:59:55 ---> 1c16ea0d7e2d 17:59:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:55 Removing intermediate container de3669b43631 17:59:55 ---> f1cbe82c790a 17:59:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:55 Removing intermediate container 9bbd2f288036 17:59:55 ---> 3ebd44b61e64 17:59:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:55 Removing intermediate container 99219d9e4216 17:59:55 ---> 8171ded97ca4 17:59:55 Step 4/29 : RUN apk update && apk add make git 17:59:55 ---> Running in 877a1c6de22c 17:59:55 ---> Running in d83426c75d46 17:59:55 ---> Running in a16f92d8aee9 17:59:55 ---> Running in e4b7a0a6a8d1 17:59:55 ---> Running in a9d424579ce8 17:59:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:57 Removing intermediate container 877a1c6de22c 17:59:57 ---> f454c5b0a76e 17:59:57 Step 5/22 : RUN apk update && apk add make git 17:59:57 Removing intermediate container a16f92d8aee9 17:59:57 ---> 3ca767047d9f 17:59:57 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 17:59:57 ---> Running in a6b52f2b66d6 17:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:57 ---> Running in ff6f20e0f373 17:59:58 Removing intermediate container d83426c75d46 17:59:58 ---> 311c58cf998a 17:59:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:59:58 Removing intermediate container e4b7a0a6a8d1 17:59:58 ---> 9acd4e807a5a 17:59:58 Step 5/22 : RUN apk update && apk add make && apk add bash git 17:59:58 ---> Running in ce05b4fb45f7 17:59:58 ---> Running in 4e210ed7dce6 17:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:58 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 17:59:58 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:59:58 OK: 12751 distinct packages available 17:59:58 OK: 233 MiB in 51 packages 17:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:59 Removing intermediate container a9d424579ce8 17:59:59 ---> 5920b612d9c4 17:59:59 Step 5/29 : COPY go.mod . 17:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:59 ---> 0c1fa271fc2d 17:59:59 Step 6/29 : RUN go mod download 17:59:59 ---> Running in 4d34fffd5df4 17:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:59 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 17:59:59 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:59:59 OK: 12751 distinct packages available 17:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:59 OK: 233 MiB in 51 packages 18:00:00 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:00:00 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:00:00 OK: 12751 distinct packages available 18:00:00 OK: 233 MiB in 51 packages 18:00:00 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:00:00 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:00:00 OK: 12751 distinct packages available 18:00:00 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:00:00 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:00:00 OK: 12751 distinct packages available 18:00:00 Removing intermediate container a6b52f2b66d6 18:00:00 ---> 3ddf45931c3f 18:00:00 Step 6/22 : COPY go.mod . 18:00:00 OK: 233 MiB in 51 packages 18:00:00 OK: 233 MiB in 51 packages 18:00:01 ---> c36ea07924ce 18:00:01 Step 7/22 : RUN go mod download 18:00:01 OK: 233 MiB in 51 packages 18:00:01 ---> Running in 06c999090417 18:00:01 Removing intermediate container ff6f20e0f373 18:00:01 ---> 4e7763c91a3b 18:00:01 Step 6/24 : COPY go.mod . 18:00:01 Removing intermediate container 4d34fffd5df4 18:00:01 ---> 52e414b0ac54 18:00:01 Step 7/29 : COPY . . 18:00:01 ---> e66645a268fe 18:00:01 Step 7/24 : RUN go mod download 18:00:02 Removing intermediate container 4e210ed7dce6 18:00:02 ---> d6dd7fc04893 18:00:02 Step 6/23 : COPY go.mod . 18:00:02 ---> Running in ba89670d45db 18:00:04 Removing intermediate container ce05b4fb45f7 18:00:04 ---> e04ffd50e87d 18:00:04 Step 6/22 : COPY go.mod . 18:00:04 ---> 095e6ae3d3d9 18:00:04 Step 7/23 : RUN go mod download 18:00:05 ---> e026eff34340 18:00:05 Step 7/22 : RUN go mod download 18:00:05 ---> Running in 72226604f4bd 18:00:07 ---> Running in 8d27161cfb81 18:00:07 Removing intermediate container 06c999090417 18:00:07 ---> b97d12364a91 18:00:07 Step 8/22 : COPY . . 18:00:13 Removing intermediate container ba89670d45db 18:00:13 ---> 691c65482398 18:00:13 Step 8/24 : COPY . . 18:00:17 Removing intermediate container 72226604f4bd 18:00:17 ---> 7bbd4cd3a565 18:00:17 Step 8/23 : COPY . . 18:00:24 ---> 0af55482f383 18:00:24 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:00:24 Removing intermediate container 8d27161cfb81 18:00:24 ---> 66f84a1c7325 18:00:24 Step 8/22 : COPY . . 18:00:24 ---> Running in 3136454adfc3 18:00:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 18:00:31 ---> de16ba19293e 18:00:31 Step 9/22 : RUN make cmd/core-command/core-command 18:00:35 ---> Running in e85880df9348 18:00:36 ---> 2fc9b16d6ac1 18:00:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:00:37 ---> 7ff23e040b41 18:00:37 Step 9/23 : RUN make cmd/core-data/core-data 18:00:37 ---> Running in a952c7eda010 18:00:37 ---> Running in e82be30c0be6 18:00:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-command/core-command ./cmd/core-command 18:00:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-data/core-data ./cmd/core-data 18:00:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:00:40 ---> 0ff04b3d8f49 18:00:40 Step 9/22 : RUN make cmd/support-logging/support-logging 18:00:40 ---> Running in f58670a4f082 18:00:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-logging/support-logging ./cmd/support-logging 18:00:56 Removing intermediate container 3136454adfc3 18:00:56 ---> 7c4b31ae0747 18:00:56 18:00:56 Step 9/29 : FROM alpine:latest 18:00:56 latest: Pulling from library/alpine 18:00:58 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:00:58 Status: Downloaded newer image for alpine:latest 18:00:58 ---> a24bb4013296 18:00:58 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:00:58 ---> Running in 75fc692adddb 18:00:58 Removing intermediate container 75fc692adddb 18:00:58 ---> 78da890aa053 18:00:58 Step 11/29 : USER root 18:00:58 ---> Running in ab38b37a4ac8 18:00:58 Removing intermediate container ab38b37a4ac8 18:00:58 ---> abd8cf3a96c7 18:00:58 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:00:58 ---> Running in b25664a80df1 18:01:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:00 v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:01:00 v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:01:00 OK: 12749 distinct packages available 18:01:00 (1/2) Installing ca-certificates (20191127-r4) 18:01:00 (2/2) Installing dumb-init (1.2.2-r1) 18:01:00 Executing busybox-1.31.1-r16.trigger 18:01:00 Executing ca-certificates-20191127-r4.trigger 18:01:00 OK: 6 MiB in 16 packages 18:01:02 Removing intermediate container b25664a80df1 18:01:02 ---> b60465389de3 18:01:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:01:03 ---> Running in 1ac825079a9c 18:01:03 Removing intermediate container 1ac825079a9c 18:01:03 ---> a6a81c1b66f7 18:01:03 Step 14/29 : WORKDIR $BASE_DIR 18:01:05 ---> Running in 8eb364a6b3e0 18:01:05 Removing intermediate container 8eb364a6b3e0 18:01:05 ---> b8b21e5feb1c 18:01:05 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:01:06 ---> Running in 035d57fa2f99 18:01:08 Removing intermediate container 035d57fa2f99 18:01:08 ---> fc8bccf10cb8 18:01:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:01:09 ---> fc470884f00c 18:01:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:01:12 ---> c5afc3da569d 18:01:12 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:01:13 Removing intermediate container f58670a4f082 18:01:13 ---> 44d9672892ae 18:01:13 18:01:13 Step 10/22 : FROM scratch 18:01:13 ---> 18:01:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:01:13 Removing intermediate container a952c7eda010 18:01:13 ---> c6c378c11f2c 18:01:13 18:01:13 Step 10/24 : FROM scratch 18:01:13 ---> 18:01:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:01:13 Removing intermediate container e85880df9348 18:01:13 ---> 3dc0374e77c4 18:01:13 18:01:13 Step 10/22 : FROM scratch 18:01:13 ---> 18:01:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:01:14 ---> Running in 1d9283b56d60 18:01:14 ---> f032bf275c17 18:01:14 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:01:14 ---> Running in 0271078dd5c8 18:01:14 ---> Running in ae41b6dc4f62 18:01:14 Removing intermediate container 1d9283b56d60 18:01:14 ---> 814b385d1234 18:01:14 Step 12/22 : ENV APP_PORT=48061 18:01:14 Removing intermediate container 0271078dd5c8 18:01:14 ---> 190c0bacf188 18:01:14 Step 12/22 : ENV APP_PORT=48082 18:01:14 Removing intermediate container ae41b6dc4f62 18:01:14 ---> ad94b88e2673 18:01:14 Step 12/24 : ENV APP_PORT=48060 18:01:14 ---> Running in 25efe08046e8 18:01:14 ---> Running in 11352b8614fa 18:01:14 ---> Running in 9e5d295613f8 18:01:14 ---> 061b9b8b7f2f 18:01:14 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:01:14 Removing intermediate container 25efe08046e8 18:01:14 ---> 19d8ae8d4c2d 18:01:14 Step 13/22 : EXPOSE $APP_PORT 18:01:14 Removing intermediate container 11352b8614fa 18:01:14 ---> c329cec478a3 18:01:14 Step 13/22 : EXPOSE $APP_PORT 18:01:14 Removing intermediate container 9e5d295613f8 18:01:14 ---> 965f78e1d5a5 18:01:14 Step 13/24 : EXPOSE $APP_PORT 18:01:14 ---> Running in 149ae7700e10 18:01:14 ---> Running in ccc813e32ff1 18:01:14 ---> Running in 535b316878cd 18:01:14 ---> 689a02cbf2ae 18:01:14 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:01:15 ---> Running in af4a591279d1 18:01:15 Removing intermediate container 535b316878cd 18:01:15 ---> 664df2f4d9a8 18:01:15 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:01:15 Removing intermediate container ccc813e32ff1 18:01:15 ---> d454a265999a 18:01:15 Step 14/22 : WORKDIR / 18:01:16 Removing intermediate container 149ae7700e10 18:01:16 ---> f4eb0056e90b 18:01:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:01:16 ---> Running in b47f783b66e5 18:01:16 ---> 53e2ca9aa744 18:01:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:01:16 ---> 4d31b123de7a 18:01:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:01:16 Removing intermediate container b47f783b66e5 18:01:16 ---> 3520db3cb633 18:01:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:01:16 ---> 79e3a49ec58a 18:01:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:01:17 ---> a00a1f5ae33a 18:01:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:01:19 ---> 4413e5a361ff 18:01:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:01:19 ---> d952e95bf12f 18:01:19 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:01:19 Removing intermediate container e82be30c0be6 18:01:19 ---> 99ec0d64d422 18:01:19 18:01:19 Step 10/23 : FROM alpine 18:01:19 ---> a24bb4013296 18:01:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:01:19 ---> a17085f48556 18:01:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:01:19 ---> Running in c61dde4b74d9 18:01:20 ---> e4985e957a0b 18:01:20 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:01:20 ---> Running in 1f4a6f18302a 18:01:20 ---> 06b1882058fd 18:01:20 Step 18/22 : ENTRYPOINT ["/core-command"] 18:01:20 Removing intermediate container c61dde4b74d9 18:01:20 ---> ab1810f1a6c1 18:01:20 Step 12/23 : ENV APP_PORT=48080 18:01:20 ---> 042de940e101 18:01:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:01:20 Removing intermediate container af4a591279d1 18:01:20 ---> 089fc6913cc4 18:01:20 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:01:20 ---> Running in ceead6b67fe0 18:01:20 ---> Running in 1a0b833230a7 18:01:20 Removing intermediate container 1f4a6f18302a 18:01:20 ---> f8c8588ccf01 18:01:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:20 ---> 80c16c13f734 18:01:20 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:01:20 ---> 6929308e547d 18:01:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:01:20 Removing intermediate container ceead6b67fe0 18:01:20 ---> 6e068be82bf3 18:01:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:20 ---> Running in 72efce4ec5ee 18:01:20 Removing intermediate container 1a0b833230a7 18:01:20 ---> e53f956756e8 18:01:20 Step 13/23 : EXPOSE $APP_PORT 18:01:21 ---> Running in 9582a8f8932b 18:01:21 ---> Running in 9c105cac59ad 18:01:21 ---> Running in a2d22094a8df 18:01:21 ---> 78e295b8cbf0 18:01:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:01:21 Removing intermediate container 72efce4ec5ee 18:01:21 ---> 8962223bacb5 18:01:21 Step 20/22 : LABEL arch=x86_64 18:01:21 Removing intermediate container 9c105cac59ad 18:01:21 ---> bf27ead864fe 18:01:21 Step 20/22 : LABEL arch=x86_64 18:01:21 Removing intermediate container a2d22094a8df 18:01:21 ---> 5e41ec381a05 18:01:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:22 ---> Running in cd78ac44e7d4 18:01:22 ---> Running in 2ac232572d58 18:01:22 ---> Running in ad338e3d674d 18:01:22 ---> 8b3e93750701 18:01:22 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:01:22 ---> Running in 5249a02a8fc4 18:01:22 Removing intermediate container cd78ac44e7d4 18:01:22 ---> e4c3681489fd 18:01:22 Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:01:22 Removing intermediate container 9582a8f8932b 18:01:22 ---> afee30d388db 18:01:22 Step 24/29 : RUN chmod 755 security-secrets-setup 18:01:22 Removing intermediate container 2ac232572d58 18:01:22 ---> b76312138a12 18:01:22 Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:01:22 ---> Running in a8d156849471 18:01:23 ---> Running in 28911e4fb189 18:01:23 ---> Running in 32634ec59570 18:01:23 Removing intermediate container 5249a02a8fc4 18:01:23 ---> d4ee484a9c14 18:01:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:23 Removing intermediate container a8d156849471 18:01:23 ---> 9e11f08abbd3 18:01:23 Step 22/22 : LABEL version=1.2.2-dev.30 18:01:23 ---> Running in 896c0db242c8 18:01:23 Removing intermediate container 28911e4fb189 18:01:23 ---> c388c9781f05 18:01:23 Step 22/22 : LABEL version=1.2.2-dev.30 18:01:24 ---> Running in fda183ba2511 18:01:24 ---> Running in 91e6be0f7931 18:01:24 Removing intermediate container 896c0db242c8 18:01:24 ---> 247938827b5c 18:01:24 Step 22/24 : LABEL arch=x86_64 18:01:24 ---> Running in 7d8910b32120 18:01:24 Removing intermediate container ad338e3d674d 18:01:24 ---> 1509ec273063 18:01:24 Step 15/23 : RUN apk --no-cache add zeromq 18:01:24 Removing intermediate container fda183ba2511 18:01:24 ---> fc8e64583078 18:01:24 18:01:24 Removing intermediate container 91e6be0f7931 18:01:24 ---> 05fe19009b76 18:01:24 18:01:24 Successfully built fc8e64583078 18:01:24 Successfully built 05fe19009b76 18:01:24 ---> Running in b485f45bcc47 18:01:24 Successfully tagged docker-support-logging-go:latest 18:01:24 Successfully tagged docker-core-command-go:latest 18:01:24 Building docker-core-metadata-go 18:01:24 Building docker-support-scheduler-go 18:01:24 Removing intermediate container 7d8910b32120 18:01:24 ---> 34c8928d7f19 18:01:24 Step 23/24 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:01:25  Building docker-support-logging-go ... done  Building docker-core-command-go ... done  ---> Running in b9c165e56c21 18:01:25 Removing intermediate container 32634ec59570 18:01:25 ---> 9190114162c9 18:01:25 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:01:25 ---> Running in 0d42f0565946 18:01:25 Removing intermediate container b9c165e56c21 18:01:25 ---> 82f9eef05ad2 18:01:25 Step 24/24 : LABEL version=1.2.2-dev.30 18:01:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:26 ---> Running in 3e076e40fb05 18:01:26 Removing intermediate container 0d42f0565946 18:01:26 ---> 744bbfe7fa2f 18:01:26 Step 26/29 : CMD [ "generate" ] 18:01:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:28 (1/5) Installing libgcc (9.3.0-r2) 18:01:28 (2/5) Installing libsodium (1.0.18-r0) 18:01:28 (3/5) Installing libstdc++ (9.3.0-r2) 18:01:29 (4/5) Installing libzmq (4.3.3-r0) 18:01:30 (5/5) Installing zeromq (4.3.3-r0) 18:01:30 ---> Running in 31b6dd989763 18:01:30 Removing intermediate container 3e076e40fb05 18:01:30 ---> 1121002ca0f1 18:01:30 18:01:30 Executing busybox-1.31.1-r16.trigger 18:01:30 OK: 8 MiB in 19 packages 18:01:30 Successfully built 1121002ca0f1 18:01:30 Successfully tagged docker-support-notifications-go:latest 18:01:30  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 18:01:30 Removing intermediate container 31b6dd989763 18:01:30 ---> e35e2dd9d078 18:01:30 Step 27/29 : LABEL arch=x86_64 18:01:30 ---> Running in 0ff7266f6b5d 18:01:34 Removing intermediate container 0ff7266f6b5d 18:01:34 ---> b3dfcf686fb2 18:01:34 Step 28/29 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:01:35 ---> Running in d28b4634c644 18:01:35 Removing intermediate container b485f45bcc47 18:01:35 ---> 450719ce6c80 18:01:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:01:36 Removing intermediate container d28b4634c644 18:01:36 ---> a0a65c597df7 18:01:36 Step 29/29 : LABEL version=1.2.2-dev.30 18:01:37 ---> Running in 00b0eea5ddfb 18:01:38 ---> a34f5dc215c1 18:01:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:01:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:01:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:01:38 ---> db06436ea96b 18:01:38 Step 3/22 : WORKDIR /edgex-go 18:01:38 ---> Using cache 18:01:38 ---> 8171ded97ca4 18:01:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:01:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:01:39 ---> db06436ea96b 18:01:39 Step 3/21 : WORKDIR /edgex-go 18:01:39 ---> Using cache 18:01:39 ---> 8171ded97ca4 18:01:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:41 ---> Running in d8a4e42b0d95 18:01:41 ---> Running in bbd866fac725 18:01:41 Removing intermediate container 00b0eea5ddfb 18:01:41 ---> 3a74bef79720 18:01:41 18:01:41 ---> f576a1a3b269 18:01:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:01:41 Successfully built 3a74bef79720 18:01:41 Successfully tagged docker-security-secrets-setup-go:latest 18:01:41 Building docker-security-secretstore-setup-go 18:01:41  Building docker-security-secrets-setup-go ... done  ---> 339fc45e35a1 18:01:41 Step 19/23 : ENTRYPOINT ["/core-data"] 18:01:44 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 18:01:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:01:44 ---> db06436ea96b 18:01:44 Step 3/20 : WORKDIR /edgex-go 18:01:44 ---> Using cache 18:01:44 ---> 8171ded97ca4 18:01:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:44 ---> Running in cc5a077d883f 18:01:44 ---> Running in 5f9bd1e69c59 18:01:45 Removing intermediate container cc5a077d883f 18:01:45 ---> 877bed4a4496 18:01:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:45 ---> Running in 1afc13647d8b 18:01:45 Removing intermediate container bbd866fac725 18:01:45 ---> 1ec351158239 18:01:45 Step 5/21 : RUN apk update && apk add make git 18:01:46 Removing intermediate container 1afc13647d8b 18:01:46 ---> aa8d1a2e2bfa 18:01:46 Step 21/23 : LABEL arch=x86_64 18:01:46 ---> Running in 9d8e3b3356ed 18:01:46 Removing intermediate container d8a4e42b0d95 18:01:46 ---> 682cc7aa5b15 18:01:46 Step 5/22 : RUN apk update && apk add make git 18:01:47 ---> Running in 11663093661a 18:01:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 18:01:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:01:48 ---> Running in a565a4600fe6 18:01:48 ---> db06436ea96b 18:01:48 Step 3/26 : WORKDIR /edgex-go 18:01:48 ---> Using cache 18:01:48 ---> 8171ded97ca4 18:01:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:48 ---> Using cache 18:01:48 ---> 682cc7aa5b15 18:01:48 Step 5/26 : RUN apk update && apk add make git 18:01:49 Removing intermediate container 11663093661a 18:01:49 ---> c8f6a0176388 18:01:49 Step 22/23 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:01:49 ---> Running in 26bb0dcb5b0a 18:01:49 ---> Running in c07fd00021b5 18:01:50 Removing intermediate container 5f9bd1e69c59 18:01:50 ---> 348ecf3d4376 18:01:50 Step 5/20 : RUN apk update && apk add make git 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:50 ---> Running in aaad3b1eff7b 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:50 Removing intermediate container c07fd00021b5 18:01:50 ---> 73f25b5daa67 18:01:50 Step 23/23 : LABEL version=1.2.2-dev.30 18:01:50 ---> Running in f2b988048e5d 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:50 Removing intermediate container f2b988048e5d 18:01:50 ---> 9635a946a5e0 18:01:50 18:01:50 Successfully built 9635a946a5e0 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:50 Successfully tagged docker-core-data-go:latest 18:01:50  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:01:51 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:01:51 OK: 12751 distinct packages available 18:01:51 OK: 233 MiB in 51 packages 18:01:52 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:01:52 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:01:52 OK: 12751 distinct packages available 18:01:52 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:01:52 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:01:52 OK: 12751 distinct packages available 18:01:52 OK: 233 MiB in 51 packages 18:01:52 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:01:52 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:01:52 OK: 12751 distinct packages available 18:01:52 OK: 233 MiB in 51 packages 18:01:52 OK: 233 MiB in 51 packages 18:01:54 Removing intermediate container a565a4600fe6 18:01:54 ---> 05dcd4121533 18:01:54 Step 6/22 : COPY go.mod . 18:01:54 Removing intermediate container 9d8e3b3356ed 18:01:54 ---> 807e78f242fa 18:01:54 Step 6/21 : COPY go.mod . 18:01:54 Removing intermediate container 26bb0dcb5b0a 18:01:54 ---> f752fd62e9e8 18:01:54 Step 6/26 : COPY go.mod . 18:01:54 Removing intermediate container aaad3b1eff7b 18:01:54 ---> 977d49ff2157 18:01:54 Step 6/20 : COPY go.mod . 18:01:54 ---> 02f0f09b2664 18:01:54 Step 7/26 : RUN go mod download 18:01:54 ---> 9861731ff3f3 18:01:54 Step 7/22 : RUN go mod download 18:01:55 ---> 4c4ef0c233eb 18:01:55 Step 7/21 : RUN go mod download 18:01:55 ---> Running in 9132d8ed8705 18:01:55 ---> Running in 426fc9f705f4 18:01:55 ---> 74e53047514f 18:01:55 Step 7/20 : RUN go mod download 18:01:55 ---> Running in aed1baeb8d6a 18:01:55 ---> Running in 1496ab4ff426 18:01:58 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 18:01:58 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:01:59 ---> db06436ea96b 18:01:59 Step 3/27 : WORKDIR /edgex-go 18:01:59 ---> Using cache 18:01:59 ---> 8171ded97ca4 18:01:59 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:59 ---> Using cache 18:01:59 ---> 348ecf3d4376 18:01:59 Step 5/27 : RUN apk update && apk add make bash git 18:01:59 Removing intermediate container 9132d8ed8705 18:01:59 ---> d95453a9703d 18:01:59 Step 8/22 : COPY . . 18:01:59 Removing intermediate container 426fc9f705f4 18:01:59 ---> f3736543874c 18:01:59 Step 8/21 : COPY . . 18:01:59 ---> Running in 379352e173ae 18:01:59 Removing intermediate container 1496ab4ff426 18:01:59 ---> 78f51c41fb85 18:01:59 Step 8/20 : COPY . . 18:02:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1044 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 18:02:00 Running in /w/workspace/edgex-go/145 [Pipeline] { [Pipeline] checkout 18:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:05 Removing intermediate container aed1baeb8d6a 18:02:05 ---> 404aae1cbd60 18:02:05 Step 8/26 : COPY . . 18:02:05 using credential edgex-jenkins-ssh 18:02:05 Cloning the remote Git repository 18:02:05 Cloning with configured refspecs honoured and without tags 18:02:05 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:02:05 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:02:05 OK: 12751 distinct packages available 18:02:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:02:05 OK: 233 MiB in 51 packages 18:02:05 > git init /w/workspace/edgex-go/145 # timeout=10 18:02:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:02:05 > git --version # timeout=10 18:02:05 > git --version # 'git version 2.17.1' 18:02:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:19 Fetching without tags 18:02:20 Checking out Revision 855c38c39ef34412bad8449468666c22fd9242b9 (master) 18:02:20 Removing intermediate container 379352e173ae 18:02:20 ---> 26e0c6431660 18:02:20 Step 6/27 : COPY go.mod . 18:02:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:02:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:02:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:02:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:20 > git config core.sparsecheckout # timeout=10 18:02:20 > git checkout -f 855c38c39ef34412bad8449468666c22fd9242b9 # timeout=10 18:02:21 ---> 0c6a900d2515 18:02:21 Step 7/27 : RUN go mod download 18:02:24 ---> Running in d3a39f2a7079 18:02:24 ---> b98823287790 18:02:24 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:02:24 ---> 5019fd2ce55e 18:02:24 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:02:24 ---> 622a6aec3333 18:02:24 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:02:24 ---> 8094c2f41a18 18:02:24 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 18:02:24 Commit message: "feat(support-notifications): notification content type and long line (#2699)" 18:02:24 ---> Running in 2b8a4e21a0fa 18:02:24 ---> Running in 1394ab348d83 18:02:24 ---> Running in 7dd09c152993 18:02:24 ---> Running in 6c393c8edd33 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] script [Pipeline] { [Pipeline] unstash 18:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:02:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:02:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:02:26 Removing intermediate container d3a39f2a7079 18:02:26 ---> f1ca48b6d48a 18:02:26 Step 8/27 : COPY . . [Pipeline] echo 18:02:37 ========================================================= 18:02:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:02:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:02:38 + 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 . 18:02:41 ---> becd4b595822 18:02:41 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:02:41 ---> Running in 964e637c0c46 18:02:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:02:42 Sending build context to Docker daemon 323.3MB 18:02:42 Step 1/7 : ARG BASE=golang:1.15-alpine 18:02:42 Step 2/7 : FROM ${BASE} 18:02:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:02:42 b538f80385f9: Pulling fs layer 18:02:42 74f711af9a0d: Pulling fs layer 18:02:42 99f96fe45779: Pulling fs layer 18:02:42 8529a6b9a6be: Pulling fs layer 18:02:42 45590311c82a: Pulling fs layer 18:02:42 69ca0ff8b7b3: Pulling fs layer 18:02:42 209524e5b208: Pulling fs layer 18:02:42 8529a6b9a6be: Waiting 18:02:42 45590311c82a: Waiting 18:02:42 69ca0ff8b7b3: Waiting 18:02:42 209524e5b208: Waiting 18:02:42 99f96fe45779: Verifying Checksum 18:02:42 99f96fe45779: Download complete 18:02:42 74f711af9a0d: Verifying Checksum 18:02:42 74f711af9a0d: Download complete 18:02:42 45590311c82a: Verifying Checksum 18:02:42 45590311c82a: Download complete 18:02:42 69ca0ff8b7b3: Verifying Checksum 18:02:42 69ca0ff8b7b3: Download complete 18:02:42 b538f80385f9: Verifying Checksum 18:02:42 b538f80385f9: Download complete 18:02:43 b538f80385f9: Pull complete 18:02:43 74f711af9a0d: Pull complete 18:02:44 99f96fe45779: Pull complete 18:02:45 209524e5b208: Verifying Checksum 18:02:45 209524e5b208: Download complete 18:02:46 8529a6b9a6be: Verifying Checksum 18:02:46 8529a6b9a6be: Download complete 18:02:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:02:52 Removing intermediate container 2b8a4e21a0fa 18:02:52 ---> fd71222d8e22 18:02:52 18:02:52 Step 10/20 : FROM alpine 18:02:52 ---> a24bb4013296 18:02:52 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:02:53 ---> Running in 0735c1419195 18:02:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:53 v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:02:53 v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:02:53 OK: 12749 distinct packages available 18:02:54 (1/4) Installing ca-certificates (20191127-r4) 18:02:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:02:54 (3/4) Installing libcurl (7.69.1-r1) 18:02:54 (4/4) Installing curl (7.69.1-r1) 18:02:54 Executing busybox-1.31.1-r16.trigger 18:02:54 Executing ca-certificates-20191127-r4.trigger 18:02:54 OK: 7 MiB in 18 packages 18:02:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 18:02:56 Removing intermediate container 0735c1419195 18:02:56 ---> bfcd100b6013 18:02:56 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:02:56 ---> Running in 4793ec4166ae 18:02:56 8529a6b9a6be: Pull complete 18:02:56 45590311c82a: Pull complete 18:02:56 Removing intermediate container 4793ec4166ae 18:02:56 ---> b27f35818dad 18:02:56 Step 13/20 : WORKDIR /edgex 18:02:56 ---> Running in b28758797f78 18:02:56 69ca0ff8b7b3: Pull complete 18:02:58 Removing intermediate container b28758797f78 18:02:58 ---> 20a97ab1d54b 18:02:58 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:03:00 209524e5b208: Pull complete 18:03:00 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:03:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:03:00 ---> 5bddaf1c2fca 18:03:00 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 18:03:02 ---> 745bb471364d 18:03:02 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:03:02 Removing intermediate container 7dd09c152993 18:03:02 ---> b2d00b3d640d 18:03:02 18:03:02 Step 10/21 : FROM scratch 18:03:02 ---> 18:03:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:03:02 Removing intermediate container 6c393c8edd33 18:03:02 ---> c958af311197 18:03:02 18:03:02 Step 10/26 : FROM alpine:3.10 18:03:02 ---> Using cache 18:03:02 ---> 190c0bacf188 18:03:02 Step 12/21 : ENV APP_PORT=48085 18:03:02 3.10: Pulling from library/alpine 18:03:05 ---> b07b92e10131 18:03:05 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:03:05 ---> Running in beb8d119d02d 18:03:05 ---> Running in 2a2ba44706ea 18:03:06 ---> Running in 30b2d78c3527 18:03:06 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:03:06 Status: Downloaded newer image for alpine:3.10 18:03:06 ---> be4e4bea2c2e 18:03:06 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:03:06 Removing intermediate container 1394ab348d83 18:03:06 ---> b7b1626990ed 18:03:06 18:03:06 Step 10/22 : FROM scratch 18:03:06 ---> 18:03:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:03:06 ---> Using cache 18:03:06 ---> 190c0bacf188 18:03:06 Step 12/22 : ENV APP_PORT=48081 18:03:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:06 ---> Running in cac8a72dba6d 18:03:06 ---> Running in d23d69a88063 18:03:06 Removing intermediate container 2a2ba44706ea 18:03:06 ---> 38c00238973a 18:03:06 Step 13/21 : EXPOSE $APP_PORT 18:03:06 Removing intermediate container 30b2d78c3527 18:03:06 ---> 8d4cfb03ab1d 18:03:06 Step 17/20 : CMD ["--init=true"] 18:03:06 ---> Running in 031cc3e38cac 18:03:07 ---> Running in 8b9bd6672fa6 18:03:07 Removing intermediate container d23d69a88063 18:03:07 ---> f836893df89d 18:03:07 Step 13/22 : EXPOSE $APP_PORT 18:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:08 Removing intermediate container 031cc3e38cac 18:03:08 ---> 017a4cd1b6f5 18:03:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:03:08 ---> Running in 5ed888e7f3e3 18:03:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 18:03:08 Removing intermediate container 964e637c0c46 18:03:08 ---> 2a633be91ddb 18:03:08 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:03:08 (1/12) Installing libmagic (5.38-r0) 18:03:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 18:03:08 Removing intermediate container 8b9bd6672fa6 18:03:08 ---> 10c8d5805071 18:03:08 Step 18/20 : LABEL arch=x86_64 18:03:08 ---> Running in 7f41a1038996 18:03:08 v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:03:08 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:03:08 OK: 10346 distinct packages available 18:03:08 (2/12) Installing file (5.38-r0) 18:03:08 Removing intermediate container 5ed888e7f3e3 18:03:08 ---> 6e17559cebf3 18:03:08 Step 14/22 : WORKDIR / 18:03:08 ---> Running in 34c9f7477e05 18:03:08 (1/5) Installing ca-certificates (20191127-r2) 18:03:08 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:03:08 (3/5) Installing libcurl (7.66.0-r1) 18:03:08 (4/5) Installing curl (7.66.0-r1) 18:03:08 (5/5) Installing dumb-init (1.2.2-r1) 18:03:08 Executing busybox-1.30.1-r3.trigger 18:03:08 Executing ca-certificates-20191127-r2.trigger 18:03:08 OK: 7 MiB in 19 packages 18:03:08 (3/12) Installing libc-dev (0.7.2-r3) 18:03:08 (4/12) Installing g++ (9.3.0-r2) 18:03:09 ---> 1782a2078afe 18:03:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:03:09 ---> Running in 9755bc3e3eaa 18:03:09 Removing intermediate container 34c9f7477e05 18:03:09 ---> f9ab6d638d44 18:03:09 Step 19/20 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:03:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:03:09 ---> Running in 352cc7d99cf9 18:03:09 Removing intermediate container 9755bc3e3eaa 18:03:09 ---> e0f23d8d25e0 18:03:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:03:10 ---> 9ff922870ec8 18:03:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:03:10 Removing intermediate container 352cc7d99cf9 18:03:10 ---> 0efb3fb4c317 18:03:10 Step 20/20 : LABEL version=1.2.2-dev.30 18:03:10 ---> e27893ebb170 18:03:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:03:10 Removing intermediate container cac8a72dba6d 18:03:10 ---> f1af5cd85709 18:03:10 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:03:10 ---> Running in ccec380c7146 18:03:10 ---> 3d4f7ced730e 18:03:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:03:10 ---> Running in 5a788ad9cea7 18:03:11 Removing intermediate container ccec380c7146 18:03:11 ---> b2a26cb3bc72 18:03:11 18:03:11 ---> Running in 76076ea223c1 18:03:12 Successfully built b2a26cb3bc72 18:03:12 ---> ecd2ba8edc4c 18:03:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:03:12 Successfully tagged docker-security-proxy-setup-go:latest 18:03:12  Building docker-security-proxy-setup-go ... done Removing intermediate container 5a788ad9cea7 18:03:12 ---> 872e895a7205 18:03:12 Step 13/26 : WORKDIR / 18:03:12 Removing intermediate container 76076ea223c1 18:03:12 ---> e5dbe3350a8a 18:03:12 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:12 ---> Running in 0a728f705b69 18:03:12 (5/12) Installing fortify-headers (1.1-r0) 18:03:12 (6/12) Installing patch (2.7.6-r6) 18:03:12 (7/12) Installing build-base (0.5-r2) 18:03:12 ---> Running in 2106f2dd917d 18:03:12 Removing intermediate container 7f41a1038996 18:03:12 ---> 8c3533b4f178 18:03:12 18:03:12 Step 11/27 : FROM docker:latest 18:03:12 ---> 809cc4dba987 18:03:12 Step 12/27 : RUN apk add --no-cache bash 18:03:12 ---> b1fcf5c2c86a 18:03:12 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:03:12 (8/12) Installing libsodium (1.0.18-r0) 18:03:12 (9/12) Installing pkgconf (1.7.2-r0) 18:03:12 (10/12) Installing libsodium-dev (1.0.18-r0) 18:03:12 ---> Running in c0844b435da5 18:03:12 ---> Running in dadd5fd75c14 18:03:12 Removing intermediate container 0a728f705b69 18:03:12 ---> 350617a463f1 18:03:12 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:03:12 Removing intermediate container 2106f2dd917d 18:03:12 ---> 8850144998af 18:03:12 Step 19/21 : LABEL arch=x86_64 18:03:12 (11/12) Installing libzmq (4.3.3-r0) 18:03:12 (12/12) Installing zeromq-dev (4.3.3-r0) 18:03:12 ---> Running in 45720d573948 18:03:12 Removing intermediate container c0844b435da5 18:03:12 ---> 97d27a28a160 18:03:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:12 Executing busybox-1.31.1-r16.trigger 18:03:12 OK: 217 MiB in 51 packages 18:03:13 ---> 42fd625335f7 18:03:13 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:03:13 ---> Running in 1d0ff19bdc31 18:03:13 Removing intermediate container 45720d573948 18:03:13 ---> 374498b99548 18:03:13 Step 20/21 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:03:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:13 ---> Running in c2ebc1dab3e4 18:03:13 ---> 73c75a053649 18:03:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:03:13 (1/2) Installing readline (8.0.4-r0) 18:03:13 (2/2) Installing bash (5.0.17-r0) 18:03:13 Executing bash-5.0.17-r0.post-install 18:03:13 Executing busybox-1.31.1-r16.trigger 18:03:13 OK: 12 MiB in 22 packages 18:03:13 Removing intermediate container 1d0ff19bdc31 18:03:13 ---> c19dc85d22a1 18:03:13 Step 20/22 : LABEL arch=x86_64 18:03:13 ---> Running in 9a99bcfccd80 18:03:13 Removing intermediate container c2ebc1dab3e4 18:03:13 ---> 24a54c2106ff 18:03:13 Step 21/21 : LABEL version=1.2.2-dev.30 18:03:13 ---> a38219273f43 18:03:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:03:14 ---> Running in 06945d21f669 18:03:14 Removing intermediate container 9a99bcfccd80 18:03:14 ---> 2bca3ede3f02 18:03:14 Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:03:14 ---> 116098bf5616 18:03:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:03:14 ---> Running in 00c9478bb503 18:03:14 Removing intermediate container dadd5fd75c14 18:03:14 ---> 4f597a26f8a4 18:03:14 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:03:14 Removing intermediate container 06945d21f669 18:03:14 ---> 726b76d43cd2 18:03:14 18:03:14 Successfully built 726b76d43cd2 18:03:14 Successfully tagged docker-support-scheduler-go:latest 18:03:14  Building docker-support-scheduler-go ... done  ---> Running in 3b186390f928 18:03:15 Removing intermediate container 00c9478bb503 18:03:15 ---> ddef0c21f7b3 18:03:15 Step 22/22 : LABEL version=1.2.2-dev.30 18:03:15 ---> 34e45ae240a9 18:03:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:03:15 ---> Running in 8ae914253dfd 18:03:15 Removing intermediate container 8ae914253dfd 18:03:15 ---> 856b74b78b54 18:03:15 18:03:15 Successfully built 856b74b78b54 18:03:15 Successfully tagged docker-core-metadata-go:latest 18:03:15  Building docker-core-metadata-go ... done  ---> e4742a5595bf 18:03:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:03:16 Removing intermediate container 3b186390f928 18:03:16 ---> 8aa972d006c7 18:03:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:03:16 ---> Running in 4ee51c648839 18:03:16 ---> 1c3b56d7774f 18:03:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:03:16 Removing intermediate container 4ee51c648839 18:03:16 ---> b45dac24ed9e 18:03:16 Step 15/27 : ENV APP_PORT=48090 18:03:16 ---> Running in 4e499c43ec74 18:03:16 ---> b2c525f276b0 18:03:16 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:03:16 ---> Running in 266e55e51428 18:03:16 Removing intermediate container 4e499c43ec74 18:03:16 ---> 12292ede458c 18:03:16 Step 16/27 : EXPOSE $APP_PORT 18:03:16 ---> Running in 233737ec4ba1 18:03:17 Removing intermediate container 233737ec4ba1 18:03:17 ---> 959cf3df41df 18:03:17 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:03:17 Removing intermediate container beb8d119d02d 18:03:17 ---> eb3bd8b4ec0b 18:03:17 Step 4/7 : WORKDIR /edgex-go 18:03:17 ---> Running in 13070dc295bb 18:03:17 Removing intermediate container 13070dc295bb 18:03:17 ---> bcf95a65ec30 18:03:17 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:03:17 ---> 73f1c7e621b4 18:03:17 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:03:17 Removing intermediate container 266e55e51428 18:03:17 ---> 57a8e05878ae 18:03:17 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:03:17 ---> Running in 2c9568b4022d 18:03:17 ---> c9310dc070dd 18:03:17 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:03:17 latest: Pulling from library/docker 18:03:17 b538f80385f9: Already exists 18:03:17 259a493cd78d: Pulling fs layer 18:03:17 b8e66b5100f5: Pulling fs layer 18:03:17 7f8258a56ab6: Pulling fs layer 18:03:17 75a0a0ebb566: Pulling fs layer 18:03:17 4a2c62f0a2a3: Pulling fs layer 18:03:17 294320357d30: Pulling fs layer 18:03:17 75a0a0ebb566: Waiting 18:03:17 4a2c62f0a2a3: Waiting 18:03:17 294320357d30: Waiting 18:03:17 b8e66b5100f5: Download complete 18:03:17 Removing intermediate container 2c9568b4022d 18:03:17 ---> 6a62d68ff5e1 18:03:17 Step 24/26 : LABEL arch=x86_64 18:03:17 ---> Running in 1fa8ac000996 18:03:18 259a493cd78d: Verifying Checksum 18:03:18 259a493cd78d: Download complete 18:03:18 75a0a0ebb566: Verifying Checksum 18:03:18 75a0a0ebb566: Download complete 18:03:18 4a2c62f0a2a3: Verifying Checksum 18:03:18 4a2c62f0a2a3: Download complete 18:03:18 ---> 894676a7249c 18:03:18 Step 20/27 : RUN apk --no-cache add py3-pip 18:03:18 Removing intermediate container 1fa8ac000996 18:03:18 ---> f0fd516e65f4 18:03:18 Step 25/26 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:03:18 ---> Running in 9d83436609e3 18:03:18 294320357d30: Verifying Checksum 18:03:18 294320357d30: Download complete 18:03:18 ---> Running in d88863cb58f5 18:03:18 Removing intermediate container d88863cb58f5 18:03:18 ---> fedfcb212b69 18:03:18 Step 26/26 : LABEL version=1.2.2-dev.30 18:03:18 ---> Running in a8a2f3b75a6c 18:03:18 Removing intermediate container a8a2f3b75a6c 18:03:18 ---> 483c7267953d 18:03:18 18:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:19 259a493cd78d: Pull complete 18:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:19 Successfully built 483c7267953d 18:03:19 Successfully tagged docker-security-secretstore-setup-go:latest 18:03:19  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) 18:03:19 (2/33) Installing expat (2.2.9-r1) 18:03:19 (3/33) Installing libffi (3.3-r2) 18:03:19 (4/33) Installing gdbm (1.13-r1) 18:03:19 (5/33) Installing xz-libs (5.2.5-r0) 18:03:19 (6/33) Installing sqlite-libs (3.32.1-r0) 18:03:19 (7/33) Installing python3 (3.8.5-r0) 18:03:19 b8e66b5100f5: Pull complete 18:03:19 7f8258a56ab6: Verifying Checksum 18:03:19 7f8258a56ab6: Download complete 18:03:19 (8/33) Installing py3-appdirs (1.4.4-r1) 18:03:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:03:19 (10/33) Installing py3-parsing (2.4.7-r0) 18:03:19 (11/33) Installing py3-six (1.15.0-r0) 18:03:19 (12/33) Installing py3-packaging (20.4-r0) 18:03:20 (13/33) Installing py3-setuptools (47.0.0-r0) 18:03:20 (14/33) Installing py3-chardet (3.0.4-r4) 18:03:20 (15/33) Installing py3-idna (2.9-r0) 18:03:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:03:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:03:20 (18/33) Installing py3-requests (2.23.0-r0) 18:03:20 (19/33) Installing py3-msgpack (1.0.0-r0) 18:03:20 (20/33) Installing py3-lockfile (0.12.2-r3) 18:03:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:03:20 (22/33) Installing py3-colorama (0.4.3-r0) 18:03:20 (23/33) Installing py3-distlib (0.3.0-r0) 18:03:20 (24/33) Installing py3-distro (1.5.0-r1) 18:03:20 (25/33) Installing py3-webencodings (0.5.1-r3) 18:03:20 (26/33) Installing py3-html5lib (1.0.1-r4) 18:03:20 (27/33) Installing py3-pytoml (0.1.21-r0) 18:03:20 (28/33) Installing py3-pep517 (0.8.2-r0) 18:03:20 (29/33) Installing py3-progress (1.5-r0) 18:03:20 (30/33) Installing py3-toml (0.10.1-r0) 18:03:20 (31/33) Installing py3-retrying (1.3.3-r0) 18:03:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:03:20 (33/33) Installing py3-pip (20.1.1-r0) 18:03:20 Executing busybox-1.31.1-r16.trigger 18:03:20 OK: 71 MiB in 55 packages 18:03:22 7f8258a56ab6: Pull complete 18:03:22 75a0a0ebb566: Pull complete 18:03:23 4a2c62f0a2a3: Pull complete 18:03:23 294320357d30: Pull complete 18:03:23 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 18:03:23 Status: Downloaded newer image for docker:latest 18:03:26 ---> 02ee9a5c52c0 18:03:26 Step 6/7 : COPY go.mod . 18:03:27 ---> 650f69ecd01a 18:03:27 Step 7/7 : RUN go mod download 18:03:27 ---> Running in 3026912012ec 18:03:30 Removing intermediate container 9d83436609e3 18:03:30 ---> 9d05f13c37c3 18:03:30 Step 21/27 : RUN pip install docker-compose==1.23.2 18:03:30 ---> Running in ea1b9415d3a3 18:03:30 Collecting docker-compose==1.23.2 18:03:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:03:30 Collecting docker<4.0,>=3.6.0 18:03:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:03:30 Collecting docopt<0.7,>=0.6.1 18:03:30 Downloading docopt-0.6.2.tar.gz (25 kB) 18:03:31 Collecting cached-property<2,>=1.2.0 18:03:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:03:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:03:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:03:31 Collecting jsonschema<3,>=2.5.1 18:03:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:03:31 Collecting websocket-client<1.0,>=0.32.0 18:03:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:03:31 Collecting texttable<0.10,>=0.9.0 18:03:31 Downloading texttable-0.9.1.tar.gz (11 kB) 18:03:32 Collecting PyYAML<4,>=3.10 18:03:32 Downloading PyYAML-3.13.tar.gz (270 kB) 18:03:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:03:32 Collecting dockerpty<0.5,>=0.4.1 18:03:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:03:33 Collecting docker-pycreds>=0.4.0 18:03:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:03:33 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) 18:03:33 Collecting urllib3<1.25,>=1.21.1 18:03:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:03:33 Collecting idna<2.8,>=2.5 18:03:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:03:33 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) 18:03:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:03:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:03:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:03:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:03:33 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, texttable, PyYAML, dockerpty, docker-compose 18:03:33 Attempting uninstall: urllib3 18:03:33 Found existing installation: urllib3 1.25.9 18:03:33 Uninstalling urllib3-1.25.9: 18:03:33 Successfully uninstalled urllib3-1.25.9 18:03:34 Attempting uninstall: idna 18:03:34 Found existing installation: idna 2.9 18:03:34 Uninstalling idna-2.9: 18:03:34 Successfully uninstalled idna-2.9 18:03:35 Attempting uninstall: requests 18:03:35 Found existing installation: requests 2.23.0 18:03:35 Uninstalling requests-2.23.0: 18:03:35 Successfully uninstalled requests-2.23.0 18:03:35 Running setup.py install for docopt: started 18:03:36 Running setup.py install for docopt: finished with status 'done' 18:03:36 Running setup.py install for texttable: started 18:03:36 Running setup.py install for texttable: finished with status 'done' 18:03:36 Running setup.py install for PyYAML: started 18:03:37 Running setup.py install for PyYAML: finished with status 'done' 18:03:37 Running setup.py install for dockerpty: started 18:03:37 Running setup.py install for dockerpty: finished with status 'done' 18:03:37 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:03:40 Removing intermediate container ea1b9415d3a3 18:03:40 ---> 44b970cc9d02 18:03:40 Step 22/27 : RUN apk --no-cache add curl 18:03:40 ---> Running in 91941e7e52b4 18:03:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:03:41 (2/3) Installing libcurl (7.69.1-r1) 18:03:41 (3/3) Installing curl (7.69.1-r1) 18:03:41 Executing busybox-1.31.1-r16.trigger 18:03:41 OK: 72 MiB in 58 packages 18:03:41 Removing intermediate container 91941e7e52b4 18:03:41 ---> 482fcae2f6e3 18:03:41 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:03:41 ---> Running in c9e1bcfb8ed7 18:03:41 Removing intermediate container c9e1bcfb8ed7 18:03:41 ---> 07fa41298ef8 18:03:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:41 ---> Running in 76f24485ee9c 18:03:41 Removing intermediate container 76f24485ee9c 18:03:41 ---> 379c4c3b7efe 18:03:41 Step 25/27 : LABEL arch=x86_64 18:03:41 ---> Running in 37d3b748b2b4 18:03:42 Removing intermediate container 37d3b748b2b4 18:03:42 ---> d8357f55f210 18:03:42 Step 26/27 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:03:42 ---> Running in 661f7652dddf 18:03:42 Removing intermediate container 661f7652dddf 18:03:42 ---> edd2138c4b28 18:03:42 Step 27/27 : LABEL version=1.2.2-dev.30 18:03:42 ---> Running in 58d53d455dee 18:03:42 Removing intermediate container 58d53d455dee 18:03:42 ---> 451571225902 18:03:42 18:03:42 Successfully built 451571225902 18:03:42 Successfully tagged docker-sys-mgmt-agent-go:latest 18:03:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:03:43 $ docker stop --time=1 d3a44f4013fd1849cfdd9b3054281c796b4bef1012ca1b454571d6d182baf6df 18:03:44 $ docker rm -f d3a44f4013fd1849cfdd9b3054281c796b4bef1012ca1b454571d6d182baf6df [Pipeline] // withDockerContainer [Pipeline] sh 18:03:45 + docker images 18:03:45 + grep docker 18:03:45 docker-sys-mgmt-agent-go latest 451571225902 2 seconds ago 290MB 18:03:45 docker-security-secretstore-setup-go latest 483c7267953d 26 seconds ago 32.4MB 18:03:45 docker-core-metadata-go latest 856b74b78b54 29 seconds ago 13.5MB 18:03:45 docker-support-scheduler-go latest 726b76d43cd2 30 seconds ago 12.3MB 18:03:45 docker-security-proxy-setup-go latest b2a26cb3bc72 34 seconds ago 15.8MB 18:03:45 docker-core-data-go latest 9635a946a5e0 About a minute ago 23.6MB 18:03:45 docker-security-secrets-setup-go latest 3a74bef79720 2 minutes ago 24MB 18:03:45 docker-support-notifications-go latest 1121002ca0f1 2 minutes ago 13.6MB 18:03:45 docker-support-logging-go latest 05fe19009b76 2 minutes ago 11.1MB 18:03:45 docker-core-command-go latest fc8e64583078 2 minutes ago 12.2MB 18:03:45 docker latest 809cc4dba987 5 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:03:45 provisioning config files... 18:03:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/145@tmp/config2507024792514431173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:03:46 ---> docker-login.sh 18:03:46 nexus3.edgexfoundry.org:10001 18:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:46 Configure a credential helper to remove this warning. See 18:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:46 18:03:46 Login Succeeded 18:03:46 nexus3.edgexfoundry.org:10002 18:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:46 Configure a credential helper to remove this warning. See 18:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:46 18:03:46 Login Succeeded 18:03:46 nexus3.edgexfoundry.org:10003 18:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:46 Configure a credential helper to remove this warning. See 18:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:46 18:03:46 Login Succeeded 18:03:46 nexus3.edgexfoundry.org:10004 18:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:46 Configure a credential helper to remove this warning. See 18:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:46 18:03:46 Login Succeeded 18:03:46 docker.io 18:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:47 Configure a credential helper to remove this warning. See 18:03:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:47 18:03:47 Login Succeeded 18:03:47 ---> docker-login.sh ends [Pipeline] } 18:03:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:03:47 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 18:03:47 855c38c39ef34412bad8449468666c22fd9242b9 18:03:47 1.2.2-dev.30 18:03:47 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:03:47 master 18:03:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:48 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:03:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 18:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:03:48 6ed6d1401a20: Preparing 18:03:48 32688a311d00: Preparing 18:03:48 3574dfbbd527: Preparing 18:03:48 6ed6d1401a20: Pushed 18:03:48 3574dfbbd527: Pushed 18:03:49 32688a311d00: Pushed 18:03:49 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] isUnix [Pipeline] sh 18:03:50 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:03:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.30 18:03:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:03:50 6ed6d1401a20: Preparing 18:03:50 32688a311d00: Preparing 18:03:50 3574dfbbd527: Preparing 18:03:50 32688a311d00: Layer already exists 18:03:50 6ed6d1401a20: Layer already exists 18:03:50 3574dfbbd527: Layer already exists 18:03:50 1.2.2-dev.30: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] isUnix [Pipeline] sh 18:03:50 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:03:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:03:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:03:51 6ed6d1401a20: Preparing 18:03:51 32688a311d00: Preparing 18:03:51 3574dfbbd527: Preparing 18:03:51 3574dfbbd527: Layer already exists 18:03:51 6ed6d1401a20: Layer already exists 18:03:51 32688a311d00: Layer already exists 18:03:51 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] isUnix [Pipeline] sh 18:03:51 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 18:03:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 18:03:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:03:51 6ed6d1401a20: Preparing 18:03:51 32688a311d00: Preparing 18:03:51 3574dfbbd527: Preparing 18:03:51 32688a311d00: Layer already exists 18:03:51 6ed6d1401a20: Layer already exists 18:03:51 3574dfbbd527: Layer already exists 18:03:51 master: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:03:51 ===================================================== [Pipeline] echo 18:03:52 taggedImages: 18:03:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 18:03:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.30 18:03:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:03:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 18:03:52 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 18:03:52 855c38c39ef34412bad8449468666c22fd9242b9 18:03:52 1.2.2-dev.30 18:03:52 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:03:52 master 18:03:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:52 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:03:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 18:03:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:03:52 705f00808ecb: Preparing 18:03:52 26f3b008469c: Preparing 18:03:52 7d62ee5364f3: Preparing 18:03:52 3fa4d097aa8e: Preparing 18:03:52 160182ed452f: Preparing 18:03:52 50644c29ef5a: Preparing 18:03:52 50644c29ef5a: Waiting 18:03:53 7d62ee5364f3: Pushed 18:03:53 160182ed452f: Pushed 18:03:53 705f00808ecb: Pushed 18:03:53 50644c29ef5a: Layer already exists 18:03:53 3fa4d097aa8e: Pushed 18:03:54 Removing intermediate container 3026912012ec 18:03:54 ---> 0f3371311e3c 18:03:54 Successfully built 0f3371311e3c 18:03:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:03:54 26f3b008469c: Pushed 18:03:54 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] isUnix [Pipeline] sh 18:03:54 + docker inspect -f . ci-base-image-arm64 18:03:54 . [Pipeline] withDockerContainer 18:03:54 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.30 18:03:55 prd-ubuntu18.04-docker-arm64-4c-16g-1044 does not seem to be running inside a container 18:03:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:03:57 $ docker top 801116abcab9227c9c59ba1479078f5756e1759707fb95c21367c4e552bf5915 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:03:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.30 18:03:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:03:57 705f00808ecb: Preparing 18:03:57 26f3b008469c: Preparing 18:03:57 7d62ee5364f3: Preparing 18:03:57 3fa4d097aa8e: Preparing 18:03:57 160182ed452f: Preparing 18:03:57 50644c29ef5a: Preparing 18:03:57 50644c29ef5a: Waiting 18:03:57 26f3b008469c: Layer already exists 18:03:57 3fa4d097aa8e: Layer already exists 18:03:57 160182ed452f: Layer already exists 18:03:57 705f00808ecb: Layer already exists 18:03:57 7d62ee5364f3: Layer already exists 18:03:57 50644c29ef5a: Layer already exists 18:03:57 1.2.2-dev.30: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] isUnix [Pipeline] sh 18:03:58 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:03:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:03:58 705f00808ecb: Preparing 18:03:58 26f3b008469c: Preparing 18:03:58 7d62ee5364f3: Preparing 18:03:58 3fa4d097aa8e: Preparing 18:03:58 160182ed452f: Preparing 18:03:58 50644c29ef5a: Preparing 18:03:58 50644c29ef5a: Waiting 18:03:58 7d62ee5364f3: Layer already exists 18:03:58 705f00808ecb: Layer already exists 18:03:58 160182ed452f: Layer already exists 18:03:58 26f3b008469c: Layer already exists 18:03:58 3fa4d097aa8e: Layer already exists 18:03:58 50644c29ef5a: Layer already exists 18:03:58 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] isUnix [Pipeline] sh 18:03:58 + go version 18:03:58 go version go1.15.2 linux/arm64 [Pipeline] } 18:03:58 $ docker stop --time=1 801116abcab9227c9c59ba1479078f5756e1759707fb95c21367c4e552bf5915 18:03:58 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master 18:04:00 $ docker rm -f 801116abcab9227c9c59ba1479078f5756e1759707fb95c21367c4e552bf5915 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 18:04:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 18:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:04:01 705f00808ecb: Preparing 18:04:01 26f3b008469c: Preparing 18:04:01 7d62ee5364f3: Preparing 18:04:01 3fa4d097aa8e: Preparing 18:04:01 160182ed452f: Preparing 18:04:01 50644c29ef5a: Preparing 18:04:01 50644c29ef5a: Waiting 18:04:01 705f00808ecb: Layer already exists 18:04:01 3fa4d097aa8e: Layer already exists 18:04:01 7d62ee5364f3: Layer already exists 18:04:01 160182ed452f: Layer already exists 18:04:01 26f3b008469c: Layer already exists 18:04:01 50644c29ef5a: Layer already exists 18:04:01 master: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:01 ===================================================== Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] echo 18:04:01 taggedImages: 18:04:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.30 18:04:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] echo 18:04:01 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 18:04:01 855c38c39ef34412bad8449468666c22fd9242b9 18:04:01 1.2.2-dev.30 18:04:01 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:01 master 18:04:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:01 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:04:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:04:02 18:04:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:04:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:02 8f9cb7fa9299: Preparing 18:04:02 86c5ab864ce8: Preparing 18:04:02 e5ec9c58641a: Preparing [Pipeline] isUnix [Pipeline] sh 18:04:02 e5ec9c58641a: Pushed 18:04:02 8f9cb7fa9299: Pushed 18:04:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:04:03 latest: Pulling from edgex-devops/edgex-compose-arm64 18:04:03 29e5d40040c1: Pulling fs layer 18:04:03 1ce36da41761: Pulling fs layer 18:04:03 25b303627fd3: Pulling fs layer 18:04:03 29e5d40040c1: Verifying Checksum 18:04:03 29e5d40040c1: Download complete 18:04:03 1ce36da41761: Verifying Checksum 18:04:03 1ce36da41761: Download complete 18:04:03 29e5d40040c1: Pull complete 18:04:04 86c5ab864ce8: Pushed 18:04:04 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 18:04:05 1ce36da41761: Pull complete [Pipeline] isUnix [Pipeline] sh 18:04:05 25b303627fd3: Verifying Checksum 18:04:05 25b303627fd3: Download complete 18:04:05 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.30 18:04:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:06 8f9cb7fa9299: Preparing 18:04:06 86c5ab864ce8: Preparing 18:04:06 e5ec9c58641a: Preparing 18:04:06 8f9cb7fa9299: Layer already exists 18:04:06 86c5ab864ce8: Layer already exists 18:04:06 e5ec9c58641a: Layer already exists 18:04:06 1.2.2-dev.30: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 [Pipeline] isUnix [Pipeline] sh 18:04:06 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:06 8f9cb7fa9299: Preparing 18:04:06 86c5ab864ce8: Preparing 18:04:06 e5ec9c58641a: Preparing 18:04:06 e5ec9c58641a: Layer already exists 18:04:06 86c5ab864ce8: Layer already exists 18:04:06 8f9cb7fa9299: Layer already exists 18:04:06 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 [Pipeline] isUnix [Pipeline] sh 18:04:07 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 18:04:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 18:04:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:07 8f9cb7fa9299: Preparing 18:04:07 86c5ab864ce8: Preparing 18:04:07 e5ec9c58641a: Preparing 18:04:07 8f9cb7fa9299: Layer already exists 18:04:07 e5ec9c58641a: Layer already exists 18:04:07 86c5ab864ce8: Layer already exists 18:04:07 master: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:07 ===================================================== [Pipeline] echo 18:04:07 taggedImages: 18:04:07 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:07 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.30 18:04:07 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:07 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 18:04:07 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 18:04:07 855c38c39ef34412bad8449468666c22fd9242b9 18:04:07 1.2.2-dev.30 18:04:07 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:07 master 18:04:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:08 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:04:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:04:08 d27bf0d2baed: Preparing 18:04:08 6388c6efa2f5: Preparing 18:04:08 70cc38e08cf9: Preparing 18:04:08 5812a117a730: Preparing 18:04:08 50644c29ef5a: Preparing 18:04:08 50644c29ef5a: Layer already exists 18:04:08 70cc38e08cf9: Pushed 18:04:08 6388c6efa2f5: Pushed 18:04:08 5812a117a730: Pushed 18:04:09 d27bf0d2baed: Pushed 18:04:09 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] isUnix [Pipeline] sh 18:04:09 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.30 18:04:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:04:10 d27bf0d2baed: Preparing 18:04:10 6388c6efa2f5: Preparing 18:04:10 70cc38e08cf9: Preparing 18:04:10 5812a117a730: Preparing 18:04:10 50644c29ef5a: Preparing 18:04:10 6388c6efa2f5: Layer already exists 18:04:10 d27bf0d2baed: Layer already exists 18:04:10 50644c29ef5a: Layer already exists 18:04:10 5812a117a730: Layer already exists 18:04:10 70cc38e08cf9: Layer already exists 18:04:10 1.2.2-dev.30: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] isUnix [Pipeline] sh 18:04:10 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:04:10 d27bf0d2baed: Preparing 18:04:10 6388c6efa2f5: Preparing 18:04:10 70cc38e08cf9: Preparing 18:04:10 5812a117a730: Preparing 18:04:10 50644c29ef5a: Preparing 18:04:10 50644c29ef5a: Layer already exists 18:04:10 d27bf0d2baed: Layer already exists 18:04:10 6388c6efa2f5: Layer already exists 18:04:10 70cc38e08cf9: Layer already exists 18:04:10 5812a117a730: Layer already exists 18:04:10 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] isUnix [Pipeline] sh 18:04:11 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:04:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 18:04:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:04:11 d27bf0d2baed: Preparing 18:04:11 6388c6efa2f5: Preparing 18:04:11 70cc38e08cf9: Preparing 18:04:11 5812a117a730: Preparing 18:04:11 50644c29ef5a: Preparing 18:04:11 50644c29ef5a: Layer already exists 18:04:11 6388c6efa2f5: Layer already exists 18:04:11 d27bf0d2baed: Layer already exists 18:04:11 70cc38e08cf9: Layer already exists 18:04:11 5812a117a730: Layer already exists 18:04:11 master: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:11 ===================================================== [Pipeline] echo 18:04:11 taggedImages: 18:04:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.30 18:04:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 18:04:11 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 18:04:11 855c38c39ef34412bad8449468666c22fd9242b9 18:04:11 1.2.2-dev.30 18:04:11 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:11 master 18:04:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:12 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:04:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 18:04:12 d0740c01dc26: Preparing 18:04:12 c993bf006c61: Preparing 18:04:12 d8cc3feb9203: Preparing 18:04:12 6be7d2da5c8f: Preparing 18:04:12 6be7d2da5c8f: Preparing 18:04:12 77243f54d7da: Preparing 18:04:12 3b145bc53348: Preparing 18:04:12 052835a819b3: Preparing 18:04:12 d0740c01dc26: Preparing 18:04:12 4bb5c7369a23: Preparing 18:04:12 55e430f1e4e9: Preparing 18:04:12 0b12ffd4a36a: Preparing 18:04:12 50644c29ef5a: Preparing 18:04:12 3b145bc53348: Waiting 18:04:12 052835a819b3: Waiting 18:04:12 4bb5c7369a23: Waiting 18:04:12 55e430f1e4e9: Waiting 18:04:12 0b12ffd4a36a: Waiting 18:04:12 50644c29ef5a: Waiting 18:04:12 c993bf006c61: Pushed 18:04:12 77243f54d7da: Pushed 18:04:12 d8cc3feb9203: Pushed 18:04:12 6be7d2da5c8f: Pushed 18:04:12 3b145bc53348: Pushed 18:04:13 55e430f1e4e9: Pushed 18:04:13 052835a819b3: Pushed 18:04:13 4bb5c7369a23: Pushed 18:04:13 50644c29ef5a: Layer already exists 18:04:13 0b12ffd4a36a: Pushed 18:04:13 d0740c01dc26: Pushed 18:04:13 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] isUnix [Pipeline] sh 18:04:13 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.30 18:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 18:04:14 d0740c01dc26: Preparing 18:04:14 c993bf006c61: Preparing 18:04:14 d8cc3feb9203: Preparing 18:04:14 6be7d2da5c8f: Preparing 18:04:14 6be7d2da5c8f: Preparing 18:04:14 77243f54d7da: Preparing 18:04:14 3b145bc53348: Preparing 18:04:14 052835a819b3: Preparing 18:04:14 d0740c01dc26: Preparing 18:04:14 4bb5c7369a23: Preparing 18:04:14 55e430f1e4e9: Preparing 18:04:14 0b12ffd4a36a: Preparing 18:04:14 50644c29ef5a: Preparing 18:04:14 4bb5c7369a23: Waiting 18:04:14 0b12ffd4a36a: Waiting 18:04:14 55e430f1e4e9: Waiting 18:04:14 50644c29ef5a: Waiting 18:04:14 3b145bc53348: Waiting 18:04:14 052835a819b3: Waiting 18:04:14 c993bf006c61: Layer already exists 18:04:14 6be7d2da5c8f: Layer already exists 18:04:14 d8cc3feb9203: Layer already exists 18:04:14 77243f54d7da: Layer already exists 18:04:14 d0740c01dc26: Layer already exists 18:04:14 3b145bc53348: Layer already exists 18:04:14 052835a819b3: Layer already exists 18:04:14 0b12ffd4a36a: Layer already exists 18:04:14 4bb5c7369a23: Layer already exists 18:04:14 55e430f1e4e9: Layer already exists 18:04:14 50644c29ef5a: Layer already exists 18:04:14 1.2.2-dev.30: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] isUnix [Pipeline] sh 18:04:14 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 18:04:14 d0740c01dc26: Preparing 18:04:14 c993bf006c61: Preparing 18:04:14 d8cc3feb9203: Preparing 18:04:14 6be7d2da5c8f: Preparing 18:04:14 6be7d2da5c8f: Preparing 18:04:14 77243f54d7da: Preparing 18:04:14 3b145bc53348: Preparing 18:04:14 052835a819b3: Preparing 18:04:14 d0740c01dc26: Preparing 18:04:14 4bb5c7369a23: Preparing 18:04:14 55e430f1e4e9: Preparing 18:04:14 0b12ffd4a36a: Preparing 18:04:14 50644c29ef5a: Preparing 18:04:14 4bb5c7369a23: Waiting 18:04:14 3b145bc53348: Waiting 18:04:14 55e430f1e4e9: Waiting 18:04:14 052835a819b3: Waiting 18:04:14 0b12ffd4a36a: Waiting 18:04:14 50644c29ef5a: Waiting 18:04:14 77243f54d7da: Layer already exists 18:04:14 d0740c01dc26: Layer already exists 18:04:14 6be7d2da5c8f: Layer already exists 18:04:14 c993bf006c61: Layer already exists 18:04:14 d8cc3feb9203: Layer already exists 18:04:14 55e430f1e4e9: Layer already exists 18:04:14 3b145bc53348: Layer already exists 18:04:14 052835a819b3: Layer already exists 18:04:14 0b12ffd4a36a: Layer already exists 18:04:14 4bb5c7369a23: Layer already exists 18:04:14 50644c29ef5a: Layer already exists 18:04:14 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] isUnix [Pipeline] sh 18:04:15 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:04:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 18:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 18:04:15 d0740c01dc26: Preparing 18:04:15 c993bf006c61: Preparing 18:04:15 d8cc3feb9203: Preparing 18:04:15 6be7d2da5c8f: Preparing 18:04:15 6be7d2da5c8f: Preparing 18:04:15 77243f54d7da: Preparing 18:04:15 3b145bc53348: Preparing 18:04:15 052835a819b3: Preparing 18:04:15 d0740c01dc26: Preparing 18:04:15 4bb5c7369a23: Preparing 18:04:15 55e430f1e4e9: Preparing 18:04:15 0b12ffd4a36a: Preparing 18:04:15 50644c29ef5a: Preparing 18:04:15 3b145bc53348: Waiting 18:04:15 052835a819b3: Waiting 18:04:15 4bb5c7369a23: Waiting 18:04:15 55e430f1e4e9: Waiting 18:04:15 0b12ffd4a36a: Waiting 18:04:15 50644c29ef5a: Waiting 18:04:15 d8cc3feb9203: Layer already exists 18:04:15 77243f54d7da: Layer already exists 18:04:15 c993bf006c61: Layer already exists 18:04:15 6be7d2da5c8f: Layer already exists 18:04:15 d0740c01dc26: Layer already exists 18:04:15 3b145bc53348: Layer already exists 18:04:15 052835a819b3: Layer already exists 18:04:15 4bb5c7369a23: Layer already exists 18:04:15 0b12ffd4a36a: Layer already exists 18:04:15 55e430f1e4e9: Layer already exists 18:04:15 50644c29ef5a: Layer already exists 18:04:15 master: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 18:04:15 25b303627fd3: Pull complete 18:04:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:04:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:04:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] echo 18:04:15 ===================================================== [Pipeline] withDockerContainer 18:04:15 prd-ubuntu18.04-docker-arm64-4c-16g-1044 does not seem to be running inside a container 18:04:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:04:19 $ docker top 0bd5559594c099b3c81c6a499383756e2736d5d1e662d1b68ec5411c43ea8f80 -eo pid,comm [Pipeline] { [Pipeline] echo 18:04:19 taggedImages: 18:04:19 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:19 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.30 18:04:19 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:19 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] sh [Pipeline] echo 18:04:20 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 18:04:20 855c38c39ef34412bad8449468666c22fd9242b9 18:04:20 1.2.2-dev.30 18:04:20 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:20 master 18:04:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:20 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:04:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:04:20 4d5559b3dd77: Preparing 18:04:20 6d6c79286852: Preparing 18:04:20 21f63d858577: Preparing 18:04:20 37635e78b9ed: Preparing 18:04:20 9dbab0569b0e: Preparing 18:04:20 023484a254b9: Preparing 18:04:20 18e7a75bccd2: Preparing 18:04:20 c6208f64bdf4: Preparing 18:04:20 5ae26822528c: Preparing 18:04:20 15faaa1dbf32: Preparing 18:04:20 1b3ee35aacca: Preparing 18:04:20 c6208f64bdf4: Waiting 18:04:20 5ae26822528c: Waiting 18:04:20 15faaa1dbf32: Waiting 18:04:20 1b3ee35aacca: Waiting 18:04:20 023484a254b9: Waiting 18:04:20 18e7a75bccd2: Waiting 18:04:20 + docker-compose build --help 18:04:20 + grep parallel 18:04:21 6d6c79286852: Pushed 18:04:21 4d5559b3dd77: Pushed 18:04:21 023484a254b9: Pushed 18:04:21 18e7a75bccd2: Pushed 18:04:21 c6208f64bdf4: Pushed 18:04:21 5ae26822528c: Pushed 18:04:21 1b3ee35aacca: Layer already exists 18:04:21 21f63d858577: Pushed 18:04:21 15faaa1dbf32: Pushed 18:04:21 37635e78b9ed: Pushed 18:04:21 9dbab0569b0e: Pushed 18:04:22 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] isUnix [Pipeline] sh 18:04:22 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.30 18:04:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:04:22 4d5559b3dd77: Preparing 18:04:22 6d6c79286852: Preparing 18:04:22 21f63d858577: Preparing 18:04:22 37635e78b9ed: Preparing 18:04:22 9dbab0569b0e: Preparing 18:04:22 023484a254b9: Preparing 18:04:22 18e7a75bccd2: Preparing 18:04:22 c6208f64bdf4: Preparing 18:04:22 5ae26822528c: Preparing 18:04:22 15faaa1dbf32: Preparing 18:04:22 1b3ee35aacca: Preparing 18:04:22 023484a254b9: Waiting 18:04:22 18e7a75bccd2: Waiting 18:04:22 c6208f64bdf4: Waiting 18:04:22 5ae26822528c: Waiting 18:04:22 15faaa1dbf32: Waiting 18:04:22 1b3ee35aacca: Waiting 18:04:22 4d5559b3dd77: Layer already exists 18:04:22 6d6c79286852: Layer already exists 18:04:22 21f63d858577: Layer already exists 18:04:22 37635e78b9ed: Layer already exists 18:04:22 9dbab0569b0e: Layer already exists 18:04:22 18e7a75bccd2: Layer already exists 18:04:22 023484a254b9: Layer already exists 18:04:22 15faaa1dbf32: Layer already exists 18:04:22 c6208f64bdf4: Layer already exists 18:04:22 5ae26822528c: Layer already exists 18:04:22 1b3ee35aacca: Layer already exists 18:04:22 1.2.2-dev.30: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] isUnix [Pipeline] sh 18:04:23 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:04:23 4d5559b3dd77: Preparing 18:04:23 6d6c79286852: Preparing 18:04:23 21f63d858577: Preparing 18:04:23 37635e78b9ed: Preparing 18:04:23 9dbab0569b0e: Preparing 18:04:23 023484a254b9: Preparing 18:04:23 18e7a75bccd2: Preparing 18:04:23 c6208f64bdf4: Preparing 18:04:23 5ae26822528c: Preparing 18:04:23 15faaa1dbf32: Preparing 18:04:23 1b3ee35aacca: Preparing 18:04:23 023484a254b9: Waiting 18:04:23 18e7a75bccd2: Waiting 18:04:23 c6208f64bdf4: Waiting 18:04:23 5ae26822528c: Waiting 18:04:23 15faaa1dbf32: Waiting 18:04:23 1b3ee35aacca: Waiting 18:04:23 6d6c79286852: Layer already exists 18:04:23 4d5559b3dd77: Layer already exists 18:04:23 21f63d858577: Layer already exists 18:04:23 9dbab0569b0e: Layer already exists 18:04:23 37635e78b9ed: Layer already exists 18:04:23 023484a254b9: Layer already exists 18:04:23 18e7a75bccd2: Layer already exists 18:04:23 5ae26822528c: Layer already exists 18:04:23 15faaa1dbf32: Layer already exists 18:04:23 c6208f64bdf4: Layer already exists 18:04:23 1b3ee35aacca: Layer already exists 18:04:23 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] isUnix [Pipeline] sh 18:04:23 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:04:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 18:04:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:04:24 4d5559b3dd77: Preparing 18:04:24 6d6c79286852: Preparing 18:04:24 21f63d858577: Preparing 18:04:24 37635e78b9ed: Preparing 18:04:24 9dbab0569b0e: Preparing 18:04:24 023484a254b9: Preparing 18:04:24 18e7a75bccd2: Preparing 18:04:24 c6208f64bdf4: Preparing 18:04:24 5ae26822528c: Preparing 18:04:24 15faaa1dbf32: Preparing 18:04:24 1b3ee35aacca: Preparing 18:04:24 c6208f64bdf4: Waiting 18:04:24 18e7a75bccd2: Waiting 18:04:24 5ae26822528c: Waiting 18:04:24 15faaa1dbf32: Waiting 18:04:24 1b3ee35aacca: Waiting 18:04:24 023484a254b9: Waiting 18:04:24 4d5559b3dd77: Layer already exists 18:04:24 21f63d858577: Layer already exists 18:04:24 37635e78b9ed: Layer already exists 18:04:24 9dbab0569b0e: Layer already exists 18:04:24 6d6c79286852: Layer already exists 18:04:24 023484a254b9: Layer already exists 18:04:24 15faaa1dbf32: Layer already exists 18:04:24 18e7a75bccd2: Layer already exists 18:04:24 5ae26822528c: Layer already exists 18:04:24 c6208f64bdf4: Layer already exists 18:04:24 1b3ee35aacca: Layer already exists 18:04:24 master: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 18:04:24 --parallel Build images in parallel. [Pipeline] echo 18:04:24 ===================================================== [Pipeline] } 18:04:24 $ docker stop --time=1 0bd5559594c099b3c81c6a499383756e2736d5d1e662d1b68ec5411c43ea8f80 18:04:26 $ docker rm -f 0bd5559594c099b3c81c6a499383756e2736d5d1e662d1b68ec5411c43ea8f80 [Pipeline] // withDockerContainer [Pipeline] echo 18:04:26 taggedImages: 18:04:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.30 18:04:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 18:04:26 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 18:04:26 855c38c39ef34412bad8449468666c22fd9242b9 18:04:26 1.2.2-dev.30 18:04:26 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:26 master 18:04:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 18:04:27 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:04:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 18:04:27 faae4377802f: Preparing 18:04:27 57f9b3ef3c70: Preparing 18:04:27 038b1a166cb3: Preparing 18:04:27 5bcef5012918: Preparing 18:04:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:04:27 . [Pipeline] withDockerContainer 18:04:27 faae4377802f: Pushed 18:04:27 038b1a166cb3: Pushed 18:04:27 5bcef5012918: Pushed 18:04:27 prd-ubuntu18.04-docker-arm64-4c-16g-1044 does not seem to be running inside a container 18:04:28 $ 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/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:04:28 57f9b3ef3c70: Pushed 18:04:28 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 18:04:29 $ docker top efd9916a684eb0fb3ddad25670f45c9eb2b9255c82f332371f94c6653bded322 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:04:30 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:30 + docker-compose -f ./docker-compose-build.yml build --parallel 18:04:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.30 18:04:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 18:04:30 faae4377802f: Preparing 18:04:30 57f9b3ef3c70: Preparing 18:04:30 038b1a166cb3: Preparing 18:04:30 5bcef5012918: Preparing 18:04:30 038b1a166cb3: Layer already exists 18:04:30 5bcef5012918: Layer already exists 18:04:30 57f9b3ef3c70: Layer already exists 18:04:30 faae4377802f: Layer already exists 18:04:30 1.2.2-dev.30: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 [Pipeline] isUnix [Pipeline] sh 18:04:30 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 18:04:31 faae4377802f: Preparing 18:04:31 57f9b3ef3c70: Preparing 18:04:31 038b1a166cb3: Preparing 18:04:31 5bcef5012918: Preparing 18:04:31 038b1a166cb3: Layer already exists 18:04:31 5bcef5012918: Layer already exists 18:04:31 57f9b3ef3c70: Layer already exists 18:04:31 faae4377802f: Layer already exists 18:04:31 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 [Pipeline] isUnix [Pipeline] sh 18:04:31 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 18:04:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 18:04:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 18:04:31 faae4377802f: Preparing 18:04:31 57f9b3ef3c70: Preparing 18:04:31 038b1a166cb3: Preparing 18:04:31 5bcef5012918: Preparing 18:04:31 57f9b3ef3c70: Layer already exists 18:04:31 5bcef5012918: Layer already exists 18:04:31 038b1a166cb3: Layer already exists 18:04:31 faae4377802f: Layer already exists 18:04:31 master: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:32 ===================================================== [Pipeline] echo 18:04:32 taggedImages: 18:04:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.30 18:04:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 18:04:32 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 18:04:32 855c38c39ef34412bad8449468666c22fd9242b9 18:04:32 1.2.2-dev.30 18:04:32 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:32 master 18:04:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:32 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:04:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:04:33 ab5da7dd1ab3: Preparing 18:04:33 2232a582029a: Preparing 18:04:33 9f964db3f8e9: Preparing 18:04:33 97154056029b: Preparing 18:04:33 59937bd364ba: Preparing 18:04:33 05f2572e35dc: Preparing 18:04:33 05f2572e35dc: Waiting 18:04:33 9f964db3f8e9: Pushed 18:04:33 ab5da7dd1ab3: Pushed 18:04:33 97154056029b: Pushed 18:04:33 59937bd364ba: Pushed 18:04:33 05f2572e35dc: Pushed 18:04:34 Building docker-core-command-go ... 18:04:34 Building docker-core-data-go ... 18:04:34 Building docker-core-metadata-go ... 18:04:34 Building docker-security-proxy-setup-go ... 18:04:34 Building docker-security-secrets-setup-go ... 18:04:34 Building docker-security-secretstore-setup-go ... 18:04:34 Building docker-support-logging-go ... 18:04:34 Building docker-support-notifications-go ... 18:04:34 Building docker-support-scheduler-go ... 18:04:34 Building docker-sys-mgmt-agent-go ... 18:04:34 Building docker-support-scheduler-go 18:04:34 Building docker-support-logging-go 18:04:34 Building docker-sys-mgmt-agent-go 18:04:34 Building docker-security-proxy-setup-go 18:04:34 Building docker-core-metadata-go 18:04:34 2232a582029a: Pushed 18:04:34 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] isUnix [Pipeline] sh 18:04:35 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:35 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.30 18:04:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:04:35 ab5da7dd1ab3: Preparing 18:04:35 2232a582029a: Preparing 18:04:35 9f964db3f8e9: Preparing 18:04:35 97154056029b: Preparing 18:04:35 59937bd364ba: Preparing 18:04:35 05f2572e35dc: Preparing 18:04:35 05f2572e35dc: Waiting 18:04:35 2232a582029a: Layer already exists 18:04:35 9f964db3f8e9: Layer already exists 18:04:35 ab5da7dd1ab3: Layer already exists 18:04:35 59937bd364ba: Layer already exists 18:04:35 97154056029b: Layer already exists 18:04:35 05f2572e35dc: Layer already exists 18:04:35 1.2.2-dev.30: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] isUnix [Pipeline] sh 18:04:35 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:04:36 ab5da7dd1ab3: Preparing 18:04:36 2232a582029a: Preparing 18:04:36 9f964db3f8e9: Preparing 18:04:36 97154056029b: Preparing 18:04:36 59937bd364ba: Preparing 18:04:36 05f2572e35dc: Preparing 18:04:36 05f2572e35dc: Waiting 18:04:36 59937bd364ba: Layer already exists 18:04:36 2232a582029a: Layer already exists 18:04:36 9f964db3f8e9: Layer already exists 18:04:36 97154056029b: Layer already exists 18:04:36 ab5da7dd1ab3: Layer already exists 18:04:36 05f2572e35dc: Layer already exists 18:04:36 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] isUnix [Pipeline] sh 18:04:36 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 18:04:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 18:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:04:36 ab5da7dd1ab3: Preparing 18:04:36 2232a582029a: Preparing 18:04:36 9f964db3f8e9: Preparing 18:04:36 97154056029b: Preparing 18:04:36 59937bd364ba: Preparing 18:04:36 05f2572e35dc: Preparing 18:04:36 05f2572e35dc: Waiting 18:04:36 ab5da7dd1ab3: Layer already exists 18:04:36 59937bd364ba: Layer already exists 18:04:36 97154056029b: Layer already exists 18:04:36 2232a582029a: Layer already exists 18:04:36 9f964db3f8e9: Layer already exists 18:04:36 05f2572e35dc: Layer already exists 18:04:36 master: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:36 ===================================================== [Pipeline] echo 18:04:37 taggedImages: 18:04:37 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:37 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.30 18:04:37 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:37 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 18:04:37 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 18:04:37 855c38c39ef34412bad8449468666c22fd9242b9 18:04:37 1.2.2-dev.30 18:04:37 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:37 master 18:04:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:37 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:04:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:04:38 a522fce3a0ad: Preparing 18:04:38 1ba51577522e: Preparing 18:04:38 1495e7a51c04: Preparing 18:04:38 1495e7a51c04: Pushed 18:04:38 a522fce3a0ad: Pushed 18:04:39 1ba51577522e: Pushed 18:04:39 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] isUnix [Pipeline] sh 18:04:39 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.30 18:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:04:40 a522fce3a0ad: Preparing 18:04:40 1ba51577522e: Preparing 18:04:40 1495e7a51c04: Preparing 18:04:40 1495e7a51c04: Layer already exists 18:04:40 a522fce3a0ad: Layer already exists 18:04:40 1ba51577522e: Layer already exists 18:04:40 1.2.2-dev.30: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] isUnix [Pipeline] sh 18:04:40 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:04:40 a522fce3a0ad: Preparing 18:04:40 1ba51577522e: Preparing 18:04:40 1495e7a51c04: Preparing 18:04:40 1495e7a51c04: Layer already exists 18:04:40 a522fce3a0ad: Layer already exists 18:04:40 1ba51577522e: Layer already exists 18:04:40 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] isUnix [Pipeline] sh 18:04:40 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 18:04:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 18:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:04:41 a522fce3a0ad: Preparing 18:04:41 1ba51577522e: Preparing 18:04:41 1495e7a51c04: Preparing 18:04:41 1ba51577522e: Layer already exists 18:04:41 a522fce3a0ad: Layer already exists 18:04:41 1495e7a51c04: Layer already exists 18:04:41 master: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:41 ===================================================== [Pipeline] echo 18:04:41 taggedImages: 18:04:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.30 18:04:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 18:04:41 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 18:04:41 855c38c39ef34412bad8449468666c22fd9242b9 18:04:41 1.2.2-dev.30 18:04:41 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:41 master 18:04:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:42 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:04:42 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:04:42 88f18f8a57be: Preparing 18:04:42 253a81493e67: Preparing 18:04:42 cbf1b68cf740: Preparing 18:04:42 6e38a4c4530f: Preparing 18:04:42 f4cd487adeb8: Preparing 18:04:42 2b74ea434ea5: Preparing 18:04:42 e2ad8006e73a: Preparing 18:04:42 527eef706b20: Preparing 18:04:42 224742e9e948: Preparing 18:04:42 5391e5290f13: Preparing 18:04:42 13baed61c795: Preparing 18:04:42 51d6d3d09136: Preparing 18:04:42 1507bc794612: Preparing 18:04:42 50644c29ef5a: Preparing 18:04:42 5391e5290f13: Waiting 18:04:42 13baed61c795: Waiting 18:04:42 2b74ea434ea5: Waiting 18:04:42 e2ad8006e73a: Waiting 18:04:42 51d6d3d09136: Waiting 18:04:42 527eef706b20: Waiting 18:04:42 1507bc794612: Waiting 18:04:42 224742e9e948: Waiting 18:04:42 50644c29ef5a: Waiting 18:04:42 f4cd487adeb8: Pushed 18:04:42 88f18f8a57be: Pushed 18:04:42 6e38a4c4530f: Pushed 18:04:42 527eef706b20: Layer already exists 18:04:42 e2ad8006e73a: Pushed 18:04:42 224742e9e948: Layer already exists 18:04:42 5391e5290f13: Layer already exists 18:04:43 253a81493e67: Pushed 18:04:43 13baed61c795: Layer already exists 18:04:43 51d6d3d09136: Layer already exists 18:04:43 1507bc794612: Layer already exists 18:04:43 50644c29ef5a: Layer already exists 18:04:43 2b74ea434ea5: Pushed 18:04:46 cbf1b68cf740: Pushed 18:04:46 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] isUnix [Pipeline] sh 18:04:46 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:47 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.30 18:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:04:47 88f18f8a57be: Preparing 18:04:47 253a81493e67: Preparing 18:04:47 cbf1b68cf740: Preparing 18:04:47 6e38a4c4530f: Preparing 18:04:47 f4cd487adeb8: Preparing 18:04:47 2b74ea434ea5: Preparing 18:04:47 e2ad8006e73a: Preparing 18:04:47 527eef706b20: Preparing 18:04:47 224742e9e948: Preparing 18:04:47 5391e5290f13: Preparing 18:04:47 13baed61c795: Preparing 18:04:47 51d6d3d09136: Preparing 18:04:47 1507bc794612: Preparing 18:04:47 50644c29ef5a: Preparing 18:04:47 51d6d3d09136: Waiting 18:04:47 1507bc794612: Waiting 18:04:47 50644c29ef5a: Waiting 18:04:47 2b74ea434ea5: Waiting 18:04:47 e2ad8006e73a: Waiting 18:04:47 527eef706b20: Waiting 18:04:47 224742e9e948: Waiting 18:04:47 5391e5290f13: Waiting 18:04:47 13baed61c795: Waiting 18:04:47 253a81493e67: Layer already exists 18:04:47 88f18f8a57be: Layer already exists 18:04:47 cbf1b68cf740: Layer already exists 18:04:47 f4cd487adeb8: Layer already exists 18:04:47 e2ad8006e73a: Layer already exists 18:04:47 6e38a4c4530f: Layer already exists 18:04:47 527eef706b20: Layer already exists 18:04:47 2b74ea434ea5: Layer already exists 18:04:47 224742e9e948: Layer already exists 18:04:47 51d6d3d09136: Layer already exists 18:04:47 5391e5290f13: Layer already exists 18:04:47 13baed61c795: Layer already exists 18:04:47 1507bc794612: Layer already exists 18:04:47 50644c29ef5a: Layer already exists 18:04:47 1.2.2-dev.30: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] isUnix [Pipeline] sh 18:04:47 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:04:47 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:04:47 88f18f8a57be: Preparing 18:04:47 253a81493e67: Preparing 18:04:47 cbf1b68cf740: Preparing 18:04:47 6e38a4c4530f: Preparing 18:04:47 f4cd487adeb8: Preparing 18:04:47 2b74ea434ea5: Preparing 18:04:47 e2ad8006e73a: Preparing 18:04:47 527eef706b20: Preparing 18:04:47 224742e9e948: Preparing 18:04:47 5391e5290f13: Preparing 18:04:47 13baed61c795: Preparing 18:04:47 51d6d3d09136: Preparing 18:04:47 1507bc794612: Preparing 18:04:47 50644c29ef5a: Preparing 18:04:47 5391e5290f13: Waiting 18:04:47 13baed61c795: Waiting 18:04:47 51d6d3d09136: Waiting 18:04:47 2b74ea434ea5: Waiting 18:04:47 e2ad8006e73a: Waiting 18:04:47 1507bc794612: Waiting 18:04:47 50644c29ef5a: Waiting 18:04:47 527eef706b20: Waiting 18:04:47 224742e9e948: Waiting 18:04:47 88f18f8a57be: Layer already exists 18:04:47 253a81493e67: Layer already exists 18:04:47 6e38a4c4530f: Layer already exists 18:04:47 cbf1b68cf740: Layer already exists 18:04:47 f4cd487adeb8: Layer already exists 18:04:47 2b74ea434ea5: Layer already exists 18:04:47 e2ad8006e73a: Layer already exists 18:04:47 5391e5290f13: Layer already exists 18:04:47 224742e9e948: Layer already exists 18:04:47 527eef706b20: Layer already exists 18:04:47 13baed61c795: Layer already exists 18:04:47 50644c29ef5a: Layer already exists 18:04:47 51d6d3d09136: Layer already exists 18:04:47 1507bc794612: Layer already exists 18:04:47 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] isUnix [Pipeline] sh 18:04:48 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 18:04:48 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 18:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:04:48 88f18f8a57be: Preparing 18:04:48 253a81493e67: Preparing 18:04:48 cbf1b68cf740: Preparing 18:04:48 6e38a4c4530f: Preparing 18:04:48 f4cd487adeb8: Preparing 18:04:48 2b74ea434ea5: Preparing 18:04:48 e2ad8006e73a: Preparing 18:04:48 527eef706b20: Preparing 18:04:48 224742e9e948: Preparing 18:04:48 5391e5290f13: Preparing 18:04:48 13baed61c795: Preparing 18:04:48 51d6d3d09136: Preparing 18:04:48 1507bc794612: Preparing 18:04:48 50644c29ef5a: Preparing 18:04:48 2b74ea434ea5: Waiting 18:04:48 e2ad8006e73a: Waiting 18:04:48 527eef706b20: Waiting 18:04:48 5391e5290f13: Waiting 18:04:48 224742e9e948: Waiting 18:04:48 13baed61c795: Waiting 18:04:48 51d6d3d09136: Waiting 18:04:48 1507bc794612: Waiting 18:04:48 50644c29ef5a: Waiting 18:04:48 253a81493e67: Layer already exists 18:04:48 cbf1b68cf740: Layer already exists 18:04:48 6e38a4c4530f: Layer already exists 18:04:48 f4cd487adeb8: Layer already exists 18:04:48 88f18f8a57be: Layer already exists 18:04:48 e2ad8006e73a: Layer already exists 18:04:48 224742e9e948: Layer already exists 18:04:48 527eef706b20: Layer already exists 18:04:48 2b74ea434ea5: Layer already exists 18:04:48 5391e5290f13: Layer already exists 18:04:48 51d6d3d09136: Layer already exists 18:04:48 1507bc794612: Layer already exists 18:04:48 13baed61c795: Layer already exists 18:04:48 50644c29ef5a: Layer already exists 18:04:48 master: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:48 ===================================================== [Pipeline] echo 18:04:48 taggedImages: 18:04:48 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 18:04:48 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.30 18:04:48 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:04:48 - 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] } 18:05:55 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 18:05:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:05:55 ---> 0f3371311e3c 18:05:55 Step 3/27 : WORKDIR /edgex-go 18:05:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:05:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:05:55 ---> 0f3371311e3c 18:05:55 Step 3/21 : WORKDIR /edgex-go 18:05:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:05:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:05:55 ---> 0f3371311e3c 18:05:55 Step 3/22 : WORKDIR /edgex-go 18:05:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:05:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:05:55 ---> 0f3371311e3c 18:05:55 Step 3/22 : WORKDIR /edgex-go 18:05:55 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 18:05:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:05:55 ---> 0f3371311e3c 18:05:55 Step 3/20 : WORKDIR /edgex-go 18:05:55 ---> Running in 5d6a33a0163d 18:05:55 ---> Running in d6ab7d3ebbc9 18:05:55 ---> Running in 8dd3778331a7 18:05:55 ---> Running in 0d0bac4cd495 18:05:55 ---> Running in feb7db14af57 18:05:55 Removing intermediate container d6ab7d3ebbc9 18:05:55 ---> dcaa58424331 18:05:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:55 Removing intermediate container feb7db14af57 18:05:55 ---> 85270a7ab3ce 18:05:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:55 Removing intermediate container 5d6a33a0163d 18:05:55 ---> 81f558af9600 18:05:55 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:55 Removing intermediate container 8dd3778331a7 18:05:55 ---> dd7401e7e00b 18:05:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:55 Removing intermediate container 0d0bac4cd495 18:05:55 ---> 05818792ea6f 18:05:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:55 ---> Running in e40306fb68b8 18:05:55 ---> Running in b472b74205c9 18:05:55 ---> Running in a7932ee82cac 18:05:55 ---> Running in 8c3111e1fca9 18:05:55 ---> Running in bfc96cd740c0 18:05:59 Removing intermediate container e40306fb68b8 18:05:59 ---> 746effb71a70 18:05:59 Step 5/21 : RUN apk update && apk add make git 18:05:59 ---> Running in fb4c7c344144 18:05:59 Removing intermediate container b472b74205c9 18:05:59 ---> 9370c3dd6506 18:05:59 Step 5/22 : RUN apk update && apk add make && apk add bash git 18:05:59 Removing intermediate container bfc96cd740c0 18:05:59 ---> 843b91b0db37 18:05:59 Step 5/20 : RUN apk update && apk add make git 18:05:59 ---> Running in 87c93a151067 18:06:00 ---> Running in c16a68358ef4 18:06:00 Removing intermediate container 8c3111e1fca9 18:06:00 ---> cfdd26c9a321 18:06:00 Step 5/22 : RUN apk update && apk add make git 18:06:00 Removing intermediate container a7932ee82cac 18:06:00 ---> c33de9ba12a4 18:06:00 Step 5/27 : RUN apk update && apk add make bash git 18:06:00 ---> Running in 14c165b2f81c 18:06:00 ---> Running in 779a4f728941 18:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:03 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:06:03 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:06:03 OK: 12622 distinct packages available 18:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:03 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:06:03 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:06:03 OK: 12622 distinct packages available 18:06:04 OK: 217 MiB in 51 packages 18:06:04 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:06:04 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:06:04 OK: 12622 distinct packages available 18:06:04 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:06:04 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:06:04 OK: 12622 distinct packages available 18:06:04 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:06:04 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:06:04 OK: 12622 distinct packages available 18:06:04 OK: 217 MiB in 51 packages 18:06:05 OK: 217 MiB in 51 packages 18:06:05 OK: 217 MiB in 51 packages 18:06:05 OK: 217 MiB in 51 packages 18:06:05 OK: 217 MiB in 51 packages 18:06:06 Removing intermediate container fb4c7c344144 18:06:06 ---> 9e08ecbb1bea 18:06:06 Step 6/21 : COPY go.mod . 18:06:07 ---> 581f39b53e26 18:06:07 Step 7/21 : RUN go mod download 18:06:07 Removing intermediate container 14c165b2f81c 18:06:07 ---> 2e019843e865 18:06:07 Step 6/22 : COPY go.mod . 18:06:07 ---> Running in c958af2aca32 18:06:07 Removing intermediate container 779a4f728941 18:06:07 Removing intermediate container c16a68358ef4 18:06:07 ---> 404d8a0b4bb2 18:06:07 Step 6/20 : COPY go.mod . 18:06:07 ---> 5adfdca12bf9 18:06:07 Step 6/27 : COPY go.mod . 18:06:07 Removing intermediate container 87c93a151067 18:06:07 ---> 65db13be5577 18:06:07 Step 6/22 : COPY go.mod . 18:06:08 ---> ddc63b3810db 18:06:08 Step 7/22 : RUN go mod download 18:06:08 ---> Running in 895bb62c33c7 18:06:08 ---> 9bfef4e27c05 18:06:08 Step 7/27 : RUN go mod download 18:06:08 ---> 399ee5d15d62 18:06:08 ---> 3edf69c6c184 18:06:08 Step 7/22 : RUN go mod download 18:06:08 Step 7/20 : RUN go mod download 18:06:09 ---> Running in 7fd0e713b798 18:06:09 ---> Running in 26cd044b6a05 18:06:09 ---> Running in dff57ab10930 18:06:11 Removing intermediate container c958af2aca32 18:06:11 ---> f5bc238d42a8 18:06:11 Step 8/21 : COPY . . 18:06:14 Removing intermediate container 895bb62c33c7 18:06:14 ---> e55206c1226f 18:06:14 Step 8/22 : COPY . . 18:06:15 Removing intermediate container 26cd044b6a05 18:06:15 ---> 9d52c315e36b 18:06:15 Step 8/27 : COPY . . 18:06:15 Removing intermediate container 7fd0e713b798 18:06:15 ---> 843de49683bb 18:06:15 Step 8/22 : COPY . . 18:06:15 Removing intermediate container dff57ab10930 18:06:15 ---> 484aaaa38d63 18:06:15 Step 8/20 : COPY . . 18:06:37 ---> 7d613cf876b6 18:06:37 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:06:37 ---> 396bd0887827 18:06:37 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:06:37 ---> 7e482eebab0c 18:06:37 Step 9/22 : RUN make cmd/support-logging/support-logging 18:06:37 ---> d93211f1f848 18:06:37 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:06:37 ---> 292bfeb692b6 18:06:37 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:06:37 ---> Running in c050116e503e 18:06:37 ---> Running in 594c79f4c2a9 18:06:37 ---> Running in 1580e52195cc 18:06:37 ---> Running in 5f77439fef30 18:06:37 ---> Running in 1ee19272f9bc 18:06:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:06:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:06:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-logging/support-logging ./cmd/support-logging 18:06:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:06:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:08:00 Removing intermediate container 5f77439fef30 18:08:00 ---> eaa856f529a0 18:08:00 18:08:00 Step 10/20 : FROM alpine 18:08:00 latest: Pulling from library/alpine 18:08:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:08:00 Status: Downloaded newer image for alpine:latest 18:08:00 ---> 62ee0e9f8440 18:08:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:08:00 ---> Running in c1dbb70579e1 18:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:04 v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:08:04 v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:08:04 OK: 12620 distinct packages available 18:08:05 (1/4) Installing ca-certificates (20191127-r4) 18:08:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:08:05 (3/4) Installing libcurl (7.69.1-r1) 18:08:05 (4/4) Installing curl (7.69.1-r1) 18:08:05 Executing busybox-1.31.1-r16.trigger 18:08:05 Executing ca-certificates-20191127-r4.trigger 18:08:06 OK: 7 MiB in 18 packages 18:08:09 Removing intermediate container c1dbb70579e1 18:08:09 ---> 59c5089fd878 18:08:09 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:08:09 ---> Running in 5de5ea55bb67 18:08:09 Removing intermediate container 1ee19272f9bc 18:08:09 ---> 6af21d7c1ad9 18:08:09 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:08:10 ---> Running in 3b702984482b 18:08:10 Removing intermediate container 5de5ea55bb67 18:08:10 ---> 1782136e0260 18:08:10 Step 13/20 : WORKDIR /edgex 18:08:11 ---> Running in 6c45329ac4f6 18:08:12 Removing intermediate container 6c45329ac4f6 18:08:12 ---> 6eb45c58f7dc 18:08:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:08:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:08:13 ---> 7370cc72fb87 18:08:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:08:16 Removing intermediate container 1580e52195cc 18:08:16 ---> 9e9fd6e18b0d 18:08:16 18:08:16 Step 10/22 : FROM scratch 18:08:16 ---> 18:08:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:08:16 ---> ec1f5fefdb65 18:08:16 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:08:16 ---> Running in ec430930f7dd 18:08:16 ---> Running in 444d30c8de8c 18:08:17 Removing intermediate container ec430930f7dd 18:08:17 ---> 19e48e924f0b 18:08:17 Step 12/22 : ENV APP_PORT=48061 18:08:17 Removing intermediate container 444d30c8de8c 18:08:17 ---> 45adeb0cd311 18:08:17 Step 17/20 : CMD ["--init=true"] 18:08:17 ---> Running in 1e8e26472c65 18:08:18 ---> Running in 7e910c7a2cd8 18:08:18 Removing intermediate container 1e8e26472c65 18:08:18 ---> 2685bb6feb13 18:08:18 Step 13/22 : EXPOSE $APP_PORT 18:08:18 ---> Running in 27ec72b8aeff 18:08:18 Removing intermediate container 7e910c7a2cd8 18:08:18 ---> 76d274ede053 18:08:18 Step 18/20 : LABEL arch=arm64 18:08:19 ---> Running in 09c3179418db 18:08:19 Removing intermediate container 3b702984482b 18:08:19 ---> d0f9a3234f9c 18:08:19 18:08:19 Step 11/27 : FROM docker:latest 18:08:19 ---> 45884bde0078 18:08:19 Step 12/27 : RUN apk add --no-cache bash 18:08:19 Removing intermediate container 27ec72b8aeff 18:08:19 ---> 2db2fb74d812 18:08:19 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:08:19 ---> Running in 626ba2e898f4 18:08:20 Removing intermediate container 09c3179418db 18:08:20 ---> f25c6d6481cd 18:08:20 Step 19/20 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:08:20 ---> Running in 62b9214f9810 18:08:21 ---> ed6eb758fec1 18:08:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:08:21 Removing intermediate container 62b9214f9810 18:08:21 ---> 4f63ce8f2901 18:08:21 Step 20/20 : LABEL version=1.2.2-dev.30 18:08:21 ---> Running in 86c650f5130d 18:08:22 Removing intermediate container 86c650f5130d 18:08:22 ---> ce397b159aec 18:08:22 18:08:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:22 ---> 5f793541b675 18:08:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:08:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:23 Successfully built ce397b159aec 18:08:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:08:23  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 18:08:23 (1/2) Installing readline (8.0.4-r0) 18:08:23 (2/2) Installing bash (5.0.17-r0) 18:08:23 Executing bash-5.0.17-r0.post-install 18:08:23 Executing busybox-1.31.1-r16.trigger 18:08:23 OK: 12 MiB in 22 packages 18:08:24 ---> 400f96ca33da 18:08:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:08:27 ---> b4283965dfc1 18:08:27 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:08:28 Removing intermediate container 626ba2e898f4 18:08:28 ---> ea9df5002fa1 18:08:28 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:08:28 Removing intermediate container c050116e503e 18:08:28 ---> 5be977707acd 18:08:28 18:08:28 Step 10/21 : FROM scratch 18:08:28 ---> 18:08:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:08:28 ---> Running in 88c5590bdca6 18:08:28 ---> Running in e50d6f59b653 18:08:29 ---> Running in 57555a62e7d1 18:08:29 Removing intermediate container 88c5590bdca6 18:08:29 ---> 1bf7544c0975 18:08:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:08:29 Removing intermediate container 57555a62e7d1 18:08:29 ---> 10a89551b337 18:08:29 Step 12/21 : ENV APP_PORT=48085 18:08:30 ---> Running in f9bf801ad6ab 18:08:30 ---> Running in 68082f57daa1 18:08:31 Removing intermediate container f9bf801ad6ab 18:08:31 ---> 54c7ce671d6a 18:08:31 Step 20/22 : LABEL arch=arm64 18:08:31 Removing intermediate container 68082f57daa1 18:08:31 ---> 7e15e2dde324 18:08:31 Step 13/21 : EXPOSE $APP_PORT 18:08:32 ---> Running in 6e1c25d11b7f 18:08:32 ---> Running in 4a6c54cbebc0 18:08:32 Removing intermediate container 594c79f4c2a9 18:08:32 ---> bac807d084fa 18:08:32 18:08:32 Step 10/22 : FROM scratch 18:08:32 ---> 18:08:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:08:32 Removing intermediate container 6e1c25d11b7f 18:08:32 ---> 966865904cbb 18:08:32 Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:08:33 ---> Using cache 18:08:33 ---> 10a89551b337 18:08:33 Step 12/22 : ENV APP_PORT=48081 18:08:33 ---> Running in cade88ac9cb8 18:08:33 ---> Running in f0df1410f892 18:08:33 Removing intermediate container e50d6f59b653 18:08:33 ---> 599f3a0cad7e 18:08:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:08:33 Removing intermediate container 4a6c54cbebc0 18:08:33 ---> ad54ae605093 18:08:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:08:33 ---> Running in 9d7847723dba 18:08:34 Removing intermediate container f0df1410f892 18:08:34 ---> 6c5d8b3b2d5b 18:08:34 Step 13/22 : EXPOSE $APP_PORT 18:08:34 Removing intermediate container cade88ac9cb8 18:08:34 ---> 62044e2ef0fc 18:08:34 Step 22/22 : LABEL version=1.2.2-dev.30 18:08:34 ---> Running in 521d30d76b2a 18:08:34 ---> 0e49e00b954e 18:08:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:08:34 ---> Running in 62c3b7398998 18:08:34 Removing intermediate container 9d7847723dba 18:08:35 ---> d1a1fbb7aead 18:08:35 Step 15/27 : ENV APP_PORT=48090 18:08:35 Removing intermediate container 521d30d76b2a 18:08:35 ---> 5c42d66d4d10 18:08:35 Step 14/22 : WORKDIR / 18:08:35 ---> Running in b23847d00d04 18:08:35 ---> Running in 9f7a294f5c5b 18:08:36 Removing intermediate container 62c3b7398998 18:08:36 ---> 4e939103f64c 18:08:36 18:08:36 Successfully built 4e939103f64c 18:08:36 Removing intermediate container b23847d00d04 18:08:36 ---> 8f54f26b1b1e 18:08:36 Step 16/27 : EXPOSE $APP_PORT 18:08:36 Successfully tagged docker-support-logging-go-arm64:latest 18:08:36  Building docker-support-logging-go ... done Building docker-support-notifications-go 18:08:37 ---> 4a5affba0e92 18:08:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:08:37 Removing intermediate container 9f7a294f5c5b 18:08:37 ---> 726bbd0a70ca 18:08:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:08:37 ---> Running in 73ee3090d2a5 18:08:38 ---> f9e244e9f467 18:08:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:08:38 ---> 6eff8bb5f589 18:08:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:08:39 Removing intermediate container 73ee3090d2a5 18:08:39 ---> 4fc8ceca27b4 18:08:39 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:08:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 18:08:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:08:39 ---> 0f3371311e3c 18:08:39 Step 3/26 : WORKDIR /edgex-go 18:08:39 ---> Using cache 18:08:39 ---> dd7401e7e00b 18:08:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:39 ---> Using cache 18:08:39 ---> cfdd26c9a321 18:08:39 Step 5/26 : RUN apk update && apk add make git 18:08:39 ---> Using cache 18:08:39 ---> 2e019843e865 18:08:39 Step 6/26 : COPY go.mod . 18:08:39 ---> Using cache 18:08:39 ---> ddc63b3810db 18:08:39 Step 7/26 : RUN go mod download 18:08:39 ---> Using cache 18:08:39 ---> e55206c1226f 18:08:39 Step 8/26 : COPY . . 18:08:40 ---> Using cache 18:08:40 ---> 396bd0887827 18:08:40 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 18:08:41 ---> Running in b4558f44460d 18:08:42 ---> 059194991fb0 18:08:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:08:42 ---> Running in 7bace5eda562 18:08:43 ---> 68506a4ef56e 18:08:43 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:08:43 Removing intermediate container b4558f44460d 18:08:43 ---> 51d64e259405 18:08:43 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:08:43 ---> d60c5282bdcd 18:08:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:08:43 ---> Running in cc6ce612c84c 18:08:44 ---> Running in 8e6312c4f76d 18:08:44 ---> c8511451b180 18:08:44 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:08:44 Removing intermediate container cc6ce612c84c 18:08:44 ---> ea509ff3c07c 18:08:44 Step 19/21 : LABEL arch=arm64 18:08:44 ---> Running in 1d4703cfa013 18:08:44 Removing intermediate container 8e6312c4f76d 18:08:44 ---> feb0c2b60c6b 18:08:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:08:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:08:45 ---> Running in 8034fade6f6b 18:08:45 Removing intermediate container 1d4703cfa013 18:08:45 ---> 03ac132efb01 18:08:45 Step 20/21 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:08:46 ---> bc388318c296 18:08:46 Step 20/27 : RUN apk --no-cache add py3-pip 18:08:46 ---> Running in 03778f93f5f0 18:08:46 Removing intermediate container 8034fade6f6b 18:08:46 ---> 680d7645374f 18:08:46 Step 20/22 : LABEL arch=arm64 18:08:46 ---> Running in e8ca3a759eed 18:08:47 ---> Running in d2c9b33e5017 18:08:47 Removing intermediate container 03778f93f5f0 18:08:47 ---> 0a74b6b4b46b 18:08:47 Step 21/21 : LABEL version=1.2.2-dev.30 18:08:48 ---> Running in e2056f20a74a 18:08:48 Removing intermediate container d2c9b33e5017 18:08:48 ---> e7a129cf8966 18:08:48 Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:08:48 ---> Running in f6bfd6276c84 18:08:49 Removing intermediate container e2056f20a74a 18:08:49 ---> b07e8521a334 18:08:49 18:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:49 Removing intermediate container f6bfd6276c84 18:08:49 ---> 49aed7b4b8da 18:08:49 Step 22/22 : LABEL version=1.2.2-dev.30 18:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:49 Successfully built b07e8521a334 18:08:49 Successfully tagged docker-support-scheduler-go-arm64:latest 18:08:49  Building docker-support-scheduler-go ... done Building docker-core-command-go 18:08:50 ---> Running in b8d915a839e8 18:08:50 (1/33) Installing libbz2 (1.0.8-r1) 18:08:50 (2/33) Installing expat (2.2.9-r1) 18:08:50 (3/33) Installing libffi (3.3-r2) 18:08:50 (4/33) Installing gdbm (1.13-r1) 18:08:50 (5/33) Installing xz-libs (5.2.5-r0) 18:08:50 (6/33) Installing sqlite-libs (3.32.1-r0) 18:08:50 (7/33) Installing python3 (3.8.5-r0) 18:08:50 Removing intermediate container b8d915a839e8 18:08:50 ---> 97f583a22af7 18:08:50 18:08:51 Successfully built 97f583a22af7 18:08:51 Successfully tagged docker-core-metadata-go-arm64:latest 18:08:51 Building docker-security-secrets-setup-go 18:08:52  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 18:08:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:08:52 (10/33) Installing py3-parsing (2.4.7-r0) 18:08:52 (11/33) Installing py3-six (1.15.0-r0) 18:08:52 (12/33) Installing py3-packaging (20.4-r0) 18:08:52 (13/33) Installing py3-setuptools (47.0.0-r0) 18:08:52 (14/33) Installing py3-chardet (3.0.4-r4) 18:08:52 (15/33) Installing py3-idna (2.9-r0) 18:08:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:08:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:08:52 (18/33) Installing py3-requests (2.23.0-r0) 18:08:52 (19/33) Installing py3-msgpack (1.0.0-r0) 18:08:52 (20/33) Installing py3-lockfile (0.12.2-r3) 18:08:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:08:52 (22/33) Installing py3-colorama (0.4.3-r0) 18:08:52 (23/33) Installing py3-distlib (0.3.0-r0) 18:08:53 (24/33) Installing py3-distro (1.5.0-r1) 18:08:53 (25/33) Installing py3-webencodings (0.5.1-r3) 18:08:53 (26/33) Installing py3-html5lib (1.0.1-r4) 18:08:53 (27/33) Installing py3-pytoml (0.1.21-r0) 18:08:53 (28/33) Installing py3-pep517 (0.8.2-r0) 18:08:53 (29/33) Installing py3-progress (1.5-r0) 18:08:53 (30/33) Installing py3-toml (0.10.1-r0) 18:08:53 (31/33) Installing py3-retrying (1.3.3-r0) 18:08:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:08:53 (33/33) Installing py3-pip (20.1.1-r0) 18:08:53 Executing busybox-1.31.1-r16.trigger 18:08:53 OK: 71 MiB in 55 packages 18:09:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:09:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:09:04 ---> 0f3371311e3c 18:09:04 Step 3/24 : WORKDIR /edgex-go 18:09:04 ---> Using cache 18:09:04 ---> dd7401e7e00b 18:09:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:04 ---> Using cache 18:09:04 ---> cfdd26c9a321 18:09:04 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:09:06 ---> Running in eb43c96e9cbc 18:09:07 Removing intermediate container e8ca3a759eed 18:09:07 ---> 6674ca52af00 18:09:07 Step 21/27 : RUN pip install docker-compose==1.23.2 18:09:08 ---> Running in 9ee6f7ece464 18:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:10 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:09:10 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:09:10 OK: 12622 distinct packages available 18:09:11 OK: 217 MiB in 51 packages 18:09:15 Removing intermediate container eb43c96e9cbc 18:09:15 ---> eed8e5fb135d 18:09:15 Step 6/24 : COPY go.mod . 18:09:15 Collecting docker-compose==1.23.2 18:09:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:09:16 ---> 561bb252eb98 18:09:16 Step 7/24 : RUN go mod download 18:09:16 ---> Running in 8d673e7d37c7 18:09:17 Collecting dockerpty<0.5,>=0.4.1 18:09:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:09:20 Collecting texttable<0.10,>=0.9.0 18:09:20 Downloading texttable-0.9.1.tar.gz (11 kB) 18:09:22 Collecting cached-property<2,>=1.2.0 18:09:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:09:23 Removing intermediate container 8d673e7d37c7 18:09:23 ---> 914db1a76916 18:09:23 Step 8/24 : COPY . . 18:09:23 Collecting docopt<0.7,>=0.6.1 18:09:23 Downloading docopt-0.6.2.tar.gz (25 kB) 18:09:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:09:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:09:25 ---> 0f3371311e3c 18:09:25 Step 3/22 : WORKDIR /edgex-go 18:09:25 ---> Using cache 18:09:25 ---> dd7401e7e00b 18:09:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:25 ---> Using cache 18:09:25 ---> cfdd26c9a321 18:09:25 Step 5/22 : RUN apk update && apk add make git 18:09:25 ---> Using cache 18:09:25 ---> 2e019843e865 18:09:25 Step 6/22 : COPY go.mod . 18:09:25 ---> Using cache 18:09:25 ---> ddc63b3810db 18:09:25 Step 7/22 : RUN go mod download 18:09:25 ---> Using cache 18:09:25 ---> e55206c1226f 18:09:25 Step 8/22 : COPY . . 18:09:25 ---> Using cache 18:09:25 ---> 396bd0887827 18:09:25 Step 9/22 : RUN make cmd/core-command/core-command 18:09:26 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 18:09:26 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:09:26 ---> 0f3371311e3c 18:09:26 Step 3/29 : WORKDIR /edgex-go 18:09:26 ---> Using cache 18:09:26 ---> dd7401e7e00b 18:09:26 Step 4/29 : RUN apk update && apk add make git 18:09:26 Collecting websocket-client<1.0,>=0.32.0 18:09:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:09:26 ---> Running in ef83354c8ba6 18:09:26 ---> Running in b6525b815417 18:09: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) 18:09:27 Collecting jsonschema<3,>=2.5.1 18:09:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:09:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:09:29 Collecting PyYAML<4,>=3.10 18:09:29 Downloading PyYAML-3.13.tar.gz (270 kB) 18:09:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-command/core-command ./cmd/core-command 18:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:09:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:09:35 Collecting docker<4.0,>=3.6.0 18:09:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:09:35 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:09:35 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:09:35 OK: 12622 distinct packages available 18:09:36 OK: 217 MiB in 51 packages 18:09:36 Collecting urllib3<1.25,>=1.21.1 18:09:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:09:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 18:09:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:09:38 Collecting idna<2.8,>=2.5 18:09:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:09:39 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:09:40 Collecting docker-pycreds>=0.4.0 18:09:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:09:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:09:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:09:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:09:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:09:41 Removing intermediate container ef83354c8ba6 18:09:41 ---> d905347a2438 18:09:41 Step 5/29 : COPY go.mod . 18:09:42 ---> a4b932fc49ab 18:09:42 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:09:42 ---> Running in ab9fc6754f5a 18:09:42 Installing collected packages: dockerpty, texttable, cached-property, docopt, websocket-client, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose 18:09:42 Running setup.py install for dockerpty: started 18:09:43 ---> 2eef83a47556 18:09:43 Step 6/29 : RUN go mod download 18:09:43 ---> Running in eab3e0cc5046 18:09:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:09:45 Running setup.py install for dockerpty: finished with status 'done' 18:09:45 Running setup.py install for texttable: started 18:09:48 Running setup.py install for texttable: finished with status 'done' 18:09:48 Running setup.py install for docopt: started 18:09:48 Removing intermediate container eab3e0cc5046 18:09:48 ---> aca09ca6d060 18:09:48 Step 7/29 : COPY . . 18:09:51 Running setup.py install for docopt: finished with status 'done' 18:09:53 Running setup.py install for PyYAML: started 18:09:53 Removing intermediate container 7bace5eda562 18:09:53 ---> f98203ce4595 18:09:53 18:09:53 Step 10/26 : FROM alpine:3.10 18:09:53 3.10: Pulling from library/alpine 18:09:55 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:09:55 Status: Downloaded newer image for alpine:3.10 18:09:55 ---> 536a684cf733 18:09:55 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:09:56 Running setup.py install for PyYAML: finished with status 'done' 18:09:56 Attempting uninstall: urllib3 18:09:56 Found existing installation: urllib3 1.25.9 18:09:56 Uninstalling urllib3-1.25.9: 18:09:56 Successfully uninstalled urllib3-1.25.9 18:09:57 ---> Running in a2b9b0bd0b82 18:09:57 Attempting uninstall: idna 18:09:57 Found existing installation: idna 2.9 18:09:57 Uninstalling idna-2.9: 18:09:57 Successfully uninstalled idna-2.9 18:09:58 Attempting uninstall: requests 18:09:58 Found existing installation: requests 2.23.0 18:09:58 Uninstalling requests-2.23.0: 18:09:58 Successfully uninstalled requests-2.23.0 18:10:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:10:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:10:01 v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:10:01 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:10:01 OK: 10167 distinct packages available 18:10:01 (1/5) Installing ca-certificates (20191127-r2) 18:10:02 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:10:02 (3/5) Installing libcurl (7.66.0-r1) 18:10:02 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:10:02 (4/5) Installing curl (7.66.0-r1) 18:10:02 (5/5) Installing dumb-init (1.2.2-r1) 18:10:02 Executing busybox-1.30.1-r3.trigger 18:10:02 Executing ca-certificates-20191127-r2.trigger 18:10:02 OK: 7 MiB in 19 packages 18:10:08 Removing intermediate container a2b9b0bd0b82 18:10:08 ---> 9325be5cafa3 18:10:08 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:10:08 ---> Running in 343f2148204f 18:10:09 Removing intermediate container 343f2148204f 18:10:09 ---> 6344cff46c2c 18:10:09 Step 13/26 : WORKDIR / 18:10:09 ---> bf16e8090a43 18:10:09 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:10:09 Removing intermediate container 9ee6f7ece464 18:10:09 ---> f62af70b4f5f 18:10:09 Step 22/27 : RUN apk --no-cache add curl 18:10:09 ---> Running in 48a95d057bcb 18:10:09 ---> Running in b56ea93c5c92 18:10:10 ---> Running in 83bfbd533c3f 18:10:10 Removing intermediate container 48a95d057bcb 18:10:10 ---> 8955b638fdeb 18:10:10 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:10:12 ---> a7903dc41a8e 18:10:12 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:10:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 18:10:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:13 ---> 435a9df05cc7 18:10:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:10:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:10:14 (2/3) Installing libcurl (7.69.1-r1) 18:10:14 (3/3) Installing curl (7.69.1-r1) 18:10:14 Executing busybox-1.31.1-r16.trigger 18:10:14 OK: 71 MiB in 58 packages 18:10:14 ---> 67e93c3d1daf 18:10:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:10:16 ---> 3a4164b140a0 18:10:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:10:16 Removing intermediate container 83bfbd533c3f 18:10:16 ---> 40c5ee04fe2b 18:10:16 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:10:16 ---> Running in a38f795969a8 18:10:17 ---> 8724d11f1c80 18:10:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:10:17 Removing intermediate container a38f795969a8 18:10:17 ---> f9f5de360aa3 18:10:17 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:18 ---> Running in 15bc25169ed9 18:10:19 Removing intermediate container 15bc25169ed9 18:10:19 ---> 8d6157579bbb 18:10:19 Step 25/27 : LABEL arch=arm64 18:10:19 ---> Running in c774bc33de88 18:10:19 ---> 6811427166bf 18:10:19 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:10:20 Removing intermediate container c774bc33de88 18:10:20 ---> 72a34a50bf31 18:10:20 Step 26/27 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:10:20 ---> Running in 183b14df9ece 18:10:21 Removing intermediate container 183b14df9ece 18:10:21 ---> 945bdef966dc 18:10:21 Step 27/27 : LABEL version=1.2.2-dev.30 18:10:21 ---> f10948675123 18:10:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:10:21 ---> Running in 12b766a66904 18:10:22 Removing intermediate container 12b766a66904 18:10:22 ---> dd8e9a069fe1 18:10:22 18:10:23 ---> e1e11789f710 18:10:23 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:10:23 Successfully built dd8e9a069fe1 18:10:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:10:23 Building docker-core-data-go 18:10:23  Building docker-sys-mgmt-agent-go ... done  ---> Running in 5ce7da6bae42 18:10:28 Removing intermediate container 5ce7da6bae42 18:10:28 ---> cd58a5cc969a 18:10:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:10:28 ---> Running in fc19aa352109 18:10:29 Removing intermediate container fc19aa352109 18:10:29 ---> 0d151a8c1961 18:10:29 Step 24/26 : LABEL arch=arm64 18:10:29 ---> Running in 2efc20f481f5 18:10:30 Removing intermediate container 2efc20f481f5 18:10:30 ---> baeb3149eb27 18:10:30 Step 25/26 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:10:30 ---> Running in 3f3571d27a2d 18:10:31 Removing intermediate container 3f3571d27a2d 18:10:31 ---> 4e085867e99f 18:10:31 Step 26/26 : LABEL version=1.2.2-dev.30 18:10:31 ---> Running in 0303a25b2b65 18:10:32 Removing intermediate container 0303a25b2b65 18:10:32 ---> 7979b4dd2a69 18:10:32 18:10:33 Successfully built 7979b4dd2a69 18:10:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:10:46  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 18:10:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:10:46 ---> 0f3371311e3c 18:10:46 Step 3/23 : WORKDIR /edgex-go 18:10:46 ---> Using cache 18:10:46 ---> dd7401e7e00b 18:10:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:46 ---> Using cache 18:10:46 ---> cfdd26c9a321 18:10:46 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:10:46 ---> Running in 2b168c2cccdb 18:10:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:51 v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] 18:10:51 v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:10:51 OK: 12622 distinct packages available 18:10:51 OK: 217 MiB in 51 packages 18:10:54 Removing intermediate container 2b168c2cccdb 18:10:54 ---> 077af49d58ea 18:10:54 Step 6/23 : COPY go.mod . 18:10:55 ---> 589fbcfb5946 18:10:55 Step 7/23 : RUN go mod download 18:10:55 ---> Running in 6f04358faf4c 18:11:00 Removing intermediate container 6f04358faf4c 18:11:00 ---> 4d4c1d8ef3ef 18:11:00 Step 8/23 : COPY . . 18:11:10 Removing intermediate container b6525b815417 18:11:10 ---> ffd4a5af51c7 18:11:10 18:11:10 Step 10/22 : FROM scratch 18:11:10 ---> 18:11:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:11:10 ---> Using cache 18:11:10 ---> 10a89551b337 18:11:10 Step 12/22 : ENV APP_PORT=48082 18:11:11 ---> Running in 7e5a5db5f66d 18:11:12 Removing intermediate container 7e5a5db5f66d 18:11:12 ---> 702d07f3e7c4 18:11:12 Step 13/22 : EXPOSE $APP_PORT 18:11:12 ---> Running in 91e06c9c2560 18:11:12 Removing intermediate container 91e06c9c2560 18:11:12 ---> ea212357e5c9 18:11:12 Step 14/22 : WORKDIR / 18:11:13 ---> Running in eb7ba8687429 18:11:14 Removing intermediate container eb7ba8687429 18:11:14 ---> 6427f50330ce 18:11:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:11:15 ---> d4b5da3076ac 18:11:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:11:16 Removing intermediate container ab9fc6754f5a 18:11:16 ---> 4025d2c1adf6 18:11:16 18:11:16 Step 10/24 : FROM scratch 18:11:16 ---> 18:11:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:11:16 ---> Using cache 18:11:16 ---> 19e48e924f0b 18:11:16 Step 12/24 : ENV APP_PORT=48060 18:11:16 ---> Running in a73a224acc4e 18:11:17 ---> aff9fea84559 18:11:17 Step 9/23 : RUN make cmd/core-data/core-data 18:11:17 ---> d53f23c1cd3c 18:11:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:11:17 ---> Running in 06fb4fc30260 18:11:17 Removing intermediate container a73a224acc4e 18:11:17 ---> 9bd3c7d825b1 18:11:17 Step 13/24 : EXPOSE $APP_PORT 18:11:18 ---> Running in b2bb23031606 18:11:18 ---> 909b3590544b 18:11:18 Step 18/22 : ENTRYPOINT ["/core-command"] 18:11:18 ---> Running in 34a4ad2e5f69 18:11:18 Removing intermediate container b2bb23031606 18:11:18 ---> d828b15e47ec 18:11:18 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:11:19 Removing intermediate container 34a4ad2e5f69 18:11:19 ---> aeadf8dec4ac 18:11:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:11:19 Removing intermediate container b56ea93c5c92 18:11:19 ---> fa61d064ae97 18:11:19 18:11:19 Step 9/29 : FROM alpine:latest 18:11:19 ---> 62ee0e9f8440 18:11:19 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:11:19 ---> Running in a6d6007fc0d0 18:11:19 ---> Running in 7e7c23924835 18:11:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-data/core-data ./cmd/core-data 18:11:19 ---> dce6b8dd42f1 18:11:19 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:11:19 Removing intermediate container a6d6007fc0d0 18:11:19 ---> 7badb80feb5f 18:11:19 Step 11/29 : USER root 18:11:20 Removing intermediate container 7e7c23924835 18:11:20 ---> dd232973bef0 18:11:20 Step 20/22 : LABEL arch=arm64 18:11:20 ---> Running in ce8bc8323838 18:11:20 ---> Running in 46efa4ba5304 18:11:20 Removing intermediate container ce8bc8323838 18:11:20 ---> a256f5d501e6 18:11:20 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:11:20 Removing intermediate container 46efa4ba5304 18:11:20 ---> fa6a2806de3c 18:11:20 Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:11:20 ---> Running in f23c20d35947 18:11:21 ---> a0c6686368f4 18:11:21 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:11:21 ---> Running in 51d2ecb6a40c 18:11:22 Removing intermediate container 51d2ecb6a40c 18:11:22 ---> 05c3268651ce 18:11:22 Step 22/22 : LABEL version=1.2.2-dev.30 18:11:22 ---> Running in 6179c98a953b 18:11:23 Removing intermediate container 6179c98a953b 18:11:23 ---> 440358ef4f24 18:11:23 18:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:23 ---> ca751b685006 18:11:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:24 Successfully built 440358ef4f24 18:11:24 Successfully tagged docker-core-command-go-arm64:latest 18:11:24  Building docker-core-command-go ... done v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:11:24 v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:11:24 OK: 12620 distinct packages available 18:11:24 ---> aa5e8929cfe4 18:11:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:11:24 (1/2) Installing ca-certificates (20191127-r4) 18:11:25 (2/2) Installing dumb-init (1.2.2-r1) 18:11:25 Executing busybox-1.31.1-r16.trigger 18:11:25 Executing ca-certificates-20191127-r4.trigger 18:11:25 OK: 6 MiB in 16 packages 18:11:26 ---> 412673f47f1b 18:11:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:11:27 Removing intermediate container f23c20d35947 18:11:27 ---> da39b65a3c42 18:11:27 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:11:28 ---> Running in 7fa42a0589e7 18:11:28 ---> 2b8410a68c1c 18:11:28 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:11:28 ---> Running in e6257be9724e 18:11:28 Removing intermediate container 7fa42a0589e7 18:11:28 ---> 8c81de6e8d13 18:11:28 Step 14/29 : WORKDIR $BASE_DIR 18:11:29 ---> Running in c1eb3faecd6c 18:11:29 Removing intermediate container e6257be9724e 18:11:29 ---> 23516be9d50f 18:11:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:11:29 ---> Running in 5697c43b01aa 18:11:29 Removing intermediate container c1eb3faecd6c 18:11:29 ---> 7a95b7fdd8a4 18:11:29 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:11:30 ---> Running in 1be64028fd59 18:11:30 Removing intermediate container 5697c43b01aa 18:11:30 ---> caedbc819fc2 18:11:30 Step 22/24 : LABEL arch=arm64 18:11:30 ---> Running in b9e87d3b3368 18:11:31 Removing intermediate container b9e87d3b3368 18:11:31 ---> e6e6af608fbc 18:11:31 Step 23/24 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:11:31 ---> Running in 52b512392afb 18:11:31 Removing intermediate container 52b512392afb 18:11:31 ---> bf845a953146 18:11:31 Step 24/24 : LABEL version=1.2.2-dev.30 18:11:31 ---> Running in 30b8bcdf399a 18:11:32 Removing intermediate container 30b8bcdf399a 18:11:32 ---> a15de0e447fd 18:11:32 18:11:33 Successfully built a15de0e447fd 18:11:33 Successfully tagged docker-support-notifications-go-arm64:latest 18:11:33  Building docker-support-notifications-go ... done Removing intermediate container 1be64028fd59 18:11:33 ---> 9201e59d4cec 18:11:33 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:11:35 ---> 6cc5ccc22b5e 18:11:35 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:11:36 ---> b99867309034 18:11:36 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:11:37 ---> 95cc2cf89566 18:11:37 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:11:38 ---> 05819630af7c 18:11:38 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:11:39 ---> b08b3608b339 18:11:39 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:11:39 ---> Running in f80123506a6f 18:11:43 Removing intermediate container f80123506a6f 18:11:43 ---> 4ec5aa27e2ff 18:11:43 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:11:44 ---> 529308b17115 18:11:44 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:11:44 ---> Running in fda56acb6a72 18:11:47 Removing intermediate container fda56acb6a72 18:11:47 ---> 742093233a14 18:11:47 Step 24/29 : RUN chmod 755 security-secrets-setup 18:11:47 ---> Running in a2a23451e165 18:11:52 Removing intermediate container a2a23451e165 18:11:52 ---> 066387630fb0 18:11:52 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:11:52 ---> Running in e32f86999023 18:11:52 Removing intermediate container e32f86999023 18:11:52 ---> 818922769200 18:11:52 Step 26/29 : CMD [ "generate" ] 18:11:52 ---> Running in 41a87b6f2eb9 18:11:53 Removing intermediate container 41a87b6f2eb9 18:11:53 ---> 04c1b96f65ef 18:11:53 Step 27/29 : LABEL arch=arm64 18:11:53 ---> Running in 64f4644a94dc 18:11:54 Removing intermediate container 64f4644a94dc 18:11:54 ---> 257b57c15a2d 18:11:54 Step 28/29 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:11:54 ---> Running in fb303bf3adf3 18:11:54 Removing intermediate container fb303bf3adf3 18:11:54 ---> e1f4c4caed0f 18:11:54 Step 29/29 : LABEL version=1.2.2-dev.30 18:11:54 ---> Running in f7428d069175 18:11:55 Removing intermediate container f7428d069175 18:11:55 ---> 9372793017bd 18:11:55 18:11:56 Successfully built 9372793017bd 18:11:56 Successfully tagged docker-security-secrets-setup-go-arm64:latest 18:12:14  Building docker-security-secrets-setup-go ... done Removing intermediate container 06fb4fc30260 18:12:14 ---> 47689f7f0b09 18:12:14 18:12:14 Step 10/23 : FROM alpine 18:12:14 ---> 62ee0e9f8440 18:12:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:12:14 ---> Running in 2f544cc86a8c 18:12:14 Removing intermediate container 2f544cc86a8c 18:12:14 ---> f687b91b93b0 18:12:14 Step 12/23 : ENV APP_PORT=48080 18:12:14 ---> Running in 4593e77b01fd 18:12:14 Removing intermediate container 4593e77b01fd 18:12:14 ---> 0bd089974fea 18:12:14 Step 13/23 : EXPOSE $APP_PORT 18:12:14 ---> Running in cb6c8e50930e 18:12:14 Removing intermediate container cb6c8e50930e 18:12:14 ---> 13d277bc4d76 18:12:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:14 ---> Running in d9357fadce79 18:12:16 Removing intermediate container d9357fadce79 18:12:16 ---> d6ad14ef09eb 18:12:16 Step 15/23 : RUN apk --no-cache add zeromq 18:12:16 ---> Running in 5c270546ffa1 18:12:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:19 (1/5) Installing libgcc (9.3.0-r2) 18:12:19 (2/5) Installing libsodium (1.0.18-r0) 18:12:19 (3/5) Installing libstdc++ (9.3.0-r2) 18:12:19 (4/5) Installing libzmq (4.3.3-r0) 18:12:19 (5/5) Installing zeromq (4.3.3-r0) 18:12:19 Executing busybox-1.31.1-r16.trigger 18:12:19 OK: 8 MiB in 19 packages 18:12:21 Removing intermediate container 5c270546ffa1 18:12:21 ---> a72c8f13e6ee 18:12:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:12:21 ---> 5aa76c6925ea 18:12:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:12:23 ---> 01ff74e1fbb2 18:12:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:12:24 ---> 897bf0aa9c3d 18:12:24 Step 19/23 : ENTRYPOINT ["/core-data"] 18:12:24 ---> Running in ca744a2ae869 18:12:24 Removing intermediate container ca744a2ae869 18:12:24 ---> dbe4ce04f418 18:12:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:12:24 ---> Running in 088a59bb5bfd 18:12:24 Removing intermediate container 088a59bb5bfd 18:12:24 ---> 695ef7106614 18:12:24 Step 21/23 : LABEL arch=arm64 18:12:25 ---> Running in 7a3e8d3cbc5c 18:12:25 Removing intermediate container 7a3e8d3cbc5c 18:12:25 ---> 41f3e527875e 18:12:25 Step 22/23 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 18:12:25 ---> Running in f45c46775756 18:12:25 Removing intermediate container f45c46775756 18:12:25 ---> d14beb42620e 18:12:25 Step 23/23 : LABEL version=1.2.2-dev.30 18:12:26 ---> Running in cee63ee1abe0 18:12:26 Removing intermediate container cee63ee1abe0 18:12:26 ---> b774304eb595 18:12:26 18:12:27 Successfully built b774304eb595 18:12:27 Successfully tagged docker-core-data-go-arm64:latest 18:12:27  Building docker-core-data-go ... done  [Pipeline] } 18:12:27 $ docker stop --time=1 efd9916a684eb0fb3ddad25670f45c9eb2b9255c82f332371f94c6653bded322 18:12:29 $ docker rm -f efd9916a684eb0fb3ddad25670f45c9eb2b9255c82f332371f94c6653bded322 [Pipeline] // withDockerContainer [Pipeline] sh 18:12:30 + + grepdocker docker images 18:12:30 18:12:30 docker-core-data-go-arm64 latest b774304eb595 4 seconds ago 22.2MB 18:12:30 docker-security-secrets-setup-go-arm64 latest 9372793017bd 35 seconds ago 22.7MB 18:12:30 docker-support-notifications-go-arm64 latest a15de0e447fd 58 seconds ago 12.9MB 18:12:30 docker-core-command-go-arm64 latest 440358ef4f24 About a minute ago 11.4MB 18:12:30 docker-security-secretstore-setup-go-arm64 latest 7979b4dd2a69 About a minute ago 30.8MB 18:12:30 docker-sys-mgmt-agent-go-arm64 latest dd8e9a069fe1 2 minutes ago 270MB 18:12:30 docker-core-metadata-go-arm64 latest 97f583a22af7 3 minutes ago 12.7MB 18:12:30 docker-support-scheduler-go-arm64 latest b07e8521a334 3 minutes ago 11.5MB 18:12:30 docker-support-logging-go-arm64 latest 4e939103f64c 3 minutes ago 10.6MB 18:12:30 docker-security-proxy-setup-go-arm64 latest ce397b159aec 4 minutes ago 15.1MB 18:12:30 docker latest 45884bde0078 5 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:12:31 provisioning config files... 18:12:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/145@tmp/config9188578450535912384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:12:31 ---> docker-login.sh 18:12:31 nexus3.edgexfoundry.org:10001 18:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:32 Configure a credential helper to remove this warning. See 18:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:32 18:12:32 Login Succeeded 18:12:32 nexus3.edgexfoundry.org:10002 18:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:32 Configure a credential helper to remove this warning. See 18:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:32 18:12:32 Login Succeeded 18:12:32 nexus3.edgexfoundry.org:10003 18:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:33 Configure a credential helper to remove this warning. See 18:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:33 18:12:33 Login Succeeded 18:12:33 nexus3.edgexfoundry.org:10004 18:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:33 Configure a credential helper to remove this warning. See 18:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:33 18:12:33 Login Succeeded 18:12:33 docker.io 18:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:34 Configure a credential helper to remove this warning. See 18:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:34 18:12:34 Login Succeeded 18:12:34 ---> docker-login.sh ends [Pipeline] } 18:12:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:34 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 18:12:34 855c38c39ef34412bad8449468666c22fd9242b9 18:12:34 1.2.2-dev.30 18:12:34 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:34 master 18:12:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:12:35 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:12:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:12:35 53334d14b6ae: Preparing 18:12:35 0fad290ceffd: Preparing 18:12:35 836564625436: Preparing 18:12:35 836564625436: Pushed 18:12:35 53334d14b6ae: Pushed 18:12:39 0fad290ceffd: Pushed 18:12:39 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] isUnix [Pipeline] sh 18:12:39 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:12:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.30 18:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:12:39 53334d14b6ae: Preparing 18:12:39 0fad290ceffd: Preparing 18:12:39 836564625436: Preparing 18:12:40 836564625436: Layer already exists 18:12:40 53334d14b6ae: Layer already exists 18:12:40 0fad290ceffd: Layer already exists 18:12:40 1.2.2-dev.30: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] isUnix [Pipeline] sh 18:12:40 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:12:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:12:40 53334d14b6ae: Preparing 18:12:40 0fad290ceffd: Preparing 18:12:40 836564625436: Preparing 18:12:41 836564625436: Layer already exists 18:12:41 53334d14b6ae: Layer already exists 18:12:41 0fad290ceffd: Layer already exists 18:12:41 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] isUnix [Pipeline] sh 18:12:41 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:12:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 18:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:12:41 53334d14b6ae: Preparing 18:12:41 0fad290ceffd: Preparing 18:12:41 836564625436: Preparing 18:12:42 836564625436: Layer already exists 18:12:42 53334d14b6ae: Layer already exists 18:12:42 0fad290ceffd: Layer already exists 18:12:42 master: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:42 ===================================================== [Pipeline] echo 18:12:42 taggedImages: 18:12:42 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:12:42 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.30 18:12:42 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:42 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 18:12:42 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 18:12:42 855c38c39ef34412bad8449468666c22fd9242b9 18:12:42 1.2.2-dev.30 18:12:42 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:42 master 18:12:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:12:43 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:12:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:12:43 6b6fa8f1c803: Preparing 18:12:43 5f60b19ac5e9: Preparing 18:12:43 4c0fe5588cbc: Preparing 18:12:43 ba4ce3412a92: Preparing 18:12:43 8219ff2d0594: Preparing 18:12:43 e2f13739ad41: Preparing 18:12:43 e2f13739ad41: Waiting 18:12:43 8219ff2d0594: Pushed 18:12:43 6b6fa8f1c803: Pushed 18:12:43 4c0fe5588cbc: Pushed 18:12:43 e2f13739ad41: Layer already exists 18:12:44 ba4ce3412a92: Pushed 18:12:47 5f60b19ac5e9: Pushed 18:12:47 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] isUnix [Pipeline] sh 18:12:47 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:12:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.30 18:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:12:48 6b6fa8f1c803: Preparing 18:12:48 5f60b19ac5e9: Preparing 18:12:48 4c0fe5588cbc: Preparing 18:12:48 ba4ce3412a92: Preparing 18:12:48 8219ff2d0594: Preparing 18:12:48 e2f13739ad41: Preparing 18:12:48 e2f13739ad41: Waiting 18:12:48 6b6fa8f1c803: Layer already exists 18:12:48 4c0fe5588cbc: Layer already exists 18:12:48 5f60b19ac5e9: Layer already exists 18:12:48 ba4ce3412a92: Layer already exists 18:12:48 8219ff2d0594: Layer already exists 18:12:48 e2f13739ad41: Layer already exists 18:12:48 1.2.2-dev.30: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] isUnix [Pipeline] sh 18:12:48 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:12:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:12:49 6b6fa8f1c803: Preparing 18:12:49 5f60b19ac5e9: Preparing 18:12:49 4c0fe5588cbc: Preparing 18:12:49 ba4ce3412a92: Preparing 18:12:49 8219ff2d0594: Preparing 18:12:49 e2f13739ad41: Preparing 18:12:49 e2f13739ad41: Waiting 18:12:49 ba4ce3412a92: Layer already exists 18:12:49 8219ff2d0594: Layer already exists 18:12:49 6b6fa8f1c803: Layer already exists 18:12:49 5f60b19ac5e9: Layer already exists 18:12:49 4c0fe5588cbc: Layer already exists 18:12:49 e2f13739ad41: Layer already exists 18:12:49 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] isUnix [Pipeline] sh 18:12:49 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:12:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 18:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:12:50 6b6fa8f1c803: Preparing 18:12:50 5f60b19ac5e9: Preparing 18:12:50 4c0fe5588cbc: Preparing 18:12:50 ba4ce3412a92: Preparing 18:12:50 8219ff2d0594: Preparing 18:12:50 e2f13739ad41: Preparing 18:12:50 e2f13739ad41: Waiting 18:12:50 8219ff2d0594: Layer already exists 18:12:50 4c0fe5588cbc: Layer already exists 18:12:50 ba4ce3412a92: Layer already exists 18:12:50 5f60b19ac5e9: Layer already exists 18:12:50 6b6fa8f1c803: Layer already exists 18:12:50 e2f13739ad41: Layer already exists 18:12:50 master: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:50 ===================================================== [Pipeline] echo 18:12:50 taggedImages: 18:12:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:12:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.30 18:12:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 18:12:50 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 18:12:50 855c38c39ef34412bad8449468666c22fd9242b9 18:12:50 1.2.2-dev.30 18:12:50 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:50 master 18:12:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:12:51 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:12:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:12:51 3e029dc247b2: Preparing 18:12:51 e87f1148a563: Preparing 18:12:51 f5dba4372fa4: Preparing 18:12:51 3e029dc247b2: Pushed 18:12:51 f5dba4372fa4: Pushed 18:12:54 e87f1148a563: Pushed 18:12:54 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] isUnix [Pipeline] sh 18:12:55 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:12:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.30 18:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:12:55 3e029dc247b2: Preparing 18:12:55 e87f1148a563: Preparing 18:12:55 f5dba4372fa4: Preparing 18:12:55 e87f1148a563: Layer already exists 18:12:55 f5dba4372fa4: Layer already exists 18:12:55 3e029dc247b2: Layer already exists 18:12:55 1.2.2-dev.30: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] isUnix [Pipeline] sh 18:12:56 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:12:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:12:56 3e029dc247b2: Preparing 18:12:56 e87f1148a563: Preparing 18:12:56 f5dba4372fa4: Preparing 18:12:56 3e029dc247b2: Layer already exists 18:12:56 e87f1148a563: Layer already exists 18:12:56 f5dba4372fa4: Layer already exists 18:12:56 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] isUnix [Pipeline] sh 18:12:56 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:12:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 18:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:12:57 3e029dc247b2: Preparing 18:12:57 e87f1148a563: Preparing 18:12:57 f5dba4372fa4: Preparing 18:12:57 e87f1148a563: Layer already exists 18:12:57 f5dba4372fa4: Layer already exists 18:12:57 3e029dc247b2: Layer already exists 18:12:57 master: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:57 ===================================================== [Pipeline] echo 18:12:57 taggedImages: 18:12:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:12:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.30 18:12:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 18:12:57 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 18:12:57 855c38c39ef34412bad8449468666c22fd9242b9 18:12:57 1.2.2-dev.30 18:12:57 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:12:57 master 18:12:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:12:58 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:12:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:12:58 a89d9598a38a: Preparing 18:12:58 a8e7e5590da6: Preparing 18:12:58 cd1109f438fc: Preparing 18:12:58 aca39823ec55: Preparing 18:12:58 e2f13739ad41: Preparing 18:12:59 e2f13739ad41: Layer already exists 18:12:59 cd1109f438fc: Pushed 18:12:59 a8e7e5590da6: Pushed 18:12:59 aca39823ec55: Pushed 18:13:01 a89d9598a38a: Pushed 18:13:01 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:13:02 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.30 18:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:13:02 a89d9598a38a: Preparing 18:13:02 a8e7e5590da6: Preparing 18:13:02 cd1109f438fc: Preparing 18:13:02 aca39823ec55: Preparing 18:13:02 e2f13739ad41: Preparing 18:13:02 e2f13739ad41: Layer already exists 18:13:02 cd1109f438fc: Layer already exists 18:13:02 a89d9598a38a: Layer already exists 18:13:02 aca39823ec55: Layer already exists 18:13:02 a8e7e5590da6: Layer already exists 18:13:02 1.2.2-dev.30: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:13:02 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:13:03 a89d9598a38a: Preparing 18:13:03 a8e7e5590da6: Preparing 18:13:03 cd1109f438fc: Preparing 18:13:03 aca39823ec55: Preparing 18:13:03 e2f13739ad41: Preparing 18:13:03 aca39823ec55: Layer already exists 18:13:03 e2f13739ad41: Layer already exists 18:13:03 cd1109f438fc: Layer already exists 18:13:03 a89d9598a38a: Layer already exists 18:13:03 a8e7e5590da6: Layer already exists 18:13:03 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:13:03 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 18:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:13:04 a89d9598a38a: Preparing 18:13:04 a8e7e5590da6: Preparing 18:13:04 cd1109f438fc: Preparing 18:13:04 aca39823ec55: Preparing 18:13:04 e2f13739ad41: Preparing 18:13:04 e2f13739ad41: Layer already exists 18:13:04 a8e7e5590da6: Layer already exists 18:13:04 a89d9598a38a: Layer already exists 18:13:04 aca39823ec55: Layer already exists 18:13:04 cd1109f438fc: Layer already exists 18:13:04 master: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:04 ===================================================== [Pipeline] echo 18:13:04 taggedImages: 18:13:04 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:04 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.30 18:13:04 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:04 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 18:13:04 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 18:13:04 855c38c39ef34412bad8449468666c22fd9242b9 18:13:04 1.2.2-dev.30 18:13:04 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:04 master 18:13:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:05 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:13:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:13:05 013bd67950b2: Preparing 18:13:05 ba2fb34ea213: Preparing 18:13:05 884c35098ad4: Preparing 18:13:05 eb1de3448fb7: Preparing 18:13:05 eb1de3448fb7: Preparing 18:13:05 32d295a6ee29: Preparing 18:13:05 134fe76bebb5: Preparing 18:13:05 a124f4dfb9a8: Preparing 18:13:05 013bd67950b2: Preparing 18:13:05 e7c50b86a340: Preparing 18:13:05 e9d45beeab8e: Preparing 18:13:05 a6bea0b3c2c1: Preparing 18:13:05 e2f13739ad41: Preparing 18:13:05 a6bea0b3c2c1: Waiting 18:13:05 a124f4dfb9a8: Waiting 18:13:05 e7c50b86a340: Waiting 18:13:05 e9d45beeab8e: Waiting 18:13:05 e2f13739ad41: Waiting 18:13:06 eb1de3448fb7: Pushed 18:13:06 32d295a6ee29: Pushed 18:13:06 ba2fb34ea213: Pushed 18:13:06 884c35098ad4: Pushed 18:13:06 134fe76bebb5: Pushed 18:13:06 a124f4dfb9a8: Pushed 18:13:06 e9d45beeab8e: Pushed 18:13:06 e7c50b86a340: Pushed 18:13:06 e2f13739ad41: Layer already exists 18:13:06 a6bea0b3c2c1: Pushed 18:13:08 013bd67950b2: Pushed 18:13:08 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] isUnix [Pipeline] sh 18:13:09 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.30 18:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:13:09 013bd67950b2: Preparing 18:13:09 ba2fb34ea213: Preparing 18:13:09 884c35098ad4: Preparing 18:13:09 eb1de3448fb7: Preparing 18:13:09 eb1de3448fb7: Preparing 18:13:09 32d295a6ee29: Preparing 18:13:09 134fe76bebb5: Preparing 18:13:09 a124f4dfb9a8: Preparing 18:13:09 013bd67950b2: Preparing 18:13:09 e7c50b86a340: Preparing 18:13:09 e9d45beeab8e: Preparing 18:13:09 a6bea0b3c2c1: Preparing 18:13:09 e2f13739ad41: Preparing 18:13:09 e7c50b86a340: Waiting 18:13:09 e9d45beeab8e: Waiting 18:13:09 a6bea0b3c2c1: Waiting 18:13:09 e2f13739ad41: Waiting 18:13:09 134fe76bebb5: Waiting 18:13:09 a124f4dfb9a8: Waiting 18:13:09 013bd67950b2: Layer already exists 18:13:09 eb1de3448fb7: Layer already exists 18:13:09 32d295a6ee29: Layer already exists 18:13:09 884c35098ad4: Layer already exists 18:13:09 ba2fb34ea213: Layer already exists 18:13:09 e9d45beeab8e: Layer already exists 18:13:09 134fe76bebb5: Layer already exists 18:13:09 e7c50b86a340: Layer already exists 18:13:09 a6bea0b3c2c1: Layer already exists 18:13:09 a124f4dfb9a8: Layer already exists 18:13:09 e2f13739ad41: Layer already exists 18:13:09 1.2.2-dev.30: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] isUnix [Pipeline] sh 18:13:09 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:13:10 013bd67950b2: Preparing 18:13:10 ba2fb34ea213: Preparing 18:13:10 884c35098ad4: Preparing 18:13:10 eb1de3448fb7: Preparing 18:13:10 eb1de3448fb7: Preparing 18:13:10 32d295a6ee29: Preparing 18:13:10 134fe76bebb5: Preparing 18:13:10 a124f4dfb9a8: Preparing 18:13:10 013bd67950b2: Preparing 18:13:10 e7c50b86a340: Preparing 18:13:10 e9d45beeab8e: Preparing 18:13:10 a6bea0b3c2c1: Preparing 18:13:10 e2f13739ad41: Preparing 18:13:10 134fe76bebb5: Waiting 18:13:10 a124f4dfb9a8: Waiting 18:13:10 e7c50b86a340: Waiting 18:13:10 a6bea0b3c2c1: Waiting 18:13:10 e2f13739ad41: Waiting 18:13:10 e9d45beeab8e: Waiting 18:13:10 ba2fb34ea213: Layer already exists 18:13:10 884c35098ad4: Layer already exists 18:13:10 32d295a6ee29: Layer already exists 18:13:10 013bd67950b2: Layer already exists 18:13:10 eb1de3448fb7: Layer already exists 18:13:10 a124f4dfb9a8: Layer already exists 18:13:10 134fe76bebb5: Layer already exists 18:13:10 e9d45beeab8e: Layer already exists 18:13:10 e7c50b86a340: Layer already exists 18:13:10 a6bea0b3c2c1: Layer already exists 18:13:10 e2f13739ad41: Layer already exists 18:13:10 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] isUnix [Pipeline] sh 18:13:10 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 18:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:13:11 013bd67950b2: Preparing 18:13:11 ba2fb34ea213: Preparing 18:13:11 884c35098ad4: Preparing 18:13:11 eb1de3448fb7: Preparing 18:13:11 eb1de3448fb7: Preparing 18:13:11 32d295a6ee29: Preparing 18:13:11 134fe76bebb5: Preparing 18:13:11 a124f4dfb9a8: Preparing 18:13:11 013bd67950b2: Preparing 18:13:11 e7c50b86a340: Preparing 18:13:11 e9d45beeab8e: Preparing 18:13:11 a6bea0b3c2c1: Preparing 18:13:11 e2f13739ad41: Preparing 18:13:11 134fe76bebb5: Waiting 18:13:11 a124f4dfb9a8: Waiting 18:13:11 e7c50b86a340: Waiting 18:13:11 e9d45beeab8e: Waiting 18:13:11 a6bea0b3c2c1: Waiting 18:13:11 e2f13739ad41: Waiting 18:13:11 013bd67950b2: Layer already exists 18:13:11 ba2fb34ea213: Layer already exists 18:13:11 884c35098ad4: Layer already exists 18:13:11 eb1de3448fb7: Layer already exists 18:13:11 32d295a6ee29: Layer already exists 18:13:11 a6bea0b3c2c1: Layer already exists 18:13:11 e9d45beeab8e: Layer already exists 18:13:11 134fe76bebb5: Layer already exists 18:13:11 e7c50b86a340: Layer already exists 18:13:11 a124f4dfb9a8: Layer already exists 18:13:11 e2f13739ad41: Layer already exists 18:13:11 master: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:11 ===================================================== [Pipeline] echo 18:13:11 taggedImages: 18:13:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.30 18:13:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 18:13:11 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 18:13:11 855c38c39ef34412bad8449468666c22fd9242b9 18:13:11 1.2.2-dev.30 18:13:11 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:11 master 18:13:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:12 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:13:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:13:12 41a7851df512: Preparing 18:13:12 b73cac172266: Preparing 18:13:12 e841f2e6322c: Preparing 18:13:12 294cddbc8fc4: Preparing 18:13:12 f570bc184b77: Preparing 18:13:12 926249741454: Preparing 18:13:12 9ece243a41ce: Preparing 18:13:12 7e3b37da8c20: Preparing 18:13:12 abeb53794e5a: Preparing 18:13:12 f630cea3d539: Preparing 18:13:12 66b385cf80cf: Preparing 18:13:12 7e3b37da8c20: Waiting 18:13:12 abeb53794e5a: Waiting 18:13:12 f630cea3d539: Waiting 18:13:12 66b385cf80cf: Waiting 18:13:12 9ece243a41ce: Waiting 18:13:12 926249741454: Waiting 18:13:12 41a7851df512: Pushed 18:13:12 b73cac172266: Pushed 18:13:13 926249741454: Pushed 18:13:13 9ece243a41ce: Pushed 18:13:13 7e3b37da8c20: Pushed 18:13:13 abeb53794e5a: Pushed 18:13:13 66b385cf80cf: Layer already exists 18:13:14 f630cea3d539: Pushed 18:13:15 e841f2e6322c: Pushed 18:13:15 f570bc184b77: Pushed 18:13:15 294cddbc8fc4: Pushed 18:13:15 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] isUnix [Pipeline] sh 18:13:15 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.30 18:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:13:16 41a7851df512: Preparing 18:13:16 b73cac172266: Preparing 18:13:16 e841f2e6322c: Preparing 18:13:16 294cddbc8fc4: Preparing 18:13:16 f570bc184b77: Preparing 18:13:16 926249741454: Preparing 18:13:16 9ece243a41ce: Preparing 18:13:16 7e3b37da8c20: Preparing 18:13:16 abeb53794e5a: Preparing 18:13:16 f630cea3d539: Preparing 18:13:16 66b385cf80cf: Preparing 18:13:16 926249741454: Waiting 18:13:16 9ece243a41ce: Waiting 18:13:16 7e3b37da8c20: Waiting 18:13:16 abeb53794e5a: Waiting 18:13:16 f630cea3d539: Waiting 18:13:16 66b385cf80cf: Waiting 18:13:16 294cddbc8fc4: Layer already exists 18:13:16 41a7851df512: Layer already exists 18:13:16 e841f2e6322c: Layer already exists 18:13:16 b73cac172266: Layer already exists 18:13:16 f570bc184b77: Layer already exists 18:13:16 f630cea3d539: Layer already exists 18:13:16 926249741454: Layer already exists 18:13:16 7e3b37da8c20: Layer already exists 18:13:16 9ece243a41ce: Layer already exists 18:13:16 abeb53794e5a: Layer already exists 18:13:16 66b385cf80cf: Layer already exists 18:13:16 1.2.2-dev.30: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] isUnix [Pipeline] sh 18:13:16 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:13:17 41a7851df512: Preparing 18:13:17 b73cac172266: Preparing 18:13:17 e841f2e6322c: Preparing 18:13:17 294cddbc8fc4: Preparing 18:13:17 f570bc184b77: Preparing 18:13:17 926249741454: Preparing 18:13:17 9ece243a41ce: Preparing 18:13:17 7e3b37da8c20: Preparing 18:13:17 abeb53794e5a: Preparing 18:13:17 f630cea3d539: Preparing 18:13:17 66b385cf80cf: Preparing 18:13:17 7e3b37da8c20: Waiting 18:13:17 abeb53794e5a: Waiting 18:13:17 926249741454: Waiting 18:13:17 f630cea3d539: Waiting 18:13:17 9ece243a41ce: Waiting 18:13:17 66b385cf80cf: Waiting 18:13:17 41a7851df512: Layer already exists 18:13:17 294cddbc8fc4: Layer already exists 18:13:17 e841f2e6322c: Layer already exists 18:13:17 f570bc184b77: Layer already exists 18:13:17 b73cac172266: Layer already exists 18:13:17 7e3b37da8c20: Layer already exists 18:13:17 926249741454: Layer already exists 18:13:17 9ece243a41ce: Layer already exists 18:13:17 abeb53794e5a: Layer already exists 18:13:17 f630cea3d539: Layer already exists 18:13:17 66b385cf80cf: Layer already exists 18:13:17 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] isUnix [Pipeline] sh 18:13:17 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 18:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:13:18 41a7851df512: Preparing 18:13:18 b73cac172266: Preparing 18:13:18 e841f2e6322c: Preparing 18:13:18 294cddbc8fc4: Preparing 18:13:18 f570bc184b77: Preparing 18:13:18 926249741454: Preparing 18:13:18 9ece243a41ce: Preparing 18:13:18 7e3b37da8c20: Preparing 18:13:18 abeb53794e5a: Preparing 18:13:18 f630cea3d539: Preparing 18:13:18 66b385cf80cf: Preparing 18:13:18 7e3b37da8c20: Waiting 18:13:18 abeb53794e5a: Waiting 18:13:18 f630cea3d539: Waiting 18:13:18 66b385cf80cf: Waiting 18:13:18 926249741454: Waiting 18:13:18 9ece243a41ce: Waiting 18:13:18 294cddbc8fc4: Layer already exists 18:13:18 41a7851df512: Layer already exists 18:13:18 f570bc184b77: Layer already exists 18:13:18 e841f2e6322c: Layer already exists 18:13:18 b73cac172266: Layer already exists 18:13:18 9ece243a41ce: Layer already exists 18:13:18 7e3b37da8c20: Layer already exists 18:13:18 926249741454: Layer already exists 18:13:18 abeb53794e5a: Layer already exists 18:13:18 f630cea3d539: Layer already exists 18:13:18 66b385cf80cf: Layer already exists 18:13:18 master: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:18 ===================================================== [Pipeline] echo 18:13:18 taggedImages: 18:13:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.30 18:13:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 18:13:18 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 18:13:18 855c38c39ef34412bad8449468666c22fd9242b9 18:13:18 1.2.2-dev.30 18:13:18 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:18 master 18:13:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:19 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:13:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 18:13:19 b5a374ca78ec: Preparing 18:13:19 aeb0f04e9397: Preparing 18:13:19 6fd97af9a989: Preparing 18:13:19 6e8d18f046c7: Preparing 18:13:19 b5a374ca78ec: Pushed 18:13:19 6fd97af9a989: Pushed 18:13:20 6e8d18f046c7: Pushed 18:13:22 aeb0f04e9397: Pushed 18:13:22 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] isUnix [Pipeline] sh 18:13:23 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.30 18:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 18:13:23 b5a374ca78ec: Preparing 18:13:23 aeb0f04e9397: Preparing 18:13:23 6fd97af9a989: Preparing 18:13:23 6e8d18f046c7: Preparing 18:13:23 b5a374ca78ec: Layer already exists 18:13:23 aeb0f04e9397: Layer already exists 18:13:23 6e8d18f046c7: Layer already exists 18:13:23 6fd97af9a989: Layer already exists 18:13:23 1.2.2-dev.30: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] isUnix [Pipeline] sh 18:13:24 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 18:13:24 b5a374ca78ec: Preparing 18:13:24 aeb0f04e9397: Preparing 18:13:24 6fd97af9a989: Preparing 18:13:24 6e8d18f046c7: Preparing 18:13:24 aeb0f04e9397: Layer already exists 18:13:24 6e8d18f046c7: Layer already exists 18:13:24 6fd97af9a989: Layer already exists 18:13:24 b5a374ca78ec: Layer already exists 18:13:24 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] isUnix [Pipeline] sh 18:13:25 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 18:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 18:13:25 b5a374ca78ec: Preparing 18:13:25 aeb0f04e9397: Preparing 18:13:25 6fd97af9a989: Preparing 18:13:25 6e8d18f046c7: Preparing 18:13:25 6e8d18f046c7: Layer already exists 18:13:25 b5a374ca78ec: Layer already exists 18:13:25 aeb0f04e9397: Layer already exists 18:13:25 6fd97af9a989: Layer already exists 18:13:25 master: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:25 ===================================================== [Pipeline] echo 18:13:26 taggedImages: 18:13:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.30 18:13:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 18:13:26 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 18:13:26 855c38c39ef34412bad8449468666c22fd9242b9 18:13:26 1.2.2-dev.30 18:13:26 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:26 master 18:13:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:26 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:13:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:13:26 caab5d2e7368: Preparing 18:13:26 1277862d3169: Preparing 18:13:26 60736406f495: Preparing 18:13:26 bf38aa8b8d07: Preparing 18:13:26 17a9106ea64b: Preparing 18:13:26 bb1e46a5c272: Preparing 18:13:26 bb1e46a5c272: Waiting 18:13:27 caab5d2e7368: Pushed 18:13:27 60736406f495: Pushed 18:13:27 bf38aa8b8d07: Pushed 18:13:27 17a9106ea64b: Pushed 18:13:27 bb1e46a5c272: Pushed 18:13:30 1277862d3169: Pushed 18:13:30 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] isUnix [Pipeline] sh 18:13:30 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.30 18:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:13:31 caab5d2e7368: Preparing 18:13:31 1277862d3169: Preparing 18:13:31 60736406f495: Preparing 18:13:31 bf38aa8b8d07: Preparing 18:13:31 17a9106ea64b: Preparing 18:13:31 bb1e46a5c272: Preparing 18:13:31 bb1e46a5c272: Waiting 18:13:31 17a9106ea64b: Layer already exists 18:13:31 bf38aa8b8d07: Layer already exists 18:13:31 60736406f495: Layer already exists 18:13:31 caab5d2e7368: Layer already exists 18:13:31 1277862d3169: Layer already exists 18:13:31 bb1e46a5c272: Layer already exists 18:13:31 1.2.2-dev.30: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] isUnix [Pipeline] sh 18:13:31 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:13:32 caab5d2e7368: Preparing 18:13:32 1277862d3169: Preparing 18:13:32 60736406f495: Preparing 18:13:32 bf38aa8b8d07: Preparing 18:13:32 17a9106ea64b: Preparing 18:13:32 bb1e46a5c272: Preparing 18:13:32 bb1e46a5c272: Waiting 18:13:32 60736406f495: Layer already exists 18:13:32 caab5d2e7368: Layer already exists 18:13:32 17a9106ea64b: Layer already exists 18:13:32 1277862d3169: Layer already exists 18:13:32 bf38aa8b8d07: Layer already exists 18:13:32 bb1e46a5c272: Layer already exists 18:13:32 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] isUnix [Pipeline] sh 18:13:32 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 18:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:13:33 caab5d2e7368: Preparing 18:13:33 1277862d3169: Preparing 18:13:33 60736406f495: Preparing 18:13:33 bf38aa8b8d07: Preparing 18:13:33 17a9106ea64b: Preparing 18:13:33 bb1e46a5c272: Preparing 18:13:33 bb1e46a5c272: Waiting 18:13:33 17a9106ea64b: Layer already exists 18:13:33 bf38aa8b8d07: Layer already exists 18:13:33 caab5d2e7368: Layer already exists 18:13:33 1277862d3169: Layer already exists 18:13:33 60736406f495: Layer already exists 18:13:33 bb1e46a5c272: Layer already exists 18:13:33 master: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:33 ===================================================== [Pipeline] echo 18:13:33 taggedImages: 18:13:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.30 18:13:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 18:13:33 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 18:13:33 855c38c39ef34412bad8449468666c22fd9242b9 18:13:33 1.2.2-dev.30 18:13:33 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:33 master 18:13:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:34 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:13:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:13:34 1151db0f9470: Preparing 18:13:34 19a4eec9ad7f: Preparing 18:13:34 8c0a56e82312: Preparing 18:13:34 8c0a56e82312: Pushed 18:13:34 1151db0f9470: Pushed 18:13:38 19a4eec9ad7f: Pushed 18:13:38 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] isUnix [Pipeline] sh 18:13:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.30 18:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:13:39 1151db0f9470: Preparing 18:13:39 19a4eec9ad7f: Preparing 18:13:39 8c0a56e82312: Preparing 18:13:39 8c0a56e82312: Layer already exists 18:13:39 19a4eec9ad7f: Layer already exists 18:13:39 1151db0f9470: Layer already exists 18:13:39 1.2.2-dev.30: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] isUnix [Pipeline] sh 18:13:40 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:13:40 1151db0f9470: Preparing 18:13:40 19a4eec9ad7f: Preparing 18:13:40 8c0a56e82312: Preparing 18:13:40 8c0a56e82312: Layer already exists 18:13:40 19a4eec9ad7f: Layer already exists 18:13:40 1151db0f9470: Layer already exists 18:13:40 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] isUnix [Pipeline] sh 18:13:41 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 18:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:13:41 1151db0f9470: Preparing 18:13:41 19a4eec9ad7f: Preparing 18:13:41 8c0a56e82312: Preparing 18:13:41 19a4eec9ad7f: Layer already exists 18:13:41 1151db0f9470: Layer already exists 18:13:41 8c0a56e82312: Layer already exists 18:13:41 master: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:42 ===================================================== [Pipeline] echo 18:13:42 taggedImages: 18:13:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.30 18:13:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:42 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 18:13:42 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 18:13:42 855c38c39ef34412bad8449468666c22fd9242b9 18:13:42 1.2.2-dev.30 18:13:42 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:13:42 master 18:13:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:42 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh 18:13:43 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:13:43 60953ea8a496: Preparing 18:13:43 5eabab3157af: Preparing 18:13:43 fbdd2b1846b6: Preparing 18:13:43 4bbd2da7c3c1: Preparing 18:13:43 33ab827609f4: Preparing 18:13:43 5a0bcf80d204: Preparing 18:13:43 ee3e471d8878: Preparing 18:13:43 5a0bcf80d204: Waiting 18:13:43 f875f9e206db: Preparing 18:13:43 3994ac1dcb8b: Preparing 18:13:43 5f2247eaf593: Preparing 18:13:43 62d13be1b083: Preparing 18:13:43 94fdc660876c: Preparing 18:13:43 4e7279dfc0c0: Preparing 18:13:43 e2f13739ad41: Preparing 18:13:43 ee3e471d8878: Waiting 18:13:43 f875f9e206db: Waiting 18:13:43 3994ac1dcb8b: Waiting 18:13:43 5f2247eaf593: Waiting 18:13:43 62d13be1b083: Waiting 18:13:43 94fdc660876c: Waiting 18:13:43 e2f13739ad41: Waiting 18:13:43 4e7279dfc0c0: Waiting 18:13:43 33ab827609f4: Pushed 18:13:44 60953ea8a496: Pushed 18:13:44 4bbd2da7c3c1: Pushed 18:13:44 f875f9e206db: Layer already exists 18:13:44 3994ac1dcb8b: Layer already exists 18:13:44 ee3e471d8878: Pushed 18:13:44 5f2247eaf593: Layer already exists 18:13:45 94fdc660876c: Layer already exists 18:13:45 62d13be1b083: Layer already exists 18:13:45 e2f13739ad41: Layer already exists 18:13:45 4e7279dfc0c0: Layer already exists 18:13:45 5eabab3157af: Pushed 18:13:46 5a0bcf80d204: Pushed 18:13:58 fbdd2b1846b6: Pushed 18:13:58 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] isUnix [Pipeline] sh 18:13:59 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:13:59 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.30 18:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:13:59 60953ea8a496: Preparing 18:13:59 5eabab3157af: Preparing 18:13:59 fbdd2b1846b6: Preparing 18:13:59 4bbd2da7c3c1: Preparing 18:13:59 33ab827609f4: Preparing 18:13:59 5a0bcf80d204: Preparing 18:13:59 ee3e471d8878: Preparing 18:13:59 f875f9e206db: Preparing 18:13:59 3994ac1dcb8b: Preparing 18:13:59 5f2247eaf593: Preparing 18:13:59 62d13be1b083: Preparing 18:13:59 94fdc660876c: Preparing 18:13:59 4e7279dfc0c0: Preparing 18:13:59 e2f13739ad41: Preparing 18:13:59 5f2247eaf593: Waiting 18:13:59 62d13be1b083: Waiting 18:13:59 94fdc660876c: Waiting 18:13:59 5a0bcf80d204: Waiting 18:13:59 ee3e471d8878: Waiting 18:13:59 f875f9e206db: Waiting 18:13:59 4e7279dfc0c0: Waiting 18:13:59 3994ac1dcb8b: Waiting 18:13:59 e2f13739ad41: Waiting 18:13:59 4bbd2da7c3c1: Layer already exists 18:13:59 60953ea8a496: Layer already exists 18:13:59 fbdd2b1846b6: Layer already exists 18:13:59 5eabab3157af: Layer already exists 18:13:59 33ab827609f4: Layer already exists 18:13:59 f875f9e206db: Layer already exists 18:13:59 5a0bcf80d204: Layer already exists 18:13:59 ee3e471d8878: Layer already exists 18:13:59 3994ac1dcb8b: Layer already exists 18:13:59 5f2247eaf593: Layer already exists 18:13:59 62d13be1b083: Layer already exists 18:13:59 94fdc660876c: Layer already exists 18:13:59 4e7279dfc0c0: Layer already exists 18:13:59 e2f13739ad41: Layer already exists 18:13:59 1.2.2-dev.30: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] isUnix [Pipeline] sh 18:14:00 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh 18:14:00 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:14:00 60953ea8a496: Preparing 18:14:00 5eabab3157af: Preparing 18:14:00 fbdd2b1846b6: Preparing 18:14:00 4bbd2da7c3c1: Preparing 18:14:00 33ab827609f4: Preparing 18:14:00 5a0bcf80d204: Preparing 18:14:00 ee3e471d8878: Preparing 18:14:00 f875f9e206db: Preparing 18:14:00 3994ac1dcb8b: Preparing 18:14:00 5f2247eaf593: Preparing 18:14:00 62d13be1b083: Preparing 18:14:00 94fdc660876c: Preparing 18:14:00 4e7279dfc0c0: Preparing 18:14:00 e2f13739ad41: Preparing 18:14:00 ee3e471d8878: Waiting 18:14:00 f875f9e206db: Waiting 18:14:00 5f2247eaf593: Waiting 18:14:00 62d13be1b083: Waiting 18:14:00 94fdc660876c: Waiting 18:14:00 4e7279dfc0c0: Waiting 18:14:00 e2f13739ad41: Waiting 18:14:00 5a0bcf80d204: Waiting 18:14:00 3994ac1dcb8b: Waiting 18:14:00 fbdd2b1846b6: Layer already exists 18:14:00 60953ea8a496: Layer already exists 18:14:00 5eabab3157af: Layer already exists 18:14:00 33ab827609f4: Layer already exists 18:14:00 4bbd2da7c3c1: Layer already exists 18:14:00 5a0bcf80d204: Layer already exists 18:14:00 ee3e471d8878: Layer already exists 18:14:00 f875f9e206db: Layer already exists 18:14:00 3994ac1dcb8b: Layer already exists 18:14:00 62d13be1b083: Layer already exists 18:14:00 5f2247eaf593: Layer already exists 18:14:00 e2f13739ad41: Layer already exists 18:14:00 94fdc660876c: Layer already exists 18:14:00 4e7279dfc0c0: Layer already exists 18:14:00 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] isUnix [Pipeline] sh 18:14:01 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:01 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 18:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:14:01 60953ea8a496: Preparing 18:14:01 5eabab3157af: Preparing 18:14:01 fbdd2b1846b6: Preparing 18:14:01 4bbd2da7c3c1: Preparing 18:14:01 33ab827609f4: Preparing 18:14:01 5a0bcf80d204: Preparing 18:14:01 ee3e471d8878: Preparing 18:14:01 f875f9e206db: Preparing 18:14:01 3994ac1dcb8b: Preparing 18:14:01 5f2247eaf593: Preparing 18:14:01 62d13be1b083: Preparing 18:14:01 94fdc660876c: Preparing 18:14:01 4e7279dfc0c0: Preparing 18:14:01 e2f13739ad41: Preparing 18:14:01 3994ac1dcb8b: Waiting 18:14:01 5f2247eaf593: Waiting 18:14:01 62d13be1b083: Waiting 18:14:01 4e7279dfc0c0: Waiting 18:14:01 94fdc660876c: Waiting 18:14:01 e2f13739ad41: Waiting 18:14:01 5a0bcf80d204: Waiting 18:14:01 ee3e471d8878: Waiting 18:14:01 f875f9e206db: Waiting 18:14:01 33ab827609f4: Layer already exists 18:14:01 60953ea8a496: Layer already exists 18:14:01 fbdd2b1846b6: Layer already exists 18:14:01 5eabab3157af: Layer already exists 18:14:01 4bbd2da7c3c1: Layer already exists 18:14:01 ee3e471d8878: Layer already exists 18:14:01 5a0bcf80d204: Layer already exists 18:14:01 f875f9e206db: Layer already exists 18:14:01 5f2247eaf593: Layer already exists 18:14:01 3994ac1dcb8b: Layer already exists 18:14:01 94fdc660876c: Layer already exists 18:14:01 62d13be1b083: Layer already exists 18:14:01 4e7279dfc0c0: Layer already exists 18:14:01 e2f13739ad41: Layer already exists 18:14:01 master: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:01 ===================================================== [Pipeline] echo 18:14:01 taggedImages: 18:14:01 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:14:01 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.30 18:14:01 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 18:14:01 - 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 18:14:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 18:14:03 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 18:14:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:14:04 18:14:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 18:14:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:14:04 1.317.0: Pulling from edgex-devops/edgex-snyk-go 18:14:04 cbdbe7a5bc2a: Already exists 18:14:04 408f87550127: Pulling fs layer 18:14:04 fe522b08c979: Pulling fs layer 18:14:04 221eaa008020: Pulling fs layer 18:14:04 2a4607e5d6b9: Pulling fs layer 18:14:04 8f79b27c4fd2: Pulling fs layer 18:14:04 e5c8dbe1645b: Pulling fs layer 18:14:04 23e8b3b47431: Pulling fs layer 18:14:04 5c568d65a230: Pulling fs layer 18:14:04 2a4607e5d6b9: Waiting 18:14:04 8f79b27c4fd2: Waiting 18:14:04 e5c8dbe1645b: Waiting 18:14:04 5c568d65a230: Waiting 18:14:04 23e8b3b47431: Waiting 18:14:04 fe522b08c979: Download complete 18:14:04 408f87550127: Verifying Checksum 18:14:04 408f87550127: Download complete 18:14:04 2a4607e5d6b9: Verifying Checksum 18:14:04 2a4607e5d6b9: Download complete 18:14:04 8f79b27c4fd2: Verifying Checksum 18:14:04 8f79b27c4fd2: Download complete 18:14:04 408f87550127: Pull complete 18:14:05 fe522b08c979: Pull complete 18:14:06 e5c8dbe1645b: Verifying Checksum 18:14:06 e5c8dbe1645b: Download complete 18:14:07 23e8b3b47431: Verifying Checksum 18:14:07 23e8b3b47431: Download complete 18:14:07 5c568d65a230: Verifying Checksum 18:14:07 5c568d65a230: Download complete 18:14:07 221eaa008020: Verifying Checksum 18:14:07 221eaa008020: Download complete 18:14:14 221eaa008020: Pull complete 18:14:14 2a4607e5d6b9: Pull complete 18:14:14 8f79b27c4fd2: Pull complete 18:14:17 e5c8dbe1645b: Pull complete 18:14:21 23e8b3b47431: Pull complete 18:14:22 5c568d65a230: Pull complete 18:14:22 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 18:14:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:14:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 18:14:22 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:14:22 $ 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/145:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:14:23 $ docker top 6b3a0dfaeea4458a9f24e2d2f79d14027176129c0cd77e7f1fcb4689a1d286b8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:24 + snyk monitor '--org=edgex-jenkins' 18:14:32 18:14:32 Monitoring /w/workspace/edgex-go/145 (github.com/edgexfoundry/edgex-go)... 18:14:32 18:14:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/0709dded-25da-48df-a93d-141fdb36c4d4 18:14:32 18:14:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:14:32 18:14:32 18:14:32 Snyk CLI supports Node.js 8 and higher. 18:14:32 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 18:14:32 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 18:14:32 18:14:32 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 18:14:32 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 18:14:32 $ docker stop --time=1 6b3a0dfaeea4458a9f24e2d2f79d14027176129c0cd77e7f1fcb4689a1d286b8 18:14:35 $ docker rm -f 6b3a0dfaeea4458a9f24e2d2f79d14027176129c0cd77e7f1fcb4689a1d286b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:14:37 18:14:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 18:14:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:14:37 latest: Pulling from edgex-devops/edgex-klar 18:14:37 e7c96db7181b: Pulling fs layer 18:14:37 1868ca2cb446: Pulling fs layer 18:14:37 136be5d0fe8e: Pulling fs layer 18:14:37 894bfe63afcb: Pulling fs layer 18:14:37 894bfe63afcb: Waiting 18:14:37 1868ca2cb446: Verifying Checksum 18:14:37 1868ca2cb446: Download complete 18:14:37 136be5d0fe8e: Verifying Checksum 18:14:37 136be5d0fe8e: Download complete 18:14:37 e7c96db7181b: Verifying Checksum 18:14:37 e7c96db7181b: Download complete 18:14:37 894bfe63afcb: Verifying Checksum 18:14:37 894bfe63afcb: Download complete 18:14:37 e7c96db7181b: Pull complete 18:14:37 1868ca2cb446: Pull complete 18:14:37 136be5d0fe8e: Pull complete 18:14:38 894bfe63afcb: Pull complete 18:14:38 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 18:14:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:14:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 18:14:38 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:14:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:14:39 $ docker top 8a5b747188772a739f577cc7a5394d26fa02d889c76016c727993e2c0cf0841e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:40 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 18:14:40 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:14:42 $ docker stop --time=1 8a5b747188772a739f577cc7a5394d26fa02d889c76016c727993e2c0cf0841e 18:14:44 $ docker rm -f 8a5b747188772a739f577cc7a5394d26fa02d889c76016c727993e2c0cf0841e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:14:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:14:44 . [Pipeline] withDockerContainer 18:14:44 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:14:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:14:45 $ docker top 9bc573f3e729199bb7279f7e44d60d4a712923baec0d1e979d6a54137008d96d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:45 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 18:14:45 + tee 18:14:45 clair timeout 1m0s 18:14:45 docker timeout: 1m0s 18:14:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:14:46 $ docker stop --time=1 9bc573f3e729199bb7279f7e44d60d4a712923baec0d1e979d6a54137008d96d 18:14:47 $ docker rm -f 9bc573f3e729199bb7279f7e44d60d4a712923baec0d1e979d6a54137008d96d [Pipeline] // withDockerContainer [Pipeline] sh 18:14:48 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:14:48 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-command-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:14:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:14:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:14:48 . [Pipeline] withDockerContainer 18:14:48 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:14:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:14:49 $ docker top 879d81c1bb8ca461a6a425f138f50afbfdd7797b0a232dc1c704cebf5d7a2135 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:50 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 18:14:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:14:55 $ docker stop --time=1 879d81c1bb8ca461a6a425f138f50afbfdd7797b0a232dc1c704cebf5d7a2135 18:14:57 $ docker rm -f 879d81c1bb8ca461a6a425f138f50afbfdd7797b0a232dc1c704cebf5d7a2135 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:14:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:14:57 . [Pipeline] withDockerContainer 18:14:57 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:14:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:14:58 $ docker top 416c0008707475841f53d1c6d6e90215569db90928b3e24b619e30fb7ac70cce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:58 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 18:14:58 + tee 18:14:58 clair timeout 1m0s 18:14:58 docker timeout: 1m0s 18:14:58 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:14:59 $ docker stop --time=1 416c0008707475841f53d1c6d6e90215569db90928b3e24b619e30fb7ac70cce 18:15:01 $ docker rm -f 416c0008707475841f53d1c6d6e90215569db90928b3e24b619e30fb7ac70cce [Pipeline] // withDockerContainer [Pipeline] sh 18:15:01 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:15:01 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-data-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:15:01 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:15:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:02 . [Pipeline] withDockerContainer 18:15:02 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:02 $ docker top 473ba098da778916bc90c587303bba6eb7bd65b3528fd9d75ec7a47de5020b7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:03 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:03 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:06 $ docker stop --time=1 473ba098da778916bc90c587303bba6eb7bd65b3528fd9d75ec7a47de5020b7d 18:15:07 $ docker rm -f 473ba098da778916bc90c587303bba6eb7bd65b3528fd9d75ec7a47de5020b7d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:15:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:08 . [Pipeline] withDockerContainer 18:15:08 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:09 $ docker top 20f98b3b83366ac462b3e3d0d5234dca10c7131174dbc4ab6f4b21b88cb9da2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:09 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:09 + tee 18:15:09 clair timeout 1m0s 18:15:09 docker timeout: 1m0s 18:15:09 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:10 $ docker stop --time=1 20f98b3b83366ac462b3e3d0d5234dca10c7131174dbc4ab6f4b21b88cb9da2e 18:15:11 $ docker rm -f 20f98b3b83366ac462b3e3d0d5234dca10c7131174dbc4ab6f4b21b88cb9da2e [Pipeline] // withDockerContainer [Pipeline] sh 18:15:12 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:15:12 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-metadata-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:15:12 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:12 . [Pipeline] withDockerContainer 18:15:12 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:13 $ docker top d590c5376e27e7524f88b65d1c62355f30f2ec0408b3f0d9ab263ac829cb136e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:13 + + /klartee nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:13 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:18 $ docker stop --time=1 d590c5376e27e7524f88b65d1c62355f30f2ec0408b3f0d9ab263ac829cb136e 18:15:19 $ docker rm -f d590c5376e27e7524f88b65d1c62355f30f2ec0408b3f0d9ab263ac829cb136e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:15:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:20 . [Pipeline] withDockerContainer 18:15:20 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:20 $ docker top 6ee91eae1fa385a2716810918d79bff429ce63d3b767f4c633f054c937ee5060 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:21 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:21 + tee 18:15:21 clair timeout 1m0s 18:15:21 docker timeout: 1m0s 18:15:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:22 $ docker stop --time=1 6ee91eae1fa385a2716810918d79bff429ce63d3b767f4c633f054c937ee5060 18:15:23 $ docker rm -f 6ee91eae1fa385a2716810918d79bff429ce63d3b767f4c633f054c937ee5060 [Pipeline] // withDockerContainer [Pipeline] sh 18:15:23 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:15:23 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-proxy-setup-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:15:23 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:15:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:24 . [Pipeline] withDockerContainer 18:15:24 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:25 $ docker top 200e14b7063b73d60c6d954bda47ae6e780bf133e37dd5de905ef17cd6d30db2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:25 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:25 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:34 $ docker stop --time=1 200e14b7063b73d60c6d954bda47ae6e780bf133e37dd5de905ef17cd6d30db2 18:15:35 $ docker rm -f 200e14b7063b73d60c6d954bda47ae6e780bf133e37dd5de905ef17cd6d30db2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:15:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:35 . [Pipeline] withDockerContainer 18:15:35 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:36 $ docker top 984273b9b2cda5a1f5505ba250c1e1b9019b9fe43dcec96cbfacbcc57ce88ffc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:37 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:37 + tee 18:15:37 clair timeout 1m0s 18:15:37 docker timeout: 1m0s 18:15:37 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:39 $ docker stop --time=1 984273b9b2cda5a1f5505ba250c1e1b9019b9fe43dcec96cbfacbcc57ce88ffc 18:15:40 $ docker rm -f 984273b9b2cda5a1f5505ba250c1e1b9019b9fe43dcec96cbfacbcc57ce88ffc [Pipeline] // withDockerContainer [Pipeline] sh 18:15:40 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:15:40 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secrets-setup-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:15:40 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:15:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:41 . [Pipeline] withDockerContainer 18:15:41 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:42 $ docker top ef492f537f2f43ded4fca15dac9fb22a0cb53ca4cc2b760797b12138cd626d4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:42 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:42 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:51 $ docker stop --time=1 ef492f537f2f43ded4fca15dac9fb22a0cb53ca4cc2b760797b12138cd626d4f 18:15:52 $ docker rm -f ef492f537f2f43ded4fca15dac9fb22a0cb53ca4cc2b760797b12138cd626d4f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:15:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:52 . [Pipeline] withDockerContainer 18:15:52 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:53 $ docker top 752d38e78cd9475f906d6305f82aeccebd8817f756741e7c64343a7bcce37d0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:54 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:54 + tee 18:15:54 clair timeout 1m0s 18:15:54 docker timeout: 1m0s 18:15:54 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:15:55 $ docker stop --time=1 752d38e78cd9475f906d6305f82aeccebd8817f756741e7c64343a7bcce37d0e 18:15:57 $ docker rm -f 752d38e78cd9475f906d6305f82aeccebd8817f756741e7c64343a7bcce37d0e [Pipeline] // withDockerContainer [Pipeline] sh 18:15:57 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:15:57 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secretstore-setup-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:15:57 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:15:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:15:57 . [Pipeline] withDockerContainer 18:15:57 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:15:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:15:58 $ docker top 860f25ca5197a42b7e8c9146bcbdc5a646ee70b7557ca676166e467782c3874d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:59 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 18:15:59 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:02 $ docker stop --time=1 860f25ca5197a42b7e8c9146bcbdc5a646ee70b7557ca676166e467782c3874d 18:16:04 $ docker rm -f 860f25ca5197a42b7e8c9146bcbdc5a646ee70b7557ca676166e467782c3874d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:16:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:04 . [Pipeline] withDockerContainer 18:16:04 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:05 $ docker top 45ea474333ab9de0dd036869aa32db5263948945f861cbad18bd394d54ee20fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:05 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 18:16:05 + tee 18:16:05 clair timeout 1m0s 18:16:05 docker timeout: 1m0s 18:16:05 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:06 $ docker stop --time=1 45ea474333ab9de0dd036869aa32db5263948945f861cbad18bd394d54ee20fa 18:16:07 $ docker rm -f 45ea474333ab9de0dd036869aa32db5263948945f861cbad18bd394d54ee20fa [Pipeline] // withDockerContainer [Pipeline] sh 18:16:08 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:16:08 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-logging-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:16:08 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:16:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:08 . [Pipeline] withDockerContainer 18:16:08 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:09 $ docker top 70dd72c8860f4a191a48ef288f26a28c3345770fa5cb434455f5a13ecd2e53ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:10 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 18:16:10 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:15 $ docker stop --time=1 70dd72c8860f4a191a48ef288f26a28c3345770fa5cb434455f5a13ecd2e53ed 18:16:16 $ docker rm -f 70dd72c8860f4a191a48ef288f26a28c3345770fa5cb434455f5a13ecd2e53ed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:16:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:17 . [Pipeline] withDockerContainer 18:16:17 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:18 $ docker top dc51dee4004ec53848c1e8fd9b40a9b5c4e9e25f9086fa7e43e99a16ea53833d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:19 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 18:16:19 + tee 18:16:19 clair timeout 1m0s 18:16:19 docker timeout: 1m0s 18:16:19 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:20 $ docker stop --time=1 dc51dee4004ec53848c1e8fd9b40a9b5c4e9e25f9086fa7e43e99a16ea53833d 18:16:21 $ docker rm -f dc51dee4004ec53848c1e8fd9b40a9b5c4e9e25f9086fa7e43e99a16ea53833d [Pipeline] // withDockerContainer [Pipeline] sh 18:16:22 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:16:22 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-notifications-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:16:22 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:16:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:22 . [Pipeline] withDockerContainer 18:16:23 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:23 $ docker top 02f11ab7029732e207dd4a9061880132ac9adc8a08650a7374805f97e60026f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:24 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 18:16:24 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:27 $ docker stop --time=1 02f11ab7029732e207dd4a9061880132ac9adc8a08650a7374805f97e60026f1 18:16:28 $ docker rm -f 02f11ab7029732e207dd4a9061880132ac9adc8a08650a7374805f97e60026f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:28 . [Pipeline] withDockerContainer 18:16:29 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:29 $ docker top 8dc7ec76385678c5868811e5fe1a27eb52cb431132fdf8f303d2ad3b8f5c1536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:30 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 18:16:30 + tee 18:16:30 clair timeout 1m0s 18:16:30 docker timeout: 1m0s 18:16:30 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:30 $ docker stop --time=1 8dc7ec76385678c5868811e5fe1a27eb52cb431132fdf8f303d2ad3b8f5c1536 18:16:32 $ docker rm -f 8dc7ec76385678c5868811e5fe1a27eb52cb431132fdf8f303d2ad3b8f5c1536 [Pipeline] // withDockerContainer [Pipeline] sh 18:16:32 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:16:32 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-scheduler-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:16:32 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:16:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:33 . [Pipeline] withDockerContainer 18:16:33 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:34 $ docker top 1bc0d2f331d5cbf4e8e84914af131c5e4fefab4d136910e74afedfa1685ba5a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:34 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 18:16:34 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:49 $ docker stop --time=1 1bc0d2f331d5cbf4e8e84914af131c5e4fefab4d136910e74afedfa1685ba5a6 18:16:51 $ docker rm -f 1bc0d2f331d5cbf4e8e84914af131c5e4fefab4d136910e74afedfa1685ba5a6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:16:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:51 . [Pipeline] withDockerContainer 18:16:51 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:52 $ docker top c20c7af4a1a59588fdd44fc9c2ab8ef4b2203817fa4f32db9d3d43af6fbb3c25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:53 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 18:16:53 + tee 18:16:53 clair timeout 1m0s 18:16:53 docker timeout: 1m0s 18:16:53 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:16:54 $ docker stop --time=1 c20c7af4a1a59588fdd44fc9c2ab8ef4b2203817fa4f32db9d3d43af6fbb3c25 18:16:55 $ docker rm -f c20c7af4a1a59588fdd44fc9c2ab8ef4b2203817fa4f32db9d3d43af6fbb3c25 [Pipeline] // withDockerContainer [Pipeline] sh 18:16:56 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:16:56 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-sys-mgmt-agent-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:16:56 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:16:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:16:56 . [Pipeline] withDockerContainer 18:16:56 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:16:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:16:57 $ docker top 5954a2b27ae4e97e4e5b51da1df47a30d132cea0bccac27dbcc64863efc16c89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:57 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9+ 18:16:57 tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:00 $ docker stop --time=1 5954a2b27ae4e97e4e5b51da1df47a30d132cea0bccac27dbcc64863efc16c89 18:17:02 $ docker rm -f 5954a2b27ae4e97e4e5b51da1df47a30d132cea0bccac27dbcc64863efc16c89 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:02 . [Pipeline] withDockerContainer 18:17:02 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:03 $ docker top 8058bdc7bc91983cd9a21fdc1dabb2d96bf0224262ad0f112ae37b6d396d7ad3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:03 + + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9tee 18:17:03 18:17:03 clair timeout 1m0s 18:17:03 docker timeout: 1m0s 18:17:03 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:04 $ docker stop --time=1 8058bdc7bc91983cd9a21fdc1dabb2d96bf0224262ad0f112ae37b6d396d7ad3 18:17:05 $ docker rm -f 8058bdc7bc91983cd9a21fdc1dabb2d96bf0224262ad0f112ae37b6d396d7ad3 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:06 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:17:06 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-command-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:17:06 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:17:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:06 . [Pipeline] withDockerContainer 18:17:07 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:07 $ docker top 9816ec99e08d66417327a4b5ba65042a7a690dbe8503e1c9946eb814f6562aa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:08 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:08 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:13 $ docker stop --time=1 9816ec99e08d66417327a4b5ba65042a7a690dbe8503e1c9946eb814f6562aa9 18:17:14 $ docker rm -f 9816ec99e08d66417327a4b5ba65042a7a690dbe8503e1c9946eb814f6562aa9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:17:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:15 . [Pipeline] withDockerContainer 18:17:15 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:16 $ docker top a3ecdb770cc0d6911b587d9cbbd040c827748f285479855df2234ec6b834b9f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:16 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:16 + tee 18:17:16 clair timeout 1m0s 18:17:16 docker timeout: 1m0s 18:17:16 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:17 $ docker stop --time=1 a3ecdb770cc0d6911b587d9cbbd040c827748f285479855df2234ec6b834b9f1 18:17:19 $ docker rm -f a3ecdb770cc0d6911b587d9cbbd040c827748f285479855df2234ec6b834b9f1 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:19 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:17:19 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-data-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:17:19 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:17:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:19 . [Pipeline] withDockerContainer 18:17:20 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:20 $ docker top ce263107aa1010f80f0121a1a378b603dc00b85d53ece2f0fc31dc0b16cd895b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:21 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:21 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:23 $ docker stop --time=1 ce263107aa1010f80f0121a1a378b603dc00b85d53ece2f0fc31dc0b16cd895b 18:17:25 $ docker rm -f ce263107aa1010f80f0121a1a378b603dc00b85d53ece2f0fc31dc0b16cd895b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:17:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:25 . [Pipeline] withDockerContainer 18:17:25 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:26 $ docker top d3d2729f23e6215b12545cb1e1bb3d879c559e9ce63a1b5320cdf0228e9b2050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:27 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:27 + tee 18:17:27 clair timeout 1m0s 18:17:27 docker timeout: 1m0s 18:17:27 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:27 $ docker stop --time=1 d3d2729f23e6215b12545cb1e1bb3d879c559e9ce63a1b5320cdf0228e9b2050 18:17:29 $ docker rm -f d3d2729f23e6215b12545cb1e1bb3d879c559e9ce63a1b5320cdf0228e9b2050 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:29 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:17:29 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-metadata-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:17:29 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:17:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:30 . [Pipeline] withDockerContainer 18:17:30 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:30 $ docker top 3e066e568c7c3527a6a694f1ebe4adf509b20f89767470e875227d6a11bd0a01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:31 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:31 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:35 $ docker stop --time=1 3e066e568c7c3527a6a694f1ebe4adf509b20f89767470e875227d6a11bd0a01 18:17:37 $ docker rm -f 3e066e568c7c3527a6a694f1ebe4adf509b20f89767470e875227d6a11bd0a01 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:17:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:37 . [Pipeline] withDockerContainer 18:17:37 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:38 $ docker top 59ae6ca493ba619b1f6376d34e7eb578588db77ef1c6b282f56229681a0d3577 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:39 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:39 + tee 18:17:39 clair timeout 1m0s 18:17:39 docker timeout: 1m0s 18:17:39 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:39 $ docker stop --time=1 59ae6ca493ba619b1f6376d34e7eb578588db77ef1c6b282f56229681a0d3577 18:17:41 $ docker rm -f 59ae6ca493ba619b1f6376d34e7eb578588db77ef1c6b282f56229681a0d3577 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:41 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:17:41 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:17:41 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:17:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:42 . [Pipeline] withDockerContainer 18:17:42 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:42 $ docker top b9cf756903bef79f50ba24af94e2d448e93be8ef942cd6cd5bbecdedef187ec1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:43 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:43 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:51 $ docker stop --time=1 b9cf756903bef79f50ba24af94e2d448e93be8ef942cd6cd5bbecdedef187ec1 18:17:53 $ docker rm -f b9cf756903bef79f50ba24af94e2d448e93be8ef942cd6cd5bbecdedef187ec1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:17:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:53 . [Pipeline] withDockerContainer 18:17:53 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:54 $ docker top e1dd7069f4ea4cfe907ef6390a903b21f0e4fd4bff32f0c6bbb448eced17b428 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:55 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:17:55 + tee 18:17:55 clair timeout 1m0s 18:17:55 docker timeout: 1m0s 18:17:55 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:17:56 $ docker stop --time=1 e1dd7069f4ea4cfe907ef6390a903b21f0e4fd4bff32f0c6bbb448eced17b428 18:17:57 $ docker rm -f e1dd7069f4ea4cfe907ef6390a903b21f0e4fd4bff32f0c6bbb448eced17b428 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:58 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:17:58 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:17:58 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:17:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:17:58 . [Pipeline] withDockerContainer 18:17:58 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:17:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:17:59 $ docker top 9bfe5c1fae5d75d38ac8ab3a88ca33da55701c361f396da8ef908bc3b1b1fd3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:00 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:18:00 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:08 $ docker stop --time=1 9bfe5c1fae5d75d38ac8ab3a88ca33da55701c361f396da8ef908bc3b1b1fd3a 18:18:09 $ docker rm -f 9bfe5c1fae5d75d38ac8ab3a88ca33da55701c361f396da8ef908bc3b1b1fd3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:18:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:10 . [Pipeline] withDockerContainer 18:18:10 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:11 $ docker top dc8a6c3bd2c410690ae63ae2af2fbc86c1f4f01e1cbccf5752921d990ded1bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:11 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:18:11 + tee 18:18:11 clair timeout 1m0s 18:18:11 docker timeout: 1m0s 18:18:11 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:13 $ docker stop --time=1 dc8a6c3bd2c410690ae63ae2af2fbc86c1f4f01e1cbccf5752921d990ded1bcc 18:18:14 $ docker rm -f dc8a6c3bd2c410690ae63ae2af2fbc86c1f4f01e1cbccf5752921d990ded1bcc [Pipeline] // withDockerContainer [Pipeline] sh 18:18:14 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:18:14 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:18:14 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:18:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:15 . [Pipeline] withDockerContainer 18:18:15 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:16 $ docker top be89c383813bbecc2d41db71bbb83a29cd203725b58ecbdc66e6c1426730c7b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:16 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:18:16 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:20 $ docker stop --time=1 be89c383813bbecc2d41db71bbb83a29cd203725b58ecbdc66e6c1426730c7b2 18:18:21 $ docker rm -f be89c383813bbecc2d41db71bbb83a29cd203725b58ecbdc66e6c1426730c7b2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:18:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:22 . [Pipeline] withDockerContainer 18:18:22 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:23 $ docker top 75be42e55cdb68030a2f8c224268d2e754026b82886f31871e3ab69191c09a3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:23 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:18:23 + tee 18:18:23 clair timeout 1m0s 18:18:23 docker timeout: 1m0s 18:18:23 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:24 $ docker stop --time=1 75be42e55cdb68030a2f8c224268d2e754026b82886f31871e3ab69191c09a3d 18:18:25 $ docker rm -f 75be42e55cdb68030a2f8c224268d2e754026b82886f31871e3ab69191c09a3d [Pipeline] // withDockerContainer [Pipeline] sh 18:18:26 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:18:26 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-logging-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:18:26 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:18:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:26 . [Pipeline] withDockerContainer 18:18:26 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:27 $ docker top 5d27c95e60f4e8f019935e036aafdce6c9125331527d3a5712680a7514b6bc54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:27 + + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9tee 18:18:27 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:33 $ docker stop --time=1 5d27c95e60f4e8f019935e036aafdce6c9125331527d3a5712680a7514b6bc54 18:18:34 $ docker rm -f 5d27c95e60f4e8f019935e036aafdce6c9125331527d3a5712680a7514b6bc54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:18:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:35 . [Pipeline] withDockerContainer 18:18:35 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:36 $ docker top e16e43e41ac4e8266acb72ecbdf23f8957dcff0b8ecafca2016e49cfb8d13892 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:36 + + /klartee nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:18:36 18:18:36 clair timeout 1m0s 18:18:36 docker timeout: 1m0s 18:18:36 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:37 $ docker stop --time=1 e16e43e41ac4e8266acb72ecbdf23f8957dcff0b8ecafca2016e49cfb8d13892 18:18:38 $ docker rm -f e16e43e41ac4e8266acb72ecbdf23f8957dcff0b8ecafca2016e49cfb8d13892 [Pipeline] // withDockerContainer [Pipeline] sh 18:18:39 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:18:39 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-notifications-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:18:39 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:18:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:39 . [Pipeline] withDockerContainer 18:18:39 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:40 $ docker top 79c4ee11bc40ca155279d7a49066bf46e2f492de2032cd64d2e346cf66643ff1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:41 + tee 18:18:41 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:43 $ docker stop --time=1 79c4ee11bc40ca155279d7a49066bf46e2f492de2032cd64d2e346cf66643ff1 18:18:45 $ docker rm -f 79c4ee11bc40ca155279d7a49066bf46e2f492de2032cd64d2e346cf66643ff1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:18:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:45 . [Pipeline] withDockerContainer 18:18:45 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:46 $ docker top eedad8d7a91d8d1bab8f23c58929a364e8f053cc75eb13fdb0989c1dcffd54da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:47 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:18:47 + tee 18:18:47 clair timeout 1m0s 18:18:47 docker timeout: 1m0s 18:18:47 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:18:47 $ docker stop --time=1 eedad8d7a91d8d1bab8f23c58929a364e8f053cc75eb13fdb0989c1dcffd54da 18:18:49 $ docker rm -f eedad8d7a91d8d1bab8f23c58929a364e8f053cc75eb13fdb0989c1dcffd54da [Pipeline] // withDockerContainer [Pipeline] sh 18:18:49 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:18:49 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-scheduler-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:18:49 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:18:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:18:49 . [Pipeline] withDockerContainer 18:18:50 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:18:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:18:50 $ docker top 34787dd4097e96f4492c8bc2f04b359faff1333a3d2df6d233c1bd83df730309 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:51 + tee 18:18:51 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:19:06 $ docker stop --time=1 34787dd4097e96f4492c8bc2f04b359faff1333a3d2df6d233c1bd83df730309 18:19:07 $ docker rm -f 34787dd4097e96f4492c8bc2f04b359faff1333a3d2df6d233c1bd83df730309 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:19:08 . [Pipeline] withDockerContainer 18:19:08 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:19:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:19:08 $ docker top 284a18b29514127a7b60586085f9588fd67ec96946515d07965991c95c6d9b47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:09 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 18:19:09 + tee 18:19:09 clair timeout 1m0s 18:19:09 docker timeout: 1m0s 18:19:09 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:19:11 $ docker stop --time=1 284a18b29514127a7b60586085f9588fd67ec96946515d07965991c95c6d9b47 18:19:12 $ docker rm -f 284a18b29514127a7b60586085f9588fd67ec96946515d07965991c95c6d9b47 [Pipeline] // withDockerContainer [Pipeline] sh 18:19:13 + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo 18:19:13 Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step 18:19:13 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:19:14 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:14 provisioning config files... 18:19:14 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/145@tmp/config8480416054059434142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:14 --> edgex-publish-swagger.sh 18:19:14 === Publish openapi/v1 API === 18:19:14 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 18:19:14 [publishToSwagger] Publishing API Name [core-command] 18:19:14 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:14 Dload Upload Total Spent Left Speed 18:19:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 11141 --:--:-- --:--:-- --:--:-- 11145 100 10521 0 0 100 10521 0 11139 --:--:-- --:--:-- --:--:-- 11145 18:19:15 18:19:15 18:19:15 [publishToSwagger] Publishing API Name [core-data] 18:19:15 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:15 Dload Upload Total Spent Left Speed 18:19:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30130 0:00:01 0:00:01 --:--:-- 30144 100 32556 0 0 100 32556 0 30126 0:00:01 0:00:01 --:--:-- 30144 18:19:16 18:19:16 18:19:16 [publishToSwagger] Publishing API Name [core-metadata] 18:19:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:16 Dload Upload Total Spent Left Speed 18:19:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 82781 --:--:-- --:--:-- --:--:-- 82738 100 73720 0 0 100 73720 0 82769 --:--:-- --:--:-- --:--:-- 82738 18:19:17 18:19:17 18:19:17 [publishToSwagger] Publishing API Name [support-logging] 18:19:17 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:17 Dload Upload Total Spent Left Speed 18:19:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13161 0:00:01 0:00:01 --:--:-- 13171 100 13580 0 0 100 13580 0 13158 0:00:01 0:00:01 --:--:-- 13171 18:19:18 18:19:18 18:19:18 [publishToSwagger] Publishing API Name [support-notifications] 18:19:18 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:18 Dload Upload Total Spent Left Speed 18:19:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 39558 --:--:-- --:--:-- --:--:-- 39561 100 38889 0 0 100 38889 0 39551 --:--:-- --:--:-- --:--:-- 39521 18:19:19 18:19:19 18:19:19 [publishToSwagger] Publishing API Name [support-scheduler] 18:19:19 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:19 Dload Upload Total Spent Left Speed 18:19:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 15470 --:--:-- --:--:-- --:--:-- 15470 100 14248 0 0 100 14248 0 15468 --:--:-- --:--:-- --:--:-- 15470 18:19:20 18:19:20 18:19:20 [publishToSwagger] Publishing API Name [system-agent] 18:19:20 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:20 Dload Upload Total Spent Left Speed 18:19:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4319 --:--:-- --:--:-- --:--:-- 4316 100 4109 0 0 100 4109 0 4318 --:--:-- --:--:-- --:--:-- 4316 18:19:21 18:19:21 18:19:21 === Publish openapi/v2 API === 18:19:21 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:19:21 [publishToSwagger] Publishing API Name [core-command] 18:19:21 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:21 Dload Upload Total Spent Left Speed 18:19:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 34290 --:--:-- --:--:-- --:--:-- 34278 100 30234 0 0 100 30234 0 34284 --:--:-- --:--:-- --:--:-- 34278 18:19:22 18:19:22 18:19:22 [publishToSwagger] Publishing API Name [core-data] 18:19:22 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:22 Dload Upload Total Spent Left Speed 18:19:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 68079 --:--:-- --:--:-- --:--:-- 68064 100 59012 0 0 100 59012 0 68068 --:--:-- --:--:-- --:--:-- 68064 18:19:23 18:19:23 18:19:23 [publishToSwagger] Publishing API Name [core-metadata] 18:19:23 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:23 Dload Upload Total Spent Left Speed 18:19:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 77047 --:--:-- --:--:-- --:--:-- 77027 100 68246 0 0 100 68246 0 77033 --:--:-- --:--:-- --:--:-- 77027 18:19:23 18:19:23 18:19:23 [publishToSwagger] Publishing API Name [support-logging] 18:19:23 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:23 Dload Upload Total Spent Left Speed 18:19:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 33374 --:--:-- --:--:-- --:--:-- 33416 18:19:24 18:19:24 18:19:24 [publishToSwagger] Publishing API Name [support-notifications] 18:19:24 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:24 Dload Upload Total Spent Left Speed 18:19:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 64112 --:--:-- --:--:-- --:--:-- 64115 18:19:26 18:19:26 18:19:26 [publishToSwagger] Publishing API Name [support-scheduler] 18:19:26 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:26 Dload Upload Total Spent Left Speed 18:19:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 39633 0:00:01 0:00:01 --:--:-- 39663 18:19:27 18:19:27 18:19:27 [publishToSwagger] Publishing API Name [system-agent] 18:19:27 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:27 Dload Upload Total Spent Left Speed 18:19:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 26205 --:--:-- --:--:-- --:--:-- 26210 18:19:28 18:19:28 [Pipeline] } 18:19:28 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 18:19:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:37 . [Pipeline] withDockerContainer 18:19:37 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:19:37 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:19:39 $ docker top 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:39 [ssh-agent] Looking for ssh-agent implementation... 18:19:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:39 $ docker exec 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 ssh-agent 18:19:39 SSH_AUTH_SOCK=/tmp/ssh-jQQFufn5TmbT/agent.11 18:19:39 SSH_AGENT_PID=16 18:19:39 Running ssh-add (command line suppressed) 18:19:39 Identity added: /w/workspace/edgex-go/145@tmp/private_key_7035201070403139112.key (/w/workspace/edgex-go/145@tmp/private_key_7035201070403139112.key) 18:19:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:40 + git semver tag 18:19:40 # -> Open(): unable to determine branch for HEAD 18:19:40 # $GIT_DIR = /w/workspace/edgex-go/145/.git 18:19:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/145 18:19:40 # $SEMVER_REMOTE_NAME = origin 18:19:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:19:40 # $SEMVER_USER_NAME = edgex-jenkins 18:19:40 # $SEMVER_BRANCH = master 18:19:40 # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver 18:19:40 # 855c38c39ef34412bad8449468666c22fd9242b9 HEAD 18:19:40 # -> Force: false 18:19:40 # fa27ca2a8c92a71133e77556b9dd3b4f7e8f1030 refs/tags/v1.2.2-dev.30 [Pipeline] } 18:19:40 $ docker exec --env ******** --env ******** 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 ssh-agent -k 18:19:41 unset SSH_AUTH_SOCK; 18:19:41 unset SSH_AGENT_PID; 18:19:41 echo Agent pid 16 killed; 18:19:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:41 + git semver [Pipeline] } 18:19:41 $ docker stop --time=1 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 18:19:42 $ docker rm -f 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:19:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:43 18:19:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:19:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:43 0.23.1-centos7: Pulling from edgex-lftools 18:19:43 ab5ef0e58194: Pulling fs layer 18:19:43 9712f1f96733: Pulling fs layer 18:19:43 63f879dbbcfc: Pulling fs layer 18:19:43 0d9ebad4ef96: Pulling fs layer 18:19:43 e9a5061849ea: Pulling fs layer 18:19:43 d747dcd14b5f: Pulling fs layer 18:19:43 2de7ff778b66: Pulling fs layer 18:19:43 0d9ebad4ef96: Waiting 18:19:43 e9a5061849ea: Waiting 18:19:43 d747dcd14b5f: Waiting 18:19:43 2de7ff778b66: Waiting 18:19:43 9712f1f96733: Download complete 18:19:45 63f879dbbcfc: Verifying Checksum 18:19:45 63f879dbbcfc: Download complete 18:19:45 e9a5061849ea: Verifying Checksum 18:19:45 e9a5061849ea: Download complete 18:19:45 d747dcd14b5f: Verifying Checksum 18:19:45 d747dcd14b5f: Download complete 18:19:45 2de7ff778b66: Verifying Checksum 18:19:45 2de7ff778b66: Download complete 18:19:46 0d9ebad4ef96: Verifying Checksum 18:19:46 0d9ebad4ef96: Download complete 18:19:46 ab5ef0e58194: Verifying Checksum 18:19:46 ab5ef0e58194: Download complete 18:19:50 ab5ef0e58194: Pull complete 18:19:50 9712f1f96733: Pull complete 18:19:52 63f879dbbcfc: Pull complete 18:19:58 0d9ebad4ef96: Pull complete 18:20:00 e9a5061849ea: Pull complete 18:20:00 d747dcd14b5f: Pull complete 18:20:03 2de7ff778b66: Pull complete 18:20:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:20:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:20:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:20:03 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:20:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:20:08 $ docker top 3d4a2fa48a43e21dfd517e3e8244ba74c1c09db576e74fee70dda02379eec1b9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:20:08 provisioning config files... 18:20:08 copy managed file [sigul-config] to file:/w/workspace/edgex-go/145@tmp/config4055271023050384116tmp 18:20:08 copy managed file [sigul-password] to file:/w/workspace/edgex-go/145@tmp/config2809315717150509667tmp 18:20:08 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/145@tmp/config3225375264299039629tmp [Pipeline] { [Pipeline] echo 18:20:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:20:08 ---> sigul-configuration.sh 18:20:08 gpg: directory `/root/.gnupg' created 18:20:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:20:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:20:08 gpg: keyring `/root/.gnupg/secring.gpg' created 18:20:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:20:08 gpg: CAST5 encrypted data 18:20:08 gpg: encrypted with 1 passphrase 18:20:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:20:09 + mkdir /home/jenkins 18:20:09 + mkdir /home/jenkins/sigul [Pipeline] sh 18:20:09 + 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 18:20:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:20:09 ---> sigul-install.sh 18:20:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:20:18 + git tag --list 18:20:18 v1.2.2-dev.30 [Pipeline] sh 18:20:18 + lftools sign git-tag v1.2.2-dev.30 18:20:19 Signing Git tag with Sigul... 18:20:19 Signing v1.2.2-dev.30 [Pipeline] echo 18:20:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:20:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:20:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:20:21 $ docker stop --time=1 3d4a2fa48a43e21dfd517e3e8244ba74c1c09db576e74fee70dda02379eec1b9 18:20:23 $ docker rm -f 3d4a2fa48a43e21dfd517e3e8244ba74c1c09db576e74fee70dda02379eec1b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:20:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:24 . [Pipeline] withDockerContainer 18:20:24 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:20:24 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:20:24 $ docker top 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:20:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:20:25 [ssh-agent] Looking for ssh-agent implementation... 18:20:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:20:25 $ docker exec 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 ssh-agent 18:20:25 SSH_AUTH_SOCK=/tmp/ssh-0jAa9sccemaz/agent.11 18:20:25 SSH_AGENT_PID=17 18:20:25 Running ssh-add (command line suppressed) 18:20:25 Identity added: /w/workspace/edgex-go/145@tmp/private_key_6733500843150530369.key (/w/workspace/edgex-go/145@tmp/private_key_6733500843150530369.key) 18:20:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:20:26 + git semver bump pre 18:20:26 # -> Open(): unable to determine branch for HEAD 18:20:26 # $GIT_DIR = /w/workspace/edgex-go/145/.git 18:20:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/145 18:20:26 # $SEMVER_REMOTE_NAME = origin 18:20:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:20:26 # $SEMVER_USER_NAME = edgex-jenkins 18:20:26 # $SEMVER_BRANCH = master 18:20:26 # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver 18:20:26 1.2.2-dev.31 [Pipeline] } 18:20:26 $ docker exec --env ******** --env ******** 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 ssh-agent -k 18:20:26 unset SSH_AUTH_SOCK; 18:20:26 unset SSH_AGENT_PID; 18:20:26 echo Agent pid 17 killed; 18:20:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:26 + git semver [Pipeline] } 18:20:26 $ docker stop --time=1 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 18:20:28 $ docker rm -f 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:20:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:28 . [Pipeline] withDockerContainer 18:20:28 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:20:28 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:20:29 $ docker top 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:20:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:20:29 [ssh-agent] Looking for ssh-agent implementation... 18:20:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:20:30 $ docker exec 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf ssh-agent 18:20:30 SSH_AUTH_SOCK=/tmp/ssh-UqIETMp1Mliv/agent.11 18:20:30 SSH_AGENT_PID=17 18:20:30 Running ssh-add (command line suppressed) 18:20:30 Identity added: /w/workspace/edgex-go/145@tmp/private_key_9180802645662080462.key (/w/workspace/edgex-go/145@tmp/private_key_9180802645662080462.key) 18:20:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:20:30 + git semver push 18:20:30 # -> Open(): unable to determine branch for HEAD 18:20:30 # $GIT_DIR = /w/workspace/edgex-go/145/.git 18:20:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/145 18:20:30 # $SEMVER_REMOTE_NAME = origin 18:20:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:20:30 # $SEMVER_USER_NAME = edgex-jenkins 18:20:30 # $SEMVER_BRANCH = master 18:20:30 # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver [Pipeline] } 18:20:40 $ docker exec --env ******** --env ******** 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf ssh-agent -k 18:20:40 unset SSH_AUTH_SOCK; 18:20:40 unset SSH_AGENT_PID; 18:20:40 echo Agent pid 17 killed; 18:20:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:41 + git semver [Pipeline] } 18:20:41 $ docker stop --time=1 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf 18:20:42 $ docker rm -f 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf [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 18:20:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:20:44 ---> package-listing.sh 18:20:44 ++ facter osfamily 18:20:44 ++ tr '[:upper:]' '[:lower:]' 18:20:44 + OS_FAMILY=redhat 18:20:44 + workspace=/w/workspace/edgex-go/145 18:20:44 + START_PACKAGES=/tmp/packages_start.txt 18:20:44 + END_PACKAGES=/tmp/packages_end.txt 18:20:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:20:44 + PACKAGES=/tmp/packages_start.txt 18:20:44 + '[' /w/workspace/edgex-go/145 ']' 18:20:44 + PACKAGES=/tmp/packages_end.txt 18:20:44 + case "${OS_FAMILY}" in 18:20:44 + rpm -qa 18:20:44 + sort 18:20:48 + '[' -f /tmp/packages_start.txt ']' 18:20:48 + '[' -f /tmp/packages_end.txt ']' 18:20:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:20:48 + '[' /w/workspace/edgex-go/145 ']' 18:20:48 + mkdir -p /w/workspace/edgex-go/145/archives/ 18:20:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/145/archives/ [Pipeline] isUnix [Pipeline] sh 18:20:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:20:49 18:20:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:20:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:20:50 alpine: Pulling from edgex-lftools-log-publisher 18:20:50 df20fa9351a1: Already exists 18:20:50 36b3adc4ff6f: Pulling fs layer 18:20:50 8ad3a11d3b57: Pulling fs layer 18:20:50 46f8f816bc3b: Pulling fs layer 18:20:50 0dadc02b9964: Pulling fs layer 18:20:50 ce6a7cf60c04: Pulling fs layer 18:20:50 7a184a31f384: Pulling fs layer 18:20:50 0879bd2ef858: Pulling fs layer 18:20:50 0dadc02b9964: Waiting 18:20:50 ce6a7cf60c04: Waiting 18:20:50 7a184a31f384: Waiting 18:20:50 0879bd2ef858: Waiting 18:20:50 46f8f816bc3b: Verifying Checksum 18:20:50 46f8f816bc3b: Download complete 18:20:50 36b3adc4ff6f: Verifying Checksum 18:20:50 36b3adc4ff6f: Download complete 18:20:50 ce6a7cf60c04: Verifying Checksum 18:20:50 ce6a7cf60c04: Download complete 18:20:50 7a184a31f384: Verifying Checksum 18:20:50 7a184a31f384: Download complete 18:20:50 0dadc02b9964: Verifying Checksum 18:20:50 0dadc02b9964: Download complete 18:20:50 8ad3a11d3b57: Verifying Checksum 18:20:50 8ad3a11d3b57: Download complete 18:20:50 36b3adc4ff6f: Pull complete 18:20:50 0879bd2ef858: Verifying Checksum 18:20:50 0879bd2ef858: Download complete 18:20:51 8ad3a11d3b57: Pull complete 18:20:51 46f8f816bc3b: Pull complete 18:20:51 0dadc02b9964: Pull complete 18:20:51 ce6a7cf60c04: Pull complete 18:20:51 7a184a31f384: Pull complete 18:20:56 0879bd2ef858: Pull complete 18:20:56 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:20:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:20:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:20:56 prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container 18:20:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@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 18:20:59 $ docker top cad58c14b74aeee3fa140caee18f9197fa29af19acac2c891cd87c579e505932 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:59 + mkdir -p /var/log/sa [Pipeline] sh 18:21:00 + ls /var/log/sa-host 18:21:00 + sadf -c /var/log/sa-host/sa05 18:21:00 file_magic: OK 18:21:00 HZ: Using current value: 100 18:21:00 file_header: OK 18:21:00 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 18:21:00 Statistics: 18:21:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:21:00 File successfully converted to sysstat format version 12.2.1 18:21:00 + sadf -c /var/log/sa-host/sa23 18:21:00 file_magic: OK 18:21:00 HZ: Using current value: 100 18:21:00 file_header: OK 18:21:00 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 18:21:00 Statistics: 18:21:00 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...Hnuu...uuuununununu... 18:21:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:21:00 provisioning config files... 18:21:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/145@tmp/config87920283428925350tmp [Pipeline] { [Pipeline] echo 18:21:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:21:00 ---> create-netrc.sh [Pipeline] echo 18:21:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:21:00 ---> logs-deploy.sh 18:21:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/145 18:21:00 INFO: archiving workspace using pattern(s): 18:21:02 Archives upload complete. 18:21:02 INFO: archiving logs to Nexus 18:21:03 ---> uname -a: 18:21:03 Linux cad58c14b74a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:21:03 18:21:03 18:21:03 ---> lscpu: 18:21:03 Architecture: x86_64 18:21:03 CPU op-mode(s): 32-bit, 64-bit 18:21:03 Byte Order: Little Endian 18:21:03 Address sizes: 40 bits physical, 48 bits virtual 18:21:03 CPU(s): 4 18:21:03 On-line CPU(s) list: 0-3 18:21:03 Thread(s) per core: 1 18:21:03 Core(s) per socket: 1 18:21:03 Socket(s): 4 18:21:03 NUMA node(s): 1 18:21:03 Vendor ID: GenuineIntel 18:21:03 CPU family: 6 18:21:03 Model: 44 18:21:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:21:03 Stepping: 1 18:21:03 CPU MHz: 2933.442 18:21:03 BogoMIPS: 5866.88 18:21:03 Virtualization: VT-x 18:21:03 Hypervisor vendor: KVM 18:21:03 Virtualization type: full 18:21:03 L1d cache: 128 KiB 18:21:03 L1i cache: 128 KiB 18:21:03 L2 cache: 16 MiB 18:21:03 L3 cache: 64 MiB 18:21:03 NUMA node0 CPU(s): 0-3 18:21:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:21:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:21:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:21:03 Vulnerability Meltdown: Mitigation; PTI 18:21:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:21:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:21:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:21:03 Vulnerability Tsx async abort: Not affected 18:21:03 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 18:21:03 18:21:03 18:21:03 ---> nproc: 18:21:03 4 18:21:03 18:21:03 18:21:03 ---> df -h: 18:21:03 Filesystem Size Used Available Use% Mounted on 18:21:03 overlay 50.0G 13.1G 36.9G 26% / 18:21:03 tmpfs 64.0M 0 64.0M 0% /dev 18:21:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:21:03 shm 64.0M 0 64.0M 0% /dev/shm 18:21:03 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 18:21:03 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 18:21:03 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 18:21:03 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 18:21:03 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/145@tmp 18:21:03 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/145 18:21:03 18:21:03 18:21:03 ---> free -m: 18:21:03 total used free shared buff/cache available 18:21:03 Mem: 1837 717 109 0 1010 1082 18:21:03 Swap: 1023 58 965 18:21:03 18:21:03 18:21:03 ---> ip addr: 18:21:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:21:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:21:03 inet 127.0.0.1/8 scope host lo 18:21:03 valid_lft forever preferred_lft forever 18:21:03 212: eth0@if213: mtu 1458 qdisc noqueue state UP 18:21:03 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:21:03 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:21:03 valid_lft forever preferred_lft forever 18:21:03 18:21:03 18:21:03 ---> sar -b -r -n DEV: 18:21:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) 18:21:03 18:21:03 17:54:33 LINUX RESTART (4 CPU) 18:21:03 18:21:03 17:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:21:03 17:56:01 110.35 51.77 58.58 0.00 3870.18 37797.75 0.00 18:21:03 17:57:01 0.78 0.00 0.78 0.00 0.00 12.09 0.00 18:21:03 17:58:01 96.57 44.02 52.55 0.00 7629.56 18282.91 0.00 18:21:03 17:59:02 237.07 75.41 161.65 0.00 4197.77 57103.48 0.00 18:21:03 18:00:01 1083.62 814.98 268.65 0.00 67456.26 131252.47 0.00 18:21:03 18:01:01 1678.91 1378.57 300.35 0.00 106398.81 118412.93 0.00 18:21:03 18:02:05 1892.67 1518.46 374.21 0.00 94169.97 142801.83 0.00 18:21:03 18:03:01 1748.96 1462.12 286.84 0.00 92190.69 108815.49 0.00 18:21:03 18:04:01 195.44 23.38 172.06 0.00 4762.44 16157.08 0.00 18:21:03 18:05:01 22.93 8.64 14.29 0.00 1249.17 361.04 0.00 18:21:03 18:06:01 2.23 0.00 2.23 0.00 0.00 46.60 0.00 18:21:03 18:07:01 0.27 0.03 0.23 0.00 0.27 3.96 0.00 18:21:03 18:08:01 0.30 0.00 0.30 0.00 0.00 4.31 0.00 18:21:03 18:09:01 0.42 0.03 0.38 0.00 0.27 7.10 0.00 18:21:03 18:10:02 1.72 1.45 0.27 0.00 51.30 4.96 0.00 18:21:03 18:11:01 0.80 0.03 0.76 0.00 1.08 15.86 0.00 18:21:03 18:12:01 0.30 0.00 0.30 0.00 0.00 4.03 0.00 18:21:03 18:13:01 0.35 0.02 0.33 0.00 0.27 6.23 0.00 18:21:03 18:14:01 0.32 0.00 0.32 0.00 0.00 4.86 0.00 18:21:03 18:15:01 254.96 113.70 141.26 0.00 6829.30 34853.40 0.00 18:21:03 18:16:01 28.60 0.90 27.71 0.00 14.52 488.43 0.00 18:21:03 18:17:01 26.09 0.60 25.49 0.00 8.13 427.26 0.00 18:21:03 18:18:01 29.77 0.35 29.42 0.00 6.79 485.40 0.00 18:21:03 18:19:01 25.34 0.33 25.01 0.00 4.40 421.21 0.00 18:21:03 18:20:01 152.34 49.06 103.28 0.00 4284.01 29362.05 0.00 18:21:03 Average: 304.02 221.92 82.10 0.00 15729.68 27947.69 0.00 18:21:03 18:21:03 17:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:21:03 17:56:01 109592 0 457664 24.32 2620 1311680 984996 33.62 299324 1318480 20 18:21:03 17:57:01 111604 0 455460 24.21 2620 1311872 975060 33.28 297604 1318436 8 18:21:03 17:58:01 351064 0 553180 29.40 2620 974692 1102276 37.62 461032 912184 96 18:21:03 17:59:02 93888 0 703052 37.37 1500 1083116 1312348 44.79 663516 886816 0 18:21:03 18:00:01 294684 0 693204 36.84 8 893660 1696896 57.91 630856 787116 0 18:21:03 18:01:01 256516 0 982272 52.21 8 642760 3079920 105.11 738460 671732 1724 18:21:03 18:02:05 52368 0 732292 38.92 8 1096888 2087348 71.24 651964 999712 104376 18:21:03 18:03:01 374448 0 694228 36.90 8 812872 1940060 66.21 522628 782184 15428 18:21:03 18:04:01 305644 0 590380 31.38 8 985524 1171052 39.97 456856 910840 24 18:21:03 18:05:01 273588 0 585048 31.09 8 1022912 1164104 39.73 568936 832564 8 18:21:03 18:06:01 275220 0 583412 31.01 8 1022916 1151672 39.30 569604 830388 12 18:21:03 18:07:01 277328 0 581296 30.89 8 1022924 1130412 38.58 569616 829740 8 18:21:03 18:08:01 277652 0 580964 30.88 8 1022932 1130280 38.57 568484 829748 16 18:21:03 18:09:01 278484 0 580128 30.83 8 1022936 1130148 38.57 568332 829756 16 18:21:03 18:10:02 276940 0 580940 30.88 8 1023668 1130212 38.57 568380 830384 28 18:21:03 18:11:01 276332 0 581532 30.91 8 1023684 1130320 38.58 567880 830996 8 18:21:03 18:12:01 276964 0 580896 30.87 8 1023688 1130248 38.57 567780 830992 12 18:21:03 18:13:01 276532 0 581328 30.90 8 1023688 1130368 38.58 568212 830992 8 18:21:03 18:14:01 276496 0 581344 30.90 8 1023708 1130368 38.58 568288 831000 16 18:21:03 18:15:01 256528 0 642988 34.17 8 982032 1328752 45.35 675116 709436 40 18:21:03 18:16:01 275840 0 623412 33.13 8 982296 1345908 45.93 659104 706140 44 18:21:03 18:17:01 263388 0 635728 33.79 8 982432 1437216 49.05 682564 695576 36 18:21:03 18:18:01 287632 0 611316 32.49 8 982600 1346456 45.95 671212 681792 44 18:21:03 18:19:01 298936 0 599880 31.88 8 982732 1325932 45.25 669744 672636 8 18:21:03 18:20:01 191552 0 720472 38.29 4 969528 1524972 52.04 629784 740100 103620 18:21:03 Average: 251569 0 620497 32.98 381 1009110 1360693 46.44 575811 843990 9024 18:21:03 18:21:03 17:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:21:03 17:56:01 eth0 199.37 103.43 367.32 23.49 0.00 0.00 0.00 0.00 18:21:03 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 17:57:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:21:03 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 17:58:01 eth0 1564.85 1645.87 5949.31 200.03 0.00 0.00 0.00 0.00 18:21:03 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 17:58:01 docker0 1070.92 736.14 79.57 2655.40 0.00 0.00 0.00 0.00 18:21:03 17:59:02 eth0 1534.49 1132.62 4921.10 2773.79 0.00 0.00 0.00 0.00 18:21:03 17:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 17:59:02 docker0 151.64 173.90 10.63 835.68 0.00 0.00 0.00 0.00 18:21:03 18:00:01 veth2903479 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:00:01 veth4564767 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:00:01 eth0 255.31 202.82 1881.35 73.72 0.00 0.00 0.00 0.00 18:21:03 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:01:01 veth2985580 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:21:03 18:01:01 veth5c3fe8d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:21:03 18:01:01 eth0 41.10 25.19 58.83 56.71 0.00 0.00 0.00 0.00 18:21:03 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:02:05 veth83ebec0 2.38 4.47 0.16 27.36 0.00 0.00 0.00 0.00 18:21:03 18:02:05 eth0 90.29 54.52 220.56 64.07 0.00 0.00 0.00 0.00 18:21:03 18:02:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:02:05 veth92ee70d 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 18:21:03 18:03:01 eth0 30.23 16.63 61.95 11.20 0.00 0.00 0.00 0.00 18:21:03 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:03:01 veth92ee70d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:03:01 veth1ffea1a 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 18:21:03 18:04:01 eth0 189.06 159.19 556.27 347.89 0.00 0.00 0.00 0.00 18:21:03 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:04:01 docker0 1292.26 1028.26 94.27 4333.84 0.00 0.00 0.00 0.00 18:21:03 18:05:01 eth0 357.50 343.99 162.13 1398.14 0.00 0.00 0.00 0.00 18:21:03 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:06:01 eth0 1.90 0.82 1.78 0.12 0.00 0.00 0.00 0.00 18:21:03 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:07:01 eth0 1.28 0.55 0.39 0.22 0.00 0.00 0.00 0.00 18:21:03 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:08:01 eth0 0.87 0.30 0.30 0.17 0.00 0.00 0.00 0.00 18:21:03 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:09:01 eth0 0.63 0.08 0.06 0.04 0.00 0.00 0.00 0.00 18:21:03 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:10:02 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:21:03 18:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:11:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 18:21:03 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:12:01 eth0 1.13 0.12 0.15 0.01 0.00 0.00 0.00 0.00 18:21:03 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:13:01 eth0 0.77 0.32 0.30 0.20 0.00 0.00 0.00 0.00 18:21:03 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:14:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 18:21:03 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:15:01 eth0 529.07 477.79 4182.37 117.93 0.00 0.00 0.00 0.00 18:21:03 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:15:01 docker0 47.39 46.35 4.54 237.88 0.00 0.00 0.00 0.00 18:21:03 18:16:01 veth919339e 0.32 0.37 0.07 0.14 0.00 0.00 0.00 0.00 18:21:03 18:16:01 eth0 115.92 88.49 107.23 86.49 0.00 0.00 0.00 0.00 18:21:03 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:16:01 docker0 4.20 3.86 1.13 1.92 0.00 0.00 0.00 0.00 18:21:03 18:17:01 veth3a7e1c6 0.40 0.45 0.08 0.16 0.00 0.00 0.00 0.00 18:21:03 18:17:01 eth0 97.79 76.94 93.59 89.38 0.00 0.00 0.00 0.00 18:21:03 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:17:01 docker0 3.85 3.50 0.95 1.67 0.00 0.00 0.00 0.00 18:21:03 18:18:01 eth0 120.63 100.32 108.59 116.32 0.00 0.00 0.00 0.00 18:21:03 18:18:01 vethd9fe21e 0.30 0.32 0.05 0.16 0.00 0.00 0.00 0.00 18:21:03 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:18:01 docker0 4.41 3.90 1.07 1.96 0.00 0.00 0.00 0.00 18:21:03 18:19:01 veth739ddce 0.47 0.68 0.17 0.26 0.00 0.00 0.00 0.00 18:21:03 18:19:01 eth0 122.43 90.06 107.54 85.82 0.00 0.00 0.00 0.00 18:21:03 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:19:01 docker0 3.76 3.53 0.99 1.65 0.00 0.00 0.00 0.00 18:21:03 18:20:01 eth0 2627.17 1918.30 6151.53 268.44 0.00 0.00 0.00 0.00 18:21:03 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 18:20:01 docker0 0.75 0.68 0.26 0.38 0.00 0.00 0.00 0.00 18:21:03 Average: eth0 315.88 257.96 998.27 229.02 0.00 0.00 0.00 0.00 18:21:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:21:03 Average: docker0 54.33 43.65 4.13 183.38 0.00 0.00 0.00 0.00 18:21:03 18:21:03 18:21:03 ---> sar -P ALL: 18:21:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) 18:21:03 18:21:03 17:54:33 LINUX RESTART (4 CPU) 18:21:03 18:21:03 17:55:01 CPU %user %nice %system %iowait %steal %idle 18:21:03 17:56:01 all 10.19 0.00 5.51 4.73 0.09 79.47 18:21:03 17:56:01 0 9.65 0.00 6.96 5.49 0.07 77.84 18:21:03 17:56:01 1 11.08 0.00 4.09 5.87 0.10 78.86 18:21:03 17:56:01 2 11.17 0.00 4.55 5.01 0.10 79.17 18:21:03 17:56:01 3 8.88 0.00 6.43 2.57 0.10 82.03 18:21:03 17:57:01 all 0.14 0.00 0.03 0.00 0.00 99.83 18:21:03 17:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:21:03 17:57:01 1 0.47 0.00 0.03 0.00 0.00 99.50 18:21:03 17:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:21:03 17:57:01 3 0.05 0.00 0.03 0.00 0.02 99.90 18:21:03 17:58:01 all 14.16 0.00 4.61 1.88 0.06 79.30 18:21:03 17:58:01 0 15.18 0.00 6.54 0.71 0.08 77.48 18:21:03 17:58:01 1 11.39 0.00 3.61 1.78 0.05 83.17 18:21:03 17:58:01 2 17.53 0.00 4.44 1.69 0.05 76.29 18:21:03 17:58:01 3 12.56 0.00 3.85 3.31 0.05 80.23 18:21:03 17:59:02 all 16.82 0.00 7.66 4.87 0.04 70.60 18:21:03 17:59:02 0 16.11 0.00 9.92 6.05 0.05 67.87 18:21:03 17:59:02 1 12.78 0.00 7.26 5.87 0.05 74.04 18:21:03 17:59:02 2 26.01 0.00 7.08 2.86 0.02 64.03 18:21:03 17:59:02 3 12.35 0.00 6.39 4.74 0.05 76.46 18:21:03 18:00:01 all 17.76 0.00 14.80 9.95 0.04 57.45 18:21:03 18:00:01 0 17.50 0.00 15.18 7.78 0.05 59.49 18:21:03 18:00:01 1 17.94 0.00 14.44 13.42 0.03 54.16 18:21:03 18:00:01 2 16.71 0.00 15.27 9.62 0.05 58.34 18:21:03 18:00:01 3 18.88 0.00 14.31 8.95 0.02 57.84 18:21:03 18:01:01 all 44.24 0.00 16.58 22.79 0.09 16.31 18:21:03 18:01:01 0 44.30 0.00 17.96 23.25 0.08 14.40 18:21:03 18:01:01 1 43.99 0.00 15.03 24.11 0.10 16.76 18:21:03 18:01:01 2 45.20 0.00 16.77 23.30 0.09 14.65 18:21:03 18:01:01 3 43.47 0.00 16.55 20.47 0.07 19.44 18:21:03 18:02:05 all 24.90 0.00 18.17 29.25 0.06 27.61 18:21:03 18:02:05 0 24.75 0.00 17.79 31.15 0.06 26.24 18:21:03 18:02:05 1 24.45 0.00 16.79 24.48 0.06 34.22 18:21:03 18:02:05 2 24.86 0.00 18.73 33.77 0.05 22.60 18:21:03 18:02:05 3 25.53 0.00 19.40 27.61 0.07 27.39 18:21:03 18:03:01 all 54.14 0.00 16.62 17.95 0.04 11.25 18:21:03 18:03:01 0 55.11 0.00 16.43 20.66 0.04 7.76 18:21:03 18:03:01 1 52.69 0.00 15.94 14.17 0.05 17.14 18:21:03 18:03:01 2 54.29 0.00 17.12 18.55 0.04 10.00 18:21:03 18:03:01 3 54.46 0.00 16.98 18.40 0.02 10.14 18:21:03 18:04:01 all 10.33 0.00 6.53 10.61 0.04 72.49 18:21:03 18:04:01 0 12.01 0.00 6.81 7.45 0.03 73.69 18:21:03 18:04:01 1 7.45 0.00 5.68 9.27 0.03 77.57 18:21:03 18:04:01 2 13.77 0.00 7.32 12.08 0.03 66.78 18:21:03 18:04:01 3 8.09 0.00 6.31 13.64 0.05 71.90 18:21:03 18:05:01 all 7.27 0.00 2.21 0.32 0.03 90.17 18:21:03 18:05:01 0 7.11 0.00 2.56 0.13 0.03 90.16 18:21:03 18:05:01 1 7.35 0.00 2.05 0.49 0.02 90.10 18:21:03 18:05:01 2 7.50 0.00 2.30 0.23 0.03 89.94 18:21:03 18:05:01 3 7.13 0.00 1.93 0.44 0.02 90.48 18:21:03 18:06:01 all 0.10 0.00 0.04 0.00 0.00 99.85 18:21:03 18:06:01 0 0.05 0.00 0.07 0.00 0.00 99.88 18:21:03 18:06:01 1 0.27 0.00 0.02 0.00 0.00 99.72 18:21:03 18:06:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:21:03 18:06:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:21:03 18:21:03 18:06:01 CPU %user %nice %system %iowait %steal %idle 18:21:03 18:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:21:03 18:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:21:03 18:07:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:21:03 18:07:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:21:03 18:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:21:03 18:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:21:03 18:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:21:03 18:08:01 1 0.52 0.00 0.03 0.00 0.00 99.45 18:21:03 18:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:21:03 18:08:01 3 0.07 0.00 0.05 0.00 0.02 99.87 18:21:03 18:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:21:03 18:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:21:03 18:09:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:21:03 18:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:21:03 18:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:21:03 18:10:02 all 0.23 0.00 0.04 0.02 0.00 99.71 18:21:03 18:10:02 0 0.15 0.00 0.02 0.00 0.00 99.83 18:21:03 18:10:02 1 0.60 0.00 0.03 0.00 0.00 99.37 18:21:03 18:10:02 2 0.10 0.00 0.03 0.00 0.00 99.87 18:21:03 18:10:02 3 0.08 0.00 0.08 0.07 0.00 99.77 18:21:03 18:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 18:21:03 18:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:21:03 18:11:01 1 0.51 0.00 0.02 0.00 0.00 99.48 18:21:03 18:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:21:03 18:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:21:03 18:12:01 all 0.11 0.00 0.03 0.00 0.00 99.86 18:21:03 18:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:21:03 18:12:01 1 0.37 0.00 0.07 0.00 0.00 99.57 18:21:03 18:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:21:03 18:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:21:03 18:13:01 all 0.12 0.00 0.03 0.00 0.00 99.85 18:21:03 18:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:21:03 18:13:01 1 0.35 0.00 0.05 0.00 0.00 99.60 18:21:03 18:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:21:03 18:13:01 3 0.08 0.00 0.02 0.00 0.00 99.90 18:21:03 18:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:21:03 18:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:21:03 18:14:01 1 0.53 0.00 0.02 0.00 0.00 99.45 18:21:03 18:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:21:03 18:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:21:03 18:15:01 all 9.65 0.00 6.45 3.97 0.04 79.89 18:21:03 18:15:01 0 9.61 0.00 7.16 5.84 0.05 77.34 18:21:03 18:15:01 1 8.85 0.00 6.22 2.45 0.03 82.44 18:21:03 18:15:01 2 9.78 0.00 6.23 4.31 0.02 79.67 18:21:03 18:15:01 3 10.34 0.00 6.19 3.31 0.05 80.11 18:21:03 18:16:01 all 3.37 0.00 3.18 0.55 0.02 92.89 18:21:03 18:16:01 0 3.33 0.00 3.46 0.61 0.02 92.59 18:21:03 18:16:01 1 3.40 0.00 3.23 0.54 0.02 92.81 18:21:03 18:16:01 2 3.44 0.00 3.00 0.69 0.03 92.84 18:21:03 18:16:01 3 3.29 0.00 3.02 0.35 0.02 93.31 18:21:03 18:17:01 all 3.03 0.00 2.90 0.37 0.01 93.69 18:21:03 18:17:01 0 3.05 0.00 3.29 0.29 0.02 93.35 18:21:03 18:17:01 1 3.23 0.00 2.92 0.34 0.02 93.50 18:21:03 18:17:01 2 2.80 0.00 2.40 0.49 0.00 94.32 18:21:03 18:17:01 3 3.02 0.00 2.99 0.39 0.00 93.61 18:21:03 18:21:03 18:17:01 CPU %user %nice %system %iowait %steal %idle 18:21:03 18:18:01 all 3.59 0.00 3.45 0.45 0.01 92.49 18:21:03 18:18:01 0 3.58 0.00 3.56 0.42 0.02 92.43 18:21:03 18:18:01 1 3.69 0.00 3.51 0.39 0.00 92.42 18:21:03 18:18:01 2 3.41 0.00 3.33 0.62 0.02 92.63 18:21:03 18:18:01 3 3.70 0.00 3.41 0.37 0.02 92.51 18:21:03 18:19:01 all 2.96 0.00 2.92 0.37 0.02 93.73 18:21:03 18:19:01 0 3.19 0.00 3.51 0.32 0.03 92.94 18:21:03 18:19:01 1 2.90 0.00 3.02 0.34 0.02 93.72 18:21:03 18:19:01 2 2.92 0.00 2.47 0.49 0.02 94.10 18:21:03 18:19:01 3 2.84 0.00 2.69 0.32 0.02 94.14 18:21:03 18:20:01 all 11.91 0.00 7.66 1.78 0.11 78.54 18:21:03 18:20:01 0 12.64 0.00 10.33 1.85 0.09 75.09 18:21:03 18:20:01 1 11.98 0.00 6.48 1.34 0.12 80.08 18:21:03 18:20:01 2 11.58 0.00 6.56 2.53 0.10 79.23 18:21:03 18:20:01 3 11.45 0.00 7.31 1.41 0.12 79.71 18:21:03 Average: all 9.25 0.00 4.73 4.36 0.03 81.64 18:21:03 Average: 0 9.33 0.00 5.21 4.45 0.03 80.98 18:21:03 Average: 1 8.93 0.00 4.37 4.15 0.03 82.52 18:21:03 Average: 2 9.88 0.00 4.66 4.62 0.03 80.81 18:21:03 Average: 3 8.87 0.00 4.66 4.21 0.03 82.24 18:21:03 18:21:03 18:21:03